com.vividsolutions.jts.algorithm
Class InteriorPointPoint
java.lang.Object
com.vividsolutions.jts.algorithm.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.
- Version:
- 1.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteriorPointPoint
public InteriorPointPoint(Geometry g)
getInteriorPoint
public Coordinate getInteriorPoint()
Copyright © 2012. All Rights Reserved.