|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomOverlayGrid
Provides access to members that control the custom overlay grid.
A custom overlay grid is a map grid with grid lines read from a feature.
The ICustomOverlayGrid interface gives you access to the feature class that the grid lines are read from through the DataSource property. It also lets you specify which field in this feature class will label the grid using the LabelField property.
IGraticule
,
ICustomOverlayGrid
,
IMeasuredGrid
,
IIndexGrid
,
IMapGrid
Method Summary | |
---|---|
IFeatureClass |
getDataSource()
The data source containing the grid cells. |
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(String fieldName)
The name of the field used to label the grid. |
Method Detail |
---|
IFeatureClass getDataSource() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSource(IFeatureClass featureClass) throws IOException, AutomationException
featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLabelField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelField(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
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 |