Uses of Interface
net.opengis.ogc.DisjointDocument

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

Uses of DisjointDocument in net.opengis.ogc
 

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

Uses of DisjointDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement DisjointDocument
 class DisjointDocumentImpl
          A document containing one Disjoint(@http://www.opengis.net/ogc) element.
 



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