Interface PolygonPatchArrayPropertyType

    • Field Detail

      • type

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

      • getPolygonPatchArray

        PolygonPatchType[] getPolygonPatchArray()
        Gets array of all "PolygonPatch" elements
      • getPolygonPatchArray

        PolygonPatchType getPolygonPatchArray​(int i)
        Gets ith "PolygonPatch" element
      • sizeOfPolygonPatchArray

        int sizeOfPolygonPatchArray()
        Returns number of "PolygonPatch" element
      • setPolygonPatchArray

        void setPolygonPatchArray​(PolygonPatchType[] polygonPatchArray)
        Sets array of all "PolygonPatch" element
      • setPolygonPatchArray

        void setPolygonPatchArray​(int i,
                                  PolygonPatchType polygonPatch)
        Sets ith "PolygonPatch" element
      • insertNewPolygonPatch

        PolygonPatchType insertNewPolygonPatch​(int i)
        Inserts and returns a new empty value (as xml) as the ith "PolygonPatch" element
      • addNewPolygonPatch

        PolygonPatchType addNewPolygonPatch()
        Appends and returns a new empty value (as xml) as the last "PolygonPatch" element
      • removePolygonPatch

        void removePolygonPatch​(int i)
        Removes the ith "PolygonPatch" element