Package net.opengis.ogc
Interface SpatialOperatorsType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SpatialOperatorsTypeImpl
public interface SpatialOperatorsType extends org.apache.xmlbeans.XmlObjectAn XML SpatialOperatorsType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpatialOperatorsType.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 SpatialOperatorTypeaddNewSpatialOperator()Appends and returns a new empty value (as xml) as the last "SpatialOperator" elementSpatialOperatorType[]getSpatialOperatorArray()Gets array of all "SpatialOperator" elementsSpatialOperatorTypegetSpatialOperatorArray(int i)Gets ith "SpatialOperator" elementSpatialOperatorTypeinsertNewSpatialOperator(int i)Inserts and returns a new empty value (as xml) as the ith "SpatialOperator" elementvoidremoveSpatialOperator(int i)Removes the ith "SpatialOperator" elementvoidsetSpatialOperatorArray(int i, SpatialOperatorType spatialOperator)Sets ith "SpatialOperator" elementvoidsetSpatialOperatorArray(SpatialOperatorType[] spatialOperatorArray)Sets array of all "SpatialOperator" elementintsizeOfSpatialOperatorArray()Returns number of "SpatialOperator" 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
-
getSpatialOperatorArray
SpatialOperatorType[] getSpatialOperatorArray()
Gets array of all "SpatialOperator" elements
-
getSpatialOperatorArray
SpatialOperatorType getSpatialOperatorArray(int i)
Gets ith "SpatialOperator" element
-
sizeOfSpatialOperatorArray
int sizeOfSpatialOperatorArray()
Returns number of "SpatialOperator" element
-
setSpatialOperatorArray
void setSpatialOperatorArray(SpatialOperatorType[] spatialOperatorArray)
Sets array of all "SpatialOperator" element
-
setSpatialOperatorArray
void setSpatialOperatorArray(int i, SpatialOperatorType spatialOperator)Sets ith "SpatialOperator" element
-
insertNewSpatialOperator
SpatialOperatorType insertNewSpatialOperator(int i)
Inserts and returns a new empty value (as xml) as the ith "SpatialOperator" element
-
addNewSpatialOperator
SpatialOperatorType addNewSpatialOperator()
Appends and returns a new empty value (as xml) as the last "SpatialOperator" element
-
removeSpatialOperator
void removeSpatialOperator(int i)
Removes the ith "SpatialOperator" element
-
-