public interface IDirectionFormat
extends java.io.Serializable
Description: 'Provides access to members that format directions.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID11d7b4c8_dbdf_4b98_ac6d_8c419efd2c24 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDecimalPlaces()
The number of decimal digits in a seconds part of the formatted number.
|
int |
getDirectionType()
Indicates the direction of the argument in ValueToString.
|
int |
getDirectionUnits()
Indicates Direction Unit for the ValueToString argument.
|
int |
getDisplayFormat()
Indicates how to display the direction value.
|
void |
setDecimalPlaces(int num)
The number of decimal digits in a seconds part of the formatted number.
|
void |
setDirectionType(int direction)
Indicates the direction of the argument in ValueToString.
|
void |
setDirectionUnits(int unit)
Indicates Direction Unit for the ValueToString argument.
|
void |
setDisplayFormat(int directionFormat)
Indicates how to display the direction value.
|
static final int IID11d7b4c8_dbdf_4b98_ac6d_8c419efd2c24
static final int xxDummy
static final java.lang.String IID
void setDirectionUnits(int unit) throws java.io.IOException, AutomationException
unit
- A com.esri.arcgis.system.esriDirectionUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDirectionUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDirectionType(int direction) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.system.esriDirectionType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDirectionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDisplayFormat(int directionFormat) throws java.io.IOException, AutomationException
directionFormat
- A com.esri.arcgis.system.esriDirectionFormatEnum constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDisplayFormat() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDecimalPlaces(int num) throws java.io.IOException, AutomationException
num
- The num (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getDecimalPlaces() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.