Package com.esri.adf.web.data

The data package contains the business data objects that work with the webcontrols.

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  
GraphicImage2  
MapFunctionality The MapFunctionality interface is implemented by functionalities to provide mapping capability for the resource.
MapFunctionality2 The MapFunctionality2 interface is implemented by functionalities which provide mapping capability for resources that support on-the-fly re-projection.
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  
CandidateTileInfo  
ContainingTile  
ExtentHistory  
GISResource The GISResource is the base class that all resources supported by the ADF must extend.
GraphicElement  
GraphicRenderer GraphicRenderer is a value object class that is used by WebGraphics to render its WebGeometries.
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.
WebElementConverter WebElementConverter that is used for drawing a GraphicElement on a bitmap image.
WebGeocode  
WebGraphics The WebGraphics class represents a simple way to add feature graphics and images to a map.
WebLayerInfo This class represents a layer in a given GISResource.
WebLodInfo  
WebMap The WebMap is an attribute of WebContext (WebMap)context.getAttribute("map"); It defines properties of the map including extent, size, image DPI etc.
WebNorthArrow  
WebOverview This object represents the business logic behind the Overview map control.
WebScaleBar The WebScaleBar renders a scale bar within the map control.
WebSession Stores the information pertinent to a web session.
WebToc The WebToc represents the business object that works with the TocControl using the TocFunctionality objects configured with the GISResources.
 

Package com.esri.adf.web.data Description

The data package contains the business data objects that work with the webcontrols. Some examples of objects in this package are WebMap, WebOverview, WebGeocode etc.,