T - geometry typeV - underlying vector typepublic interface GeometryVector<T extends org.locationtech.jts.geom.Geometry,V extends org.apache.arrow.vector.FieldVector> extends AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static org.locationtech.jts.geom.GeometryFactory |
factory |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int i) |
int |
getNullCount() |
int |
getValueCount() |
V |
getVector() |
void |
set(int i,
T geom) |
void |
setValueCount(int count) |
void |
transfer(int fromIndex,
int toIndex,
GeometryVector<T,V> to) |
closeCopyright © 2013–2023. All rights reserved.