Uses of Class
com.esri.core.geometry.JsonWriter
-
Packages that use JsonWriter Package Description com.esri.core.geometry -
-
Uses of JsonWriter in com.esri.core.geometry
Subclasses of JsonWriter in com.esri.core.geometry Modifier and Type Class Description (package private) classJsonStringWriterMethods in com.esri.core.geometry with parameters of type JsonWriter Modifier and Type Method Description private static voidOperatorExportToGeoJsonCursor. exportEnvelopeToGeoJson_(int export_flags, Envelope envelope, JsonWriter json_writer)private static voidOperatorExportToJsonCursor. exportEnvelopeToJson(Envelope env, SpatialReference spatialReference, JsonWriter jsonWriter, java.util.Map<java.lang.String,java.lang.Object> exportProperties)private static voidOperatorExportToGeoJsonCursor. exportGeometryToGeoJson_(int export_flags, Geometry geometry, JsonWriter json_writer)private static voidOperatorExportToGeoJsonCursor. exportMultiPointToGeoJson_(int export_flags, MultiPoint multipoint, JsonWriter json_writer)private static voidOperatorExportToJsonCursor. exportMultiPointToJson(MultiPoint mpt, SpatialReference spatialReference, JsonWriter jsonWriter, java.util.Map<java.lang.String,java.lang.Object> exportProperties)private static voidOperatorExportToGeoJsonCursor. exportPointToGeoJson_(int export_flags, Point point, JsonWriter json_writer)private static voidOperatorExportToJsonCursor. exportPointToJson(Point pt, SpatialReference spatialReference, JsonWriter jsonWriter, java.util.Map<java.lang.String,java.lang.Object> exportProperties)private static voidOperatorExportToGeoJsonCursor. exportPolygonToGeoJson_(int export_flags, Polygon polygon, JsonWriter json_writer)private static voidOperatorExportToJsonCursor. exportPolygonToJson(Polygon pp, SpatialReference spatialReference, JsonWriter jsonWriter, java.util.Map<java.lang.String,java.lang.Object> exportProperties)private static voidOperatorExportToGeoJsonCursor. exportPolylineToGeoJson_(int export_flags, Polyline polyline, JsonWriter json_writer)private static voidOperatorExportToJsonCursor. exportPolylineToJson(Polyline pp, SpatialReference spatialReference, JsonWriter jsonWriter, java.util.Map<java.lang.String,java.lang.Object> exportProperties)private static voidOperatorExportToJsonCursor. exportPolypathToJson(MultiPath pp, java.lang.String name, SpatialReference spatialReference, JsonWriter jsonWriter, java.util.Map<java.lang.String,java.lang.Object> exportProperties)private static voidOperatorExportToGeoJsonCursor. exportSpatialReference(int export_flags, SpatialReference spatial_reference, JsonWriter json_writer)private static voidOperatorExportToJsonCursor. exportToJson_(Geometry geometry, SpatialReference spatialReference, JsonWriter jsonWriter, java.util.Map<java.lang.String,java.lang.Object> exportProperties)private static voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 intOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToGeoJsonCursor. 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 voidOperatorExportToJsonCursor. writeSR(SpatialReference spatialReference, JsonWriter jsonWriter)
-