ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
MapResourceBase Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : MapResourceBase Class |
The following tables list the members exposed by MapResourceBase.
Name | Description | |
---|---|---|
DataFrame | Name of the data frame in the map service. | |
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) | |
Initialized | Whether the resource has been initialized. (Inherited from GISResourceBase) | |
LayerID | ID of the layer. | |
LayerSourceID | ID of the layer source. | |
MapDescription | The map description for this resource. | |
MapInformation | Provides information on the map, including default extent, default spatial reference, and full extent. | |
MapServerInfo | The MapServerInfo contains information about the map server, such as extent, spatial reference and units. | |
MapServerInfoReadOnly | Do not use. For framework use only. | |
MapServerProxy | The proxy class for communicating with the GIS server. | |
MapTableSubtypeInfos | Get subtype information for all layers. | |
Name | Name of the GIS resource. (Inherited from GISResourceBase) | |
ResourceDefinition | Overridden. Definition of the map resource in string format. Identifies the server and map service. | |
Service | Name of the service on the GIS server. | |
TileCacheInfoFromServer | Do not use. For framework use only. | |
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 | |
---|---|---|
ApplyCodedValueInfo | Obtains coded value domain information for fields in the data table and stores this information in the extended properties of the table. This is to facilitate conversion of codes into their corresponding descriptive text. | |
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. | |
EnsureDataFrame | Do not use. For framework use only. | |
FromResourceDefinition | Overloaded. Parses the service name and data frame from a string resource definition. | |
GetDataFrames | Overloaded. Gets the names of the data frames in a map service. | |
GetDomain | Get domain associated with a field, but if the domain for that field is inherited from another field, then obtain domain information from that other field. | |
GetSubtypeInfo | Returns subtype information for a given layer/table id. | |
Initialize | Initializes the resource to make it ready to use. (Inherited from GISResourceBase) | |
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. | |
ToResourceDefinition | Overloaded. Serializes a resource definition to a string. | |
Validate | Validates whether the service used by the resource is up. (Inherited from GISResourceBase) |