Uses of Interface
net.opengis.ogc.LogicOpsDocument
-
Packages that use LogicOpsDocument Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of LogicOpsDocument in net.opengis.ogc
Subinterfaces of LogicOpsDocument in net.opengis.ogc Modifier and Type Interface Description interfaceAndDocumentA document containing one And(@http://www.opengis.net/ogc) element.interfaceNotDocumentA document containing one Not(@http://www.opengis.net/ogc) element.interfaceOrDocumentA document containing one Or(@http://www.opengis.net/ogc) element.Methods in net.opengis.ogc that return LogicOpsDocument Modifier and Type Method Description static LogicOpsDocumentLogicOpsDocument.Factory. newInstance()static LogicOpsDocumentLogicOpsDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LogicOpsDocumentLogicOpsDocument.Factory. parse(File file)static LogicOpsDocumentLogicOpsDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LogicOpsDocumentLogicOpsDocument.Factory. parse(InputStream is)static LogicOpsDocumentLogicOpsDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LogicOpsDocumentLogicOpsDocument.Factory. parse(Reader r)static LogicOpsDocumentLogicOpsDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LogicOpsDocumentLogicOpsDocument.Factory. parse(String xmlAsString)static LogicOpsDocumentLogicOpsDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LogicOpsDocumentLogicOpsDocument.Factory. parse(URL u)static LogicOpsDocumentLogicOpsDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LogicOpsDocumentLogicOpsDocument.Factory. parse(XMLStreamReader sr)static LogicOpsDocumentLogicOpsDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LogicOpsDocumentLogicOpsDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LogicOpsDocumentLogicOpsDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LogicOpsDocumentLogicOpsDocument.Factory. parse(Node node)static LogicOpsDocumentLogicOpsDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of LogicOpsDocument in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement LogicOpsDocument Modifier and Type Class Description classAndDocumentImplA document containing one And(@http://www.opengis.net/ogc) element.classLogicOpsDocumentImplA document containing one logicOps(@http://www.opengis.net/ogc) element.classNotDocumentImplA document containing one Not(@http://www.opengis.net/ogc) element.classOrDocumentImplA document containing one Or(@http://www.opengis.net/ogc) element.
-