public class IntersectionMatrixPattern extends Object
RelateNG.evaluate(org.locationtech.jts.geom.Geometry, String)
and RelateNG.relate(org.locationtech.jts.geom.Geometry, org.locationtech.jts.geom.Geometry, String)
.
Modifier and Type | Field and Description |
---|---|
static String |
ADJACENT
A DE-9IM pattern to detect whether two polygonal geometries are adjacent along
an edge, but do not overlap.
|
static String |
CONTAINS_PROPERLY
A DE-9IM pattern to detect a geometry which properly contains another
geometry (i.e.
|
static String |
INTERIOR_INTERSECTS
A DE-9IM pattern to detect if two geometries intersect in their interiors.
|
public static final String ADJACENT
public static final String CONTAINS_PROPERLY
public static final String INTERIOR_INTERSECTS
Copyright © 2024. All rights reserved.