Uses of Interface
org.opengis.referencing.cs.AffineCS
Packages that use AffineCS
Package
Description
Reference systems by coordinates.
Coordinate Systems and their axes.
-
Uses of AffineCS in org.opengis.referencing.crs
Methods in org.opengis.referencing.crs that return AffineCSMethods in org.opengis.referencing.crs with parameters of type AffineCSModifier and TypeMethodDescriptiondefault ImageCRSCRSFactory.createImageCRS(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Deprecated. -
Uses of AffineCS in org.opengis.referencing.cs
Subinterfaces of AffineCS in org.opengis.referencing.csModifier and TypeInterfaceDescriptioninterfaceA 2- or 3-dimensional coordinate system in Euclidean space with orthogonal straight axes.Methods in org.opengis.referencing.cs that return AffineCSModifier and TypeMethodDescriptiondefault AffineCSCSFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional affine coordinate system from the given pair of axes.default AffineCSCSFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional affine coordinate system from the given set of axes.
ImageCRSis replaced byEngineeringCRSas of ISO 19111:2019.