com.esri.adf.web.data
Interface MapFunctionality2

All Superinterfaces:
GISFunctionality, MapFunctionality
All Known Implementing Classes:
AGSImageMapFunctionality, AGSMapFunctionality, AIMSMapFunctionality, VEImageryFunctionality, WMSMapFunctionality

public interface MapFunctionality2
extends MapFunctionality

The MapFunctionality2 interface is implemented by functionalities which provide mapping capability for resources that support on-the-fly re-projection. Resources that don't support re-projection should implement MapFunctionality instead.


Field Summary
 
Fields inherited from interface com.esri.adf.web.data.MapFunctionality
FUNCTIONALITY_NAME
 
Method Summary
 WebExtent getCurrentExtentInContextSR()
           Returns the current extent in the Web Context's spatial reference.
 
Methods inherited from interface com.esri.adf.web.data.MapFunctionality
exportImage, getCurrentExtent, getFullExtent, getInitialExtent, getMapScale, getTransparency, isDisabled, setCurrentExtent, setDisabled, setTransparency
 
Methods inherited from interface com.esri.adf.web.data.GISFunctionality
destroyFunctionality, getResource, initFunctionality
 

Method Detail

getCurrentExtentInContextSR

WebExtent getCurrentExtentInContextSR()

Returns the current extent in the Web Context's spatial reference.

Returns:
the current WebExtent of this map
See Also:
WebContext.getSpatialReference()