com.esri.arcgis.carto
Interface IMapAdmin3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapAdmin3Proxy, Map

public interface IMapAdmin3
extends java.io.Serializable

COM Interface 'IMapAdmin3'. 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 IID14eddf51_9d91_4c9c_89c1_f862381e0fde
           
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 fireLayerAdded(ILayer layer)
          Notifies listeners that a layer has been added to the map.
 void fireLayerDeleted(ILayer layer)
          Notifies listeners that a layer has been removed from the map.
 void fireLayerReordered(ILayer layer, int toIndex)
          Notifies listeners that a layer has been reordered the map.
 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

IID14eddf51_9d91_4c9c_89c1_f862381e0fde

static final int IID14eddf51_9d91_4c9c_89c1_f862381e0fde
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

setNonFrameBackgroundByRef

void setNonFrameBackgroundByRef(IBackground background)
                                throws java.io.IOException,
                                       AutomationException
Specify the background to use when drawing to destinations other than a frame.

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

getNonFrameBackground

IBackground getNonFrameBackground()
                                  throws java.io.IOException,
                                         AutomationException
Specify the background to use when drawing to destinations other than a frame.

Returns:
A reference to a com.esri.arcgis.carto.IBackground
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setClipBounds

void setClipBounds(IGeometry rhs1)
                   throws java.io.IOException,
                          AutomationException
Specify a boundary to clip to. Frame uses this to clip to border.

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

fireAfterDraw

void fireAfterDraw(int hDC)
                   throws java.io.IOException,
                          AutomationException
Fire AfterDraw(esriViewForeground) event.

Parameters:
hDC - The hDC (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireChangeVersion

void fireChangeVersion(IVersion oldVersion,
                       IVersion newVersion)
                       throws java.io.IOException,
                              AutomationException
Notifies listeners that a version in the map changed.

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

fireChangeFeatureClass

void fireChangeFeatureClass(IFeatureClass oldClass,
                            IFeatureClass newClass)
                            throws java.io.IOException,
                                   AutomationException
Notifies listeners that the a layer's class has changed.

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

fireChangeTable

void fireChangeTable(ITable oldTable,
                     ITable newTable)
                     throws java.io.IOException,
                            AutomationException
Notifies listeners that the a layer's class has changed.

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

completeRedrawNeeded

boolean completeRedrawNeeded()
                             throws java.io.IOException,
                                    AutomationException
Check if a complete redraw is needed.

Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

forceGraphicSelectionDraw

void forceGraphicSelectionDraw()
                               throws java.io.IOException,
                                      AutomationException
Call before using Output to cause graphic selection to be drawn.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

suppressForegroundDraw

void suppressForegroundDraw()
                            throws java.io.IOException,
                                   AutomationException
Call before using Output to prevent AfterDraw(esriViewForeground) from being fired.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

fireLayerDeleted

void fireLayerDeleted(ILayer layer)
                      throws java.io.IOException,
                             AutomationException
Notifies listeners that a layer has been removed from the map.

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

fireLayerAdded

void fireLayerAdded(ILayer layer)
                    throws java.io.IOException,
                           AutomationException
Notifies listeners that a layer has been added to the map.

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

fireLayerReordered

void fireLayerReordered(ILayer layer,
                        int toIndex)
                        throws java.io.IOException,
                               AutomationException
Notifies listeners that a layer has been reordered the map.

Parameters:
layer - A reference to a com.esri.arcgis.carto.ILayer (in)
toIndex - The toIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.