com.esri.arcgis.system
Interface IAngularConverter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AngularConverter, IAngularConverterProxy

public interface IAngularConverter
extends java.io.Serializable

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

Description: 'Provides access to methods that allow an angle to be converted from one direction unit to another.' 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 IID1b64b6b4_1434_4172_8666_bbf83e5c467b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAngle(int dt, int du)
          Reads the angle.
 java.lang.String getString(int dt, int du, int precision)
          Reads the angle.
 boolean setAngle(double angle, int dt, int du)
          Writes an angle.
 boolean setString(java.lang.String angle, int dt, int du)
          Writes an angle.
 

Field Detail

IID1b64b6b4_1434_4172_8666_bbf83e5c467b

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

setAngle

boolean setAngle(double angle,
                 int dt,
                 int du)
                 throws java.io.IOException,
                        AutomationException
Writes an angle.

Parameters:
angle - The angle (in)
dt - A com.esri.arcgis.system.esriDirectionType constant (in)
du - A com.esri.arcgis.system.esriDirectionUnits constant (in)
Returns:
The fail
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAngle

double getAngle(int dt,
                int du)
                throws java.io.IOException,
                       AutomationException
Reads the angle.

Parameters:
dt - A com.esri.arcgis.system.esriDirectionType constant (in)
du - A com.esri.arcgis.system.esriDirectionUnits constant (in)
Returns:
The angle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setString

boolean setString(java.lang.String angle,
                  int dt,
                  int du)
                  throws java.io.IOException,
                         AutomationException
Writes an angle.

Parameters:
angle - The angle (in)
dt - A com.esri.arcgis.system.esriDirectionType constant (in)
du - A com.esri.arcgis.system.esriDirectionUnits constant (in)
Returns:
The bRet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getString

java.lang.String getString(int dt,
                           int du,
                           int precision)
                           throws java.io.IOException,
                                  AutomationException
Reads the angle.

Parameters:
dt - A com.esri.arcgis.system.esriDirectionType constant (in)
du - A com.esri.arcgis.system.esriDirectionUnits constant (in)
precision - The precision (in)
Returns:
The angle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.