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