Package com.esri.adf.web.data

The data package contains the data objects that work with the web controls.

See:
          Description

Interface Summary
GeocodeFunctionality The GeocodeFunctionality interface is implemented by functionalities to provide geocoding capability for the resource.
GISFunctionality The GISFunctionality interface must be implemented by all functionalities of GISResources.
GraphicImage  
MapFunctionality The MapFunctionality interface is implemented by functionalities to provide mapping capability for the resource.
OverviewFunctionality The OverviewFunctionality interface is implemented by functionalities to provide overviewing capability for the resource.
ScaleBarFunctionality A functionality to create map scale bar.
TileFunctionality The TileFunctionality interface is implemented by functionalities to provide tiled mapping capability for the resource.
TocFunctionality The TocFunctionality interface is implemented by functionalities to provide a Table of Contents (TOC) for the resource.
WebContextInitialize The WebContextInitialize interface is implemented by attributes of the WebContext to initialize and cleanup themselves at appropriate junctures of the ADF lifecycle.
WebContextObserver The WebContextObserver interface is implemented by classes that want to update themselves when the WebContext is refreshed.
WebLifecycle The WebLifecycle interface is implemented by WebContext attributes, GISResources and GISFunctionalitys alike to activate and passivate themselves before and after performing user operations respectively.
 

Class Summary
AddressCandidate  
ContainingTile  
ExtentHistory  
GISResource The GISResource is the base class that all resources supported by the ADF must extend.
GraphicElement  
GraphicRenderer  
SimpleTocNodeContent  
TocModel  
TocNode A TocNode stores content, maintains hierarchical relationships, and responds to events that occur on a table of contents node.
TocNodeContent A TocNodeContent object stores the content of a @TocNode.
TocResourceContent  
WebApplication Stores information for the current web application.
WebContext The WebContext maintains references to the GISResources as well as to attributes (GIS business objects) such as WebMap, WebGraphics, WebQuery, etc.
WebGeocode  
WebGraphics  
WebLayerInfo  
WebLodInfo  
WebMap The abstract WebMap class works with the MapControl to provide access to the data objects.
WebNorthArrow  
WebOverview The abstract WebOverview class works with the OverviewControl to provide access to the data objects.
WebScaleBar The WebScaleBar renders a scale bar within the map control.
WebSession Stores the information pertinent to a web session.
WebToc The abstract WebToc class works with the TocControl to provide access to the data objects.
 

Package com.esri.adf.web.data Description

The data package contains the data objects that work with the web controls. Some examples of objects in this package are WebMap, WebOverview, and WebPageLayout. These objects are typically abstract and require concrete implementations for use with their respective web controls. The default implementations of these abstract classes, to be used with a GIS server, can be found in the com.esri.arcgis.webcontrols.ags.data package. Each of these classes store properties typical to the type of control they represent. The WebMap class, for example, can retrieve information about the map such as width, height, data frame, and image format.