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

Packages that use PolarCS
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 PolarCS in org.geotools.referencing.cs
 

Classes in org.geotools.referencing.cs that implement PolarCS
 class DefaultPolarCS
          A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.
 

Constructors in org.geotools.referencing.cs with parameters of type PolarCS
DefaultPolarCS(PolarCS cs)
          Constructs a new coordinate system with the same values than the specified one.
 

Uses of PolarCS in org.geotools.referencing.factory
 

Methods in org.geotools.referencing.factory that return PolarCS
 PolarCS ReferencingObjectFactory.createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a polar coordinate system from the given pair of axis.
 PolarCS AbstractAuthorityMediator.createPolarCS(String code)
           
 PolarCS BufferedAuthorityFactory.createPolarCS(String code)
          Returns a polar coordinate system from a code.
 PolarCS AuthorityFactoryAdapter.createPolarCS(String code)
          Creates a polar coordinate system from a code.
 PolarCS AbstractCachedAuthorityFactory.createPolarCS(String code)
           
 PolarCS CachedAuthorityDecorator.createPolarCS(String code)
           
 PolarCS ThreadedAuthorityFactory.createPolarCS(String code)
          Returns a polar coordinate system from a code.
 PolarCS FallbackAuthorityFactory.createPolarCS(String code)
          Creates a polar coordinate system from a code.
 PolarCS AbstractAuthorityFactory.createPolarCS(String code)
          Creates a polar coordinate system from a code.
 

Uses of PolarCS in org.opengis.referencing.cs
 

Methods in org.opengis.referencing.cs that return PolarCS
 PolarCS CSFactory.createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
          Creates a polar coordinate system from the given pair of axis.
 PolarCS CSAuthorityFactory.createPolarCS(String code)
          Creates a polar coordinate system from a code.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.