org.citygml4j.jaxb.gml._3_1_1
Class TrackType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.HistoryPropertyType
      extended by org.citygml4j.jaxb.gml._3_1_1.TrackType

public class TrackType
extends HistoryPropertyType

The track of a moving object is a sequence of specialized timeslices that indicate the status of the object.

Java class for TrackType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrackType">
   <complexContent>
     <restriction base="{http://www.opengis.net/gml}HistoryPropertyType">
       <sequence maxOccurs="unbounded">
         <element ref="{http://www.opengis.net/gml}MovingObjectStatus"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
TrackType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.HistoryPropertyType
get_TimeSlice, isSet_TimeSlice, set_TimeSlice, unset_TimeSlice
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackType

public TrackType()