Interface GeometryTesselation

    • Method Summary

      Modifier and Type Method and Description
      void add(Geometry geom)
      Add the specified geometry to the tesselation.
      Set<Geometry> test(Point point)
      Retrieve the set of Geometries that this point is covered by.
      Set<Geometry> testForIntersection(Geometry geometry)
      Return all geometries of this tesselation that intersect the given testing geometry.
    • Method Detail

      • add

        void add(Geometry geom)
        Add the specified geometry to the tesselation.
        Parameters:
        geom - the geometry to add.
      • test

        Set<Geometry> test(Point point)
        Retrieve the set of Geometries that this point is covered by.
        Parameters:
        point - the point to test for.
        Returns:
        the set of geometries this point is covered by.
      • testForIntersection

        Set<Geometry> testForIntersection(Geometry geometry)
        Return all geometries of this tesselation that intersect the given testing geometry.
        Parameters:
        geometry - the geometry to test for intersections with this tesselation.
        Returns:
        all intersecting geometries