Uses of Enum Class
redis.clients.jedis.search.schemafields.GeoShapeField.CoordinateSystem
Packages that use GeoShapeField.CoordinateSystem
-
Uses of GeoShapeField.CoordinateSystem in redis.clients.jedis.search.schemafields
Fields in redis.clients.jedis.search.schemafields declared as GeoShapeField.CoordinateSystemModifier and TypeFieldDescriptionprivate final GeoShapeField.CoordinateSystemGeoShapeField.systemMethods in redis.clients.jedis.search.schemafields that return GeoShapeField.CoordinateSystemModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GeoShapeField.CoordinateSystem[]GeoShapeField.CoordinateSystem.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in redis.clients.jedis.search.schemafields with parameters of type GeoShapeField.CoordinateSystemModifier and TypeMethodDescriptionstatic GeoShapeFieldGeoShapeField.of(String fieldName, GeoShapeField.CoordinateSystem system) Constructors in redis.clients.jedis.search.schemafields with parameters of type GeoShapeField.CoordinateSystemModifierConstructorDescriptionGeoShapeField(String fieldName, GeoShapeField.CoordinateSystem system) GeoShapeField(FieldName fieldName, GeoShapeField.CoordinateSystem system)