public interface IJSONObject3 extends IJSONObject2, java.io.Serializable
Description: 'Provides simplified DOM-like JSON serialization and de-serialization API.' 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 |
IIDb9e8a7ed_5acd_430f_aea6_ccf7fb5441e5 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID2bbe5286_7c65_4fe4_9d51_c9f2a764dc10
IIDeea70515_fa6b_4dee_ab79_d7935bf3a838
Modifier and Type | Method and Description |
---|---|
void |
addFloat(java.lang.String name,
float value)
Adds new member name-value pair to the member collection.
|
boolean |
tryGetValueAsFloat(java.lang.String name,
float[] value)
Returns member value for a given name as float.
|
addInt64, addUInt64, tryGetValueAsInt64, tryGetValueAsUInt64, tryGetValueAsVariant
add, addBoolean, addDate, addDouble, addDoubleEx, addJSONArray, addJSONObject, addLong, addNull, addString, clearAll, createMemberArray, createMemberObject, getMemberAt, getMemberCount, isCaseSensitiveNames, isValueNull, makeValueNull, memberExists, parseJSON, parseString, removeMember, setCaseSensitiveNames, toJSON, toJSONString, tryGetValue, tryGetValueAsArray, tryGetValueAsBoolean, tryGetValueAsDate, tryGetValueAsDouble, tryGetValueAsLong, tryGetValueAsObject, tryGetValueAsString
static final int IIDb9e8a7ed_5acd_430f_aea6_ccf7fb5441e5
static final int xxDummy
static final java.lang.String IID
void addFloat(java.lang.String name, float value) throws java.io.IOException, AutomationException
name
- The name (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean tryGetValueAsFloat(java.lang.String name, float[] value) throws java.io.IOException, AutomationException
name
- The name (in)value
- The value (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.