Interface SurfacePatchArrayPropertyType

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

    public interface SurfacePatchArrayPropertyType
    extends org.apache.xmlbeans.XmlObject
    An XML SurfacePatchArrayPropertyType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Field Detail

      • type

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

      • getAbstractSurfacePatchArray

        AbstractSurfacePatchType[] getAbstractSurfacePatchArray()
        Gets array of all "AbstractSurfacePatch" elements
      • getAbstractSurfacePatchArray

        AbstractSurfacePatchType getAbstractSurfacePatchArray​(int i)
        Gets ith "AbstractSurfacePatch" element
      • sizeOfAbstractSurfacePatchArray

        int sizeOfAbstractSurfacePatchArray()
        Returns number of "AbstractSurfacePatch" element
      • setAbstractSurfacePatchArray

        void setAbstractSurfacePatchArray​(AbstractSurfacePatchType[] abstractSurfacePatchArray)
        Sets array of all "AbstractSurfacePatch" element
      • setAbstractSurfacePatchArray

        void setAbstractSurfacePatchArray​(int i,
                                          AbstractSurfacePatchType abstractSurfacePatch)
        Sets ith "AbstractSurfacePatch" element
      • insertNewAbstractSurfacePatch

        AbstractSurfacePatchType insertNewAbstractSurfacePatch​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AbstractSurfacePatch" element
      • addNewAbstractSurfacePatch

        AbstractSurfacePatchType addNewAbstractSurfacePatch()
        Appends and returns a new empty value (as xml) as the last "AbstractSurfacePatch" element
      • removeAbstractSurfacePatch

        void removeAbstractSurfacePatch​(int i)
        Removes the ith "AbstractSurfacePatch" element