Uses of Interface
org.opengis.referencing.cs.AffineCS
-
Uses of AffineCS in org.opengis.referencing.crs
Modifier and TypeMethodDescriptionImageCRS.getCoordinateSystem()
Returns the cartesian coordinate system.Modifier and TypeMethodDescriptionCRSFactory.createImageCRS
(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Creates an image coordinate reference system. -
Uses of AffineCS in org.opengis.referencing.cs
Modifier and TypeInterfaceDescriptioninterface
A 1-, 2-, or 3-dimensional coordinate system.Modifier 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.