com.esri.arcgis.system
Interface IJSONReader3

All Superinterfaces:
IJSONReader, IJSONReader2, java.io.Serializable
All Known Implementing Classes:
IJSONReader3Proxy, JSONReader

public interface IJSONReader3
extends IJSONReader2, java.io.Serializable

COM Interface 'IJSONReader3'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 IID14dff1e9_0100_4ab9_9e4c_aa1dfafd6774
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IJSONReader2
IID2c573605_c449_47e3_a483_f441192840fa
 
Fields inherited from interface com.esri.arcgis.system.IJSONReader
IID48105a80_e0dc_4d69_bb61_3df74cafa52c
 
Method Summary
 long readValueAsInt64()
          Obtains property or array value as number.
 long readValueAsUInt64()
          Obtains property or array value as number.
 
Methods inherited from interface com.esri.arcgis.system.IJSONReader2
parseJSONString, readValueEx, removeAllBookmarks, removeBookmark, returnToBookmark, setBookmark
 
Methods inherited from interface com.esri.arcgis.system.IJSONReader
findProperties, findProperty, getCurrentTokenType, getStream, isBoolean, isEndOfArray, isEndOfObject, isNull, isNumber, isStartOfArray, isStartOfObject, isString, read, readFrom, readFromString, readPropertyName, readValue, readValueAsBoolean, readValueAsDate, readValueAsDouble, readValueAsLong, readValueAsString, skipUntilArrayEnds, skipUntilObjectEnds
 

Field Detail

IID14dff1e9_0100_4ab9_9e4c_aa1dfafd6774

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

readValueAsInt64

long readValueAsInt64()
                      throws java.io.IOException,
                             AutomationException
Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to long, returns E_FAIL.

Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

readValueAsUInt64

long readValueAsUInt64()
                       throws java.io.IOException,
                              AutomationException
Obtains property or array value as number. Advances to the next token. If property value cannot be coerced to long, returns E_FAIL.

Returns:
Unsigned 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.