Interface DiffGeometryMatcher
- All Known Implementing Classes:
BufferGeometryMatcher, ExactGeometryMatcher, NormalizedExactGeometryMatcher
public interface DiffGeometryMatcher
-
Method Summary
Modifier and TypeMethodDescriptionorg.locationtech.jts.geom.GeometrybooleanisMatch(org.locationtech.jts.geom.Geometry geom) voidsetQueryGeometry(org.locationtech.jts.geom.Geometry geom)
-
Method Details
-
setQueryGeometry
void setQueryGeometry(org.locationtech.jts.geom.Geometry geom) -
getQueryGeometry
org.locationtech.jts.geom.Geometry getQueryGeometry() -
isMatch
boolean isMatch(org.locationtech.jts.geom.Geometry geom)
-