Uses of Interface
net.opengis.sps.x20.TaskingRequestDocument

Packages that use TaskingRequestDocument
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of TaskingRequestDocument in net.opengis.sps.x20
 

Subinterfaces of TaskingRequestDocument in net.opengis.sps.x20
 interface GetFeasibilityDocument
          A document containing one GetFeasibility(@http://www.opengis.net/sps/2.0) element.
 interface ReserveDocument
          A document containing one Reserve(@http://www.opengis.net/sps/2.0) element.
 interface SubmitDocument
          A document containing one Submit(@http://www.opengis.net/sps/2.0) element.
 interface UpdateDocument
          A document containing one Update(@http://www.opengis.net/sps/2.0) element.
 

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

Uses of TaskingRequestDocument in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement TaskingRequestDocument
 class GetFeasibilityDocumentImpl
          A document containing one GetFeasibility(@http://www.opengis.net/sps/2.0) element.
 class ReserveDocumentImpl
          A document containing one Reserve(@http://www.opengis.net/sps/2.0) element.
 class SubmitDocumentImpl
          A document containing one Submit(@http://www.opengis.net/sps/2.0) element.
 class TaskingRequestDocumentImpl
          A document containing one TaskingRequest(@http://www.opengis.net/sps/2.0) element.
 class UpdateDocumentImpl
          A document containing one Update(@http://www.opengis.net/sps/2.0) element.
 



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