com.esri.arcgis.system
Interface IJSONWriter3

All Superinterfaces:
IJSONWriter, IJSONWriter2, java.io.Serializable
All Known Implementing Classes:
IJSONWriter3Proxy, JSONWriter

public interface IJSONWriter3
extends IJSONWriter2, java.io.Serializable

COM Interface 'IJSONWriter3'. 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 IID1a92eb9a_69cb_4f17_b398_51756d5fb4f7
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IJSONWriter2
IID677fcbb1_c272_4616_b476_2ca3dce8d292
 
Fields inherited from interface com.esri.arcgis.system.IJSONWriter
IID408cd30c_b7a6_4793_a07c_4181035c66e7
 
Method Summary
 void writeInt64(java.lang.String name, long value)
          Writes a LONGLONG.
 void writeInt64Val(long value)
          Writes a LONGLONG in array.
 void writeUInt64(java.lang.String name, long value)
          Writes a ULONGLONG.
 void writeUInt64Val(long value)
          Writes a ULONGLONG in array.
 
Methods inherited from interface com.esri.arcgis.system.IJSONWriter2
reset, writeDoubleEx, writeDoubleValEx, writeRawString, writeRawStringVal
 
Methods inherited from interface com.esri.arcgis.system.IJSONWriter
endArray, endObject, getStream, getStringBuffer, setFormatted, setIndent, startArray, startObject, writeBinary, writeBinaryVal, writeBoolean, writeBooleanVal, writeByte, writeByteVal, writeDate, writeDateVal, writeDouble, writeDoubleVal, writeFloat, writeFloatVal, writeInteger, writeIntegerVal, writeNull, writeNullVal, writeShort, writeShortVal, writeString, writeStringVal, writeTo, writeToString, writeVariant, writeVariantVal
 

Field Detail

IID1a92eb9a_69cb_4f17_b398_51756d5fb4f7

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

writeInt64

void writeInt64(java.lang.String name,
                long value)
                throws java.io.IOException,
                       AutomationException
Writes a LONGLONG.

Parameters:
name - The name (in)
value - Signed 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeInt64Val

void writeInt64Val(long value)
                   throws java.io.IOException,
                          AutomationException
Writes a LONGLONG in array.

Parameters:
value - Signed 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeUInt64

void writeUInt64(java.lang.String name,
                 long value)
                 throws java.io.IOException,
                        AutomationException
Writes a ULONGLONG.

Parameters:
name - The name (in)
value - Unsigned 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeUInt64Val

void writeUInt64Val(long value)
                    throws java.io.IOException,
                           AutomationException
Writes a ULONGLONG in array.

Parameters:
value - Unsigned 64-bit int (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.