public interface IAngleFormat
extends java.io.Serializable
Description: 'Provides access to members that format angles.' 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 |
IID7e4f4716_8e54_11d2_aad8_000000000000 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAngleInDegrees()
Indicates if the ValueToString argument is in degrees.
|
boolean |
isDisplayDegrees()
Indicates if the formatted number is an angle in degrees.
|
void |
setAngleInDegrees(boolean deg)
Indicates if the ValueToString argument is in degrees.
|
void |
setDisplayDegrees(boolean deg)
Indicates if the formatted number is an angle in degrees.
|
static final int IID7e4f4716_8e54_11d2_aad8_000000000000
static final int xxDummy
static final java.lang.String IID
void setAngleInDegrees(boolean deg) throws java.io.IOException, AutomationException
deg
- The deg (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isAngleInDegrees() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDisplayDegrees(boolean deg) throws java.io.IOException, AutomationException
deg
- The deg (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isDisplayDegrees() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.