| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
static GeoshapeFieldArgs.CoordinateSystem |
GeoshapeFieldArgs.CoordinateSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoshapeFieldArgs.CoordinateSystem[] |
GeoshapeFieldArgs.CoordinateSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<GeoshapeFieldArgs.CoordinateSystem> |
GeoshapeFieldArgs.getCoordinateSystem()
Get the coordinate system.
|
| Modifier and Type | Method and Description |
|---|---|
GeoshapeFieldArgs.Builder<K> |
GeoshapeFieldArgs.Builder.coordinateSystem(GeoshapeFieldArgs.CoordinateSystem coordinateSystem)
Set the coordinate system for the geoshape field.
|
Copyright © 2025 lettuce.io. All rights reserved.