com.esri.arcgis.carto
Interface IDMSGridLabel2

All Superinterfaces:
IDMSGridLabel, java.io.Serializable
All Known Implementing Classes:
DMSGridLabel, IDMSGridLabel2Proxy

public interface IDMSGridLabel2
extends IDMSGridLabel, java.io.Serializable

COM Interface 'IDMSGridLabel2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the additional properties of DMS grid labels.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa2068ced_ca6d_49d1_be32_0273ed984217
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDMSGridLabel
IIDce41c503_9df9_11d2_aade_000000000000
 
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
 

Field Detail

IIDa2068ced_ca6d_49d1_be32_0273ed984217

static final int IIDa2068ced_ca6d_49d1_be32_0273ed984217
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isAbbreviateLabels

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

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

setAbbreviateLabels

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

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

getMinutesFontSize

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

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

setMinutesFontSize

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

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

getSecondsFontSize

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

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

setSecondsFontSize

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

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