Uses of Interface
org.geotools.api.referencing.cs.UserDefinedCS
-
Packages that use UserDefinedCS Package Description org.geotools.api.referencing.cs Coordinate systems and their axis.org.geotools.referencing.cs Coordinate systems implementation.org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of UserDefinedCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return UserDefinedCS Modifier and Type Method Description UserDefinedCS
CSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two-dimensional user defined coordinate system.UserDefinedCS
CSFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three-dimensional user defined coordinate system. -
Uses of UserDefinedCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement UserDefinedCS Modifier and Type Class Description class
DefaultUserDefinedCS
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.Constructors in org.geotools.referencing.cs with parameters of type UserDefinedCS Constructor Description DefaultUserDefinedCS(UserDefinedCS cs)
Constructs a new coordinate system with the same values than the specified one. -
Uses of UserDefinedCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return UserDefinedCS Modifier and Type Method Description UserDefinedCS
ReferencingObjectFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a two dimensional user defined coordinate system from the given pair of axis.UserDefinedCS
ReferencingObjectFactory. createUserDefinedCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a three dimensional user defined coordinate system from the given set of axis.
-