net.opengis.gml
Class VerticalDatumType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractDatumBaseType
net.opengis.gml.AbstractDatumType
net.opengis.gml.VerticalDatumType
public class VerticalDatumType
- extends AbstractDatumType
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface, including 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 Axis with which it is combined to create a Vertical CRS.
Classe Java pour VerticalDatumType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="VerticalDatumType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractDatumType">
<sequence>
<element ref="{http://www.opengis.net/gml}verticalDatumType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.gml.AbstractDatumType |
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID |
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verticalDatumType
protected VerticalDatumTypeType verticalDatumType
VerticalDatumType
public VerticalDatumType()
getVerticalDatumType
public VerticalDatumTypeType getVerticalDatumType()
- Obtient la valeur de la propriété verticalDatumType.
- Returns:
- possible object is
VerticalDatumTypeType
setVerticalDatumType
public void setVerticalDatumType(VerticalDatumTypeType value)
- Définit la valeur de la propriété verticalDatumType.
- Parameters:
value - allowed object is
VerticalDatumTypeType
isSetVerticalDatumType
public boolean isSetVerticalDatumType()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.