com.esri.arcgis.system
Interface IAngleFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AngleFormat, IAngleFormatProxy

public interface IAngleFormat
extends java.io.Serializable

COM Interface 'IAngleFormat'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID7e4f4716_8e54_11d2_aad8_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID7e4f4716_8e54_11d2_aad8_000000000000

static final int IID7e4f4716_8e54_11d2_aad8_000000000000
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

setAngleInDegrees

void setAngleInDegrees(boolean deg)
                       throws java.io.IOException,
                              AutomationException
Indicates if the ValueToString argument is in degrees.

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

isAngleInDegrees

boolean isAngleInDegrees()
                         throws java.io.IOException,
                                AutomationException
Indicates if the ValueToString argument is in degrees.

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

setDisplayDegrees

void setDisplayDegrees(boolean deg)
                       throws java.io.IOException,
                              AutomationException
Indicates if the formatted number is an angle in degrees.

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

isDisplayDegrees

boolean isDisplayDegrees()
                         throws java.io.IOException,
                                AutomationException
Indicates if the formatted number is an angle in degrees.

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