Uses of Interface
org.opengis.referencing.cs.UserDefinedCS
Packages that use UserDefinedCS
Package
Description
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Coordinate systems and their
axis.
-
Uses of UserDefinedCS in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return UserDefinedCSModifier and TypeMethodDescriptionGeodeticObjectFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Deprecated.GeodeticObjectFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Deprecated.TheUserDefinedCSclass has been removed from ISO 19111:2019. -
Uses of UserDefinedCS in org.opengis.referencing.cs
Methods in org.opengis.referencing.cs that return UserDefinedCSModifier and TypeMethodDescriptionCSFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two-dimensional user defined coordinate system.CSFactory.createUserDefinedCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a three-dimensional user defined coordinate system.
UserDefinedCSclass has been removed from ISO 19111:2019.