|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJSONWriter2
| Method Summary | |
|---|---|
void |
reset()
Resets IJSONWriter's internal state. |
void |
writeDoubleEx(String name,
double value,
int precision)
Writes a double with specified number of digits after decimal point. |
void |
writeDoubleValEx(double value,
int precision)
Writes a double in array with specified number of digits after decimal point. |
void |
writeRawString(String name,
String value)
Writes a raw property without any processing. |
void |
writeRawStringVal(String value)
Writes a raw value without any processing. |
| 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 |
| Method Detail |
|---|
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeRawString(String name,
String value)
throws IOException,
AutomationException
name - The name (in)value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeRawStringVal(String value)
throws IOException,
AutomationException
value - The value (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeDoubleValEx(double value,
int precision)
throws IOException,
AutomationException
value - The value (in)precision - The precision (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void writeDoubleEx(String name,
double value,
int precision)
throws IOException,
AutomationException
name - The name (in)value - The value (in)precision - The precision (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||