Class ConcaveHull


  • public class ConcaveHull
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConcaveHull​(org.locationtech.jts.geom.Geometry geom, double tolerance)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.locationtech.jts.geom.Geometry getResult()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConcaveHull

        public ConcaveHull​(org.locationtech.jts.geom.Geometry geom,
                           double tolerance)
    • Method Detail

      • getResult

        public org.locationtech.jts.geom.Geometry getResult()