org.citygml4j.jaxb.gml._3_1_1
Class VerticalDatumType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
org.citygml4j.jaxb.gml._3_1_1.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.
Java class for VerticalDatumType complex type.
The following schema fragment specifies the expected content contained within this class.
<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 org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType |
getAnchorPoint, getDatumID, getRealizationEpoch, getRemarks, getScope, getValidArea, isSetAnchorPoint, isSetDatumID, isSetRealizationEpoch, isSetRemarks, isSetScope, isSetValidArea, setAnchorPoint, setDatumID, setRealizationEpoch, setRemarks, setScope, setValidArea, unsetDatumID |
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerticalDatumType
public VerticalDatumType()
getVerticalDatumType
public VerticalDatumTypeType getVerticalDatumType()
- Gets the value of the verticalDatumType property.
- Returns:
- possible object is
VerticalDatumTypeType
setVerticalDatumType
public void setVerticalDatumType(VerticalDatumTypeType value)
- Sets the value of the verticalDatumType property.
- Parameters:
value
- allowed object is
VerticalDatumTypeType
isSetVerticalDatumType
public boolean isSetVerticalDatumType()