Interface CurveSegmentArrayPropertyType

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

    public interface CurveSegmentArrayPropertyType
    extends org.apache.xmlbeans.XmlObject
    An XML CurveSegmentArrayPropertyType(@http://www.opengis.net/gml). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  CurveSegmentArrayPropertyType.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Field Detail

      • type

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

      • sizeOfCurveSegmentArray

        int sizeOfCurveSegmentArray()
        Returns number of "_CurveSegment" element
      • setCurveSegmentArray

        void setCurveSegmentArray​(AbstractCurveSegmentType[] curveSegmentArray)
        Sets array of all "_CurveSegment" element
      • setCurveSegmentArray

        void setCurveSegmentArray​(int i,
                                  AbstractCurveSegmentType curveSegment)
        Sets ith "_CurveSegment" element
      • insertNewCurveSegment

        AbstractCurveSegmentType insertNewCurveSegment​(int i)
        Inserts and returns a new empty value (as xml) as the ith "_CurveSegment" element
      • addNewCurveSegment

        AbstractCurveSegmentType addNewCurveSegment()
        Appends and returns a new empty value (as xml) as the last "_CurveSegment" element
      • removeCurveSegment

        void removeCurveSegment​(int i)
        Removes the ith "_CurveSegment" element