|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapGrids
COM Interface 'IMapGrids'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the map grids in a data frame.' 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 |
IID08e7d005_9aae_11d2_ae7b_080009ec732a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
addMapGrid(IMapGrid mapGrid)
Adds a map grid to the map frame. |
void |
clearMapGrids()
Clears all map grids from the map frame. |
void |
deleteMapGrid(IMapGrid mapGrid)
Deletes a map grid from the map frame. |
IMapGrid |
getMapGrid(int index)
The map grid at the specified index. |
int |
getMapGridCount()
The number of map grids associated with the map frame. |
void |
setMapGrid(int index,
IMapGrid mapGrid)
The map grid at the specified index. |
Field Detail |
---|
static final int IID08e7d005_9aae_11d2_ae7b_080009ec732a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getMapGridCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapGrid getMapGrid(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapGrid(int index, IMapGrid mapGrid) throws java.io.IOException, AutomationException
index
- The index (in)mapGrid
- A reference to a com.esri.arcgis.carto.IMapGrid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addMapGrid(IMapGrid mapGrid) throws java.io.IOException, AutomationException
mapGrid
- A reference to a com.esri.arcgis.carto.IMapGrid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteMapGrid(IMapGrid mapGrid) throws java.io.IOException, AutomationException
mapGrid
- A reference to a com.esri.arcgis.carto.IMapGrid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearMapGrids() 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 |