|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDMSGridLabel3
COM Interface 'IDMSGridLabel3'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the DMS Grid Label.' 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 |
IID30052758_07da_41db_9469_b72f14e7a07b
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID30052758_07da_41db_9469_b72f14e7a07b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getLabelType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelType(int labelType) throws java.io.IOException, AutomationException
labelType
- A com.esri.arcgis.carto.esriDMSGridLabelType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILatLonFormat getLatLonFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatLonFormat(ILatLonFormat format) throws java.io.IOException, AutomationException
format
- A reference to a com.esri.arcgis.system.ILatLonFormat (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowZeroMinutes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowZeroMinutes(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowZeroSeconds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowZeroSeconds(boolean show) throws java.io.IOException, AutomationException
show
- The show (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getMinutesFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinutesFont(Font font) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getMinutesColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinutesColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Font getSecondsFont() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondsFont(Font font) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getSecondsColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondsColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAbbreviateLabels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAbbreviateLabels(boolean abbrev) throws java.io.IOException, AutomationException
abbrev
- The abbrev (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMinutesFontSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMinutesFontSize(double size) throws java.io.IOException, AutomationException
size
- The size (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSecondsFontSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSecondsFontSize(double size) throws java.io.IOException, AutomationException
size
- The size (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowMinusSign() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowMinusSign(boolean showMinus) throws java.io.IOException, AutomationException
showMinus
- The showMinus (in)
java.io.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 |