JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springframework.data.geo
Interface Shape
All Superinterfaces:
Serializable
All Known Implementing Classes:
Box
,
Circle
,
Polygon
public interface
Shape
extends
Serializable
Common interface for all shapes. Allows building external representations of them.
Author:
Oliver Gierke, Thomas Darimont