|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGridHatch
Provides access to members that control the hatch marks along the meridians and parallels of a grid.
| Method Summary | |
|---|---|
double |
getHatchIntervalX()
The interval (in grid units) along the X axis for the grid hatches. |
double |
getHatchIntervalY()
The interval (in grid units) along the Y axis for the grid hatches. |
double |
getHatchLength()
The length (in points) of the grid hatches. |
ILineSymbol |
getHatchLineSymbol()
The line symbol used to draw the grid hatches. |
IMarkerSymbol |
getHatchMarkerSymbol()
The marker symbol used to draw markers at grid hatch locations. |
boolean |
isHatchDirectional()
Indicates if the direction of the hatches is from the prime meridian and equator. |
void |
setHatchDirectional(boolean isDirectional)
Indicates if the direction of the hatches is from the prime meridian and equator. |
void |
setHatchIntervalX(double interval)
The interval (in grid units) along the X axis for the grid hatches. |
void |
setHatchIntervalY(double interval)
The interval (in grid units) along the Y axis for the grid hatches. |
void |
setHatchLength(double length)
The length (in points) of the grid hatches. |
void |
setHatchLineSymbol(ILineSymbol symbol)
The line symbol used to draw the grid hatches. |
void |
setHatchMarkerSymbol(IMarkerSymbol symbol)
The marker symbol used to draw markers at grid hatch locations. |
| Method Detail |
|---|
double getHatchIntervalX()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchIntervalX(double interval)
throws IOException,
AutomationException
interval - The interval (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getHatchIntervalY()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchIntervalY(double interval)
throws IOException,
AutomationException
interval - The interval (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILineSymbol getHatchLineSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchLineSymbol(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.
IMarkerSymbol getHatchMarkerSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchMarkerSymbol(IMarkerSymbol symbol)
throws IOException,
AutomationException
symbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getHatchLength()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchLength(double length)
throws IOException,
AutomationException
length - The length (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHatchDirectional()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchDirectional(boolean isDirectional)
throws IOException,
AutomationException
isDirectional - The isDirectional (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 | ||||||||