Uses of Interface
org.geotools.api.referencing.cs.AffineCS
-
Packages that use AffineCS Package Description org.geotools.api.referencing.crs org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.referencing.crs Coordinate reference systems implementation.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of AffineCS in org.geotools.api.referencing.crs
Methods in org.geotools.api.referencing.crs that return AffineCS Modifier and Type Method Description AffineCSImageCRS. getCoordinateSystem()Returns the cartesian coordinate system.Methods in org.geotools.api.referencing.crs with parameters of type AffineCS Modifier and Type Method Description ImageCRSCRSFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Creates an image coordinate reference system. -
Uses of AffineCS in org.geotools.api.referencing.cs
Subinterfaces of AffineCS in org.geotools.api.referencing.cs Modifier and Type Interface Description interfaceCartesianCSA 1-, 2-, or 3-dimensional coordinate system.Methods in org.geotools.api.referencing.cs that return AffineCS Modifier and Type Method Description AffineCSCSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional coordinate system from the given pair of axis.AffineCSCSFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional coordinate system from the given set of axis. -
Uses of AffineCS in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return AffineCS Modifier and Type Method Description AffineCSDefaultImageCRS. getCoordinateSystem()Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type AffineCS Constructor Description DefaultImageCRS(String name, ImageDatum datum, AffineCS cs)Constructs an image CRS from a name.DefaultImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Constructs an image CRS from a set of properties. -
Uses of AffineCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement AffineCS Modifier and Type Class Description classDefaultAffineCSA two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.classDefaultCartesianCSA 1-, 2-, or 3-dimensional coordinate system.Constructors in org.geotools.referencing.cs with parameters of type AffineCS Constructor Description DefaultAffineCS(AffineCS cs)Constructs a new coordinate system with the same values than the specified one. -
Uses of AffineCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return AffineCS Modifier and Type Method Description AffineCSReferencingObjectFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a two dimensional coordinate system from the given pair of axis.AffineCSReferencingObjectFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a three dimensional coordinate system from the given set of axis.Methods in org.geotools.referencing.factory with parameters of type AffineCS Modifier and Type Method Description ImageCRSReferencingObjectFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)Creates an image coordinate reference system.
-