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 PolarCSCSAuthorityFactory. createPolarCS(String code)Creates a polar coordinate system from a code.PolarCSCSFactory. 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 classDefaultPolarCSA 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 PolarCSAbstractAuthorityFactory. createPolarCS(String code)Creates a polar coordinate system from a code.PolarCSAbstractAuthorityMediator. createPolarCS(String code)PolarCSAbstractCachedAuthorityFactory. createPolarCS(String code)PolarCSAuthorityFactoryAdapter. createPolarCS(String code)Creates a polar coordinate system from a code.PolarCSBufferedAuthorityFactory. createPolarCS(String code)Returns a polar coordinate system from a code.PolarCSCachedAuthorityDecorator. createPolarCS(String code)PolarCSFallbackAuthorityFactory. createPolarCS(String code)Creates a polar coordinate system from a code.PolarCSReferencingObjectFactory. createPolarCS(Map<String,?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1)Creates a polar coordinate system from the given pair of axis.PolarCSThreadedAuthorityFactory. createPolarCS(String code)Returns a polar coordinate system from a code.
-