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 | Interface and Description |
|---|---|
static interface |
GeometryVector.GeometryReader<T extends org.locationtech.jts.geom.Geometry>
Deprecated.
|
static interface |
GeometryVector.GeometryWriter<T extends org.locationtech.jts.geom.Geometry>
Deprecated.
|
| 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() |
GeometryVector.GeometryReader<T> |
getReader()
Deprecated.
|
int |
getValueCount() |
V |
getVector() |
GeometryVector.GeometryWriter<T> |
getWriter()
Deprecated.
|
void |
set(int i,
T geom) |
void |
setValueCount(int count) |
void |
transfer(int fromIndex,
int toIndex,
GeometryVector<T,V> to) |
closeV getVector()
void set(int i,
T geom)
void setValueCount(int count)
T get(int i)
int getValueCount()
int getNullCount()
void transfer(int fromIndex,
int toIndex,
GeometryVector<T,V> to)
@Deprecated GeometryVector.GeometryWriter<T> getWriter()
@Deprecated GeometryVector.GeometryReader<T> getReader()
Copyright © 2013–2018. All rights reserved.