|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryLogicOpType | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of BinaryLogicOpType in net.opengis.ogc |
---|
Methods in net.opengis.ogc that return BinaryLogicOpType | |
---|---|
BinaryLogicOpType |
AndDocument.addNewAnd()
Appends and returns a new empty "And" element |
BinaryLogicOpType |
OrDocument.addNewOr()
Appends and returns a new empty "Or" element |
BinaryLogicOpType |
AndDocument.getAnd()
Gets the "And" element |
BinaryLogicOpType |
OrDocument.getOr()
Gets the "Or" element |
static BinaryLogicOpType |
BinaryLogicOpType.Factory.newInstance()
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(File file)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(InputStream is)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(Node node)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(Reader r)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(String xmlAsString)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(URL u)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(XMLStreamReader sr)
|
static BinaryLogicOpType |
BinaryLogicOpType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in net.opengis.ogc with parameters of type BinaryLogicOpType | |
---|---|
void |
AndDocument.setAnd(BinaryLogicOpType and)
Sets the "And" element |
void |
OrDocument.setOr(BinaryLogicOpType or)
Sets the "Or" element |
Uses of BinaryLogicOpType in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement BinaryLogicOpType | |
---|---|
class |
BinaryLogicOpTypeImpl
An XML BinaryLogicOpType(@http://www.opengis.net/ogc). |
Methods in net.opengis.ogc.impl that return BinaryLogicOpType | |
---|---|
BinaryLogicOpType |
AndDocumentImpl.addNewAnd()
Appends and returns a new empty "And" element |
BinaryLogicOpType |
OrDocumentImpl.addNewOr()
Appends and returns a new empty "Or" element |
BinaryLogicOpType |
AndDocumentImpl.getAnd()
Gets the "And" element |
BinaryLogicOpType |
OrDocumentImpl.getOr()
Gets the "Or" element |
Methods in net.opengis.ogc.impl with parameters of type BinaryLogicOpType | |
---|---|
void |
AndDocumentImpl.setAnd(BinaryLogicOpType and)
Sets the "And" element |
void |
OrDocumentImpl.setOr(BinaryLogicOpType or)
Sets the "Or" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |