ESRI.ArcGIS.ADF.Web
ESRI.ArcGIS.ADF.Web Namespace
See Also  Inheritance Hierarchy
ESRI.ArcGIS.ADF.Web contains common and utility classes and enumerations used by other namespaces in the ESRI.ArcGIS.ADF.Web assembly.

Classes

Class Description
ADFResourceHandler This is a derived System.Web.IHttpHandler class that acts as a resource server to send resources to the client browser such as scripts, images, etc.
BufferSelectResult  
CartoImage An object that encapsulates properties of a cartographic image.
Constants  
Converter  
DisplaySettings  
FindParameters  
FontInfo Object that groups together common font properties.
ImageDescriptor Holds information about the image format, size and Dpi.
ImageHandler ImageHandler is an HttpHandler that enables the streaming of images without having to incur the file IO expense of writing them to disk and reading them from disk.
LayoutImage The result of a PageLayout draw operation. Contains the generated image as well as information about the image and the dataframes in the image.
LayoutImageDataFrameInfo LayoutImageDataFrameInfo holds information about a map in a pagelayout such as the extent of the map and the location of the map.
LayoutImageDataFrameInfoCollection A collection of LayoutImageDataFrameInfo objects.
MapImage A MapServer generated Image and its associated information.
MimeData A Byte array representation of an image. Enables an image to be stored in memory avoiding the overhead of writing to and reading from disk.
NavigationUtility  
QueryFilter The QueryFilter class contains the methods and properties needed to perform attribute queries on a feature layer within a data source. As part of the Web ADF Common API, the QueryFilter is used in conjunction with a QueryFunctionality.Query() method to return an ADO.NET Dataset.
ScaleBarFormat  
ScriptTag Represents a script html tag
SpatialFilter The QueryFilter class contains the methods and properties needed to perform attribute queries on a feature layer within a data source. As part of the Web ADF Common API, the QueryFilter is used in conjunction with a QueryFunctionality.Query() method to return an ADO.NET Dataset.
TocDataFrame A TocDataFrame holds information about a data frame displayed in the Toc.
TocLayer A TocLayer holds information about a layer that is displayed in a Toc.
TocSymbol TocSymbol holds information about a symbol displayed in a Toc.
TocSymbolGroup A TocSymbolGroup holds information about a group of symbols displayed in a Toc.
UnsupportedSpatialReferenceException  
VSUtility Utility class to work with Visual Studio .NET

Enumerations

Enumeration Description
BrowserName The name of the browser.
DisplayDirection The direction on the image display.
FeatureType The geometric types of features.
FindOption Options for find.
FontStyle Defines the style of a font.
GeographicDirection The geographic direction.
IdentifyOption  
ImageFormat Specifies the output image type.
OSType  
ScaleBarStyle The style of the scalebar to draw
ScaleBarUnits  
SearchOrder  
SpatialRelationship  
WebImageFormat The format of the image output by a control.

See Also