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 CylindricalCSCSAuthorityFactory. createCylindricalCS(String code)Creates a cylindrical coordinate system from a code.CylindricalCSCSFactory. 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 classDefaultCylindricalCSA 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 CylindricalCSAbstractAuthorityFactory. createCylindricalCS(String code)Creates a cylindrical coordinate system from a code.CylindricalCSAbstractAuthorityMediator. createCylindricalCS(String code)CylindricalCSAbstractCachedAuthorityFactory. createCylindricalCS(String code)The default implementation invokescreateCoordinateSystem(code).CylindricalCSAuthorityFactoryAdapter. createCylindricalCS(String code)Creates a cylindrical coordinate system from a code.CylindricalCSBufferedAuthorityFactory. createCylindricalCS(String code)Returns a cylindrical coordinate system from a code.CylindricalCSCachedAuthorityDecorator. createCylindricalCS(String code)CylindricalCSFallbackAuthorityFactory. createCylindricalCS(String code)Creates a cylindrical coordinate system from a code.CylindricalCSReferencingObjectFactory. createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)Creates a cylindrical coordinate system from the given set of axis.CylindricalCSThreadedAuthorityFactory. createCylindricalCS(String code)Returns a cylindrical coordinate system from a code.
-