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

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

Uses of IdentificationDocument in net.opengis.sensorML.x10
 

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

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

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



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