com.esri.arcgis.carto
Interface ILayerStatus
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GlobeServerLayer, IMSMapLayer, MapServerLayer, WMSMapLayer
public interface ILayerStatus
- extends Serializable
Provides access to feedback on the status of a layer's time-consuming actions.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
setStepProgressor
void setStepProgressor(IStepProgressor rhs1)
throws IOException,
AutomationException
- The Step Progressor used by the layer to show progress on actions such as drawing.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
rhs1
- A reference to a com.esri.arcgis.system.IStepProgressor (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.