Uses of Interface
net.opengis.swe.x101.UomURI
-
Packages that use UomURI Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of UomURI in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return UomURI Modifier and Type Method Description static UomURIUomURI.Factory. newInstance()static UomURIUomURI.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static UomURIUomURI.Factory. newValue(Object obj)static UomURIUomURI.Factory. parse(File file)static UomURIUomURI.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UomURIUomURI.Factory. parse(InputStream is)static UomURIUomURI.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UomURIUomURI.Factory. parse(Reader r)static UomURIUomURI.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UomURIUomURI.Factory. parse(String xmlAsString)static UomURIUomURI.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UomURIUomURI.Factory. parse(URL u)static UomURIUomURI.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UomURIUomURI.Factory. parse(XMLStreamReader sr)static UomURIUomURI.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UomURIUomURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UomURIUomURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UomURIUomURI.Factory. parse(Node node)static UomURIUomURI.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of UomURI in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement UomURI Modifier and Type Class Description classUomIdentifierImplAn XML UomIdentifier(@http://www.opengis.net/swe/1.0.1).classUomURIImplAn XML UomURI(@http://www.opengis.net/swe/1.0.1).
-