public class CentroidPoint extends Object
| Constructor and Description |
|---|
CentroidPoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Coordinate
Deprecated.
Adds the length defined by an array of coordinates.
|
void |
add(Geometry
Deprecated.
Adds the point(s) defined by a Geometry to the centroid total.
|
Coordinate |
getCentroid()
Deprecated.
|
public void add(Geometrygeom)
geom - the geometry to add
public void add(Coordinatept)
pts - an array of
Coordinates
public CoordinategetCentroid()