Uses of Interface
org.opengis.referencing.cs.AffineCS
Packages that use AffineCS
Package
Description
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Coordinate systems and their
axis.
-
Uses of AffineCS in org.apache.sis.referencing.cs
Classes in org.apache.sis.referencing.cs that implement AffineCSModifier and TypeClassDescriptionclassA 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.classA 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.Methods in org.apache.sis.referencing.cs that return types with arguments of type AffineCSModifier and TypeMethodDescriptionDefaultAffineCS.getInterface()Returns the GeoAPI interface implemented by this class.Methods in org.apache.sis.referencing.cs with parameters of type AffineCSModifier and TypeMethodDescriptionstatic DefaultAffineCSDefaultAffineCS.castOrCopy(AffineCS object) Returns a SIS coordinate system implementation with the same values as the given arbitrary implementation.Constructors in org.apache.sis.referencing.cs with parameters of type AffineCSModifierConstructorDescriptionprotectedDefaultAffineCS(AffineCS original) Creates a new coordinate system with the same values as the specified one. -
Uses of AffineCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return AffineCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two-dimensional affine coordinate system from the given pair of axis.GeodeticObjectFactory.createAffineCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three-dimensional affine coordinate system from the given set of axis.Methods in org.apache.sis.referencing.factory with parameters of type AffineCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createImageCRS(Map<String, ?> properties, ImageDatum datum, AffineCS cs) Deprecated. -
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.
ImageCRSclass has been removed in ISO 19111:2019.