Package org.meteoinfo.jts.algorithm
Class InteriorPointPoint
- java.lang.Object
-
- org.meteoinfo.jts.algorithm.InteriorPointPoint
-
public class InteriorPointPoint extends java.lang.ObjectComputes a point in the interior of an point geometry.Algorithm
Find a point which is closest to the centroid of the geometry.
-
-
Constructor Summary
Constructors Constructor Description InteriorPointPoint(Geometry g)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinategetInteriorPoint()
-
-
-
Constructor Detail
-
InteriorPointPoint
public InteriorPointPoint(Geometry g)
-
-
Method Detail
-
getInteriorPoint
public Coordinate getInteriorPoint()
-
-