Class PointBuffers.MetricGenerator

  • Enclosing class:
    PointBuffers

    public class PointBuffers.MetricGenerator
    extends Object
    A generator that uses JTS buffer to create the buffer polygons
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricGenerator​(Point center, Integer quadrantSegments, UnitConverter converter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Polygon getBuffer​(double distance)  
      • Methods inherited from class Object

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

      • MetricGenerator

        public MetricGenerator​(Point center,
                               Integer quadrantSegments,
                               UnitConverter converter)
    • Method Detail

      • getBuffer

        public Polygon getBuffer​(double distance)