Package net.opengis.ogc
Interface GeometryOperandsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GeometryOperandsTypeImpl
public interface GeometryOperandsType extends org.apache.xmlbeans.XmlObjectAn XML GeometryOperandsType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGeometryOperandsType.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 voidaddGeometryOperand(QName geometryOperand)Appends the value as the last "GeometryOperand" elementGeometryOperandTypeaddNewGeometryOperand()Appends and returns a new empty value (as xml) as the last "GeometryOperand" elementQName[]getGeometryOperandArray()Gets array of all "GeometryOperand" elementsQNamegetGeometryOperandArray(int i)Gets ith "GeometryOperand" elementvoidinsertGeometryOperand(int i, QName geometryOperand)Inserts the value as the ith "GeometryOperand" elementGeometryOperandTypeinsertNewGeometryOperand(int i)Inserts and returns a new empty value (as xml) as the ith "GeometryOperand" elementvoidremoveGeometryOperand(int i)Removes the ith "GeometryOperand" elementvoidsetGeometryOperandArray(int i, QName geometryOperand)Sets ith "GeometryOperand" elementvoidsetGeometryOperandArray(QName[] geometryOperandArray)Sets array of all "GeometryOperand" elementintsizeOfGeometryOperandArray()Returns number of "GeometryOperand" elementGeometryOperandType[]xgetGeometryOperandArray()Gets (as xml) array of all "GeometryOperand" elementsGeometryOperandTypexgetGeometryOperandArray(int i)Gets (as xml) ith "GeometryOperand" elementvoidxsetGeometryOperandArray(int i, GeometryOperandType geometryOperand)Sets (as xml) ith "GeometryOperand" elementvoidxsetGeometryOperandArray(GeometryOperandType[] geometryOperandArray)Sets (as xml) array of all "GeometryOperand" 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
-
getGeometryOperandArray
QName[] getGeometryOperandArray()
Gets array of all "GeometryOperand" elements
-
getGeometryOperandArray
QName getGeometryOperandArray(int i)
Gets ith "GeometryOperand" element
-
xgetGeometryOperandArray
GeometryOperandType[] xgetGeometryOperandArray()
Gets (as xml) array of all "GeometryOperand" elements
-
xgetGeometryOperandArray
GeometryOperandType xgetGeometryOperandArray(int i)
Gets (as xml) ith "GeometryOperand" element
-
sizeOfGeometryOperandArray
int sizeOfGeometryOperandArray()
Returns number of "GeometryOperand" element
-
setGeometryOperandArray
void setGeometryOperandArray(QName[] geometryOperandArray)
Sets array of all "GeometryOperand" element
-
setGeometryOperandArray
void setGeometryOperandArray(int i, QName geometryOperand)Sets ith "GeometryOperand" element
-
xsetGeometryOperandArray
void xsetGeometryOperandArray(GeometryOperandType[] geometryOperandArray)
Sets (as xml) array of all "GeometryOperand" element
-
xsetGeometryOperandArray
void xsetGeometryOperandArray(int i, GeometryOperandType geometryOperand)Sets (as xml) ith "GeometryOperand" element
-
insertGeometryOperand
void insertGeometryOperand(int i, QName geometryOperand)Inserts the value as the ith "GeometryOperand" element
-
addGeometryOperand
void addGeometryOperand(QName geometryOperand)
Appends the value as the last "GeometryOperand" element
-
insertNewGeometryOperand
GeometryOperandType insertNewGeometryOperand(int i)
Inserts and returns a new empty value (as xml) as the ith "GeometryOperand" element
-
addNewGeometryOperand
GeometryOperandType addNewGeometryOperand()
Appends and returns a new empty value (as xml) as the last "GeometryOperand" element
-
removeGeometryOperand
void removeGeometryOperand(int i)
Removes the ith "GeometryOperand" element
-
-