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.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • 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