Uses of Interface
org.geotools.api.referencing.cs.UserDefinedCS
Packages that use UserDefinedCS
Package
Description
Coordinate systems and their
axis.
Coordinate systems implementation.
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 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. -
Uses of UserDefinedCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement UserDefinedCSModifier and TypeClassDescriptionclass
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 UserDefinedCSModifierConstructorDescriptionConstructs 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 UserDefinedCSModifier and TypeMethodDescriptionReferencingObjectFactory.createUserDefinedCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a two dimensional user defined coordinate system from the given pair of axis.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.