Class IntersectionMatrixPattern

    • Field Detail

      • ADJACENT

        public static final String ADJACENT
        A DE-9IM pattern to detect whether two polygonal geometries are adjacent along an edge, but do not overlap.
        See Also:
        Constant Field Values
      • CONTAINS_PROPERLY

        public static final String CONTAINS_PROPERLY
        A DE-9IM pattern to detect a geometry which properly contains another geometry (i.e. which lies entirely in the interior of the first geometry).
        See Also:
        Constant Field Values
      • INTERIOR_INTERSECTS

        public static final String INTERIOR_INTERSECTS
        A DE-9IM pattern to detect if two geometries intersect in their interiors. This can be used to determine if a polygonal coverage contains any overlaps (although not whether they are correctly noded).
        See Also:
        Constant Field Values