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