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

Packages that use SensorChangedDocument
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
 

Uses of SensorChangedDocument in net.opengis.swes.x20
 

Subinterfaces of SensorChangedDocument in net.opengis.swes.x20
 interface SensorDescriptionUpdatedDocument
          A document containing one SensorDescriptionUpdated(@http://www.opengis.net/swes/2.0) element.
 

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

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

Classes in net.opengis.swes.x20.impl that implement SensorChangedDocument
 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.
 



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