JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.data.geo.Shape
Packages that use
Shape
Package
Description
org.springframework.data.geo
Value types representing geo-spatial concepts.
Uses of
Shape
in
org.springframework.data.geo
Classes in
org.springframework.data.geo
that implement
Shape
Modifier and Type
Class
Description
class
Box
Represents a geospatial box value
class
Circle
Represents a geospatial circle value
class
Polygon
Simple value object to represent a
Polygon
.