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