Uses of Interface
net.opengis.ogc.DWithinDocument

Packages that use DWithinDocument
net.opengis.ogc   
net.opengis.ogc.impl   
 

Uses of DWithinDocument in net.opengis.ogc
 

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

Uses of DWithinDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement DWithinDocument
 class DWithinDocumentImpl
          A document containing one DWithin(@http://www.opengis.net/ogc) element.
 



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