Package com.vividsolutions.jump.qa.diff
Interface DiffGeometryMatcher
-
- All Known Implementing Classes:
BufferGeometryMatcher
,ExactGeometryMatcher
,NormalizedExactGeometryMatcher
public interface DiffGeometryMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.locationtech.jts.geom.Geometry
getQueryGeometry()
boolean
isMatch(org.locationtech.jts.geom.Geometry geom)
void
setQueryGeometry(org.locationtech.jts.geom.Geometry geom)
-