org.geotools.graph.build.polygon
Interface PolygonGraphGenerator.PolygonRelationship

Enclosing class:
PolygonGraphGenerator

public static interface PolygonGraphGenerator.PolygonRelationship

Determines the relationship among two polygons.


Method Summary
 boolean equal(Polygon p1, Polygon p2)
           
 boolean related(Polygon p1, Polygon p2)
          Determines if two polygons are related in any way.
 

Method Detail

related

boolean related(Polygon p1,
                Polygon p2)
Determines if two polygons are related in any way. Rel

Parameters:
p1 -
p2 -

equal

boolean equal(Polygon p1,
              Polygon p2)


Copyright © 1996-2009 Geotools. All Rights Reserved.