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