Uses of Interface
net.opengis.sensorML.x10.SmlLocation

Packages that use SmlLocation
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of SmlLocation in net.opengis.sensorML.x10
 

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

Uses of SmlLocation in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement SmlLocation
 class SmlLocationImpl
          A document containing one location(@http://www.opengis.net/sensorML/1.0) element.
 



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