public interface IDirectionFormatDestination
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 |
IID3d6a01d6_b4e7_4e15_85e4_8a1e12885292 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
destinationStringToValue(java.lang.String str)
Converts a formatted string to a numeric value using unit/type in destination and polar/radians as source
|
java.lang.String |
destinationValueToString(double value)
Converts a numeric value to a formatted string using unit/type in destination and polar/radians as source.
|
static final int IID3d6a01d6_b4e7_4e15_85e4_8a1e12885292
static final int xxDummy
static final java.lang.String IID
java.lang.String destinationValueToString(double value) throws java.io.IOException, AutomationException
value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double destinationStringToValue(java.lang.String str) throws java.io.IOException, AutomationException
str
- The str (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.