|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.referencing.wkt.Formattable org.geotools.referencing.AbstractIdentifiedObject org.geotools.referencing.datum.AbstractDatum org.geotools.referencing.datum.DefaultVerticalDatum
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface. The description includes its position with respect to the Earth for any of the height types recognized by this standard. There are several types of vertical datums, and each may place constraints on the coordinate system axis with which it is combined to create a vertical CRS.
Field Summary | |
static DefaultVerticalDatum |
ELLIPSOIDAL
Default vertical datum for ellipsoidal heights. |
static DefaultVerticalDatum |
GEOIDAL
Default vertical datum for geoidal heights. |
Fields inherited from class org.geotools.referencing.AbstractIdentifiedObject |
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR |
Fields inherited from interface org.opengis.referencing.datum.Datum |
ANCHOR_POINT_KEY, REALIZATION_EPOCH_KEY, SCOPE_KEY, VALID_AREA_KEY |
Fields inherited from interface org.opengis.referencing.IdentifiedObject |
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Constructor Summary | |
DefaultVerticalDatum(java.util.Map properties,
org.opengis.referencing.datum.VerticalDatumType type)
Constructs a vertical datum from a set of properties. |
|
DefaultVerticalDatum(java.lang.String name,
org.opengis.referencing.datum.VerticalDatumType type)
Constructs a vertical datum from a name. |
|
DefaultVerticalDatum(org.opengis.referencing.datum.VerticalDatum datum)
Constructs a new datum with the same values than the specified one. |
Method Summary | |
boolean |
equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this vertical datum with the specified object for equality. |
protected java.lang.String |
formatWKT(Formatter formatter)
Format the inner part of a Well Known Text (WKT) element. |
org.opengis.referencing.datum.VerticalDatumType |
getVerticalDatumType()
The type of this vertical datum. |
static org.opengis.referencing.datum.VerticalDatumType |
getVerticalDatumTypeFromLegacyCode(int code)
Returns the vertical datum type from a legacy code. |
int |
hashCode()
Returns a hash value for this vertical datum. |
Methods inherited from class org.geotools.referencing.datum.AbstractDatum |
getAnchorPoint, getRealizationEpoch, getScope, getValidArea |
Methods inherited from class org.geotools.referencing.AbstractIdentifiedObject |
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, nameMatches, nameMatches |
Methods inherited from class org.geotools.referencing.wkt.Formattable |
toString, toWKT, toWKT, toWKT |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.referencing.datum.Datum |
getAnchorPoint, getRealizationEpoch, getScope, getValidArea |
Methods inherited from interface org.opengis.referencing.IdentifiedObject |
getAlias, getIdentifiers, getName, getRemarks, toWKT |
Field Detail |
public static final DefaultVerticalDatum GEOIDAL
public static final DefaultVerticalDatum ELLIPSOIDAL
Constructor Detail |
public DefaultVerticalDatum(java.lang.String name, org.opengis.referencing.datum.VerticalDatumType type)
name
- The datum name.type
- The type of this vertical datum.public DefaultVerticalDatum(org.opengis.referencing.datum.VerticalDatum datum)
public DefaultVerticalDatum(java.util.Map properties, org.opengis.referencing.datum.VerticalDatumType type)
properties
- Set of properties. Should contains at least "name"
.type
- The type of this vertical datum.Method Detail |
public org.opengis.referencing.datum.VerticalDatumType getVerticalDatumType()
getVerticalDatumType
in interface org.opengis.referencing.datum.VerticalDatum
public static org.opengis.referencing.datum.VerticalDatumType getVerticalDatumTypeFromLegacyCode(int code)
code
- The legacy vertical datum code.
public boolean equals(AbstractIdentifiedObject object, boolean compareMetadata)
equals
in class AbstractDatum
object
- The object to compare to .compareMetadata
- for performing a strict comparaison, or
for comparing only properties relevant to transformations.
public int hashCode()
equals
(AbstractIdentifiedObject, false)
.
hashCode
in class AbstractIdentifiedObject
protected java.lang.String formatWKT(Formatter formatter)
formatWKT
in class AbstractDatum
formatter
- The formatter to use.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |