| 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 |
Result of a buffer or select operation in a class that implements. IBufferSelectFunctionality.
|
| CartoImage |
An object that encapsulates properties of a cartographic image.
|
| Choice |
The choice used in a UI Parameter. Override ToString to provice the string representation of the choice.
|
| Constants |
Constants used in the ESRI Web ADF.
|
| Converter |
Utilities for conversions in the ESRI Web ADF. All methods are static (shared).
|
| DesignUtil | The class supports the .NET ADF infrastructure and is not intended to be used directly from your code. |
| DisplaySettings | Contains settings for display of a data source on the map. |
| FindParameters |
Stores information used when finding features.
|
| Generic FolderNode |
A tree node that represents a folder.
|
| 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 map image generated by a map server, along with 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 | Provides utility methods for map navigation. |
| 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.
|
| ResCategoryAttribute |
Implements the CategoryAttribute except that the parameter is a resource name.
|
| ResDescriptionAttribute |
Implements the DescriptionAttribute except that the parameter is a resource name.
|
| ResourceUtility |
The class supports the .NET ADF infrastructure and is not intended to be used directly from your code.
|
| ScaleBarFormat | Contains formatting properties for the scalebar. |
| ScriptTag |
Represents a script html tag
|
| SpatialFilter |
Filter with properties for performing spatial as well as attribute
queries.
|
| StringChoice |
The simple string choice used in a UI Parameter.
|
| SupportingServiceRequiredException |
This exception is used by ArcGIS ServerManager to indicate that the task needs a supporting service (Geocoding/Geoprocessing)
to be added before it can be configured. The UI should reflect this requirement.
|
| TocDataFrame |
A collection of TocLayer items used for displaying layer information in a
table of contents.
|
| 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.
|
| Generic Tree |
Tree structure for representing discovered data sources.
|
| Generic TreeNode |
Node for a tree that displays discovered data sources.
|
| UIParameter |
Information about a parameter used to create a UI for defining a data source instance
|
| UIParameterChoice |
The choice used in a UI Parameter that is itself a choice.
|
| UnsupportedSpatialReferenceException |
An exception that indicates an unsupported spatial reference
(coordinate system or datum transformation) was used.
|
| VSUtility |
Utility class to work with Visual Studio .NET
|
| WebResourceLocation |
Information about where to get web resources from.
|