com.esri.arcgis.editor
Interface IDistanceConverter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IDistanceConverter2
All Known Implementing Classes:
DistanceConverter, IDistanceConverter2Proxy, IDistanceConverterProxy

public interface IDistanceConverter
extends java.io.Serializable

COM Interface 'IDistanceConverter'. 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 unit system 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 IID26384d1e_5abc_42c9_a3b8_87c915feefb5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getValue(java.lang.String val, ISpatialReference pUnits)
          Converts the string value to a double.
 

Field Detail

IID26384d1e_5abc_42c9_a3b8_87c915feefb5

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

getValue

double getValue(java.lang.String val,
                ISpatialReference pUnits)
                throws java.io.IOException,
                       AutomationException
Converts the string value to a double.

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