ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
ImageResourceBase Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : ImageResourceBase Class |
The following tables list the members exposed by ImageResourceBase.
Name | Description | |
---|---|---|
DataSource | Data source that is used for the resource. (Inherited from GISResourceBase) | |
DisplaySettings | Settings for display of the map resource, including visibility, transparency and image format. | |
Functionalities | Obtains the collection of functionalities associated with this GIS resource. (Inherited from GISResourceBase) | |
ImageResourceDefinition | The image service resource definition. | |
ImageServerProxy | The proxy class for communicating with the GIS server. | |
ImageServiceInfo | Information about the image service | |
Initialized | Whether the resource has been initialized. (Inherited from GISResourceBase) | |
MapInformation | Provides information on the map, including default extent, default spatial reference, and full extent. | |
Name | Name of the GIS resource. (Inherited from GISResourceBase) | |
ResourceDefinition | Overridden. Definition of the image resource in string format. | |
Service | Name of the image service. | |
ValidationInterval | How often the resource should be validated. (Inherited from GISResourceBase) | |
ValidationTimeout | Time out for validating a resource in milliseconds. (Inherited from GISResourceBase) |
Name | Description | |
---|---|---|
BandIDFromName | Returns the id of the band (say 1) from the display name of the band (say Band_1). | |
BandNameFromID | Returns the band name in the format Band_1 from a band id of say 1. | |
ClearState | Clears the state maintained by this resource. (Inherited from GISResourceBase) | |
CreateFunctionality | Overridden. Creates a new instance of the GIS functionality type. | |
Dispose | Disposes of the resource. (Inherited from GISResourceBase) | |
GetBandCount | Get band count | |
Initialize | Initializes the resource to make it ready to use. (Inherited from GISResourceBase) | |
IsImageResourceDefinition | Whether the resource definition string is that of an image resource | |
LoadState | Loads the state of the resource. The data source must have been specified previously. (Inherited from GISResourceBase) | |
PerformValidation | Do the actual validation. Validate will call this method if validation is required for this initialization according to the ValidationInterval setting and whether validation has already succeeded for the session. (Inherited from GISResourceBase) | |
SaveState | Overridden. Saves the state of the resource. | |
SupportsFunctionality | Overridden. Whether the resource supports the functionality specified. | |
Validate | Validates whether the service used by the resource is up. (Inherited from GISResourceBase) |