| java.lang.Object org.deegree.ogcwebservices.wmps.configuration.PrintMapParam
PrintMapParam | public class PrintMapParam (Code) | | This class is a container to store the print map parameters used to access the (jasper reports)
template and output directory parameters.
author: Anup Deshmukh author: last edited by: $Author: apoth $ version: $Revision: 9345 $, $Date: 2007-12-27 08:22:25 -0800 (Thu, 27 Dec 2007) $ |
PrintMapParam | public PrintMapParam(String format, String templateDirectory, String onlineResource, String plotDirectory, String plotImageDir, String adminMailAddress, String mailHost, String mailTextTemplate, int targetResolution)(Code) | | Create a new PrintMapParam instance.
Parameters: format - Parameters: templateDirectory - Parameters: onlineResource - Parameters: plotDirectory - Parameters: plotImageDir - Parameters: adminMailAddress - Parameters: mailHost - |
getAdminMailAddress | public String getAdminMailAddress()(Code) | | Returns the adminMailAddress. |
getFormat | public String getFormat()(Code) | | Returns the format. default: pdf |
getMailHost | public String getMailHost()(Code) | | Returns the mailHost. |
getMailTextTemplate | public String getMailTextTemplate()(Code) | | returns the template (text) for creating a mail to inform a user where to access the result
of a PrintMap request
the template (text) for creating a mail to inform a user where to access the resultof a PrintMap request |
getOnlineResource | public String getOnlineResource()(Code) | | Returns the onlineResource. |
getPlotDirectory | public String getPlotDirectory()(Code) | | Returns the plotDirectory. |
getPlotImageDir | public String getPlotImageDir()(Code) | | Returns the plotImgDir. |
getTargetResolution | public int getTargetResolution()(Code) | | returns the resolution of the print target in DPI
the resolution of the print target in DPI |
getTemplateDirectory | public String getTemplateDirectory()(Code) | | Returns the templateDirectory. |
|
|