Package org.locationtech.jts.algorithm
Class InteriorPointPoint
java.lang.Object
org.locationtech.jts.algorithm.InteriorPointPoint
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Coordinate
getInteriorPoint
(Geometry geom) Computes an interior point for the puntal components of a Geometry.
-
Constructor Details
-
InteriorPointPoint
-
-
Method Details
-
getInteriorPoint
Computes an interior point for the puntal components of a Geometry.- Parameters:
geom
- the geometry to compute- Returns:
- the computed interior point,
or
null
if the geometry has no puntal components
-
getInteriorPoint
-