Uses of Interface
net.opengis.wms.FeatureListURLDocument

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

Uses of FeatureListURLDocument in net.opengis.wms
 

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

Uses of FeatureListURLDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement FeatureListURLDocument
 class FeatureListURLDocumentImpl
          A document containing one FeatureListURL(@http://www.opengis.net/wms) element.
 



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