Uses of Interface
org.geotools.api.referencing.cs.CylindricalCS
-
Packages that use CylindricalCS 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 CylindricalCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return CylindricalCS Modifier and Type Method Description CylindricalCS
CSAuthorityFactory. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
CSFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a cylindrical coordinate system from the given set of axis. -
Uses of CylindricalCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement CylindricalCS Modifier and Type Class Description class
DefaultCylindricalCS
A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.Constructors in org.geotools.referencing.cs with parameters of type CylindricalCS Constructor Description DefaultCylindricalCS(CylindricalCS cs)
Constructs a new coordinate system with the same values than the specified one. -
Uses of CylindricalCS in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that return CylindricalCS Modifier and Type Method Description CylindricalCS
AbstractAuthorityFactory. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
AbstractAuthorityMediator. createCylindricalCS(String code)
CylindricalCS
AbstractCachedAuthorityFactory. createCylindricalCS(String code)
The default implementation invokescreateCoordinateSystem(code)
.CylindricalCS
AuthorityFactoryAdapter. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
BufferedAuthorityFactory. createCylindricalCS(String code)
Returns a cylindrical coordinate system from a code.CylindricalCS
CachedAuthorityDecorator. createCylindricalCS(String code)
CylindricalCS
FallbackAuthorityFactory. createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.CylindricalCS
ReferencingObjectFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
Creates a cylindrical coordinate system from the given set of axis.CylindricalCS
ThreadedAuthorityFactory. createCylindricalCS(String code)
Returns a cylindrical coordinate system from a code.
-