net.opengis.ogc
Interface BinaryLogicOpType

All Superinterfaces:
LogicOpsType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
BinaryLogicOpTypeImpl

public interface BinaryLogicOpType
extends LogicOpsType

An XML BinaryLogicOpType(@http://www.opengis.net/ogc). This is a complex type.


Nested Class Summary
static class BinaryLogicOpType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 ComparisonOpsType addNewComparisonOps()
          Appends and returns a new empty value (as xml) as the last "comparisonOps" element
 LogicOpsType addNewLogicOps()
          Appends and returns a new empty value (as xml) as the last "logicOps" element
 SpatialOpsType addNewSpatialOps()
          Appends and returns a new empty value (as xml) as the last "spatialOps" element
 ComparisonOpsType[] getComparisonOpsArray()
          Gets array of all "comparisonOps" elements
 ComparisonOpsType getComparisonOpsArray(int i)
          Gets ith "comparisonOps" element
 LogicOpsType[] getLogicOpsArray()
          Gets array of all "logicOps" elements
 LogicOpsType getLogicOpsArray(int i)
          Gets ith "logicOps" element
 SpatialOpsType[] getSpatialOpsArray()
          Gets array of all "spatialOps" elements
 SpatialOpsType getSpatialOpsArray(int i)
          Gets ith "spatialOps" element
 ComparisonOpsType insertNewComparisonOps(int i)
          Inserts and returns a new empty value (as xml) as the ith "comparisonOps" element
 LogicOpsType insertNewLogicOps(int i)
          Inserts and returns a new empty value (as xml) as the ith "logicOps" element
 SpatialOpsType insertNewSpatialOps(int i)
          Inserts and returns a new empty value (as xml) as the ith "spatialOps" element
 void removeComparisonOps(int i)
          Removes the ith "comparisonOps" element
 void removeLogicOps(int i)
          Removes the ith "logicOps" element
 void removeSpatialOps(int i)
          Removes the ith "spatialOps" element
 void setComparisonOpsArray(ComparisonOpsType[] comparisonOpsArray)
          Sets array of all "comparisonOps" element
 void setComparisonOpsArray(int i, ComparisonOpsType comparisonOps)
          Sets ith "comparisonOps" element
 void setLogicOpsArray(int i, LogicOpsType logicOps)
          Sets ith "logicOps" element
 void setLogicOpsArray(LogicOpsType[] logicOpsArray)
          Sets array of all "logicOps" element
 void setSpatialOpsArray(int i, SpatialOpsType spatialOps)
          Sets ith "spatialOps" element
 void setSpatialOpsArray(SpatialOpsType[] spatialOpsArray)
          Sets array of all "spatialOps" element
 int sizeOfComparisonOpsArray()
          Returns number of "comparisonOps" element
 int sizeOfLogicOpsArray()
          Returns number of "logicOps" element
 int sizeOfSpatialOpsArray()
          Returns number of "spatialOps" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, 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
 

Field Detail

type

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

getComparisonOpsArray

ComparisonOpsType[] getComparisonOpsArray()
Gets array of all "comparisonOps" elements


getComparisonOpsArray

ComparisonOpsType getComparisonOpsArray(int i)
Gets ith "comparisonOps" element


sizeOfComparisonOpsArray

int sizeOfComparisonOpsArray()
Returns number of "comparisonOps" element


setComparisonOpsArray

void setComparisonOpsArray(ComparisonOpsType[] comparisonOpsArray)
Sets array of all "comparisonOps" element


setComparisonOpsArray

void setComparisonOpsArray(int i,
                           ComparisonOpsType comparisonOps)
Sets ith "comparisonOps" element


insertNewComparisonOps

ComparisonOpsType insertNewComparisonOps(int i)
Inserts and returns a new empty value (as xml) as the ith "comparisonOps" element


addNewComparisonOps

ComparisonOpsType addNewComparisonOps()
Appends and returns a new empty value (as xml) as the last "comparisonOps" element


removeComparisonOps

void removeComparisonOps(int i)
Removes the ith "comparisonOps" element


getSpatialOpsArray

SpatialOpsType[] getSpatialOpsArray()
Gets array of all "spatialOps" elements


getSpatialOpsArray

SpatialOpsType getSpatialOpsArray(int i)
Gets ith "spatialOps" element


sizeOfSpatialOpsArray

int sizeOfSpatialOpsArray()
Returns number of "spatialOps" element


setSpatialOpsArray

void setSpatialOpsArray(SpatialOpsType[] spatialOpsArray)
Sets array of all "spatialOps" element


setSpatialOpsArray

void setSpatialOpsArray(int i,
                        SpatialOpsType spatialOps)
Sets ith "spatialOps" element


insertNewSpatialOps

SpatialOpsType insertNewSpatialOps(int i)
Inserts and returns a new empty value (as xml) as the ith "spatialOps" element


addNewSpatialOps

SpatialOpsType addNewSpatialOps()
Appends and returns a new empty value (as xml) as the last "spatialOps" element


removeSpatialOps

void removeSpatialOps(int i)
Removes the ith "spatialOps" element


getLogicOpsArray

LogicOpsType[] getLogicOpsArray()
Gets array of all "logicOps" elements


getLogicOpsArray

LogicOpsType getLogicOpsArray(int i)
Gets ith "logicOps" element


sizeOfLogicOpsArray

int sizeOfLogicOpsArray()
Returns number of "logicOps" element


setLogicOpsArray

void setLogicOpsArray(LogicOpsType[] logicOpsArray)
Sets array of all "logicOps" element


setLogicOpsArray

void setLogicOpsArray(int i,
                      LogicOpsType logicOps)
Sets ith "logicOps" element


insertNewLogicOps

LogicOpsType insertNewLogicOps(int i)
Inserts and returns a new empty value (as xml) as the ith "logicOps" element


addNewLogicOps

LogicOpsType addNewLogicOps()
Appends and returns a new empty value (as xml) as the last "logicOps" element


removeLogicOps

void removeLogicOps(int i)
Removes the ith "logicOps" element



Copyright © 2004-2012 52north.org. All Rights Reserved.