public interface IAngularConverter
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1b64b6b4_1434_4172_8666_bbf83e5c467b |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID1b64b6b4_1434_4172_8666_bbf83e5c467b
static final int xxDummy
static final java.lang.String IID
boolean setAngle(double angle, int dt, int du) throws java.io.IOException, AutomationException
angle
- The angle (in)dt
- A com.esri.arcgis.system.esriDirectionType constant (in)du
- A com.esri.arcgis.system.esriDirectionUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getAngle(int dt, int du) throws java.io.IOException, AutomationException
dt
- A com.esri.arcgis.system.esriDirectionType constant (in)du
- A com.esri.arcgis.system.esriDirectionUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean setString(java.lang.String angle, int dt, int du) throws java.io.IOException, AutomationException
angle
- The angle (in)dt
- A com.esri.arcgis.system.esriDirectionType constant (in)du
- A com.esri.arcgis.system.esriDirectionUnits constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getString(int dt, int du, int precision) throws java.io.IOException, AutomationException
dt
- A com.esri.arcgis.system.esriDirectionType constant (in)du
- A com.esri.arcgis.system.esriDirectionUnits constant (in)precision
- The precision (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.