Uses of Class
org.deegree_impl.clients.wmsclient.configuration.WMSClientConfiguration

Packages that use WMSClientConfiguration
org.deegree_impl.clients.wcasclient.configuration   
org.deegree_impl.clients.wmsclient.configuration   
org.deegree_impl.clients.wmsclient.control   
org.deegree_impl.clients.wmsclient2.control   
 

Uses of WMSClientConfiguration in org.deegree_impl.clients.wcasclient.configuration
 

Fields in org.deegree_impl.clients.wcasclient.configuration declared as WMSClientConfiguration
private  WMSClientConfiguration CSWClientConfiguration.wmsCConfig
           
 

Methods in org.deegree_impl.clients.wcasclient.configuration that return WMSClientConfiguration
 WMSClientConfiguration CSWClientConfiguration.getWMSClientConfiguration()
          returns the configuration of the map client used by the catalogclient for searching and displaying the results.
private static WMSClientConfiguration ConfigurationFactory.createWMSClientConfiguration(org.w3c.dom.Element elem)
          creates the configuration for the map client(s) embedded in the catalog client
 

Constructors in org.deegree_impl.clients.wcasclient.configuration with parameters of type WMSClientConfiguration
CSWClientConfiguration(CCatalog[] ccatalog, CMapping mapping, int maxInactiveInterval, WMSClientConfiguration wmsCConfig, java.util.HashMap thesauri, Download download, TextComponent textComponent, int maxRecords, java.lang.String[] filterIDs)
          creates an instance of the Configuration
 

Uses of WMSClientConfiguration in org.deegree_impl.clients.wmsclient.configuration
 

Fields in org.deegree_impl.clients.wmsclient.configuration declared as WMSClientConfiguration
private  WMSClientConfiguration WMSClientConfiguration.defaultConfig
           
 

Methods in org.deegree_impl.clients.wmsclient.configuration that return WMSClientConfiguration
 WMSClientConfiguration WMSClientConfigurationFactory.createWMSClientConfiguration(java.net.URL url, WMSClientConfiguration defaultConfig)
          creates an instance of the WMSClientConfiguration from the parameters contained in the configuration file referenced by the submitted URL
 WMSClientConfiguration WMSClientConfigurationFactory.createWMSClientConfiguration(org.w3c.dom.Element root, WMSClientConfiguration defaultConfig)
          creates an instance of the WMSClientConfiguration from the parameters contained in the configuration file referenced by the passed Element
 

Methods in org.deegree_impl.clients.wmsclient.configuration with parameters of type WMSClientConfiguration
 WMSClientConfiguration WMSClientConfigurationFactory.createWMSClientConfiguration(java.net.URL url, WMSClientConfiguration defaultConfig)
          creates an instance of the WMSClientConfiguration from the parameters contained in the configuration file referenced by the submitted URL
 WMSClientConfiguration WMSClientConfigurationFactory.createWMSClientConfiguration(org.w3c.dom.Element root, WMSClientConfiguration defaultConfig)
          creates an instance of the WMSClientConfiguration from the parameters contained in the configuration file referenced by the passed Element
 

Constructors in org.deegree_impl.clients.wmsclient.configuration with parameters of type WMSClientConfiguration
WMSClientConfiguration(WMSClientConfiguration defaultConfig, java.util.HashMap wmsCapabilities, MapSize[] offeredMapSizes, Format[] offeredMapFormats, Format[] offeredInfoFormats, MapOperation[] offeredMapOperations, MapOperationFactor[] offeredZoomFactors, MapOperationFactor[] offeredPanFactors, double minScale, double maxScale, WMSGetMapRequest gmr, Project[] offeredProjects)
          Creates a new WMSClientConfiguration object.
 

Uses of WMSClientConfiguration in org.deegree_impl.clients.wmsclient.control
 

Fields in org.deegree_impl.clients.wmsclient.control declared as WMSClientConfiguration
private static WMSClientConfiguration MapApplicationHandler.defaultConfig
           
 

Methods in org.deegree_impl.clients.wmsclient.control that return WMSClientConfiguration
static WMSClientConfiguration MapApplicationHandler.getDefaultClientConfiguration()
          returns the default configuration of the WMS client
 

Methods in org.deegree_impl.clients.wmsclient.control with parameters of type WMSClientConfiguration
private  WMSGetMapRequest ZoomOutListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToPointZoom(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToZoomInByRect(WMSClientConfiguration config, java.util.HashMap model)
          The method performs a "zoom in by rectangle" to the map model.
private  WMSGetMapRequest ResetListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
protected  WMSGetMapRequest RefreshListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest RecenterListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest PanListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
static void MapApplicationHandler.setDefaultClientConfiguration(WMSClientConfiguration defaultConfig)
          sets the default configuration for the map cliet
private  WMSGetFeatureInfoRequest InfoListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
 

Uses of WMSClientConfiguration in org.deegree_impl.clients.wmsclient2.control
 

Methods in org.deegree_impl.clients.wmsclient2.control with parameters of type WMSClientConfiguration
private  WMSGetMapRequest ZoomOutListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToPointZoom(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest ZoomInListener.modifyModelToZoomInByRect(WMSClientConfiguration config, java.util.HashMap model)
          The method performs a "zoom in by rectangle" to the map model.
protected  WMSGetMapRequest RefreshListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest RecenterListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)
           
private  WMSGetMapRequest PanListener.modifyModel(WMSClientConfiguration config, java.util.HashMap model)