| Package | Description |
|---|---|
| io.valkey.search.schemafields |
| Modifier and Type | Method and Description |
|---|---|
static GeoShapeField.CoordinateSystem |
GeoShapeField.CoordinateSystem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoShapeField.CoordinateSystem[] |
GeoShapeField.CoordinateSystem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static GeoShapeField |
GeoShapeField.of(String fieldName,
GeoShapeField.CoordinateSystem system) |
| Constructor and Description |
|---|
GeoShapeField(FieldName fieldName,
GeoShapeField.CoordinateSystem system) |
GeoShapeField(String fieldName,
GeoShapeField.CoordinateSystem system) |
Copyright © 2024. All rights reserved.