- XY_DOUBLE - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Single double vector, appropriate for storing Points
- XY_DOUBLE_LIST - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Nested list of doubles, appropriate for storing MultiPoints or LineStrings
- XY_DOUBLE_LIST_2 - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Doubly-nested list of doubles, appropriate for storing MultiLineStrings or Polygons
- XY_DOUBLE_LIST_3 - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Triply-nested list of doubles, appropriate for storing MultiPolygons
- XY_FLOAT - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Single float vector, appropriate for storing Points
- XY_FLOAT_LIST - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Nested list of floats, appropriate for storing MultiPoints or LineStrings
- XY_FLOAT_LIST_2 - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Doubly-nested list of floats, appropriate for storing MultiLineStrings or Polygons
- XY_FLOAT_LIST_3 - Static variable in class org.locationtech.geomesa.arrow.vector.GeometryFields
-
Triply-nested list of floats, appropriate for storing MultiPolygons