Package | Description |
---|---|
org.geotools.referencing.datum |
Datum implementation.
|
org.geotools.referencing.factory |
Base classes for factories and
authority factories.
|
org.opengis.referencing.datum |
Geodetic datum (the relationship of a
coordinate system to the earth).
|
Modifier and Type | Method and Description |
---|---|
VerticalDatumType |
DefaultVerticalDatum.getVerticalDatumType()
The type of this vertical datum.
|
static VerticalDatumType |
DefaultVerticalDatum.getVerticalDatumTypeFromLegacyCode(int code)
Returns the vertical datum type from a legacy code.
|
Constructor and Description |
---|
DefaultVerticalDatum(Map<String,?> properties,
VerticalDatumType type)
Constructs a vertical datum from a set of properties.
|
DefaultVerticalDatum(String name,
VerticalDatumType type)
Constructs a vertical datum from a name.
|
Modifier and Type | Method and Description |
---|---|
VerticalDatum |
ReferencingObjectFactory.createVerticalDatum(Map<String,?> properties,
VerticalDatumType type)
Creates a vertical datum from an enumerated type value.
|
VerticalDatum |
DatumAliases.createVerticalDatum(Map<String,?> properties,
VerticalDatumType type)
Creates a vertical datum from an enumerated type value.
|
Modifier and Type | Field and Description |
---|---|
static VerticalDatumType |
VerticalDatumType.BAROMETRIC
Atmospheric pressure is the basis for the definition of the origin of the associated vertical
coordinate system axis.
|
static VerticalDatumType |
VerticalDatumType.DEPTH
The zero point of the vertical axis is defined by a surface that has meaning for the purpose
which the associated vertical measurements are used for.
|
static VerticalDatumType |
VerticalDatumType.ELLIPSOIDAL
A vertical datum for ellipsoidal heights that are measured along the normal to the ellipsoid
used in the definition of horizontal datum.
|
static VerticalDatumType |
VerticalDatumType.GEOIDAL
The zero value of the associated vertical coordinate system axis is defined to approximate a
constant potential surface, usually the geoid.
|
static VerticalDatumType |
VerticalDatumType.ORTHOMETRIC
A vertical datum for orthometric heights that are measured along the plumb line.
|
static VerticalDatumType |
VerticalDatumType.OTHER_SURFACE
In some cases, e.g. oil exploration and production, a geological feature, such as the top or
bottom of a geologically identifiable and meaningful subsurface layer, is used as a vertical
datum.
|
Modifier and Type | Method and Description |
---|---|
VerticalDatumType[] |
VerticalDatumType.family()
Returns the list of enumerations of the same kind than this enum.
|
VerticalDatumType |
VerticalDatum.getVerticalDatumType()
The type of this vertical datum.
|
static VerticalDatumType |
VerticalDatumType.valueOf(String code)
Returns the vertical datum type that matches the given string, or returns a new one if none
match it.
|
static VerticalDatumType[] |
VerticalDatumType.values()
Returns the list of
VerticalDatumType s. |
Modifier and Type | Method and Description |
---|---|
VerticalDatum |
DatumFactory.createVerticalDatum(Map<String,?> properties,
VerticalDatumType type)
Creates a vertical datum from an enumerated type value.
|
Copyright © 1996–2023 Geotools. All rights reserved.