Class Index | File Index

Classes


Class adf.PrintMap


Defined in: PrintTask.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
adf.PrintMap(xmlObj)
This class contains all information to generate a printing page.
Method Summary
Method Attributes Method Name and Description
 
getter for copyright text
 
getter for isPrintLegend
 
Return boolean value ispintresulyoly
 
getter for legendColumns
 
getter for legendNodes
 
Return the printing template file
 
Return the map title
 
Return the map Url
 
Return the map width
 
getter for Print Results
 
Return the map height
 
Return the task Id
Class Detail
adf.PrintMap(xmlObj)
This class contains all information to generate a printing page. The argument is a JavaScript DOM object converted from the xml string sent by the sever side printing task.
Parameters:
xmlObj
Method Detail
getCopyrightText()
getter for copyright text

getIsPrintLegend()
getter for isPrintLegend

getIsPrintResultOnly()
Return boolean value ispintresulyoly

getLegendColumns()
getter for legendColumns

getLegendNodes()
getter for legendNodes

getMapHeight()
Return the printing template file

getMapTitle()
Return the map title

getMapUrl()
Return the map Url

getMapWidth()
Return the map width

getPrintResults()
getter for Print Results

getPrintTemplate()
Return the map height

getTaskId()
Return the task Id

Documentation generated by JsDoc Toolkit 2.1.0 on Mon May 17 2010 13:45:43 GMT-0700 (PDT)