Uses of Class
com.esri.core.geometry.AttributeStreamOfInt8
Packages that use AttributeStreamOfInt8
-
Uses of AttributeStreamOfInt8 in com.esri.core.geometry
Fields in com.esri.core.geometry declared as AttributeStreamOfInt8Modifier and TypeFieldDescription(package private) AttributeStreamOfInt8
RingOrientationFixer.Edges.m_directions
private AttributeStreamOfInt8
OperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.m_path_flags
protected AttributeStreamOfInt8
MultiPathImpl.m_pathFlags
protected AttributeStreamOfInt8
MultiPathImpl.m_segmentFlags
Methods in com.esri.core.geometry that return AttributeStreamOfInt8Modifier and TypeMethodDescriptionMultiPathImpl.getPathFlagsStreamRef()
Returns a reference to the AttributeStream of Path flags (PathFlags flags).MultiPathImpl.getSegmentFlagsStreamRef()
Returns a reference to the AttributeStream of Segment flags (SegmentFlags flags).Methods in com.esri.core.geometry with parameters of type AttributeStreamOfInt8Modifier and TypeMethodDescriptionprivate 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) (package private) static void
OperatorExportToWktLocal.lineStringTaggedText_
(int precision, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, StringBuilder string) (package private) static int
OperatorImportFromWktLocal.lineStringText
(boolean b_ring, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) 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) (package private) static void
OperatorExportToWktLocal.multiLineStringTaggedText_
(int precision, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int path_count, StringBuilder string) (package private) static int
OperatorImportFromWktLocal.multiLineStringText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) 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) (package private) static void
OperatorExportToWktLocal.multiLineStringText_
(int precision, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int path_count, StringBuilder string) 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) (package private) static void
OperatorExportToWktLocal.multiPolygonTaggedText_
(int precision, 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, StringBuilder string) (package private) static int
OperatorImportFromWktLocal.multiPolygonText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) 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) (package private) static void
OperatorExportToWktLocal.multiPolygonText_
(int precision, 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, StringBuilder string) (package private) static void
OperatorExportToWktLocal.polygonTaggedText_
(int precision, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int path_count, StringBuilder string) (package private) static int
OperatorImportFromWktLocal.polygonText
(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, int total_point_count, WktParser wkt_parser) (package private) static void
OperatorExportToWktLocal.polygonText_
(int precision, boolean b_export_zs, boolean b_export_ms, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt8 path_flags, AttributeStreamOfInt32 paths, int polygon_start, int polygon_end, StringBuilder string) void
MultiPathImpl.setPathFlagsStreamRef
(AttributeStreamOfInt8 pathFlags) sets a reference to an AttributeStream of Path flags (PathFlags flags).Constructors in com.esri.core.geometry with parameters of type AttributeStreamOfInt8