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-Klasse für VerticalDatumType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der verticalDatumType-Eigenschaft ab.
 boolean isSetVerticalDatumType()
           
 void setVerticalDatumType(VerticalDatumTypeType value)
          Legt den Wert der verticalDatumType-Eigenschaft fest.
 
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()
Ruft den Wert der verticalDatumType-Eigenschaft ab.

Returns:
possible object is VerticalDatumTypeType

setVerticalDatumType

public void setVerticalDatumType(VerticalDatumTypeType value)
Legt den Wert der verticalDatumType-Eigenschaft fest.

Parameters:
value - allowed object is VerticalDatumTypeType

isSetVerticalDatumType

public boolean isSetVerticalDatumType()