Uses of Interface
net.opengis.ogc.IntersectsDocument

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

Uses of IntersectsDocument in net.opengis.ogc
 

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

Uses of IntersectsDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement IntersectsDocument
 class IntersectsDocumentImpl
          A document containing one Intersects(@http://www.opengis.net/ogc) element.
 



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