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 ImageCRS
CRSFactory.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 TypeInterfaceDescriptioninterface
A 2- or 3-dimensional coordinate system in Euclidean space with orthogonal straight axes.Methods in org.opengis.referencing.cs that return AffineCSModifier and TypeMethodDescriptiondefault AffineCS
CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional affine coordinate system from the given pair of axes.default AffineCS
CSFactory.createAffineCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three dimensional affine coordinate system from the given set of axes.
ImageCRS
is replaced byEngineeringCRS
as of ISO 19111:2019.