|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDMSGridLabel3
Provides access to members that control the DMS Grid Label.
| Method Summary | |
|---|---|
int |
getLabelType()
The type of the DMS grid label. |
ILatLonFormat |
getLatLonFormat()
The format with which the latitudes and longitudes are displayed. |
IColor |
getMinutesColor()
The color used to display the minutes. |
Font |
getMinutesFont()
The font used to display the minutes. |
double |
getMinutesFontSize()
The font size used to display the minutes. |
IColor |
getSecondsColor()
The color used to display the seconds. |
Font |
getSecondsFont()
The font used to display the seconds. |
double |
getSecondsFontSize()
The font size used to display the seconds. |
boolean |
isAbbreviateLabels()
Indicates if the DMS labels should be abbreviated when the value is not a whole degree. |
boolean |
isShowMinusSign()
Indicates if the DMS labels should show the minus sign (if format is not showing direction). |
boolean |
isShowZeroMinutes()
Indicates if zero minutes are shown. |
boolean |
isShowZeroSeconds()
Indicates if zero seconds are shown. |
void |
setAbbreviateLabels(boolean abbrev)
Indicates if the DMS labels should be abbreviated when the value is not a whole degree. |
void |
setLabelType(int labelType)
The type of the DMS grid label. |
void |
setLatLonFormat(ILatLonFormat format)
The format with which the latitudes and longitudes are displayed. |
void |
setMinutesColor(IColor color)
The color used to display the minutes. |
void |
setMinutesFont(Font font)
The font used to display the minutes. |
void |
setMinutesFontSize(double size)
The font size used to display the minutes. |
void |
setSecondsColor(IColor color)
The color used to display the seconds. |
void |
setSecondsFont(Font font)
The font used to display the seconds. |
void |
setSecondsFontSize(double size)
The font size used to display the seconds. |
void |
setShowMinusSign(boolean showMinus)
Indicates if the DMS labels should show the minus sign (if format is not showing direction). |
void |
setShowZeroMinutes(boolean show)
Indicates if zero minutes are shown. |
void |
setShowZeroSeconds(boolean show)
Indicates if zero seconds are shown. |
| Method Detail |
|---|
int getLabelType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLabelType(int labelType)
throws IOException,
AutomationException
labelType - A com.esri.arcgis.carto.esriDMSGridLabelType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILatLonFormat getLatLonFormat()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLatLonFormat(ILatLonFormat format)
throws IOException,
AutomationException
format - A reference to a com.esri.arcgis.system.ILatLonFormat (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowZeroMinutes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowZeroMinutes(boolean show)
throws IOException,
AutomationException
show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowZeroSeconds()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowZeroSeconds(boolean show)
throws IOException,
AutomationException
show - The show (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Font getMinutesFont()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinutesFont(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.
IColor getMinutesColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinutesColor(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.
Font getSecondsFont()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecondsFont(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.
IColor getSecondsColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecondsColor(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.
boolean isAbbreviateLabels()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAbbreviateLabels(boolean abbrev)
throws IOException,
AutomationException
abbrev - The abbrev (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMinutesFontSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinutesFontSize(double size)
throws IOException,
AutomationException
size - The size (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getSecondsFontSize()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSecondsFontSize(double size)
throws IOException,
AutomationException
size - The size (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowMinusSign()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setShowMinusSign(boolean showMinus)
throws IOException,
AutomationException
showMinus - The showMinus (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 | ||||||||