com.esri.arcgis.carto
Interface ICompositeGraphicsLayer2
- All Superinterfaces:
- ICompositeGraphicsLayer, IGraphicsLayer, java.io.Serializable
- All Known Implementing Classes:
- CompositeGraphicsLayer, ICompositeGraphicsLayer2Proxy
public interface ICompositeGraphicsLayer2
- extends ICompositeGraphicsLayer, java.io.Serializable
COM Interface 'ICompositeGraphicsLayer2'. Generated 3/19/2015 1:20:52 PM
from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control a collection of graphics layers that behave like single layer.'
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 =
IID93e56956_347a_4a37_bae3_46f5515270d1
static final int IID93e56956_347a_4a37_bae3_46f5515270d1
- 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
drawDefault
void drawDefault(int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
throws java.io.IOException,
AutomationException
- Draws the default graphics layer.
- Parameters:
drawPhase
- A com.esri.arcgis.system.esriDrawPhase constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.