Class BoundingBox
java.lang.Object
org.springframework.data.neo4j.repository.query.BoundingBox
This is a utility class that computes the bounding box of a polygon as a rectangle
defined by the lower left and upper right point.
- Since:
- 6.0
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()static BoundingBoxstatic BoundingBoxtoString()
-
Method Details
-
of
-
of
-
getLowerLeft
-
getUpperRight
-
equals
-
hashCode
-
toString
-