Uses of Interface
org.geotools.api.referencing.cs.AffineCS
Packages that use AffineCS
Package
Description
Coordinate systems and their
axis.
Coordinate reference systems implementation.
Coordinate systems implementation.
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 AffineCSModifier and TypeMethodDescriptionImageCRS.getCoordinateSystem()
Returns the cartesian coordinate system.Methods in org.geotools.api.referencing.crs with parameters of type AffineCSModifier and TypeMethodDescriptionCRSFactory.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.csModifier and TypeInterfaceDescriptioninterface
A 1-, 2-, or 3-dimensional coordinate system.Methods in org.geotools.api.referencing.cs that return AffineCSModifier and TypeMethodDescriptionCSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional coordinate system from the given pair of axis.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 AffineCSModifier and TypeMethodDescriptionDefaultImageCRS.getCoordinateSystem()
Returns the coordinate system.Constructors in org.geotools.referencing.crs with parameters of type AffineCSModifierConstructorDescriptionDefaultImageCRS
(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 AffineCSModifier and TypeClassDescriptionclass
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.class
A 1-, 2-, or 3-dimensional coordinate system.Constructors in org.geotools.referencing.cs with parameters of type AffineCSModifierConstructorDescriptionConstructs 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 AffineCSModifier and TypeMethodDescriptionReferencingObjectFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional coordinate system from the given pair of axis.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 AffineCSModifier and TypeMethodDescriptionReferencingObjectFactory.createImageCRS
(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Creates an image coordinate reference system.