Package org.n52.shetland.ogc.gml
Class VerticalDatum
-
public class VerticalDatum extends AbstractDatum
Internal representation of the OGC GML VerticalDatum.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description VerticalDatum(CodeWithAuthority identifier, String scope)VerticalDatum(CodeWithAuthority identifier, List<String> scope)
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractDatum
addScope, addScope, getAnchorDefinition, getDomainOfValidity, getRealizationEpoch, getScope, hasAnchorDefinition, hasDomainOfValidity, hasRealizationEpoch, hasScope, setAnchorDefinition, setDomainOfValidity, setDomainOfValidity, setRealizationEpoch, setScope
-
Methods inherited from class org.n52.shetland.ogc.gml.Definition
getRemarks, hasRemarks, setRemarks
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractGML
addMetaDataProperty, addMetaDataProperty, addName, addName, addName, copyTo, equals, getDescription, getFirstName, getGmlId, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, hashCode, isReferenced, isSetDescription, isSetGmlID, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setName
-
-
-
-
Constructor Detail
-
VerticalDatum
public VerticalDatum(CodeWithAuthority identifier, String scope)
-
VerticalDatum
public VerticalDatum(CodeWithAuthority identifier, List<String> scope)
-
-