Uses of Interface
net.opengis.wms.ServiceDocument.Service

Packages that use ServiceDocument.Service
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of ServiceDocument.Service in net.opengis.wms
 

Methods in net.opengis.wms that return ServiceDocument.Service
 ServiceDocument.Service WMSCapabilitiesDocument.WMSCapabilities.addNewService()
          Appends and returns a new empty "Service" element
 ServiceDocument.Service ServiceDocument.addNewService()
          Appends and returns a new empty "Service" element
 ServiceDocument.Service WMSCapabilitiesDocument.WMSCapabilities.getService()
          Gets the "Service" element
 ServiceDocument.Service ServiceDocument.getService()
          Gets the "Service" element
static ServiceDocument.Service ServiceDocument.Service.Factory.newInstance()
           
static ServiceDocument.Service ServiceDocument.Service.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.wms with parameters of type ServiceDocument.Service
 void WMSCapabilitiesDocument.WMSCapabilities.setService(ServiceDocument.Service service)
          Sets the "Service" element
 void ServiceDocument.setService(ServiceDocument.Service service)
          Sets the "Service" element
 

Uses of ServiceDocument.Service in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement ServiceDocument.Service
static class ServiceDocumentImpl.ServiceImpl
          An XML Service(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return ServiceDocument.Service
 ServiceDocument.Service WMSCapabilitiesDocumentImpl.WMSCapabilitiesImpl.addNewService()
          Appends and returns a new empty "Service" element
 ServiceDocument.Service ServiceDocumentImpl.addNewService()
          Appends and returns a new empty "Service" element
 ServiceDocument.Service WMSCapabilitiesDocumentImpl.WMSCapabilitiesImpl.getService()
          Gets the "Service" element
 ServiceDocument.Service ServiceDocumentImpl.getService()
          Gets the "Service" element
 

Methods in net.opengis.wms.impl with parameters of type ServiceDocument.Service
 void WMSCapabilitiesDocumentImpl.WMSCapabilitiesImpl.setService(ServiceDocument.Service service)
          Sets the "Service" element
 void ServiceDocumentImpl.setService(ServiceDocument.Service service)
          Sets the "Service" element
 



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