public class InteriorPointArea extends Object
| Constructor and Description |
|---|
InteriorPointArea(Geometry
Creates a new interior point finder for an areal geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static Coordinate |
centre(Envelope
Returns the centre point of the envelope.
|
Coordinate |
getInteriorPoint()
Gets the computed interior point.
|
protected LineString |
horizontalBisector(Geometry
|
public InteriorPointArea(Geometryg)
g - an areal geometry
public CoordinategetInteriorPoint()
protected LineStringhorizontalBisector(Geometry geometry)
public static Coordinatecentre(Envelope envelope)
envelope - the envelope to analyze