org.deegree_impl.clients.wmsclient.configuration
Class Project
java.lang.Object
org.deegree_impl.clients.wmsclient.configuration.Project
- public class Project
- extends java.lang.Object
- Version:
- $Revision: 1.1 $
- Author:
- Andreas Poth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
initialWMSGetMapRequest
private WMSGetMapRequest initialWMSGetMapRequest
Project
public Project(java.lang.String name,
WMSGetMapRequest gmr)
- Creates a new Project object.
- Parameters:
name
- name of the projectgmr
- get map request to initialize the project
getName
public java.lang.String getName()
- returns the name of the projekt
- Returns:
getInitialWMSGetMapRequest
public WMSGetMapRequest getInitialWMSGetMapRequest()
- returns the initial get map request of the project
- Returns:
setInitialWMSGetMapRequest
public void setInitialWMSGetMapRequest(WMSGetMapRequest gmr)
- sets the initial get map request of the project
- Parameters:
gmr
- get map request to initialize the project