18#include <geos/export.h>
28class 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 geos.h:39