Uses of Class
org.deegree.protocol.ows.metadata.ServiceIdentification

Packages that use ServiceIdentification
org.deegree.protocol.ows.capabilities   
org.deegree.protocol.ows.client   
org.deegree.protocol.wfs.capabilities   
org.deegree.services.metadata   
org.deegree.services.wms.controller   
org.deegree.services.wms.controller.capabilities   
 

Uses of ServiceIdentification in org.deegree.protocol.ows.capabilities
 

Methods in org.deegree.protocol.ows.capabilities that return ServiceIdentification
 ServiceIdentification OWSCapabilities.getServiceIdentification()
          Returns the general server-specific metadata.
 ServiceIdentification OWSCapabilitiesAdapter.parseServiceIdentification()
          Extracts the ServiceIdentification from the underlying XML document.
 

Constructors in org.deegree.protocol.ows.capabilities with parameters of type ServiceIdentification
OWSCapabilities(Version version, String updateSequence, ServiceIdentification serviceIdentification, ServiceProvider serviceProvider, OperationsMetadata operationsMetadata, List<String> languages)
          Creates a new OWSCapabilities instance.
 

Uses of ServiceIdentification in org.deegree.protocol.ows.client
 

Methods in org.deegree.protocol.ows.client that return ServiceIdentification
 ServiceIdentification AbstractOWSClient.getIdentification()
          Returns the ServiceIdentification metadata provided by the server.
 

Uses of ServiceIdentification in org.deegree.protocol.wfs.capabilities
 

Methods in org.deegree.protocol.wfs.capabilities that return ServiceIdentification
 ServiceIdentification WFS100CapabilitiesAdapter.parseServiceIdentification()
           
 

Uses of ServiceIdentification in org.deegree.services.metadata
 

Methods in org.deegree.services.metadata that return ServiceIdentification
static ServiceIdentification MetadataUtils.convertFromJAXB(ServiceIdentificationType si)
           
 

Methods in org.deegree.services.metadata that return types with arguments of type ServiceIdentification
static Pair<ServiceIdentification,ServiceProvider> MetadataUtils.convertFromJAXB(DeegreeServicesMetadataType md)
           
 

Uses of ServiceIdentification in org.deegree.services.wms.controller
 

Fields in org.deegree.services.wms.controller declared as ServiceIdentification
protected  ServiceIdentification WMSController.identification
           
 

Methods in org.deegree.services.wms.controller with parameters of type ServiceIdentification
protected  void WMSController111.exportCapas(String getUrl, String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, WMSController controller)
           
protected  void WMSController130.exportCapas(String getUrl, String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, WMSController controller)
           
protected abstract  void WMSControllerBase.exportCapas(String getUrl, String postUrl, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, WMSController controller)
           
 void WMSController.Controller.getCapabilities(String getUrl, String postUrl, String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, Map<String,String> customParameters, WMSController controller)
           
 void WMSControllerBase.getCapabilities(String getUrl, String postUrl, String updateSequence, MapService service, HttpResponseBuffer response, ServiceIdentification identification, ServiceProvider provider, Map<String,String> customParameters, WMSController controller)
           
 

Uses of ServiceIdentification in org.deegree.services.wms.controller.capabilities
 

Constructors in org.deegree.services.wms.controller.capabilities with parameters of type ServiceIdentification
Capabilities111XMLAdapter(ServiceIdentification identification, ServiceProvider provider, String getUrl, String postUrl, MapService service, WMSController controller)
           
Capabilities130XMLAdapter(ServiceIdentification identification, ServiceProvider provider, String getUrl, String postUrl, MapService service, WMSController controller)
           
 



Copyright © 2011. All Rights Reserved.