net.opengis.gml
Class TrackType

java.lang.Object
  extended by net.opengis.gml.HistoryPropertyType
      extended by net.opengis.gml.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.

Classe Java pour TrackType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
 
Fields inherited from class net.opengis.gml.HistoryPropertyType
timeSlice
 
Constructor Summary
TrackType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.HistoryPropertyType
getTimeSlice, isSetTimeSlice, unsetTimeSlice
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackType

public TrackType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.