Provides access to members that control the IMS map layer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use IIMSMapLayer to access members that control the IMS map layer. The IMS map layer refers specifically to ArcIMS Image Service layers. IIMSMapLayer is not applicable to other service layers such as ArcIMS Feature Services.
Members
Description | ||
---|---|---|
AreaOfInterest | The area of interest. | |
AreaOfInterest | The default area of interest for the layer. | |
Cached | Indicates if the layer needs its own display cache. | |
ClearDrawCache | Clears the cache of images downloaded from the IMS server for drawing. | |
Connection | The service. | |
ConnectToService | Connects to the map service with the given server url. | |
Draw | Draws the layer to the specified display for the given draw phase. | |
IMSMap | The IMS map. | |
MaximumScale | Maximum scale (representative fraction) at which the layer will display. | |
MinimumScale | Minimum scale (representative fraction) at which the layer will display. | |
MoveSubLayerTo | Change the sublayer order. | |
Name | Layer name. | |
ShowTips | Indicates if the layer shows map tips. | |
SpatialReference | Spatial reference for the layer. | |
SupportedDrawPhases | Supported draw phases. | |
TipText | Map tip text at the specified location. | |
Valid | Indicates if the layer is currently valid. | |
Visible | Indicates if the layer is currently visible. |
Inherited Interfaces
Interfaces | Description |
---|---|
ILayer | Provides access to members that work with all layers. |
CoClasses that implement IIMSMapLayer
CoClasses and Classes | Description |
---|---|
IMSMapLayer | A container for the display and manipulation of IMS layers. |