org.citygml4j.jaxb.gml._3_1_1
Class VerticalDatumType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractDatumBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
                  extended by 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>
 


Constructor Summary
VerticalDatumType()
           
 
Method Summary
 VerticalDatumTypeType getVerticalDatumType()
          Gets the value of the verticalDatumType property.
 boolean isSetVerticalDatumType()
           
 void setVerticalDatumType(VerticalDatumTypeType value)
          Sets the value of the verticalDatumType property.
 
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
 

Constructor Detail

VerticalDatumType

public VerticalDatumType()
Method Detail

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()