public class InteriorPointArea extends Object
| Constructor and Description |
|---|
InteriorPointArea(Geometry g)
Creates a new interior point finder
for an areal geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static Coordinate |
centre(Envelope envelope)
Returns the centre point of the envelope.
|
Coordinate |
getInteriorPoint()
Gets the computed interior point.
|
protected LineString |
horizontalBisector(Geometry geometry) |
public InteriorPointArea(Geometry g)
g - an areal geometrypublic Coordinate getInteriorPoint()
protected LineString horizontalBisector(Geometry geometry)
public static Coordinate centre(Envelope envelope)
envelope - the envelope to analyzeCopyright © 2015. All rights reserved.