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 |
DefaultCylindricalCS
A three-dimensional coordinate system consisting of a polar coordinate
system extended by a straight coordinate axis perpendicular to the plane spanned by the polar
coordinate system.
|
Constructor and Description |
---|
DefaultCylindricalCS(CylindricalCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
CylindricalCS |
ReferencingObjectFactory.createCylindricalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a cylindrical coordinate system from the given set of axis.
|
CylindricalCS |
AbstractAuthorityFactory.createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.
|
CylindricalCS |
FallbackAuthorityFactory.createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.
|
CylindricalCS |
ThreadedAuthorityFactory.createCylindricalCS(String code)
Returns a cylindrical coordinate system from a code.
|
CylindricalCS |
AbstractAuthorityMediator.createCylindricalCS(String code) |
CylindricalCS |
BufferedAuthorityFactory.createCylindricalCS(String code)
Returns a cylindrical coordinate system from a code.
|
CylindricalCS |
AuthorityFactoryAdapter.createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.
|
CylindricalCS |
AbstractCachedAuthorityFactory.createCylindricalCS(String code)
The default implementation invokes
createCoordinateSystem(code) . |
CylindricalCS |
CachedAuthorityDecorator.createCylindricalCS(String code) |
Modifier and Type | Method and Description |
---|---|
CylindricalCS |
CSFactory.createCylindricalCS(Map<String,?> properties,
CoordinateSystemAxis axis0,
CoordinateSystemAxis axis1,
CoordinateSystemAxis axis2)
Creates a cylindrical coordinate system from the given set of axis.
|
CylindricalCS |
CSAuthorityFactory.createCylindricalCS(String code)
Creates a cylindrical coordinate system from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.