This document is archived and information here might be outdated. Recommended version. |
Provides high-level serialization methods for AMF and JSON formats.
Name | Description | |
---|---|---|
GetErrorObject | Convenience method. Creates and returns error object as byte SAFEARRAY. | |
GetQuantizationTransform | Obtains the Quantization Transform JSON Ojbect setup during writer install. | |
WriteErrorObject | Writes error object. | |
WriteGeometry | Writes geometry object. | |
WriteRecordSet | Writes feature recordset. | |
WriteRecordSetEx | Writes feature recordset and returns number of records serialized. | |
WriteRecordSetEx2 | Writes feature recordset for both JSON and GeoJSON format and returns number of records serialized. | |
WriteRecordSetEx3 | Writes feature recordset for both JSON and GeoJSON format with quantization support and returns number of records serialized. | |
WriteRecordSetEx4 | Writes feature recordset for both JSON and GeoJSON format with quantization support and returns number of records serialized, for other use cases like Map Server end, we still need to report crs even GeoJSON no longer has it. | |
WriteRow | Writes feature row object | |
WriteSpatialReference | Writes spatial reference object. Pass NULL as propname to write standalone JSON object. |
Classes | Description |
---|