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 250 of file vector_factories.cuh.
|
inline |
Definition at line 252 of file vector_factories.cuh.
|
inline |
Return range object of the multilinestring array.
Definition at line 265 of file vector_factories.cuh.
|
inline |
Definition at line 275 of file vector_factories.cuh.
|
inline |
Return the number of multilinestrings.
Definition at line 262 of file vector_factories.cuh.
|
protected |
Definition at line 285 of file vector_factories.cuh.
|
protected |
Definition at line 283 of file vector_factories.cuh.
|
protected |
Definition at line 284 of file vector_factories.cuh.