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