Package | Description |
---|---|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.cs |
Coordinate systems implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.opengis.referencing.crs | |
org.opengis.referencing.cs |
Coordinate systems and their axis.
|
Modifier and Type | Method and Description |
---|---|
VerticalCS |
DefaultVerticalCRS.getCoordinateSystem()
Returns the coordinate system.
|
Constructor and Description |
---|
DefaultVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS from a set of properties.
|
DefaultVerticalCRS(String name,
VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS from a name.
|
DefaultVerticalCRS(VerticalDatum datum,
VerticalCS cs)
Constructs a vertical CRS with the same properties than the given datum.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultVerticalCS
A one-dimensional coordinate system used to record the heights (or depths) of points.
|
Constructor and Description |
---|
DefaultVerticalCS(VerticalCS cs)
Constructs a new coordinate system with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
VerticalCS |
ReferencingObjectFactory.createVerticalCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a vertical coordinate system.
|
VerticalCS |
AbstractAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code.
|
VerticalCS |
FallbackAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code.
|
VerticalCS |
ThreadedAuthorityFactory.createVerticalCS(String code)
Returns a vertical coordinate system from a code.
|
VerticalCS |
AbstractAuthorityMediator.createVerticalCS(String code) |
VerticalCS |
BufferedAuthorityFactory.createVerticalCS(String code)
Returns a vertical coordinate system from a code.
|
VerticalCS |
AuthorityFactoryAdapter.createVerticalCS(String code)
Creates a vertical coordinate system from a code.
|
VerticalCS |
AbstractCachedAuthorityFactory.createVerticalCS(String code) |
VerticalCS |
CachedAuthorityDecorator.createVerticalCS(String code) |
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
ReferencingObjectFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
VerticalCS |
VerticalCRS.getCoordinateSystem()
Returns the coordinate system, which must be vertical.
|
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
CRSFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system.
|
Modifier and Type | Method and Description |
---|---|
VerticalCS |
CSFactory.createVerticalCS(Map<String,?> properties,
CoordinateSystemAxis axis)
Creates a vertical coordinate system.
|
VerticalCS |
CSAuthorityFactory.createVerticalCS(String code)
Creates a vertical coordinate system from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.