Uses of Interface
net.opengis.wms.CityDocument

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

Uses of CityDocument in net.opengis.wms
 

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

Uses of CityDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement CityDocument
 class CityDocumentImpl
          A document containing one City(@http://www.opengis.net/wms) element.
 



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