Interface CVDomainObjectType

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

    public interface CVDomainObjectType
    extends org.apache.xmlbeans.XmlObject
    An XML CV_DomainObjectType(@http://www.opengis.net/cv/0.2/gml32). This is a complex type.
    • Field Detail

      • type

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

      • getSpatialElementArray

        GeometryPropertyType[] getSpatialElementArray()
        Gets array of all "spatialElement" elements
      • getSpatialElementArray

        GeometryPropertyType getSpatialElementArray​(int i)
        Gets ith "spatialElement" element
      • sizeOfSpatialElementArray

        int sizeOfSpatialElementArray()
        Returns number of "spatialElement" element
      • setSpatialElementArray

        void setSpatialElementArray​(GeometryPropertyType[] spatialElementArray)
        Sets array of all "spatialElement" element
      • setSpatialElementArray

        void setSpatialElementArray​(int i,
                                    GeometryPropertyType spatialElement)
        Sets ith "spatialElement" element
      • insertNewSpatialElement

        GeometryPropertyType insertNewSpatialElement​(int i)
        Inserts and returns a new empty value (as xml) as the ith "spatialElement" element
      • addNewSpatialElement

        GeometryPropertyType addNewSpatialElement()
        Appends and returns a new empty value (as xml) as the last "spatialElement" element
      • removeSpatialElement

        void removeSpatialElement​(int i)
        Removes the ith "spatialElement" element
      • sizeOfTemporalElementArray

        int sizeOfTemporalElementArray()
        Returns number of "temporalElement" element
      • insertNewTemporalElement

        TimeGeometricPrimitivePropertyType insertNewTemporalElement​(int i)
        Inserts and returns a new empty value (as xml) as the ith "temporalElement" element
      • removeTemporalElement

        void removeTemporalElement​(int i)
        Removes the ith "temporalElement" element