com.esri.arcgis.system
Interface INumberFormat

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AngleFormat, CurrencyFormat, CustomNumberFormat, DirectionFormat, FractionFormat, INumberFormatProxy, LatLonFormat, NumericFormat, PercentageFormat, RateFormat, ScientificFormat

public interface INumberFormat
extends java.io.Serializable

COM Interface 'INumberFormat'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to members that format numbers.' 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 IID7e4f470d_8e54_11d2_aad8_000000000000
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double stringToValue(java.lang.String str)
          Converts a formatted string to a numeric value.
 java.lang.String valueToString(double value)
          Converts a numeric value to a formatted string.
 

Field Detail

IID7e4f470d_8e54_11d2_aad8_000000000000

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

valueToString

java.lang.String valueToString(double value)
                               throws java.io.IOException,
                                      AutomationException
Converts a numeric value to a formatted string.

Parameters:
value - The value (in)
Returns:
The str
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stringToValue

double stringToValue(java.lang.String str)
                     throws java.io.IOException,
                            AutomationException
Converts a formatted string to a numeric value.

Parameters:
str - The str (in)
Returns:
The value
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.