Uses of Interface
net.opengis.ogc.FeatureIdDocument

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

Uses of FeatureIdDocument in net.opengis.ogc
 

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

Uses of FeatureIdDocument in net.opengis.ogc.impl
 

Classes in net.opengis.ogc.impl that implement FeatureIdDocument
 class FeatureIdDocumentImpl
          A document containing one FeatureId(@http://www.opengis.net/ogc) element.
 



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