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