A C D F G L M O P R S T V W X 
All Classes All Packages

A

AbstractGeometryVector<T extends org.locationtech.jts.geom.Geometry,​U extends org.apache.arrow.vector.FieldVector,​V extends org.apache.arrow.vector.FieldVector> - Class in org.locationtech.geomesa.arrow.jts.impl
 
AbstractGeometryVector(U) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
AbstractLineStringVector<T extends org.apache.arrow.vector.FieldVector> - Class in org.locationtech.geomesa.arrow.jts.impl
 
AbstractLineStringVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
AbstractLineStringVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
AbstractLineStringVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
AbstractMultiLineStringVector<T extends org.apache.arrow.vector.FieldVector> - Class in org.locationtech.geomesa.arrow.jts.impl
 
AbstractMultiLineStringVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiLineStringVector
 
AbstractMultiLineStringVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiLineStringVector
 
AbstractMultiLineStringVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiLineStringVector
 
AbstractMultiPointVector<T extends org.apache.arrow.vector.FieldVector> - Class in org.locationtech.geomesa.arrow.jts.impl
 
AbstractMultiPointVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPointVector
 
AbstractMultiPointVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPointVector
 
AbstractMultiPointVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPointVector
 
AbstractMultiPolygonVector<T extends org.apache.arrow.vector.FieldVector> - Class in org.locationtech.geomesa.arrow.jts.impl
 
AbstractMultiPolygonVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPolygonVector
 
AbstractMultiPolygonVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPolygonVector
 
AbstractMultiPolygonVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPolygonVector
 
AbstractPointVector<T extends org.apache.arrow.vector.FieldVector> - Class in org.locationtech.geomesa.arrow.jts.impl
 
AbstractPointVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
 
AbstractPointVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
 
AbstractPointVector(FixedSizeListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
 
AbstractPolygonVector<T extends org.apache.arrow.vector.FieldVector> - Class in org.locationtech.geomesa.arrow.jts.impl
 
AbstractPolygonVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractPolygonVector
 
AbstractPolygonVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractPolygonVector
 
AbstractPolygonVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.impl.AbstractPolygonVector
 

C

close() - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
close() - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
createFieldType(Map<String, String>) - Static method in class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
createFieldType(Map<String, String>) - Static method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiLineStringVector
 
createFieldType(Map<String, String>) - Static method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPointVector
 
createFieldType(Map<String, String>) - Static method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPolygonVector
 
createFieldType(Map<String, String>) - Static method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
 
createFieldType(Map<String, String>) - Static method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPolygonVector
 
createFieldType(Map<String, String>) - Static method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 

D

DOUBLE_TYPE - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
 

F

factory - Static variable in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 
field - Static variable in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.LineStringFloatVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.LineStringVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.MultiLineStringVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.MultiPointFloatVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.MultiPointVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.MultiPolygonVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.PointFloatVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.PointVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.PolygonFloatVector
 
fields - Static variable in class org.locationtech.geomesa.arrow.jts.PolygonVector
 
FLOAT_TYPE - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
 

G

GeometryFields - Class in org.locationtech.geomesa.arrow.jts
Defines the fields (schema) used by geometry vectors
GeometryVector<T extends org.locationtech.jts.geom.Geometry,​V extends org.apache.arrow.vector.FieldVector> - Interface in org.locationtech.geomesa.arrow.jts
Complex vector for geometries
get(int) - Method in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 
get(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
get(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiLineStringVector
 
get(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPointVector
 
get(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPolygonVector
 
get(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
 
get(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPolygonVector
 
get(int) - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
getCoordinateX(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
getCoordinateX(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
Specialized read methods to return a single ordinate at a time.
getCoordinateY(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
getCoordinateY(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
Specialized read methods to return a single ordinate at a time.
getEndOffset(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.LineStringFloatVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.LineStringVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.MultiLineStringVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.MultiPointFloatVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.MultiPointVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.MultiPolygonVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.PointFloatVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.PointVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.PolygonFloatVector
 
getFields() - Method in class org.locationtech.geomesa.arrow.jts.PolygonVector
 
getNullCount() - Method in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 
getNullCount() - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
getNullCount() - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
getOrdinalVector() - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
getStartOffset(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
getValueCount() - Method in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 
getValueCount() - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
getValueCount() - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
getVector() - Method in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 
getVector() - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
getVector() - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 

L

LineStringFloatVector - Class in org.locationtech.geomesa.arrow.jts
 
LineStringFloatVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.LineStringFloatVector
 
LineStringFloatVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.LineStringFloatVector
 
LineStringFloatVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.LineStringFloatVector
 
LineStringVector - Class in org.locationtech.geomesa.arrow.jts
Double-precision vector for line strings
LineStringVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.LineStringVector
 
LineStringVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.LineStringVector
 
LineStringVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.LineStringVector
 

M

MultiLineStringFloatVector - Class in org.locationtech.geomesa.arrow.jts
 
MultiLineStringFloatVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector
 
MultiLineStringFloatVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector
 
MultiLineStringFloatVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector
 
MultiLineStringVector - Class in org.locationtech.geomesa.arrow.jts
Double-precision vector for multi-line strings
MultiLineStringVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiLineStringVector
 
MultiLineStringVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiLineStringVector
 
MultiLineStringVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiLineStringVector
 
MultiPointFloatVector - Class in org.locationtech.geomesa.arrow.jts
 
MultiPointFloatVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPointFloatVector
 
MultiPointFloatVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPointFloatVector
 
MultiPointFloatVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPointFloatVector
 
MultiPointVector - Class in org.locationtech.geomesa.arrow.jts
Double-precision vector for multi-points
MultiPointVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPointVector
 
MultiPointVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPointVector
 
MultiPointVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPointVector
 
MultiPolygonFloatVector - Class in org.locationtech.geomesa.arrow.jts
 
MultiPolygonFloatVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector
 
MultiPolygonFloatVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector
 
MultiPolygonFloatVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector
 
MultiPolygonVector - Class in org.locationtech.geomesa.arrow.jts
Double-precision vector for multi-polygons
MultiPolygonVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPolygonVector
 
MultiPolygonVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPolygonVector
 
MultiPolygonVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.MultiPolygonVector
 

O

org.locationtech.geomesa.arrow.jts - package org.locationtech.geomesa.arrow.jts
 
org.locationtech.geomesa.arrow.jts.impl - package org.locationtech.geomesa.arrow.jts.impl
 

P

PointFloatVector - Class in org.locationtech.geomesa.arrow.jts
 
PointFloatVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PointFloatVector
 
PointFloatVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PointFloatVector
 
PointFloatVector(FixedSizeListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.PointFloatVector
 
PointVector - Class in org.locationtech.geomesa.arrow.jts
Double-precision vector for points
PointVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PointVector
 
PointVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PointVector
 
PointVector(FixedSizeListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.PointVector
 
PolygonFloatVector - Class in org.locationtech.geomesa.arrow.jts
 
PolygonFloatVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PolygonFloatVector
 
PolygonFloatVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PolygonFloatVector
 
PolygonFloatVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.PolygonFloatVector
 
PolygonVector - Class in org.locationtech.geomesa.arrow.jts
Double-precision vector for polygons
PolygonVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PolygonVector
 
PolygonVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.PolygonVector
 
PolygonVector(ListVector) - Constructor for class org.locationtech.geomesa.arrow.jts.PolygonVector
 
precisionFromField(Field) - Static method in class org.locationtech.geomesa.arrow.jts.GeometryFields
Determines the geometry precision of a vector based on its field

R

readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.LineStringFloatVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.LineStringVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.MultiLineStringVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.MultiPointFloatVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.MultiPointVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.MultiPolygonVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.PointFloatVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.PointVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.PolygonFloatVector
 
readOrdinal(int) - Method in class org.locationtech.geomesa.arrow.jts.PolygonVector
 

S

set(int, Geometry) - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
set(int, LineString) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractLineStringVector
 
set(int, MultiLineString) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiLineStringVector
 
set(int, MultiPoint) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPointVector
 
set(int, MultiPolygon) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractMultiPolygonVector
 
set(int, Point) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
 
set(int, Polygon) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPolygonVector
 
set(int, T) - Method in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 
setOrdinalVector(V) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
setValueCount(int) - Method in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 
setValueCount(int) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
setValueCount(int) - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 

T

transfer(int, int, GeometryVector<Geometry, VarBinaryVector>) - Method in class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
transfer(int, int, GeometryVector<Point, FixedSizeListVector>) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractPointVector
 
transfer(int, int, GeometryVector<T, U>) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
transfer(int, int, GeometryVector<T, V>) - Method in interface org.locationtech.geomesa.arrow.jts.GeometryVector
 

V

vector - Variable in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 

W

WKBGeometryVector - Class in org.locationtech.geomesa.arrow.jts
Catch-all for storing instances of Geometry as WKB
WKBGeometryVector(String, BufferAllocator, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
WKBGeometryVector(String, AbstractContainerVector, Map<String, String>) - Constructor for class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
WKBGeometryVector(VarBinaryVector) - Constructor for class org.locationtech.geomesa.arrow.jts.WKBGeometryVector
 
wrap(FieldVector, Class<?>) - Static method in class org.locationtech.geomesa.arrow.jts.GeometryFields
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.impl.AbstractGeometryVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.LineStringFloatVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.LineStringVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.MultiLineStringFloatVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.MultiLineStringVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.MultiPointFloatVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.MultiPointVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.MultiPolygonFloatVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.MultiPolygonVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.PointFloatVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.PointVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.PolygonFloatVector
 
writeOrdinal(int, double) - Method in class org.locationtech.geomesa.arrow.jts.PolygonVector
 

X

XY_DOUBLE - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Single double vector, appropriate for storing Points
XY_DOUBLE_LIST - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Nested list of doubles, appropriate for storing MultiPoints or LineStrings
XY_DOUBLE_LIST_2 - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Doubly-nested list of doubles, appropriate for storing MultiLineStrings or Polygons
XY_DOUBLE_LIST_3 - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Triply-nested list of doubles, appropriate for storing MultiPolygons
XY_FLOAT - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Single float vector, appropriate for storing Points
XY_FLOAT_LIST - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Nested list of floats, appropriate for storing MultiPoints or LineStrings
XY_FLOAT_LIST_2 - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Doubly-nested list of floats, appropriate for storing MultiLineStrings or Polygons
XY_FLOAT_LIST_3 - Static variable in class org.locationtech.geomesa.arrow.jts.GeometryFields
Triply-nested list of floats, appropriate for storing MultiPolygons
A C D F G L M O P R S T V W X 
All Classes All Packages