public class CentroidPoint extends Object
| Constructor and Description |
|---|
CentroidPoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Coordinate pt)
Deprecated.
Adds the length defined by an array of coordinates.
|
void |
add(Geometry geom)
Deprecated.
Adds the point(s) defined by a Geometry to the centroid total.
|
Coordinate |
getCentroid()
Deprecated.
|
public void add(Geometry geom)
geom - the geometry to addpublic void add(Coordinate pt)
pts - an array of Coordinatespublic Coordinate getCentroid()
Copyright © 2015. All rights reserved.