public class MultiPoint extends GeometryCollection<Point>
| Constructor and Description |
|---|
MultiPoint()
Constructor
|
MultiPoint(boolean hasZ,
boolean hasM)
Constructor
|
MultiPoint(MultiPoint multiPoint)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(Point point)
Add a point
|
Geometry |
copy()
Copy the geometry
|
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()
public MultiPoint(boolean hasZ,
boolean hasM)
hasZ - has zhasM - has mpublic MultiPoint(MultiPoint multiPoint)
multiPoint - multi point to copypublic void addPoint(Point point)
point - pointpublic int numPoints()
public Geometry copy()
copy in class GeometryCollection<Point>Copyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.