org.citygml4j.jaxb.gml._3_1_1
Class TemporalCSType

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.TemporalCSType

public class TemporalCSType
extends AbstractCoordinateSystemType

A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin. A TemporalCS shall have one usesAxis association.

Java-Klasse für TemporalCSType complex type.

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

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


Constructor Summary
TemporalCSType()
           
 
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

TemporalCSType

public TemporalCSType()