org.citygml4j.jaxb.gml._3_1_1
Class TrackType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.HistoryPropertyType
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-Klasse für TrackType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackType
public TrackType()