org.deegree.ogcwebservices.wcs.configuration
Class WCSDeegreeParams
java.lang.Object
org.deegree.enterprise.DeegreeParams
org.deegree.ogcwebservices.wcs.configuration.WCSDeegreeParams
- All Implemented Interfaces:
- Serializable
public class WCSDeegreeParams
- extends DeegreeParams
- Since:
- 2.0
- Version:
- $Revision: 9345 $, 1.0. $Revision: 9345 $, $Date: 2007-12-27 17:22:25 +0100 (Do, 27 Dez 2007) $
- Author:
- Andreas Poth, last edited by: $Author: apoth $
- See Also:
- Serialized Form
Constructor Summary |
WCSDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
String[] directoryList)
creates an instance of a class containing the deegree specific global configuration
parameters for a WCS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WCSDeegreeParams
public WCSDeegreeParams(OnlineResource defaultOnlineResource,
int cacheSize,
int requestTimeLimit,
String[] directoryList)
- creates an instance of a class containing the deegree specific global configuration
parameters for a WCS
- Parameters:
defaultOnlineResource
- URL/URI used a default if not specified in the Request section of the capabilitiescacheSize
- max size of the used cacherequestTimeLimit
- maximum time limit (minutes) of request processingdirectoryList
- list of directories that are scanned for data-configuration files for the WCS
getDirectoryList
public String[] getDirectoryList()
- Returns:
- Returns the directoryList.
setDirectoryList
public void setDirectoryList(String[] directoryList)
- Parameters:
directoryList
- The directoryList to set.
addDirectory
public void addDirectory(String directory)
- adds a directory to the directory list
- Parameters:
directory
-
removeDirectory
public void removeDirectory(String directory)
- removes a directory from the directory list
- Parameters:
directory
-
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net