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) AttributeStreamOfInt8RingOrientationFixer.Edges.m_directionsprivate AttributeStreamOfInt8OperatorImportFromGeoJsonLocal.OperatorImportFromGeoJsonHelper.m_path_flagsprotected AttributeStreamOfInt8MultiPathImpl.m_pathFlagsprotected AttributeStreamOfInt8MultiPathImpl.m_segmentFlagsMethods 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 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) (package private) static voidOperatorExportToWktLocal.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 intOperatorImportFromWktLocal.lineStringText(boolean b_ring, AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) 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) (package private) static voidOperatorExportToWktLocal.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 intOperatorImportFromWktLocal.multiLineStringText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) 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) (package private) static voidOperatorExportToWktLocal.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 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) (package private) static voidOperatorExportToWktLocal.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 intOperatorImportFromWktLocal.multiPolygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, WktParser wkt_parser) 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) (package private) static voidOperatorExportToWktLocal.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 voidOperatorExportToWktLocal.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 intOperatorImportFromWktLocal.polygonText(AttributeStreamOfDbl zs, AttributeStreamOfDbl ms, AttributeStreamOfDbl position, AttributeStreamOfInt32 paths, AttributeStreamOfInt8 path_flags, int total_point_count, WktParser wkt_parser) (package private) static voidOperatorExportToWktLocal.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) voidMultiPathImpl.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