Package org.geotools.graph.build.polygon
Interface PolygonGraphGenerator.PolygonRelationship
-
- Enclosing class:
- PolygonGraphGenerator
public static interface PolygonGraphGenerator.PolygonRelationship
Determines the relationship among two polygons.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equal(Polygon p1, Polygon p2)
boolean
related(Polygon p1, Polygon p2)
Determines if two polygons are related in any way.
-