Package net.opengis.gml
Interface CurveSegmentArrayPropertyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CurveSegmentArrayPropertyTypeImpl
public interface CurveSegmentArrayPropertyType extends org.apache.xmlbeans.XmlObjectAn XML CurveSegmentArrayPropertyType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCurveSegmentArrayPropertyType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractCurveSegmentTypeaddNewCurveSegment()Appends and returns a new empty value (as xml) as the last "_CurveSegment" elementAbstractCurveSegmentType[]getCurveSegmentArray()Gets array of all "_CurveSegment" elementsAbstractCurveSegmentTypegetCurveSegmentArray(int i)Gets ith "_CurveSegment" elementAbstractCurveSegmentTypeinsertNewCurveSegment(int i)Inserts and returns a new empty value (as xml) as the ith "_CurveSegment" elementvoidremoveCurveSegment(int i)Removes the ith "_CurveSegment" elementvoidsetCurveSegmentArray(int i, AbstractCurveSegmentType curveSegment)Sets ith "_CurveSegment" elementvoidsetCurveSegmentArray(AbstractCurveSegmentType[] curveSegmentArray)Sets array of all "_CurveSegment" elementintsizeOfCurveSegmentArray()Returns number of "_CurveSegment" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getCurveSegmentArray
AbstractCurveSegmentType[] getCurveSegmentArray()
Gets array of all "_CurveSegment" elements
-
getCurveSegmentArray
AbstractCurveSegmentType getCurveSegmentArray(int i)
Gets ith "_CurveSegment" element
-
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
-
-