libcuspatial
24.02.00
|
Owning object of a multilinestring array following geoarrow layout. More...
Public Member Functions | |
multilinestring_array (GeometryArray geometry_offsets_array, PartArray part_offsets_array, CoordinateArray coordinate_array) | |
auto | size () |
Return the number of multilinestrings. | |
auto | range () |
Return range object of the multilinestring array. | |
auto | release () |
Protected Attributes | |
GeometryArray | _geometry_offset_array |
PartArray | _part_offset_array |
CoordinateArray | _coordinate_array |
Owning object of a multilinestring array following geoarrow layout.
GeometryArray | Array type of geometry offset array |
PartArray | Array type of part offset array |
CoordinateArray | Array type of coordinate array |
Definition at line 233 of file vector_factories.cuh.
|
inline |
Definition at line 235 of file vector_factories.cuh.
|
inline |
Return range object of the multilinestring array.
Definition at line 248 of file vector_factories.cuh.
|
inline |
Definition at line 258 of file vector_factories.cuh.
|
inline |
Return the number of multilinestrings.
Definition at line 245 of file vector_factories.cuh.
|
protected |
Definition at line 268 of file vector_factories.cuh.
|
protected |
Definition at line 266 of file vector_factories.cuh.
|
protected |
Definition at line 267 of file vector_factories.cuh.