Interface ICobaltMatcher
-
- All Known Implementing Classes:
CobaltAreaMatcher,CobaltDiagonalMatcher,CobaltMixedMatcher
public interface ICobaltMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrelate(org.locationtech.jts.geom.Envelope mbrA, org.locationtech.jts.geom.Envelope mbrB, String relation)
-
-
-
Field Detail
-
EQUALS
static final String EQUALS
- See Also:
- Constant Field Values
-
DISJOINT
static final String DISJOINT
- See Also:
- Constant Field Values
-
INTERSECTS
static final String INTERSECTS
- See Also:
- Constant Field Values
-
TOUCHES
static final String TOUCHES
- See Also:
- Constant Field Values
-
WITHIN
static final String WITHIN
- See Also:
- Constant Field Values
-
CONTAINS
static final String CONTAINS
- See Also:
- Constant Field Values
-
OVERLAPS
static final String OVERLAPS
- See Also:
- Constant Field Values
-
COVERS
static final String COVERS
- See Also:
- Constant Field Values
-
COVEREDBY
static final String COVEREDBY
- See Also:
- Constant Field Values
-
-
Method Detail
-
relate
boolean relate(org.locationtech.jts.geom.Envelope mbrA, org.locationtech.jts.geom.Envelope mbrB, String relation)
-
-