Java org.hibernate.spatial SpatialRelation fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.spatial SpatialRelation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.spatial SpatialRelation.

The text is from its open source code.

Field

intEQUALS
The geometries are spatially equal to each other.
intDISJOINT
The geometries are spatially dijoint
intTOUCHES
The geometries touch
intCROSSES
The geometries cross
intWITHIN
The first geometry is spatially within the second
intOVERLAPS
The geometries spatially overlap
intCONTAINS
The first geometry spatially contains the second
intINTERSECTS
The first geometry intersects the second