Uses of Interface
net.opengis.wms.GetFeatureInfoDocument

Packages that use GetFeatureInfoDocument
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of GetFeatureInfoDocument in net.opengis.wms
 

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

Uses of GetFeatureInfoDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement GetFeatureInfoDocument
 class GetFeatureInfoDocumentImpl
          A document containing one GetFeatureInfo(@http://www.opengis.net/wms) element.
 



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