|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITOCBuddy2
COM Interface 'ITOCBuddy2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'
Description: 'Provides access to members that control the TOC buddy.' 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 |
IID05e5f0d1_7983_412a_8496_2b71863c4e0d
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.controls.ITOCBuddy |
---|
IID5eeb268c_9b77_406d_8fc5_489324d0758b |
Method Summary | |
---|---|
boolean |
isLayerValid(ILayer pLayer)
The TOCControl calls this method to ask the buddy if a layer is fully cached and valid if it cannot determine this on its own. |
boolean |
isLayerVisibleAtScale(ILayer pLayer,
double scale)
The TOCControl calls this method to ask the buddy if a layer is visible at the specified scale. |
void |
layerVisibilityChanged(IBasicMap pBasicMap,
ILayer pLayer,
boolean visibility)
The TOCControl calls this method to instruct the buddy that layer visibility has changed. |
Methods inherited from interface com.esri.arcgis.controls.ITOCBuddy |
---|
getActiveView, getScale |
Field Detail |
---|
static final int IID05e5f0d1_7983_412a_8496_2b71863c4e0d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void layerVisibilityChanged(IBasicMap pBasicMap, ILayer pLayer, boolean visibility) throws java.io.IOException, AutomationException
pBasicMap
- A reference to a com.esri.arcgis.carto.IBasicMap (in)pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)visibility
- The visibility (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLayerValid(ILayer pLayer) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isLayerVisibleAtScale(ILayer pLayer, double scale) throws java.io.IOException, AutomationException
pLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |