|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraticule
Provides access to the members that control the graticule.
IGraticule
,
ICustomOverlayGrid
,
IMeasuredGrid
,
IIndexGrid
,
IMapGrid
Method Summary | |
---|---|
void |
addElement(String label,
double location,
boolean isLatitude,
ITextSymbol labelSymbol)
Adds a grid line at custom location to the graticule. |
boolean |
isAutoInterval()
Indicates if the graticule automatically and interactively computes the interval size. |
void |
removeElement(String label)
Removes a grid line in a custom location. |
void |
setAutoInterval(boolean autoInterval)
Indicates if the graticule automatically and interactively computes the interval size. |
Method Detail |
---|
boolean isAutoInterval() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoInterval(boolean autoInterval) throws IOException, AutomationException
autoInterval
- The autoInterval (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addElement(String label, double location, boolean isLatitude, ITextSymbol labelSymbol) throws IOException, AutomationException
label
- The label (in)location
- The location (in)isLatitude
- The isLatitude (in)labelSymbol
- A reference to a com.esri.arcgis.display.ITextSymbol (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeElement(String label) throws IOException, AutomationException
label
- The label (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 |