com.esri.arcgis.cartoUI
Interface IMapGridWizard

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapGridWizardProxy, MapGridWizard

public interface IMapGridWizard
extends java.io.Serializable

COM Interface 'IMapGridWizard'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCartoUI.olb'

Description: 'Provides access to members of the map grid wizard.' 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 IIDde76fad7_ee01_11d3_9fdb_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModal(int parentHWnd)
          Shows the map grid wizard.
 IElement getGraphicElement()
          The generated graphic element, if any (valid after calling DoModal).
 IMapGrid getMapGrid()
          The specified grid (valid after calling DoModal).
 void setInitialGrid(IMapGrid rhs1)
          The initial map grid (optional).
 void setMapFrameByRef(IMapFrame rhs1)
          The map frame the grid will be added to.
 void setPageLayoutByRef(IPageLayout rhs1)
          The page layout containing the map frame.
 

Field Detail

IIDde76fad7_ee01_11d3_9fdb_00c04f6bc78e

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

setMapFrameByRef

void setMapFrameByRef(IMapFrame rhs1)
                      throws java.io.IOException,
                             AutomationException
The map frame the grid will be added to.

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

setPageLayoutByRef

void setPageLayoutByRef(IPageLayout rhs1)
                        throws java.io.IOException,
                               AutomationException
The page layout containing the map frame.

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

setInitialGrid

void setInitialGrid(IMapGrid rhs1)
                    throws java.io.IOException,
                           AutomationException
The initial map grid (optional).

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

getMapGrid

IMapGrid getMapGrid()
                    throws java.io.IOException,
                           AutomationException
The specified grid (valid after calling DoModal).

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

getGraphicElement

IElement getGraphicElement()
                           throws java.io.IOException,
                                  AutomationException
The generated graphic element, if any (valid after calling DoModal).

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

doModal

boolean doModal(int parentHWnd)
                throws java.io.IOException,
                       AutomationException
Shows the map grid wizard.

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