K - Key typepublic static class GeoshapeFieldArgs.Builder<K> extends FieldArgs.Builder<K,GeoshapeFieldArgs<K>,GeoshapeFieldArgs.Builder<K>>
GeoshapeFieldArgs.instance| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GeoshapeFieldArgs.Builder<K> |
coordinateSystem(GeoshapeFieldArgs.CoordinateSystem coordinateSystem)
Set the coordinate system for the geoshape field.
|
GeoshapeFieldArgs.Builder<K> |
flat()
Use Cartesian (planar) coordinates.
|
GeoshapeFieldArgs.Builder<K> |
spherical()
Use spherical (geographical) coordinates.
|
as, build, indexEmpty, indexMissing, name, noIndex, self, sortable, unNormalizedFormpublic GeoshapeFieldArgs.Builder<K> coordinateSystem(GeoshapeFieldArgs.CoordinateSystem coordinateSystem)
coordinateSystem - the coordinate systemGeoshapeFieldArgs.Builder for the purpose of method chainingpublic GeoshapeFieldArgs.Builder<K> flat()
GeoshapeFieldArgs.Builder for the purpose of method chainingpublic GeoshapeFieldArgs.Builder<K> spherical()
GeoshapeFieldArgs.Builder for the purpose of method chainingCopyright © 2025 lettuce.io. All rights reserved.