Uses of Interface
org.opengis.referencing.cs.CylindricalCS

Packages that use CylindricalCS
org.geotools.referencing.cs Coordinate systems implementation. 
org.geotools.referencing.factory Base classes for factories and authority factories
org.opengis.referencing.cs Coordinate systems and their axis
 

Uses of CylindricalCS in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement CylindricalCS
 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
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
 CylindricalCS ReferencingObjectFactory.createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a cylindrical coordinate system from the given set of axis.
 CylindricalCS AbstractAuthorityMediator.createCylindricalCS(String code)
           
 CylindricalCS BufferedAuthorityFactory.createCylindricalCS(String code)
          Returns a cylindrical coordinate system from a code.
 CylindricalCS AuthorityFactoryAdapter.createCylindricalCS(String code)
          Creates a cylindrical coordinate system from a code.
 CylindricalCS AbstractCachedAuthorityFactory.createCylindricalCS(String code)
          The default implementation invokes createCoordinateSystem(code).
 CylindricalCS CachedAuthorityDecorator.createCylindricalCS(String code)
           
 CylindricalCS ThreadedAuthorityFactory.createCylindricalCS(String code)
          Returns a cylindrical coordinate system from a code.
 CylindricalCS FallbackAuthorityFactory.createCylindricalCS(String code)
          Creates a cylindrical coordinate system from a code.
 CylindricalCS AbstractAuthorityFactory.createCylindricalCS(String code)
          Creates a cylindrical coordinate system from a code.
 

Uses of CylindricalCS in org.opengis.referencing.cs
 

Methods in org.opengis.referencing.cs that return CylindricalCS
 CylindricalCS CSFactory.createCylindricalCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1, CoordinateSystemAxis axis2)
          Creates a cylindrical coordinate system from the given set of axis.
 CylindricalCS CSAuthorityFactory.createCylindricalCS(String code)
          Creates a cylindrical coordinate system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.