Package net.opengis.gml
Interface SurfacePatchArrayPropertyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
PolygonPatchArrayPropertyType,TrianglePatchArrayPropertyType
- All Known Implementing Classes:
PolygonPatchArrayPropertyTypeImpl,SurfacePatchArrayPropertyTypeImpl,TrianglePatchArrayPropertyTypeImpl
public interface SurfacePatchArrayPropertyType extends org.apache.xmlbeans.XmlObjectAn XML SurfacePatchArrayPropertyType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSurfacePatchArrayPropertyType.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 AbstractSurfacePatchTypeaddNewSurfacePatch()Appends and returns a new empty value (as xml) as the last "_SurfacePatch" elementAbstractSurfacePatchType[]getSurfacePatchArray()Gets array of all "_SurfacePatch" elementsAbstractSurfacePatchTypegetSurfacePatchArray(int i)Gets ith "_SurfacePatch" elementAbstractSurfacePatchTypeinsertNewSurfacePatch(int i)Inserts and returns a new empty value (as xml) as the ith "_SurfacePatch" elementvoidremoveSurfacePatch(int i)Removes the ith "_SurfacePatch" elementvoidsetSurfacePatchArray(int i, AbstractSurfacePatchType surfacePatch)Sets ith "_SurfacePatch" elementvoidsetSurfacePatchArray(AbstractSurfacePatchType[] surfacePatchArray)Sets array of all "_SurfacePatch" elementintsizeOfSurfacePatchArray()Returns number of "_SurfacePatch" 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
-
getSurfacePatchArray
AbstractSurfacePatchType[] getSurfacePatchArray()
Gets array of all "_SurfacePatch" elements
-
getSurfacePatchArray
AbstractSurfacePatchType getSurfacePatchArray(int i)
Gets ith "_SurfacePatch" element
-
sizeOfSurfacePatchArray
int sizeOfSurfacePatchArray()
Returns number of "_SurfacePatch" element
-
setSurfacePatchArray
void setSurfacePatchArray(AbstractSurfacePatchType[] surfacePatchArray)
Sets array of all "_SurfacePatch" element
-
setSurfacePatchArray
void setSurfacePatchArray(int i, AbstractSurfacePatchType surfacePatch)Sets ith "_SurfacePatch" element
-
insertNewSurfacePatch
AbstractSurfacePatchType insertNewSurfacePatch(int i)
Inserts and returns a new empty value (as xml) as the ith "_SurfacePatch" element
-
addNewSurfacePatch
AbstractSurfacePatchType addNewSurfacePatch()
Appends and returns a new empty value (as xml) as the last "_SurfacePatch" element
-
removeSurfacePatch
void removeSurfacePatch(int i)
Removes the ith "_SurfacePatch" element
-
-