|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComparisonOpsType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of ComparisonOpsType in net.opengis.ogc |
---|
Subinterfaces of ComparisonOpsType in net.opengis.ogc | |
---|---|
interface |
BinaryComparisonOpType
An XML BinaryComparisonOpType(@http://www.opengis.net/ogc). |
interface |
PropertyIsBetweenType
An XML PropertyIsBetweenType(@http://www.opengis.net/ogc). |
interface |
PropertyIsLikeType
An XML PropertyIsLikeType(@http://www.opengis.net/ogc). |
interface |
PropertyIsNullType
An XML PropertyIsNullType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc that return ComparisonOpsType | |
---|---|
ComparisonOpsType |
UnaryLogicOpType.addNewComparisonOps()
Appends and returns a new empty "comparisonOps" element |
ComparisonOpsType |
FilterType.addNewComparisonOps()
Appends and returns a new empty "comparisonOps" element |
ComparisonOpsType |
ComparisonOpsDocument.addNewComparisonOps()
Appends and returns a new empty "comparisonOps" element |
ComparisonOpsType |
BinaryLogicOpType.addNewComparisonOps()
Appends and returns a new empty value (as xml) as the last "comparisonOps" element |
ComparisonOpsType |
UnaryLogicOpType.getComparisonOps()
Gets the "comparisonOps" element |
ComparisonOpsType |
FilterType.getComparisonOps()
Gets the "comparisonOps" element |
ComparisonOpsType |
ComparisonOpsDocument.getComparisonOps()
Gets the "comparisonOps" element |
ComparisonOpsType[] |
BinaryLogicOpType.getComparisonOpsArray()
Gets array of all "comparisonOps" elements |
ComparisonOpsType |
BinaryLogicOpType.getComparisonOpsArray(int i)
Gets ith "comparisonOps" element |
ComparisonOpsType |
BinaryLogicOpType.insertNewComparisonOps(int i)
Inserts and returns a new empty value (as xml) as the ith "comparisonOps" element |
static ComparisonOpsType |
ComparisonOpsType.Factory.newInstance()
Deprecated. No need to be able to create instances of abstract types |
static ComparisonOpsType |
ComparisonOpsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated. No need to be able to create instances of abstract types |
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(File file)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(InputStream is)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(Node node)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(Reader r)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(String xmlAsString)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(URL u)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(XMLStreamReader sr)
|
static ComparisonOpsType |
ComparisonOpsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type ComparisonOpsType | |
---|---|
void |
UnaryLogicOpType.setComparisonOps(ComparisonOpsType comparisonOps)
Sets the "comparisonOps" element |
void |
FilterType.setComparisonOps(ComparisonOpsType comparisonOps)
Sets the "comparisonOps" element |
void |
ComparisonOpsDocument.setComparisonOps(ComparisonOpsType comparisonOps)
Sets the "comparisonOps" element |
void |
BinaryLogicOpType.setComparisonOpsArray(ComparisonOpsType[] comparisonOpsArray)
Sets array of all "comparisonOps" element |
void |
BinaryLogicOpType.setComparisonOpsArray(int i,
ComparisonOpsType comparisonOps)
Sets ith "comparisonOps" element |
Uses of ComparisonOpsType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement ComparisonOpsType | |
---|---|
class |
BinaryComparisonOpTypeImpl
An XML BinaryComparisonOpType(@http://www.opengis.net/ogc). |
class |
ComparisonOpsTypeImpl
An XML ComparisonOpsType(@http://www.opengis.net/ogc). |
class |
PropertyIsBetweenTypeImpl
An XML PropertyIsBetweenType(@http://www.opengis.net/ogc). |
class |
PropertyIsLikeTypeImpl
An XML PropertyIsLikeType(@http://www.opengis.net/ogc). |
class |
PropertyIsNullTypeImpl
An XML PropertyIsNullType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return ComparisonOpsType | |
---|---|
ComparisonOpsType |
UnaryLogicOpTypeImpl.addNewComparisonOps()
Appends and returns a new empty "comparisonOps" element |
ComparisonOpsType |
FilterTypeImpl.addNewComparisonOps()
Appends and returns a new empty "comparisonOps" element |
ComparisonOpsType |
ComparisonOpsDocumentImpl.addNewComparisonOps()
Appends and returns a new empty "comparisonOps" element |
ComparisonOpsType |
BinaryLogicOpTypeImpl.addNewComparisonOps()
Appends and returns a new empty value (as xml) as the last "comparisonOps" element |
ComparisonOpsType |
UnaryLogicOpTypeImpl.getComparisonOps()
Gets the "comparisonOps" element |
ComparisonOpsType |
FilterTypeImpl.getComparisonOps()
Gets the "comparisonOps" element |
ComparisonOpsType |
ComparisonOpsDocumentImpl.getComparisonOps()
Gets the "comparisonOps" element |
ComparisonOpsType[] |
BinaryLogicOpTypeImpl.getComparisonOpsArray()
Gets array of all "comparisonOps" elements |
ComparisonOpsType |
BinaryLogicOpTypeImpl.getComparisonOpsArray(int i)
Gets ith "comparisonOps" element |
ComparisonOpsType |
BinaryLogicOpTypeImpl.insertNewComparisonOps(int i)
Inserts and returns a new empty value (as xml) as the ith "comparisonOps" element |
Methods in net.opengis.ogc.impl with parameters of type ComparisonOpsType | |
---|---|
void |
UnaryLogicOpTypeImpl.setComparisonOps(ComparisonOpsType comparisonOps)
Sets the "comparisonOps" element |
void |
FilterTypeImpl.setComparisonOps(ComparisonOpsType comparisonOps)
Sets the "comparisonOps" element |
void |
ComparisonOpsDocumentImpl.setComparisonOps(ComparisonOpsType comparisonOps)
Sets the "comparisonOps" element |
void |
BinaryLogicOpTypeImpl.setComparisonOpsArray(ComparisonOpsType[] comparisonOpsArray)
Sets array of all "comparisonOps" element |
void |
BinaryLogicOpTypeImpl.setComparisonOpsArray(int i,
ComparisonOpsType comparisonOps)
Sets ith "comparisonOps" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |