public class MultiPoint extends GeometryCollection<Point>
| Constructor and Description |
|---|
MultiPoint(boolean hasZ,
boolean hasM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(Point point)
Add a point
|
List<Point> |
getPoints()
Get the points
|
int |
numPoints()
Get the number of points
|
void |
setPoints(List<Point> points)
Set the points
|
addGeometry, getGeometries, numGeometries, setGeometriesgetGeometryType, getWkbCode, hasM, hasZpublic MultiPoint(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mpublic void addPoint(Point point)
point - pointpublic int numPoints()
Copyright © 2015 National Geospatial-Intelligence Agency. All rights reserved.