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