Uses of Class
com.sas.graphics.map.ESRIMap

Packages that use ESRIMap
com.sas.actionprovider.commands   
com.sas.servlet.tbeans.graphics Provides base classes for generating chart objects. 
com.sas.servlet.tbeans.graphics.html Provides classes for generating different chart objects. 
com.sas.servlet.tbeans.olapgraphics.html Provides classes for generating different OLAP chart objects. 
 

Uses of ESRIMap in com.sas.actionprovider.commands
 

Methods in com.sas.actionprovider.commands with parameters of type ESRIMap
 void MapCollapseCommand.collapse(int x, int y, OLAPESRIMapChart map, ESRIMap myMap)
          Collapse a region based on Mouse click location
 

Uses of ESRIMap in com.sas.servlet.tbeans.graphics
 

Methods in com.sas.servlet.tbeans.graphics that return ESRIMap
 ESRIMap BaseESRIMapChart.getESRIMap()
          INTERNAL Creates an ESRIMap object, based on the currently set ESRIConnection.
 

Methods in com.sas.servlet.tbeans.graphics with parameters of type ESRIMap
 void BaseESRIMapChart.clearSelections(ESRIMap myMap)
          Tells the MapComponent to clear any selections, and to update the filter and clearSelections icons
abstract  void BaseESRIMapChart.printDebugInfo(ESRIMap map)
          Prints out debug information about the component and the passed-in ESRIMap.
 void BaseESRIMapChart.resetToMap(ESRIMap map)
          Resets this object's mapDescription to that of the passed-in ESRIMap.
protected  void BaseESRIMapChart.setStyleOnESRIMap(ESRIMap map)
          Sets the current style information on the passed in ESRIMap object.
 

Uses of ESRIMap in com.sas.servlet.tbeans.graphics.html
 

Methods in com.sas.servlet.tbeans.graphics.html with parameters of type ESRIMap
 void ESRIMapChart.printDebugInfo(ESRIMap myMap)
          Prints debug information about the map, map service, OLAP config info, etc to the output log
 

Uses of ESRIMap in com.sas.servlet.tbeans.olapgraphics.html
 

Methods in com.sas.servlet.tbeans.olapgraphics.html with parameters of type ESRIMap
 void OLAPESRIMapChart.clearSelections(ESRIMap myMap)
          Tells the OLAPESRIMapChart to clear any selections, and update the filter and clearSelections icons.
 void OLAPESRIMapChart.printDebugInfo(ESRIMap myMap)
          Prints debug information about the map, map service, OLAP config info, etc to the output log.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.