| Class | Description |
| CodedValuesUtility |
Obtains, processes and packages coded value domain information from layer information.
|
| FindAddressTask |
A Web ADF task for geocoding (finding the x,y coordinate location) of an address
or other geocodable data.
|
| FindAddressTaskWebConfigurator |
Dialog used within the Manager application to configure the Find Address Task.
|
| FormEntry | Maintains information on form items added to the QueryAttributesTask. |
| GeoprocessingTask |
Executes a geoprocessing tool provided by a geoprocessing resource
|
| GeoprocessingTaskWebConfigurator |
The configurator used in Manager to set the configuration for the geoprocessing
task.
|
| Generic ItemSettings |
Settings for various UI elements of the print task. Stores information about the default value
and the visibility of the control.
|
| JavaScriptDataTableConverter |
DataTable to JSON converter
|
| LegendItemSettings |
Settings for the legend control in the print task UI. The legend contains a default value
which is the true/false setting for the checkbox control to be displayed initially, whether
or not the control should appear as well as a collection of resource names to hide in the legend,
the number of columns to be used for a multi-column rendering, and the threshold of elements that
must appear when a layer of swatch elements spans multiple columns.
|
| MapControlEditor |
Displays a list of Map control IDs in the Map drop-down list in Visual Studio
for the task properties
|
| MapCopyrightTextControlEditor |
Displays a list of Map Copyright control IDs in the Map Copyright drop-down list in Visual Studio
for the task properties
|
| NorthArrowSettings | Settings for the north arrow control in the print task UI. |
| PagePrinter |
Outputs an HTML page containing a map title, map image, copyright text and task results.
|
| PrintPanel |
This class serves as a surrogate for the System.Web.UI.WebControls.Panel control. The Print Task
utilized the standard Panel as a container for the checkable listbox control that displays the
list of task results that may be chosen for printing. However, with the usage of a Script Manager,
there were issues with generating that HTML during a callback. If a control derives from our own
Composite control (as is the case here) then simply calling Refresh() during a callback will
eventually generate the desired HTML and the problem is solved. This control is used only to
replace the Panel control which was added to provide dynamic scrollbars to the checkable listbox
control and that behavior is maintained with this control too.
|
| PrintTask |
The ArcGIS Web ADF Print task.
|
| PrintTaskUtil | |
| PrintTaskWebConfigurator |
Dialog used within the Manager application to configure the Print Task.
|
| QualityItem |
Encapsulates the print quality when printing a map. This class will store the
name of the print quality along with the numeric DPI.
|
| QualityItemCollection |
A collection of QualityItem objects.
|
| QualityItemCollectionConverter |
Type converter for QualityItemCollection class.
|
| QualityItemCollectionEditor |
Editor for QualityItemCollection.
|
| QualityItemSettings |
Settings for the print quality control in the print task UI. The setting contains not only a default value
which is the index of the drop down list control to be displayed initially, but also whether
or not the control should appear. The list of supported qualities is also stored here.
|
| QueryAttributes |
Defines the query to be executed by the QueryAttributesTask,
including map resource, layer, and where expression.
|
| QueryAttributesConverter | Converter used for QueryAttributes. |
| QueryAttributesTask | A Web ADF task for querying the attributes of one map layer. |
| QueryAttributesTaskWebConfigurator | Web configurator used to configure the query task in Manager. |
| ResCategoryAttribute |
Implements the DescriptionAttribute except that the parameter is a resource name.
|
| ResDefaultValueAttribute |
Implements the DescriptionAttribute except that the parameter is a resource name.
|
| ResDescriptionAttribute |
Implements the DescriptionAttribute except that the parameter is a resource name.
|
| ResourceList |
A collection of strings representing map resources not to display in the legend.
|
| ResourceListConverter |
Type converter for ResourceList class.
|
| ResourceListEditor |
Editor for the ResourceList property of the PrintTask
|
| ResourceListEditorForm |
EditorForm for the ResourceList property of the PrintTask
|
| SearchAttributesTask |
Web ADF task for finding features in one or more map layers by searching the
attributes of multiple fields.
|
| SearchAttributesTaskWebConfigurator |
Dialog used within the Manager application to configure the Search Attributes Task.
|
| Validator | |
| WidthItem |
Encapsulates the output size/width when printing a map. This class will store the
name of the width along with the size which is comprised of a numeric value and the
unit type associated with the numeric value (inches or centimeters).
|
| WidthItemCollection |
A collection of WidthItem objects.
|
| WidthItemCollectionConverter |
Type converter for WidthItemCollection class.
|
| WidthItemCollectionEditor |
Editor for WidthItemCollection.
|
| WidthItemSettings |
Settings for the width control in the print task UI. The width contains not only a default value
which is the index of the drop down list control to be displayed initially, but also whether or
not the control should appear as well as a collection of widths to display in the control.
|