ESRI.ArcGIS.ADF.Web.DataSources
ESRI.ArcGIS.ADF.Web.DataSources Namespace
See Also  Inheritance Hierarchy
ESRI.ArcGIS.ADF.Web.DataSources contains interfaces, classes and enumerations for implementing and consolidating the use of data sources within the Web ADF.  The most basic level of interaction is defined by IGISDataSource, IGISResource, and IGISFunctionality.  These interfaces are implemented to define the capabilities of a data source as a resource in the Web ADF.

Classes

Class Description
GISDataSourceCollection A collection of IGISService objects
GISFunctionalityCollection A collection of objects implementing IGISFunctionality.
GISResourceCollection A collection of objects implementing IGISResource.
GPBoolean  
GPDataFile  
GPDataTable  
GPDate  
GPDouble  
GPFeatureGraphicsLayer  
GPGeometry  
GPLinearUnit  
GPLong  
GPMapResourceDefinition  
GPParameterInfo  
GPRasterData  
GPRasterDataLayer  
GPResult  
GPString  
GPToolInfo  
GPValue  
JobMessage  
LodInfo  
LodInfoComparer  
ServerData  
TileCacheInfo  

Interfaces

Interface Description
IDesignEditorForm  
IGeocodeFunctionality  
IGeocodeResource  
IGeoprocessingFunctionality Geoprocessing functionality
IGeoprocessingFunctionalityAsync Asynchronous Geoprocessing functionality
IGeoprocessingFunctionalitySync Synchronous geoprocessing functionality
IGeoprocessingResource  
IGISDataSource Defines members that must be implemented by a GIS data source to be utilized by Web ADF controls and APIs.
IGISFunctionality A GIS Functionality.
IGISResource A GIS Resource in a GIS Data Source.
IMapFunctionality  
IMapInformation  
IMapResource  
IMapTocFunctionality  
IOutputSpatialReference  
IQueryFunctionality  
IRequiresImpersonation  
IRequiresJavaScriptRegistration Optional interface to be implemented by tile functionalities that require java script registration
IRotationInformation Optional interface to be implemented by MapInformation classes to provide information on the default rotation of a map resource.
IScaleBarFunctionality  
ISupportsRotation Optional interface to be implemented by map functionalities that support rotation.
ITileFunctionality  
IValidationSettings Settings for validating resources

Enumerations

Enumeration Description
ExecutionType  
GPParameterDirection  
GPParameterType  
JobMessageType  
JobStatus  
TransportType  
Units  
ValidationInterval The interval for validating resources.

See Also