Class IWServerConfig

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

IWServerConfig()

Method Detail

getAliases

String[] getAliases()

getBaseDir

String getBaseDir()

getImageType

String getImageType()

getNextAlias

String getNextAlias()

getPortList

int[] getPortList()

getProjection

String getProjection()

getUrl

String getUrl()

isCacheEnabled

boolean isCacheEnabled()

setAliases

void setAliases()

setBaseDir

void setBaseDir(newBaseDir)

setCacheEnabled

void setCacheEnabled(useCache)

setImageType

void setImageType(newImageType)

setPortList

void setPortList()

setProjection

void setProjection(newProjection)

setUrl

void setUrl(newUrl)

toString

String toString()

Source-Code Copyright 2007-2009 infoware GmbH - Documentation generated by JsDoc Toolkit 1.4.1 on Tue Nov 28 2017 09:51:50 GMT+0100 (MEZ)