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