Class InteriorPointPoint



  • public class InteriorPointPoint
    extends Object
    Computes a point in the interior of an point geometry.

    Algorithm

    Find a point which is closest to the centroid of the geometry.
    • Constructor Detail

      • InteriorPointPoint

        public InteriorPointPoint(Geometry g)
    • Method Detail

      • getInteriorPoint

        public Coordinate getInteriorPoint()