Uses of Class
com.esri.core.geometry.JsonWriter
Packages that use JsonWriter
-
Uses of JsonWriter in com.esri.core.geometry
Subclasses of JsonWriter in com.esri.core.geometryMethods in com.esri.core.geometry with parameters of type JsonWriterModifier and TypeMethodDescriptionprivate static void
OperatorExportToGeoJsonCursor.exportEnvelopeToGeoJson_
(int export_flags, Envelope envelope, JsonWriter json_writer) private static void
OperatorExportToJsonCursor.exportEnvelopeToJson
(Envelope env, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static void
OperatorExportToGeoJsonCursor.exportGeometryToGeoJson_
(int export_flags, Geometry geometry, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.exportMultiPointToGeoJson_
(int export_flags, MultiPoint multipoint, JsonWriter json_writer) private static void
OperatorExportToJsonCursor.exportMultiPointToJson
(MultiPoint mpt, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static void
OperatorExportToGeoJsonCursor.exportPointToGeoJson_
(int export_flags, Point point, JsonWriter json_writer) private static void
OperatorExportToJsonCursor.exportPointToJson
(Point pt, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static void
OperatorExportToGeoJsonCursor.exportPolygonToGeoJson_
(int export_flags, Polygon polygon, JsonWriter json_writer) private static void
OperatorExportToJsonCursor.exportPolygonToJson
(Polygon pp, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static void
OperatorExportToGeoJsonCursor.exportPolylineToGeoJson_
(int export_flags, Polyline polyline, JsonWriter json_writer) private static void
OperatorExportToJsonCursor.exportPolylineToJson
(Polyline pp, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static void
OperatorExportToJsonCursor.exportPolypathToJson
(MultiPath pp, String name, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static void
OperatorExportToGeoJsonCursor.exportSpatialReference
(int export_flags, SpatialReference spatial_reference, JsonWriter json_writer) private static void
OperatorExportToJsonCursor.exportToJson_
(Geometry geometry, SpatialReference spatialReference, JsonWriter jsonWriter, Map<String, Object> exportProperties) private static void
OperatorExportToGeoJsonCursor.lineStringTaggedText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.lineStringText_
(boolean bRing, boolean b_closed, int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, int istart, int iend, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.multiLineStringTaggedText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int path_count, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.multiLineStringText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int path_count, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.multiPointTaggedText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, int point_count, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.multiPointTaggedTextFromPoint_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, double x, double y, double z, double m, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.multiPolygonTaggedText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int polygon_count, int path_count, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.multiPolygonTaggedTextFromEnvelope_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, double xmin, double ymin, double xmax, double ymax, double zmin, double zmax, double mmin, double mmax, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.multiPolygonText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int polygon_count, int path_count, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.pointTaggedText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, double x, double y, double z, double m, JsonWriter json_writer) private static int
OperatorExportToGeoJsonCursor.pointText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, double x, double y, double z, double m, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.pointText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, int point, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.polygonTaggedText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, int path_count, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.polygonTaggedTextFromEnvelope_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, double xmin, double ymin, double xmax, double ymax, double zmin, double zmax, double mmin, double mmax, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.polygonText_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, int polygon_start, int polygon_end, JsonWriter json_writer) private static void
OperatorExportToGeoJsonCursor.writeEnvelopeAsGeoJsonPolygon_
(int precision, boolean bFixedPoint, boolean b_export_zs, boolean b_export_ms, double xmin, double ymin, double xmax, double ymax, double zmin, double zmax, double mmin, double mmax, JsonWriter json_writer) private static void
OperatorExportToJsonCursor.writeSR
(SpatialReference spatialReference, JsonWriter jsonWriter)