Package net.opengis.gml
Interface TrackType
-
- All Superinterfaces:
HistoryPropertyType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TrackTypeImpl
public interface TrackType extends HistoryPropertyType
An XML TrackType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTrackType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MovingObjectStatusTypeaddNewMovingObjectStatus()Appends and returns a new empty value (as xml) as the last "MovingObjectStatus" elementMovingObjectStatusType[]getMovingObjectStatusArray()Gets array of all "MovingObjectStatus" elementsMovingObjectStatusTypegetMovingObjectStatusArray(int i)Gets ith "MovingObjectStatus" elementMovingObjectStatusTypeinsertNewMovingObjectStatus(int i)Inserts and returns a new empty value (as xml) as the ith "MovingObjectStatus" elementvoidremoveMovingObjectStatus(int i)Removes the ith "MovingObjectStatus" elementvoidsetMovingObjectStatusArray(int i, MovingObjectStatusType movingObjectStatus)Sets ith "MovingObjectStatus" elementvoidsetMovingObjectStatusArray(MovingObjectStatusType[] movingObjectStatusArray)Sets array of all "MovingObjectStatus" elementintsizeOfMovingObjectStatusArray()Returns number of "MovingObjectStatus" element-
Methods inherited from interface net.opengis.gml.HistoryPropertyType
addNewTimeSlice, getTimeSliceArray, getTimeSliceArray, insertNewTimeSlice, removeTimeSlice, setTimeSliceArray, setTimeSliceArray, sizeOfTimeSliceArray
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getMovingObjectStatusArray
MovingObjectStatusType[] getMovingObjectStatusArray()
Gets array of all "MovingObjectStatus" elements
-
getMovingObjectStatusArray
MovingObjectStatusType getMovingObjectStatusArray(int i)
Gets ith "MovingObjectStatus" element
-
sizeOfMovingObjectStatusArray
int sizeOfMovingObjectStatusArray()
Returns number of "MovingObjectStatus" element
-
setMovingObjectStatusArray
void setMovingObjectStatusArray(MovingObjectStatusType[] movingObjectStatusArray)
Sets array of all "MovingObjectStatus" element
-
setMovingObjectStatusArray
void setMovingObjectStatusArray(int i, MovingObjectStatusType movingObjectStatus)Sets ith "MovingObjectStatus" element
-
insertNewMovingObjectStatus
MovingObjectStatusType insertNewMovingObjectStatus(int i)
Inserts and returns a new empty value (as xml) as the ith "MovingObjectStatus" element
-
addNewMovingObjectStatus
MovingObjectStatusType addNewMovingObjectStatus()
Appends and returns a new empty value (as xml) as the last "MovingObjectStatus" element
-
removeMovingObjectStatus
void removeMovingObjectStatus(int i)
Removes the ith "MovingObjectStatus" element
-
-