|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomOverlayGrid
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. |
Field Detail |
---|
static final int IIDff501c89_d74b_11d2_9f43_00c04f6bc78e
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IFeatureClass getDataSource() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSource(IFeatureClass featureClass) throws java.io.IOException, AutomationException
featureClass
- 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.java.lang.String getLabelField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelField(java.lang.String fieldName) throws java.io.IOException, AutomationException
fieldName
- The fieldName (in)
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 |