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

Packages that use Project
org.deegree_impl.clients.wmsclient.configuration   
 

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

Methods in org.deegree_impl.clients.wmsclient.configuration that return Project
private  Project WMSClientConfigurationFactory.createProject(org.w3c.dom.Element projectElement)
          creates a predefined project that can be invoked by the client
 Project[] WMSClientConfiguration.getOfferedProjects()
          returns the list of projects offered by the client
 Project WMSClientConfiguration.getProject(java.lang.String name)
          returns the project identified by its name.
 

Methods in org.deegree_impl.clients.wmsclient.configuration with parameters of type Project
 void WMSClientConfiguration.setOfferedProjects(Project[] projects)
           
 void WMSClientConfiguration.addProject(Project project)
           
 

Constructors in org.deegree_impl.clients.wmsclient.configuration with parameters of type Project
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.