18 #include <geos/export.h>
28 class GEOS_DLL IntersectionMatrixPattern {
35 IntersectionMatrixPattern() {};
44 static constexpr
const char* ADJACENT =
"F***1****";
50 static constexpr
const char* CONTAINS_PROPERLY =
"T**FF*FF*";
57 static constexpr
const char* INTERIOR_INTERSECTS =
"T********";
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25