SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Author: JAN
Constructor Summary | |
IWServerConfig()
Default constructor. |
Method Summary | |
String[]
|
getAliases()
Returns the aliases. |
String
|
getBaseDir()
Returns the base directory of the API. |
String
|
getImageType()
Returns the image extension for the requested image type. |
String
|
getNextAlias()
Returns the next alias. |
int[]
|
getPortList()
Returns the specified port list. |
String
|
getProjection()
Returns the projection for this map type. |
String
|
getUrl()
Returns the URL on which the infoware service accepts requests. |
boolean
|
isCacheEnabled()
Returns true if the cache is enabled for this map type, otherwise false .
|
void
|
setAliases()
Sets the aliases. |
void
|
setBaseDir(newBaseDir)
Sets the base directory of the API. |
void
|
setCacheEnabled(useCache)
Enables or disables the cache for this map type. |
void
|
setImageType(newImageType)
Sets the image extension for the requested image type. |
void
|
setPortList()
Sets the specified port list. |
void
|
setProjection(newProjection)
Sets the projection for this map type. |
void
|
setUrl(newUrl)
Sets the URL on which the infoware service accepts requests. |
String
|
toString()
Returns a string representation of this server configuration. |
Constructor Detail |
IWServerConfig()
Method Detail |
String[] getAliases()
String[]
String getBaseDir()
String
String getImageType()
String
String getNextAlias()
String
int[] getPortList()
int[]
String getProjection()
String
String getUrl()
String
boolean isCacheEnabled()
true
if the cache is enabled for this map type, otherwise false
.
boolean
void setAliases()
String[]
void
void setBaseDir(newBaseDir)
String newBaseDir
void
void setCacheEnabled(useCache)
boolean useCache
void
void setImageType(newImageType)
String newImageType
void
void setPortList()
int[]
void
void setProjection(newProjection)
String newProjection
void
void setUrl(newUrl)
String newUrl
void
String toString()
String