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 Point |
centre(BoundingBox envelope)
Returns the centre point of the envelope.
|
Point |
getInteriorPoint()
Gets the computed interior point.
|
protected LineString |
horizontalBisector(Geometry geometry) |
public InteriorPointArea(Geometry g)
g - an areal geometrypublic static Point centre(BoundingBox envelope)
envelope - the envelope to analyzepublic Point getInteriorPoint()
protected LineString horizontalBisector(Geometry geometry)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.