|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMgrsGrid
Provides access to members that control the properties of an MGRS grid.
Method Summary | |
---|---|
ILineSymbol |
getGridSquareBoundarySymbol()
The line symbol used to display the boundaries of the grid squares. |
IColor |
getGridSquareLabelColor()
The color used to display the grid square labels. |
Font |
getGridSquareLabelFont()
The font used to display the grid square labels. |
double |
getGridSquareLabelSize()
The font size used to display the grid square labels. |
int |
getGridSquareLabelStyle()
The style used to display the grid square labels. |
double |
getInteriorTickLength()
The length of the interior grid ticks. |
ILineSymbol |
getInteriorTickSymbol()
The line symbol used to show interior grid ticks. |
boolean |
isShowGridSquareIdentifiers()
Indicates if the square identifiers should be displayed. |
void |
setGridSquareBoundarySymbol(ILineSymbol symbol)
The line symbol used to display the boundaries of the grid squares. |
void |
setGridSquareLabelColor(IColor color)
The color used to display the grid square labels. |
void |
setGridSquareLabelFont(Font font)
The font used to display the grid square labels. |
void |
setGridSquareLabelSize(double size)
The font size used to display the grid square labels. |
void |
setGridSquareLabelStyle(int style)
The style used to display the grid square labels. |
void |
setInteriorTickLength(double lengthPts)
The length of the interior grid ticks. |
void |
setInteriorTickSymbol(ILineSymbol symbol)
The line symbol used to show interior grid ticks. |
void |
setShowGridSquareIdentifiers(boolean show)
Indicates if the square identifiers should be displayed. |
Method Detail |
---|
boolean isShowGridSquareIdentifiers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowGridSquareIdentifiers(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getGridSquareLabelFont() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridSquareLabelFont(Font font) throws IOException, AutomationException
font
- A reference to a com.esri.arcgis.support.ms.stdole.Font (A com.esri.arcgis.support.ms.stdole.Font COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getGridSquareLabelSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridSquareLabelSize(double size) throws IOException, AutomationException
size
- The size (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getGridSquareLabelColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridSquareLabelColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGridSquareLabelStyle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridSquareLabelStyle(int style) throws IOException, AutomationException
style
- A com.esri.arcgis.carto.esriGridSquareLabelStyleEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineSymbol getGridSquareBoundarySymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGridSquareBoundarySymbol(ILineSymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILineSymbol getInteriorTickSymbol() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInteriorTickSymbol(ILineSymbol symbol) throws IOException, AutomationException
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInteriorTickLength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInteriorTickLength(double lengthPts) throws IOException, AutomationException
lengthPts
- The lengthPts (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 |