Uses of Interface
org.geotools.api.referencing.cs.PolarCS
Packages that use PolarCS
Package
Description
Coordinate systems and their
axis.
Coordinate systems implementation.
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 PolarCSModifier and TypeMethodDescriptionCSAuthorityFactory.createPolarCS(String code) Creates a polar coordinate system from a code.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 PolarCSModifier and TypeClassDescriptionclassA 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 PolarCSModifierConstructorDescriptionConstructs 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 PolarCSModifier and TypeMethodDescriptionAbstractAuthorityFactory.createPolarCS(String code) Creates a polar coordinate system from a code.AbstractAuthorityMediator.createPolarCS(String code) AbstractCachedAuthorityFactory.createPolarCS(String code) AuthorityFactoryAdapter.createPolarCS(String code) Creates a polar coordinate system from a code.BufferedAuthorityFactory.createPolarCS(String code) Returns a polar coordinate system from a code.CachedAuthorityDecorator.createPolarCS(String code) FallbackAuthorityFactory.createPolarCS(String code) Creates a polar coordinate system from a code.ReferencingObjectFactory.createPolarCS(Map<String, ?> properties, CoordinateSystemAxis axis0, CoordinateSystemAxis axis1) Creates a polar coordinate system from the given pair of axis.ThreadedAuthorityFactory.createPolarCS(String code) Returns a polar coordinate system from a code.