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