|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.wms.capabilities.DeegreeParam_Impl
Field Summary | |
private int |
cacheSize
|
private java.lang.String |
copyRight
|
private java.net.URL |
defaultOnlineResource
|
private java.net.URL |
dtdLocation
|
private GazetteerParam |
gazetteer
|
private float |
mapQuality
|
private int |
maxLifeTime
|
private int |
maxMapHeight
|
private int |
maxMapWidth
|
private Proxy |
proxy
|
private int |
requestTimeLimit
|
private java.lang.String |
rootDirectory
|
private java.net.URL |
schemaLocation
|
Constructor Summary | |
(package private) |
DeegreeParam_Impl(int cacheSize,
int maxLifeTime,
int requestTimeLimit,
float mapQuality,
java.net.URL defaultOnlineResource,
java.lang.String rootDirectory,
int maxMapWidth,
int maxMapHeight,
java.lang.String copyRight,
GazetteerParam gazetteer,
java.net.URL schemaLocation,
java.net.URL dtdLocation,
Proxy proxy)
Creates a new instance of DeegreeParam_Impl |
Method Summary | |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
int |
getCacheSize()
returns the cache size used for the WMS in MB. default is 100MB. |
java.lang.String |
getCopyRight()
returns a copy right note to draw at the left side of the maps bottom |
java.net.URL |
getDefaultOnlineResource()
returns the default URL of the deegree WMS which is used as default if no other URL is specified in the capabilities/configuration document if required. |
java.net.URL |
getDTDLocation()
returns the URL where the DTD defining the OGC WMS capabilities is located |
GazetteerParam |
getGazetteer()
returns the URL where to access the gazetteer service associated with the WMS |
float |
getMapQuality()
returns the quality of the map for none loss-less image formats. the value ranges from 0 (lowest quality) to 1 (best quality) Default is 0.95 |
int |
getMaxLifeTime()
returns the maximum life time of the internal processes (Threads) of the deegree WMS. default is 3600 seconds. |
int |
getMaxMapHeight()
returns the maximum map height that can be requested. |
int |
getMaxMapWidth()
returns the maximum map width that can be requested. |
Proxy |
getProxy()
returns the proxy used with the WMS. |
int |
getRequestTimeLimit()
returns the maximum time the perfoming of a request is allowed to take. |
java.lang.String |
getRootDirectory()
returns the root directory of the deegree WMS installation, The directory contains the WEB-INF directory and so the deployment descriptor for publishing the WMS to the servlet engine. |
java.net.URL |
getSchemaLocation()
returns the URL where the sxm schema definition of the response to an GetFeatureInfo request is located |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String rootDirectory
private java.net.URL defaultOnlineResource
private float mapQuality
private int cacheSize
private int maxLifeTime
private int requestTimeLimit
private int maxMapWidth
private int maxMapHeight
private java.lang.String copyRight
private GazetteerParam gazetteer
private java.net.URL schemaLocation
private java.net.URL dtdLocation
private Proxy proxy
Constructor Detail |
DeegreeParam_Impl(int cacheSize, int maxLifeTime, int requestTimeLimit, float mapQuality, java.net.URL defaultOnlineResource, java.lang.String rootDirectory, int maxMapWidth, int maxMapHeight, java.lang.String copyRight, GazetteerParam gazetteer, java.net.URL schemaLocation, java.net.URL dtdLocation, Proxy proxy)
Method Detail |
public int getCacheSize()
getCacheSize
in interface DeegreeParam
public java.net.URL getDefaultOnlineResource()
getDefaultOnlineResource
in interface DeegreeParam
public int getMaxLifeTime()
getMaxLifeTime
in interface DeegreeParam
public java.lang.String getRootDirectory()
The WEB-INF directory contains a directory named xml that contains all required XML-Documents that are not addressed with its absolut path in the capabilities/configuration document.
getRootDirectory
in interface DeegreeParam
public int getRequestTimeLimit()
getRequestTimeLimit
in interface DeegreeParam
public java.lang.String getCopyRight()
getCopyRight
in interface DeegreeParam
public float getMapQuality()
Default is 0.95
getMapQuality
in interface DeegreeParam
public int getMaxMapHeight()
Default is 1000
getMaxMapHeight
in interface DeegreeParam
public int getMaxMapWidth()
Default is 1000
getMaxMapWidth
in interface DeegreeParam
public GazetteerParam getGazetteer()
getGazetteer
in interface DeegreeParam
public java.net.URL getSchemaLocation()
getSchemaLocation
in interface DeegreeParam
public java.net.URL getDTDLocation()
getDTDLocation
in interface DeegreeParam
public Proxy getProxy()
getProxy
in interface DeegreeParam
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |