Uses of Interface
org.geotools.api.referencing.cs.PolarCS
-
Packages that use PolarCS 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 PolarCS in org.geotools.api.referencing.cs
Methods in org.geotools.api.referencing.cs that return PolarCS Modifier and Type Method Description PolarCS
CSAuthorityFactory. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
CSFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a polar coordinate system from the given pair of axis. -
Uses of PolarCS in org.geotools.referencing.cs
Classes in org.geotools.referencing.cs that implement PolarCS Modifier and Type Class Description 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 Constructor Description 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 Modifier and Type Method Description PolarCS
AbstractAuthorityFactory. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
AbstractAuthorityMediator. createPolarCS(String code)
PolarCS
AbstractCachedAuthorityFactory. createPolarCS(String code)
PolarCS
AuthorityFactoryAdapter. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
BufferedAuthorityFactory. createPolarCS(String code)
Returns a polar coordinate system from a code.PolarCS
CachedAuthorityDecorator. createPolarCS(String code)
PolarCS
FallbackAuthorityFactory. createPolarCS(String code)
Creates a polar coordinate system from a code.PolarCS
ReferencingObjectFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)
Creates a polar coordinate system from the given pair of axis.PolarCS
ThreadedAuthorityFactory. createPolarCS(String code)
Returns a polar coordinate system from a code.
-