|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICadastralUnitConversion
COM Interface 'ICadastralUnitConversion'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
Description: 'Provides access to methods that allow a distance to be converted from one 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 |
IIDf8b45123_3fd5_4f0b_bfa0_f81ae0a79df9
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
double |
convertDouble(double val,
int unit,
int outputUnit)
Convert units of a double value. |
double |
convertString(java.lang.String val,
int defaultUnit,
int outputUnit)
Convert units of string value to double. |
int |
getDistanceUnitType(ILinearUnit pLinearUnit)
Cadastral Distance Units for a particular linear unit. |
Field Detail |
---|
static final int IIDf8b45123_3fd5_4f0b_bfa0_f81ae0a79df9
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getDistanceUnitType(ILinearUnit pLinearUnit) throws java.io.IOException, AutomationException
pLinearUnit
- A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double convertString(java.lang.String val, int defaultUnit, int outputUnit) throws java.io.IOException, AutomationException
val
- The val (in)defaultUnit
- A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (in)outputUnit
- A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double convertDouble(double val, int unit, int outputUnit) throws java.io.IOException, AutomationException
val
- The val (in)unit
- A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (in)outputUnit
- A com.esri.arcgis.geodatabaseextensions.esriCadastralDistanceUnits constant (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 |