Provides direct access to the geometry serialization for AMF and JSON formats.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
QueryJSONEnvelope | Queries spatial reference and populates existing IJSONObject |
![]() |
QueryJSONGeometry | Queries geometry and populates existing IJSONObject |
![]() |
QueryJSONGeoTransformation | Queries a geographic (datum) transformation object and populates existing IJSONObject |
![]() |
QueryJSONSpatialReference | Queries spatial reference and populates existing IJSONObject |
![]() |
ReadEnvelope | Reads point object. |
![]() |
ReadGeometry | Reads geometry object. If provided geometry type is esriUnknown, tries to deduce geometry type from the JSON structure. |
![]() |
ReadGeoTransformation | Reads a geographic (datum) transformation object. |
![]() |
ReadMultipoint | Reads point object. |
![]() |
ReadPoint | Reads point object. |
![]() |
ReadPolygon | Reads point object. |
![]() |
ReadPolyline | Reads point object. |
![]() |
ReadSpatialReference | Reads spatial reference object. |
![]() |
ToEnvelope | Reads envelope from a JSON object. |
![]() |
ToGeometry | Reads geometry object from JSON object. |
![]() |
ToGeoTransformation | Reads a geographic (datum) transformation object from a JSON object. |
![]() |
ToMultipoint | Reads multipoint from a JSON object. |
![]() |
ToPoint | Reads IPoint from a JSON object. |
![]() |
ToPolygon | Reads polygon from a JSON object. |
![]() |
ToPolyline | Reads polyline from a JSON object. |
![]() |
ToSpatialReference | Reads spatial reference from a JSON object. |
![]() |
WriteGeometry | Writes geometry object. |
![]() |
WriteGeoTransformation | Writes a geographic (datum) transformation object. Pass NULL as propname to write a standalone JSON object. |
![]() |
WriteSpatialReference | Writes spatial reference object. Pass NULL as propname to write a standalone JSON object. |
CoClasses that implement IJSONConverterGeometry
CoClasses and Classes | Description |
---|---|
JSONConverterGeometry |