com.esri.arcgis.carto
Interface IDMSGridLabel2

All Superinterfaces:
IDMSGridLabel, Serializable
All Known Implementing Classes:
DMSGridLabel

public interface IDMSGridLabel2
extends IDMSGridLabel, Serializable

Provides access to members that control the additional properties of DMS grid labels.

Superseded By

IDMSGridLabel3

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 double getMinutesFontSize()
          The font size used to display the minutes.
 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.
 void setAbbreviateLabels(boolean abbrev)
          Indicates if the DMS labels should be abbreviated when the value is not a whole degree.
 void setMinutesFontSize(double size)
          The font size used to display the minutes.
 void setSecondsFontSize(double size)
          The font size used to display the seconds.
 
Methods inherited from interface com.esri.arcgis.carto.IDMSGridLabel
getLabelType, getLatLonFormat, getMinutesColor, getMinutesFont, getSecondsColor, getSecondsFont, isShowZeroMinutes, isShowZeroSeconds, setLabelType, setLatLonFormat, setMinutesColor, setMinutesFont, setSecondsColor, setSecondsFont, setShowZeroMinutes, setShowZeroSeconds
 

Method Detail

isAbbreviateLabels

boolean isAbbreviateLabels()
                           throws IOException,
                                  AutomationException
Indicates if the DMS labels should be abbreviated when the value is not a whole degree.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The abbrev
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAbbreviateLabels

void setAbbreviateLabels(boolean abbrev)
                         throws IOException,
                                AutomationException
Indicates if the DMS labels should be abbreviated when the value is not a whole degree.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
abbrev - The abbrev (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinutesFontSize

double getMinutesFontSize()
                          throws IOException,
                                 AutomationException
The font size used to display the minutes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The size
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinutesFontSize

void setMinutesFontSize(double size)
                        throws IOException,
                               AutomationException
The font size used to display the minutes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
size - The size (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSecondsFontSize

double getSecondsFontSize()
                          throws IOException,
                                 AutomationException
The font size used to display the seconds.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The size
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSecondsFontSize

void setSecondsFontSize(double size)
                        throws IOException,
                               AutomationException
The font size used to display the seconds.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
size - The size (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.