Package | Description |
---|---|
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.
|
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
DefaultPolarCS(PolarCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
PolarCS |
ReferencingObjectFactory.createPolarCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1)
Creates a polar coordinate system from the given pair of axis.
|
PolarCS |
AbstractAuthorityFactory.createPolarCS(String code)
Creates a polar coordinate system from a code.
|
PolarCS |
FallbackAuthorityFactory.createPolarCS(String code)
Creates a polar coordinate system from a code.
|
PolarCS |
ThreadedAuthorityFactory.createPolarCS(String code)
Returns a polar coordinate system from a code.
|
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) |
Modifier and Type | Method and Description |
---|---|
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–2019 Geotools. All rights reserved.