Interface ISTEndpointFinder

  • All Known Implementing Classes:
    KMeansFilamentEndpointFinder

    public interface ISTEndpointFinder
    Interface used for class implementations that are used to find a single end point on a polygon based on some criteria
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.locationtech.jts.geom.Coordinate findBestEndpoint​(org.locationtech.jts.geom.Polygon densifiedGeometry)
      Returns the best end point based on some criteria
    • Method Detail

      • findBestEndpoint

        org.locationtech.jts.geom.Coordinate findBestEndpoint​(org.locationtech.jts.geom.Polygon densifiedGeometry)
        Returns the best end point based on some criteria
        Parameters:
        densifiedGeometry - The geometry object to find the best end point on
        Returns:
        A coordinate that is considered to be the best based on some criteria