JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.geo
Shape
Contents
Hide sidebar
❮
❯
Show sidebar
Description
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