public class InteriorPointPoint extends Object
| Constructor and Description |
|---|
InteriorPointPoint(Geometry g) |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
getInteriorPoint() |
static Coordinate |
getInteriorPoint(Geometry geom)
Computes an interior point for the
puntal components of a Geometry.
|
public InteriorPointPoint(Geometry g)
public static Coordinate getInteriorPoint(Geometry geom)
geom - the geometry to computenull if the geometry has no puntal componentspublic Coordinate getInteriorPoint()
Copyright © 2024. All rights reserved.