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 AffineCS
ImageCRS. getCoordinateSystem()
Returns the cartesian coordinate system.Methods in org.geotools.api.referencing.crs with parameters of type AffineCS Modifier and Type Method Description ImageCRS
CRSFactory. 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 interface
CartesianCS
A 1-, 2-, or 3-dimensional coordinate system.Methods in org.geotools.api.referencing.cs that return AffineCS Modifier and Type Method Description 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. -
Uses of AffineCS in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that return AffineCS Modifier and Type Method Description AffineCS
DefaultImageCRS. 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 class
DefaultAffineCS
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.class
DefaultCartesianCS
A 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 AffineCS
ReferencingObjectFactory. createAffineCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional coordinate system from the given pair of axis.AffineCS
ReferencingObjectFactory. 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 ImageCRS
ReferencingObjectFactory. createImageCRS(Map<String,?> properties, ImageDatum datum, AffineCS cs)
Creates an image coordinate reference system.
-