public abstract class AbstractMultiPointVector<T extends org.apache.arrow.vector.FieldVector> extends AbstractGeometryVector<org.locationtech.jts.geom.MultiPoint,org.apache.arrow.vector.complex.ListVector,T>
GeometryVector.GeometryReader<T extends org.locationtech.jts.geom.Geometry>, GeometryVector.GeometryWriter<T extends org.locationtech.jts.geom.Geometry>vectorfactory| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMultiPointVector(org.apache.arrow.vector.complex.ListVector vector) |
protected |
AbstractMultiPointVector(String name,
org.apache.arrow.vector.complex.AbstractContainerVector container,
Map<String,String> metadata) |
protected |
AbstractMultiPointVector(String name,
org.apache.arrow.memory.BufferAllocator allocator,
Map<String,String> metadata) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.arrow.vector.types.pojo.FieldType |
createFieldType(Map<String,String> metadata) |
org.locationtech.jts.geom.MultiPoint |
get(int index) |
void |
set(int index,
org.locationtech.jts.geom.MultiPoint geom) |
close, getFields, getNullCount, getOrdinalVector, getReader, getValueCount, getVector, getWriter, readOrdinal, setOrdinalVector, setValueCount, transfer, writeOrdinalprotected AbstractMultiPointVector(String name, org.apache.arrow.memory.BufferAllocator allocator, Map<String,String> metadata)
protected AbstractMultiPointVector(String name, org.apache.arrow.vector.complex.AbstractContainerVector container, Map<String,String> metadata)
protected AbstractMultiPointVector(org.apache.arrow.vector.complex.ListVector vector)
Copyright © 2013–2019. All rights reserved.