com.esri.arcgis.editor
Interface IDistanceConverter2

All Superinterfaces:
IDistanceConverter, java.io.Serializable
All Known Implementing Classes:
DistanceConverter, IDistanceConverter2Proxy

public interface IDistanceConverter2
extends IDistanceConverter, java.io.Serializable

COM Interface 'IDistanceConverter2'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Provides access to methods that allow a distance to be converted from one linear 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 IID05907bd0_c396_457d_9582_874ac2c0a5cb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.editor.IDistanceConverter
IID26384d1e_5abc_42c9_a3b8_87c915feefb5
 
Method Summary
 double getValueForLinearUnit(java.lang.String val, ILinearUnit pUnit)
          Converts the string value to the given desired linear unit.
 
Methods inherited from interface com.esri.arcgis.editor.IDistanceConverter
getValue
 

Field Detail

IID05907bd0_c396_457d_9582_874ac2c0a5cb

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

getValueForLinearUnit

double getValueForLinearUnit(java.lang.String val,
                             ILinearUnit pUnit)
                             throws java.io.IOException,
                                    AutomationException
Converts the string value to the given desired linear unit.

Parameters:
val - The val (in)
pUnit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.