Package | Description |
---|---|
org.geotools.imageio.netcdf.utilities | |
org.geotools.metadata.iso.extent |
Extent implementation.
|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.referencing.crs |
Coordinate reference systems implementation.
|
org.geotools.referencing.epsg.wkt | |
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.opengis.metadata.extent |
Extent information.
|
org.opengis.referencing.crs |
Modifier and Type | Method and Description |
---|---|
static VerticalCRS |
NetCDFCRSUtilities.buildVerticalCrs(CoordinateAxis zAxis) |
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
VerticalExtentImpl.getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and
minimum elevation values are measured.
|
Modifier and Type | Method and Description |
---|---|
void |
VerticalExtentImpl.setVerticalCRS(VerticalCRS newValue)
Set the information about the vertical coordinate reference system to which the maximum and
minimum elevation values are measured.
|
Constructor and Description |
---|
VerticalExtentImpl(Double minimumValue,
Double maximumValue,
VerticalCRS verticalCRS)
Creates a vertical extent initialized to the specified values.
|
Modifier and Type | Method and Description |
---|---|
static VerticalCRS |
CRS.getVerticalCRS(CoordinateReferenceSystem crs)
Returns the first vertical coordinate reference system found in a the given CRS, or
null if there is none. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultVerticalCRS
A 1D coordinate reference system used for recording heights or depths.
|
Constructor and Description |
---|
DefaultVerticalCRS(VerticalCRS crs)
Constructs a new vertical CRS with the same values than the specified one.
|
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
EPSGCRSAuthorityFactory.createVerticalCRS(String str)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
ReferencingObjectFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system.
|
VerticalCRS |
AbstractAuthorityFactory.createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.
|
VerticalCRS |
FallbackAuthorityFactory.createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.
|
VerticalCRS |
ThreadedAuthorityFactory.createVerticalCRS(String code)
Returns a vertical coordinate reference system from a code.
|
VerticalCRS |
AbstractAuthorityMediator.createVerticalCRS(String code) |
VerticalCRS |
CachedCRSAuthorityDecorator.createVerticalCRS(String code) |
VerticalCRS |
BufferedAuthorityFactory.createVerticalCRS(String code)
Returns a vertical coordinate reference system from a code.
|
VerticalCRS |
AuthorityFactoryAdapter.createVerticalCRS(String code)
Creates a vertical coordinate reference system from a code.
|
VerticalCRS |
AbstractCachedAuthorityFactory.createVerticalCRS(String code) |
VerticalCRS |
CachedAuthorityDecorator.createVerticalCRS(String code) |
Modifier and Type | Method and Description |
---|---|
protected CoordinateOperation |
DefaultCoordinateOperationFactory.createOperationStep(GeographicCRS sourceCRS,
VerticalCRS targetCRS)
Creates an operation between a geographic and a vertical coordinate reference systems.
|
protected CoordinateOperation |
DefaultCoordinateOperationFactory.createOperationStep(VerticalCRS sourceCRS,
VerticalCRS targetCRS)
Creates an operation between two vertical coordinate reference systems.
|
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
VerticalExtent.getVerticalCRS()
Provides information about the vertical coordinate reference system to which the maximum and
minimum elevation values are measured.
|
Modifier and Type | Method and Description |
---|---|
VerticalCRS |
CRSFactory.createVerticalCRS(Map<String,?> properties,
VerticalDatum datum,
VerticalCS cs)
Creates a vertical coordinate reference system.
|
VerticalCRS |
CRSAuthorityFactory.createVerticalCRS(String code)
Create a vertical coordinate reference system from a code.
|
Copyright © 1996–2019 Geotools. All rights reserved.