Interface EXBoundingPolygonType

    • Field Detail

      • type

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

      • sizeOfPolygonArray

        int sizeOfPolygonArray()
        Returns number of "polygon" element
      • setPolygonArray

        void setPolygonArray​(GMObjectPropertyType[] polygonArray)
        Sets array of all "polygon" element
      • setPolygonArray

        void setPolygonArray​(int i,
                             GMObjectPropertyType polygon)
        Sets ith "polygon" element
      • insertNewPolygon

        GMObjectPropertyType insertNewPolygon​(int i)
        Inserts and returns a new empty value (as xml) as the ith "polygon" element
      • addNewPolygon

        GMObjectPropertyType addNewPolygon()
        Appends and returns a new empty value (as xml) as the last "polygon" element
      • removePolygon

        void removePolygon​(int i)
        Removes the ith "polygon" element