|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicOpsType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of LogicOpsType in net.opengis.ogc |
---|
Subinterfaces of LogicOpsType in net.opengis.ogc | |
---|---|
interface |
BinaryLogicOpType
An XML BinaryLogicOpType(@http://www.opengis.net/ogc). |
interface |
UnaryLogicOpType
An XML UnaryLogicOpType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc that return LogicOpsType | |
---|---|
LogicOpsType |
UnaryLogicOpType.addNewLogicOps()
Appends and returns a new empty "logicOps" element |
LogicOpsType |
LogicOpsDocument.addNewLogicOps()
Appends and returns a new empty "logicOps" element |
LogicOpsType |
FilterType.addNewLogicOps()
Appends and returns a new empty "logicOps" element |
LogicOpsType |
BinaryLogicOpType.addNewLogicOps()
Appends and returns a new empty value (as xml) as the last "logicOps" element |
LogicOpsType |
UnaryLogicOpType.getLogicOps()
Gets the "logicOps" element |
LogicOpsType |
LogicOpsDocument.getLogicOps()
Gets the "logicOps" element |
LogicOpsType |
FilterType.getLogicOps()
Gets the "logicOps" element |
LogicOpsType[] |
BinaryLogicOpType.getLogicOpsArray()
Gets array of all "logicOps" elements |
LogicOpsType |
BinaryLogicOpType.getLogicOpsArray(int i)
Gets ith "logicOps" element |
LogicOpsType |
BinaryLogicOpType.insertNewLogicOps(int i)
Inserts and returns a new empty value (as xml) as the ith "logicOps" element |
static LogicOpsType |
LogicOpsType.Factory.newInstance()
Deprecated. No need to be able to create instances of abstract types |
static LogicOpsType |
LogicOpsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated. No need to be able to create instances of abstract types |
static LogicOpsType |
LogicOpsType.Factory.parse(File file)
|
static LogicOpsType |
LogicOpsType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsType |
LogicOpsType.Factory.parse(InputStream is)
|
static LogicOpsType |
LogicOpsType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsType |
LogicOpsType.Factory.parse(Node node)
|
static LogicOpsType |
LogicOpsType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsType |
LogicOpsType.Factory.parse(Reader r)
|
static LogicOpsType |
LogicOpsType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsType |
LogicOpsType.Factory.parse(String xmlAsString)
|
static LogicOpsType |
LogicOpsType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsType |
LogicOpsType.Factory.parse(URL u)
|
static LogicOpsType |
LogicOpsType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsType |
LogicOpsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static LogicOpsType |
LogicOpsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static LogicOpsType |
LogicOpsType.Factory.parse(XMLStreamReader sr)
|
static LogicOpsType |
LogicOpsType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type LogicOpsType | |
---|---|
void |
UnaryLogicOpType.setLogicOps(LogicOpsType logicOps)
Sets the "logicOps" element |
void |
LogicOpsDocument.setLogicOps(LogicOpsType logicOps)
Sets the "logicOps" element |
void |
FilterType.setLogicOps(LogicOpsType logicOps)
Sets the "logicOps" element |
void |
BinaryLogicOpType.setLogicOpsArray(int i,
LogicOpsType logicOps)
Sets ith "logicOps" element |
void |
BinaryLogicOpType.setLogicOpsArray(LogicOpsType[] logicOpsArray)
Sets array of all "logicOps" element |
Uses of LogicOpsType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement LogicOpsType | |
---|---|
class |
BinaryLogicOpTypeImpl
An XML BinaryLogicOpType(@http://www.opengis.net/ogc). |
class |
LogicOpsTypeImpl
An XML LogicOpsType(@http://www.opengis.net/ogc). |
class |
UnaryLogicOpTypeImpl
An XML UnaryLogicOpType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return LogicOpsType | |
---|---|
LogicOpsType |
UnaryLogicOpTypeImpl.addNewLogicOps()
Appends and returns a new empty "logicOps" element |
LogicOpsType |
LogicOpsDocumentImpl.addNewLogicOps()
Appends and returns a new empty "logicOps" element |
LogicOpsType |
FilterTypeImpl.addNewLogicOps()
Appends and returns a new empty "logicOps" element |
LogicOpsType |
BinaryLogicOpTypeImpl.addNewLogicOps()
Appends and returns a new empty value (as xml) as the last "logicOps" element |
LogicOpsType |
UnaryLogicOpTypeImpl.getLogicOps()
Gets the "logicOps" element |
LogicOpsType |
LogicOpsDocumentImpl.getLogicOps()
Gets the "logicOps" element |
LogicOpsType |
FilterTypeImpl.getLogicOps()
Gets the "logicOps" element |
LogicOpsType[] |
BinaryLogicOpTypeImpl.getLogicOpsArray()
Gets array of all "logicOps" elements |
LogicOpsType |
BinaryLogicOpTypeImpl.getLogicOpsArray(int i)
Gets ith "logicOps" element |
LogicOpsType |
BinaryLogicOpTypeImpl.insertNewLogicOps(int i)
Inserts and returns a new empty value (as xml) as the ith "logicOps" element |
Methods in net.opengis.ogc.impl with parameters of type LogicOpsType | |
---|---|
void |
UnaryLogicOpTypeImpl.setLogicOps(LogicOpsType logicOps)
Sets the "logicOps" element |
void |
LogicOpsDocumentImpl.setLogicOps(LogicOpsType logicOps)
Sets the "logicOps" element |
void |
FilterTypeImpl.setLogicOps(LogicOpsType logicOps)
Sets the "logicOps" element |
void |
BinaryLogicOpTypeImpl.setLogicOpsArray(int i,
LogicOpsType logicOps)
Sets ith "logicOps" element |
void |
BinaryLogicOpTypeImpl.setLogicOpsArray(LogicOpsType[] logicOpsArray)
Sets array of all "logicOps" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |