com.esri.adf.web.data
Interface ScaleBarFunctionality

All Superinterfaces:
GISFunctionality
All Known Implementing Classes:
AGSScaleBarFunctionality

public interface ScaleBarFunctionality
extends GISFunctionality

A functionality to create map scale bar.


Field Summary
static String FUNCTIONALITY_NAME
           
 
Method Summary
 byte[] exportImage()
          Generates an image of the scale bar based on the given description, and returns the image as a byte array.
 
Methods inherited from interface com.esri.adf.web.data.GISFunctionality
destroyFunctionality, getResource, initFunctionality
 

Field Detail

FUNCTIONALITY_NAME

static final String FUNCTIONALITY_NAME
See Also:
Constant Field Values
Method Detail

exportImage

byte[] exportImage()
Generates an image of the scale bar based on the given description, and returns the image as a byte array.

Returns:
the image byte array