com.esri.adf.web.data.export
Interface ExportFunctionality

All Superinterfaces:
GISFunctionality
All Known Subinterfaces:
ExportFunctionality2
All Known Implementing Classes:
AGSImageMapFunctionality, AGSMapFunctionality, AIMSMapFunctionality, GraphicsMapFunctionality, VEImageryFunctionality, WMSMapFunctionality

public interface ExportFunctionality
extends GISFunctionality

The implementations of ExportFunctionality interface provide the ability to export a map image for the associated GISResource.


Field Summary
static String EXPORT_FUNCTIONALITY_NAME
          The convenient name used to retrieve the export functionality from the available list of functionalities of a resource.
 
Method Summary
 InputStream export(ExportProperties exportProperties)
           
 
Methods inherited from interface com.esri.adf.web.data.GISFunctionality
destroyFunctionality, getResource, initFunctionality
 

Field Detail

EXPORT_FUNCTIONALITY_NAME

static final String EXPORT_FUNCTIONALITY_NAME
The convenient name used to retrieve the export functionality from the available list of functionalities of a resource.

See Also:
Constant Field Values
Method Detail

export

InputStream export(ExportProperties exportProperties)