Uses of Interface
net.opengis.ogc.OverlapsDocument

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

Uses of OverlapsDocument in net.opengis.ogc
 

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

Uses of OverlapsDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement OverlapsDocument
 class OverlapsDocumentImpl
          A document containing one Overlaps(@http://www.opengis.net/ogc) element.
 



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