|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogicOpsDocument | |
---|---|
net.opengis.ogc | |
net.opengis.ogc.impl |
Uses of LogicOpsDocument in net.opengis.ogc |
---|
Subinterfaces of LogicOpsDocument in net.opengis.ogc | |
---|---|
interface |
AndDocument
A document containing one And(@http://www.opengis.net/ogc) element. |
interface |
NotDocument
A document containing one Not(@http://www.opengis.net/ogc) element. |
interface |
OrDocument
A document containing one Or(@http://www.opengis.net/ogc) element. |
Methods in net.opengis.ogc that return LogicOpsDocument | |
---|---|
static LogicOpsDocument |
LogicOpsDocument.Factory.newInstance()
|
static LogicOpsDocument |
LogicOpsDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(File file)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(InputStream is)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(Node node)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(Reader r)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(String xmlAsString)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(URL u)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated. XMLInputStream |
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(XMLStreamReader sr)
|
static LogicOpsDocument |
LogicOpsDocument.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Uses of LogicOpsDocument in net.opengis.ogc.impl |
---|
Classes in net.opengis.ogc.impl that implement LogicOpsDocument | |
---|---|
class |
AndDocumentImpl
A document containing one And(@http://www.opengis.net/ogc) element. |
class |
LogicOpsDocumentImpl
A document containing one logicOps(@http://www.opengis.net/ogc) element. |
class |
NotDocumentImpl
A document containing one Not(@http://www.opengis.net/ogc) element. |
class |
OrDocumentImpl
A document containing one Or(@http://www.opengis.net/ogc) element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |