com.esri.arcgis.carto
Interface ILayerStatus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GlobeServerLayer, ILayerStatusProxy, IMSMapLayer, MapServerLayer, WMSMapLayer

public interface ILayerStatus
extends java.io.Serializable

COM Interface 'ILayerStatus'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to feedback on the status of a layer's time-consuming actions.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDed4721d6_3e0d_4110_9324_8cce8d2801ef
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setStepProgressor(IStepProgressor rhs1)
          The Step Progressor used by the layer to show progress on actions such as drawing.
 

Field Detail

IIDed4721d6_3e0d_4110_9324_8cce8d2801ef

static final int IIDed4721d6_3e0d_4110_9324_8cce8d2801ef
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setStepProgressor

void setStepProgressor(IStepProgressor rhs1)
                       throws java.io.IOException,
                              AutomationException
The Step Progressor used by the layer to show progress on actions such as drawing.

Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IStepProgressor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.