Uses of Interface
org.opengis.referencing.cs.AffineCS

Packages that use AffineCS
org.opengis.referencing.crs Coordinate reference systems (coordinate systems with a datum). 
org.opengis.referencing.cs Coordinate systems and their axis
 

Uses of AffineCS in org.opengis.referencing.crs
 

Methods in org.opengis.referencing.crs with parameters of type AffineCS
 ImageCRS CRSFactory.createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
          Creates an image coordinate reference system.
 

Uses of AffineCS in org.opengis.referencing.cs
 

Subinterfaces of AffineCS in org.opengis.referencing.cs
 interface CartesianCS
          A 1-, 2-, or 3-dimensional coordinate system.
 

Methods in org.opengis.referencing.cs that return AffineCS
 AffineCS CSFactory.createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a two dimensional coordinate system from the given pair of axis.
 AffineCS CSFactory.createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a three dimensional coordinate system from the given set of axis.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.