|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapAdmin2
COM Interface 'IMapAdmin2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to Map administration methods.' 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 |
IID016c393a_7751_40e1_b6e9_f6b454a4493a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
boolean |
completeRedrawNeeded()
Check if a complete redraw is needed. |
void |
fireAfterDraw(int hDC)
Fire AfterDraw(esriViewForeground) event. |
void |
fireChangeFeatureClass(IFeatureClass oldClass,
IFeatureClass newClass)
Notifies listeners that the a layer's class has changed. |
void |
fireChangeTable(ITable oldTable,
ITable newTable)
Notifies listeners that the a layer's class has changed. |
void |
fireChangeVersion(IVersion oldVersion,
IVersion newVersion)
Notifies listeners that a version in the map changed. |
void |
forceGraphicSelectionDraw()
Call before using Output to cause graphic selection to be drawn. |
IBackground |
getNonFrameBackground()
Specify the background to use when drawing to destinations other than a frame. |
void |
setClipBounds(IGeometry rhs1)
Specify a boundary to clip to. |
void |
setNonFrameBackgroundByRef(IBackground background)
Specify the background to use when drawing to destinations other than a frame. |
void |
suppressForegroundDraw()
Call before using Output to prevent AfterDraw(esriViewForeground) from being fired. |
Field Detail |
---|
static final int IID016c393a_7751_40e1_b6e9_f6b454a4493a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setNonFrameBackgroundByRef(IBackground background) throws java.io.IOException, AutomationException
background
- A reference to a com.esri.arcgis.carto.IBackground (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBackground getNonFrameBackground() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipBounds(IGeometry rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireAfterDraw(int hDC) throws java.io.IOException, AutomationException
hDC
- The hDC (A COM typedef) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireChangeVersion(IVersion oldVersion, IVersion newVersion) throws java.io.IOException, AutomationException
oldVersion
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)newVersion
- A reference to a com.esri.arcgis.geodatabase.IVersion (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireChangeFeatureClass(IFeatureClass oldClass, IFeatureClass newClass) throws java.io.IOException, AutomationException
oldClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)newClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireChangeTable(ITable oldTable, ITable newTable) throws java.io.IOException, AutomationException
oldTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)newTable
- A reference to a com.esri.arcgis.geodatabase.ITable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean completeRedrawNeeded() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void forceGraphicSelectionDraw() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void suppressForegroundDraw() throws java.io.IOException, AutomationException
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 |