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

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

Uses of DescribeSensorType in net.opengis.swes.x20
 

Methods in net.opengis.swes.x20 that return DescribeSensorType
 DescribeSensorType DescribeSensorPropertyType.addNewDescribeSensor()
          Appends and returns a new empty "DescribeSensor" element
 DescribeSensorType DescribeSensorDocument.addNewDescribeSensor()
          Appends and returns a new empty "DescribeSensor" element
 DescribeSensorType DescribeSensorPropertyType.getDescribeSensor()
          Gets the "DescribeSensor" element
 DescribeSensorType DescribeSensorDocument.getDescribeSensor()
          Gets the "DescribeSensor" element
static DescribeSensorType DescribeSensorType.Factory.newInstance()
           
static DescribeSensorType DescribeSensorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DescribeSensorType DescribeSensorType.Factory.parse(File file)
           
static DescribeSensorType DescribeSensorType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static DescribeSensorType DescribeSensorType.Factory.parse(InputStream is)
           
static DescribeSensorType DescribeSensorType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DescribeSensorType DescribeSensorType.Factory.parse(Node node)
           
static DescribeSensorType DescribeSensorType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DescribeSensorType DescribeSensorType.Factory.parse(Reader r)
           
static DescribeSensorType DescribeSensorType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DescribeSensorType DescribeSensorType.Factory.parse(String xmlAsString)
           
static DescribeSensorType DescribeSensorType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static DescribeSensorType DescribeSensorType.Factory.parse(URL u)
           
static DescribeSensorType DescribeSensorType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DescribeSensorType DescribeSensorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static DescribeSensorType DescribeSensorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static DescribeSensorType DescribeSensorType.Factory.parse(XMLStreamReader sr)
           
static DescribeSensorType DescribeSensorType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.swes.x20 with parameters of type DescribeSensorType
 void DescribeSensorPropertyType.setDescribeSensor(DescribeSensorType describeSensor)
          Sets the "DescribeSensor" element
 void DescribeSensorDocument.setDescribeSensor(DescribeSensorType describeSensor)
          Sets the "DescribeSensor" element
 

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

Classes in net.opengis.swes.x20.impl that implement DescribeSensorType
 class DescribeSensorTypeImpl
          An XML DescribeSensorType(@http://www.opengis.net/swes/2.0).
 

Methods in net.opengis.swes.x20.impl that return DescribeSensorType
 DescribeSensorType DescribeSensorPropertyTypeImpl.addNewDescribeSensor()
          Appends and returns a new empty "DescribeSensor" element
 DescribeSensorType DescribeSensorDocumentImpl.addNewDescribeSensor()
          Appends and returns a new empty "DescribeSensor" element
 DescribeSensorType DescribeSensorPropertyTypeImpl.getDescribeSensor()
          Gets the "DescribeSensor" element
 DescribeSensorType DescribeSensorDocumentImpl.getDescribeSensor()
          Gets the "DescribeSensor" element
 

Methods in net.opengis.swes.x20.impl with parameters of type DescribeSensorType
 void DescribeSensorPropertyTypeImpl.setDescribeSensor(DescribeSensorType describeSensor)
          Sets the "DescribeSensor" element
 void DescribeSensorDocumentImpl.setDescribeSensor(DescribeSensorType describeSensor)
          Sets the "DescribeSensor" element
 



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