Uses of Interface
org.geotools.api.referencing.cs.CylindricalCS
Packages that use CylindricalCS
Package
Description
Coordinate systems and their
axis.
Coordinate systems implementation.
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 CylindricalCSModifier and TypeMethodDescriptionCSAuthorityFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.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 CylindricalCSModifier and TypeClassDescriptionclass
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 CylindricalCSModifierConstructorDescriptionConstructs 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 CylindricalCSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.AbstractAuthorityMediator.createCylindricalCS
(String code) AbstractCachedAuthorityFactory.createCylindricalCS
(String code) The default implementation invokescreateCoordinateSystem(code)
.AuthorityFactoryAdapter.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.BufferedAuthorityFactory.createCylindricalCS
(String code) Returns a cylindrical coordinate system from a code.CachedAuthorityDecorator.createCylindricalCS
(String code) FallbackAuthorityFactory.createCylindricalCS
(String code) Creates a cylindrical coordinate system from a code.ReferencingObjectFactory.createCylindricalCS
(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2) Creates a cylindrical coordinate system from the given set of axis.ThreadedAuthorityFactory.createCylindricalCS
(String code) Returns a cylindrical coordinate system from a code.