com.esri.arcgis.carto
Interface ICustomOverlayGrid

All Superinterfaces:
IMapGrid, java.io.Serializable
All Known Implementing Classes:
CustomOverlayGrid, ICustomOverlayGridProxy

public interface ICustomOverlayGrid
extends IMapGrid, java.io.Serializable

COM Interface 'ICustomOverlayGrid'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the custom overlay grid.' 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 IIDff501c89_d74b_11d2_9f43_00c04f6bc78e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IMapGrid
IID03762c8b_f4d0_11d1_ade8_080009ec732a
 
Method Summary
 IFeatureClass getDataSource()
          The data source containing the grid cells.
 java.lang.String getLabelField()
          The name of the field used to label the grid.
 void setDataSource(IFeatureClass featureClass)
          The data source containing the grid cells.
 void setLabelField(java.lang.String fieldName)
          The name of the field used to label the grid.
 
Methods inherited from interface com.esri.arcgis.carto.IMapGrid
draw, generateGraphics, getBorder, getExteriorWidth, getLabelFormat, getLineSymbol, getName, getSubTickCount, getSubTickLength, getSubTickLineSymbol, getTickLength, getTickLineSymbol, getTickMarkSymbol, isVisible, prepareForOutput, queryLabelVisibility, querySubTickVisibility, queryTickVisibility, setBorder, setDefaults, setLabelFormat, setLabelVisibility, setLineSymbol, setName, setSubTickCount, setSubTickLength, setSubTickLineSymbol, setSubTickVisibility, setTickLength, setTickLineSymbol, setTickMarkSymbol, setTickVisibility, setVisible
 

Field Detail

IIDff501c89_d74b_11d2_9f43_00c04f6bc78e

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

getDataSource

IFeatureClass getDataSource()
                            throws java.io.IOException,
                                   AutomationException
The data source containing the grid cells.

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

setDataSource

void setDataSource(IFeatureClass featureClass)
                   throws java.io.IOException,
                          AutomationException
The data source containing the grid cells.

Parameters:
featureClass - 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.

getLabelField

java.lang.String getLabelField()
                               throws java.io.IOException,
                                      AutomationException
The name of the field used to label the grid.

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

setLabelField

void setLabelField(java.lang.String fieldName)
                   throws java.io.IOException,
                          AutomationException
The name of the field used to label the grid.

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