Uses of Interface
net.opengis.ows.x11.SpacingDocument

Packages that use SpacingDocument
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of SpacingDocument in net.opengis.ows.x11
 

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

Uses of SpacingDocument in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement SpacingDocument
 class SpacingDocumentImpl
          A document containing one Spacing(@http://www.opengis.net/ows/1.1) element.
 



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