The intersection between geomA and geomB gives a new Geometry
whose dimension is less than the maximum dimension of the input
Geometries.
geomA and geomB have some, but not all interior points in
common.
The intersection set is interior to both geomA and geomB.
Implements the OpenGIS Simple Features Implementation Specification for
SQL version
1.2.1.
This predicate does not yet support spatial indices, but it will in a future release. Use it in conjunction with && operator. See here for more details.
Note
In the OpenGIS Simple Features Specification this predicate is only defined for (POINT, LINESTRING), (POINT, POLYGON), (LINESTRING, LINESTRING), and (LINESTRING, POLYGON) situations.
JTS and Geos extend this definition to (POLYGON, LINESTRING), (POLYGON, POINT) and (LINESTRING, POINT) situations.