| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static <K> GeoshapeFieldArgs.Builder<K> |
GeoshapeFieldArgs.builder()
Create a new
GeoshapeFieldArgs using the builder pattern. |
GeoshapeFieldArgs.Builder<K> |
GeoshapeFieldArgs.Builder.coordinateSystem(GeoshapeFieldArgs.CoordinateSystem coordinateSystem)
Set the coordinate system for the geoshape field.
|
GeoshapeFieldArgs.Builder<K> |
GeoshapeFieldArgs.Builder.flat()
Use Cartesian (planar) coordinates.
|
GeoshapeFieldArgs.Builder<K> |
GeoshapeFieldArgs.Builder.spherical()
Use spherical (geographical) coordinates.
|
Copyright © 2025 lettuce.io. All rights reserved.