Uses of Interface
org.opengis.referencing.cs.AffineCS
Packages that use AffineCS
-
Uses of AffineCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return AffineCSModifier and TypeMethodDescriptionImageCRS.getCoordinateSystem()Returns the cartesian coordinate system.Methods in org.opengis.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.opengis.referencing.cs
Subinterfaces of AffineCS in org.opengis.referencing.csModifier and TypeInterfaceDescriptioninterfaceA 1-, 2-, or 3-dimensional coordinate system.Methods in org.opengis.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.