Uses of Interface
net.opengis.swes.x20.SWESEventDocument

Packages that use SWESEventDocument
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
 interface OfferingChangedDocument
          A document containing one OfferingChanged(@http://www.opengis.net/swes/2.0) element.
 interface SensorChangedDocument
          A document containing one SensorChanged(@http://www.opengis.net/swes/2.0) element.
 interface SensorDescriptionUpdatedDocument
          A document containing one SensorDescriptionUpdated(@http://www.opengis.net/swes/2.0) element.
 

Methods in net.opengis.swes.x20 that return SWESEventDocument
static SWESEventDocument SWESEventDocument.Factory.newInstance()
           
static SWESEventDocument SWESEventDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SWESEventDocument SWESEventDocument.Factory.parse(File file)
           
static SWESEventDocument SWESEventDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static SWESEventDocument SWESEventDocument.Factory.parse(InputStream is)
           
static SWESEventDocument SWESEventDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SWESEventDocument SWESEventDocument.Factory.parse(Node node)
           
static SWESEventDocument SWESEventDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static SWESEventDocument SWESEventDocument.Factory.parse(Reader r)
           
static SWESEventDocument SWESEventDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SWESEventDocument SWESEventDocument.Factory.parse(String xmlAsString)
           
static SWESEventDocument SWESEventDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SWESEventDocument SWESEventDocument.Factory.parse(URL u)
           
static SWESEventDocument SWESEventDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static SWESEventDocument SWESEventDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SWESEventDocument SWESEventDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SWESEventDocument SWESEventDocument.Factory.parse(XMLStreamReader sr)
           
static SWESEventDocument SWESEventDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of SWESEventDocument in net.opengis.swes.x20.impl
 

Classes in net.opengis.swes.x20.impl that implement SWESEventDocument
 class OfferingChangedDocumentImpl
          A document containing one OfferingChanged(@http://www.opengis.net/swes/2.0) element.
 class SensorChangedDocumentImpl
          A document containing one SensorChanged(@http://www.opengis.net/swes/2.0) element.
 class SensorDescriptionUpdatedDocumentImpl
          A document containing one SensorDescriptionUpdated(@http://www.opengis.net/swes/2.0) element.
 class SWESEventDocumentImpl
          A document containing one SWESEvent(@http://www.opengis.net/swes/2.0) element.
 



Copyright © 2004-2012 52north.org. All Rights Reserved.