Uses of Interface
net.opengis.swes.x20.SWESEventDocument
-
Packages that use SWESEventDocument Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of SWESEventDocument in net.opengis.swes.x20
Subinterfaces of SWESEventDocument in net.opengis.swes.x20 Modifier and Type Interface Description interfaceOfferingChangedDocumentA document containing one OfferingChanged(@http://www.opengis.net/swes/2.0) element.interfaceSensorChangedDocumentA document containing one SensorChanged(@http://www.opengis.net/swes/2.0) element.interfaceSensorDescriptionUpdatedDocumentA document containing one SensorDescriptionUpdated(@http://www.opengis.net/swes/2.0) element.Methods in net.opengis.swes.x20 that return SWESEventDocument Modifier and Type Method Description static SWESEventDocumentSWESEventDocument.Factory. newInstance()static SWESEventDocumentSWESEventDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SWESEventDocumentSWESEventDocument.Factory. parse(File file)static SWESEventDocumentSWESEventDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SWESEventDocumentSWESEventDocument.Factory. parse(InputStream is)static SWESEventDocumentSWESEventDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SWESEventDocumentSWESEventDocument.Factory. parse(Reader r)static SWESEventDocumentSWESEventDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SWESEventDocumentSWESEventDocument.Factory. parse(String xmlAsString)static SWESEventDocumentSWESEventDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SWESEventDocumentSWESEventDocument.Factory. parse(URL u)static SWESEventDocumentSWESEventDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SWESEventDocumentSWESEventDocument.Factory. parse(XMLStreamReader sr)static SWESEventDocumentSWESEventDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SWESEventDocumentSWESEventDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SWESEventDocumentSWESEventDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SWESEventDocumentSWESEventDocument.Factory. parse(Node node)static SWESEventDocumentSWESEventDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SWESEventDocument in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement SWESEventDocument Modifier and Type Class Description classOfferingChangedDocumentImplA document containing one OfferingChanged(@http://www.opengis.net/swes/2.0) element.classSensorChangedDocumentImplA document containing one SensorChanged(@http://www.opengis.net/swes/2.0) element.classSensorDescriptionUpdatedDocumentImplA document containing one SensorDescriptionUpdated(@http://www.opengis.net/swes/2.0) element.classSWESEventDocumentImplA document containing one SWESEvent(@http://www.opengis.net/swes/2.0) element.
-