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