Interface TimeseriesTVPType

  • All Superinterfaces:
    AbstractGMLType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    TimeseriesTVPTypeImpl

    public interface TimeseriesTVPType
    extends AbstractGMLType
    An XML TimeseriesTVPType(@http://www.opengis.net/tsml/1.0). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • isSetMetadata

        boolean isSetMetadata()
        True if has "metadata" element
      • unsetMetadata

        void unsetMetadata()
        Unsets the "metadata" element
      • isSetDefaultPointMetadata

        boolean isSetDefaultPointMetadata()
        True if has "defaultPointMetadata" element
      • unsetDefaultPointMetadata

        void unsetDefaultPointMetadata()
        Unsets the "defaultPointMetadata" element
      • sizeOfPointArray

        int sizeOfPointArray()
        Returns number of "point" element
      • insertNewPoint

        TimeValuePairPropertyType insertNewPoint​(int i)
        Inserts and returns a new empty value (as xml) as the ith "point" element
      • addNewPoint

        TimeValuePairPropertyType addNewPoint()
        Appends and returns a new empty value (as xml) as the last "point" element
      • removePoint

        void removePoint​(int i)
        Removes the ith "point" element