JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.springframework.data.geo.Metrics
Packages that use
Metrics
Package
Description
org.springframework.data.geo
Value types representing geo-spatial concepts.
Uses of
Metrics
in
org.springframework.data.geo
Methods in
org.springframework.data.geo
that return
Metrics
Modifier and Type
Method
Description
static
Metrics
Metrics.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Metrics
[]
Metrics.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.