|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAngularConverter
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 |
---|
static final int IID1b64b6b4_1434_4172_8666_bbf83e5c467b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |