org.citygml4j.jaxb.gml._3_1_1
Class VerticalCSType

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.AbstractCoordinateSystemBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemType
                  extended by org.citygml4j.jaxb.gml._3_1_1.VerticalCSType

public class VerticalCSType
extends AbstractCoordinateSystemType

A one-dimensional coordinate system used to record the heights (or depths) of points. Such a coordinate system is usually dependent on the Earth's gravity field, perhaps loosely as when atmospheric pressure is the basis for the vertical coordinate system axis. A VerticalCS shall have one usesAxis association.

Java-Klasse für VerticalCSType complex type.

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

 <complexType name="VerticalCSType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractCoordinateSystemType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
VerticalCSType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemType
getCsID, getRemarks, getUsesAxis, isSetCsID, isSetRemarks, isSetUsesAxis, setCsID, setRemarks, setUsesAxis, unsetCsID, unsetUsesAxis
 
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

VerticalCSType

public VerticalCSType()