libcuspatial
23.12.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 239 of file vector_factories.cuh.
|
inline |
Definition at line 241 of file vector_factories.cuh.
|
inline |
Return range object of the multilinestring array.
Definition at line 254 of file vector_factories.cuh.
|
inline |
Definition at line 264 of file vector_factories.cuh.
|
inline |
Return the number of multilinestrings.
Definition at line 251 of file vector_factories.cuh.
|
protected |
Definition at line 274 of file vector_factories.cuh.
|
protected |
Definition at line 272 of file vector_factories.cuh.
|
protected |
Definition at line 273 of file vector_factories.cuh.