public interface IJSONReader3 extends IJSONReader2, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID14dff1e9_0100_4ab9_9e4c_aa1dfafd6774 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2c573605_c449_47e3_a483_f441192840fa
IID48105a80_e0dc_4d69_bb61_3df74cafa52c
Modifier and Type | Method and Description |
---|---|
long |
readValueAsInt64()
Obtains property or array value as number.
|
long |
readValueAsUInt64()
Obtains property or array value as number.
|
parseJSONString, readValueEx, removeAllBookmarks, removeBookmark, returnToBookmark, setBookmark
findProperties, findProperty, getCurrentTokenType, getStream, isBoolean, isEndOfArray, isEndOfObject, isNull, isNumber, isStartOfArray, isStartOfObject, isString, read, readFrom, readFromString, readPropertyName, readValue, readValueAsBoolean, readValueAsDate, readValueAsDouble, readValueAsLong, readValueAsString, skipUntilArrayEnds, skipUntilObjectEnds
static final int IID14dff1e9_0100_4ab9_9e4c_aa1dfafd6774
static final int xxDummy
static final java.lang.String IID
long readValueAsInt64() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long readValueAsUInt64() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.