Uses of Interface
net.opengis.ogc.DWithinDocument
-
Packages that use DWithinDocument Package Description net.opengis.ogc net.opengis.ogc.impl -
-
Uses of DWithinDocument in net.opengis.ogc
Methods in net.opengis.ogc that return DWithinDocument Modifier and Type Method Description static DWithinDocumentDWithinDocument.Factory. newInstance()static DWithinDocumentDWithinDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DWithinDocumentDWithinDocument.Factory. parse(File file)static DWithinDocumentDWithinDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DWithinDocumentDWithinDocument.Factory. parse(InputStream is)static DWithinDocumentDWithinDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DWithinDocumentDWithinDocument.Factory. parse(Reader r)static DWithinDocumentDWithinDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DWithinDocumentDWithinDocument.Factory. parse(String xmlAsString)static DWithinDocumentDWithinDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DWithinDocumentDWithinDocument.Factory. parse(URL u)static DWithinDocumentDWithinDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DWithinDocumentDWithinDocument.Factory. parse(XMLStreamReader sr)static DWithinDocumentDWithinDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DWithinDocumentDWithinDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DWithinDocumentDWithinDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DWithinDocumentDWithinDocument.Factory. parse(Node node)static DWithinDocumentDWithinDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DWithinDocument in net.opengis.ogc.impl
Classes in net.opengis.ogc.impl that implement DWithinDocument Modifier and Type Class Description classDWithinDocumentImplA document containing one DWithin(@http://www.opengis.net/ogc) element.
-