Uses of Interface
net.opengis.wms.LayerLimitDocument

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

Uses of LayerLimitDocument in net.opengis.wms
 

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

Uses of LayerLimitDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement LayerLimitDocument
 class LayerLimitDocumentImpl
          A document containing one LayerLimit(@http://www.opengis.net/wms) element.
 



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