|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICornerGridLabel
Provides access to members that control the corner properties of grid labels.
Corner grid labels provide additional control over the labels at the corners of the grid than the other labels along the axis of measured and MGRS grids.
The CornerLabel property is a boolean defining if the label at a given corner has a special format. The CornerValue property is a double containing the numeric value of the corner label for each corner.
The following illustration shows corner labels on a measured grid.
Method Summary | |
---|---|
double |
getCornerValue(int corner,
int axis)
The corner value at the specified corner and axis. |
boolean |
isCornerLabel(int corner)
Indicates if the specified corner should be displayed as a special corner label. |
void |
setCornerLabel(int corner,
boolean isCorner)
Indicates if the specified corner should be displayed as a special corner label. |
void |
setCornerValue(int corner,
int axis,
double value)
The corner value at the specified corner and axis. |
Method Detail |
---|
boolean isCornerLabel(int corner) throws IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCornerLabel(int corner, boolean isCorner) throws IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (in)isCorner
- The isCorner (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCornerValue(int corner, int axis) throws IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (in)axis
- A com.esri.arcgis.carto.esriGridAxisEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCornerValue(int corner, int axis, double value) throws IOException, AutomationException
corner
- A com.esri.arcgis.carto.esriGridCornerEnum constant (in)axis
- A com.esri.arcgis.carto.esriGridAxisEnum constant (in)value
- The value (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 |