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