public class GeoJsonMultiPoint extends MultiGeometry
GeoJsonPoints.| Constructor and Description |
|---|
GeoJsonMultiPoint(java.util.List<GeoJsonPoint> geoJsonPoints)
Creates a GeoJsonMultiPoint object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GeoJsonPoint> |
getPoints()
Gets a list of GeoJsonPoints
|
java.lang.String |
getType()
Gets the type of geometry.
|
getGeometryObject, getGeometryType, setGeometryType, toStringpublic GeoJsonMultiPoint(java.util.List<GeoJsonPoint> geoJsonPoints)
geoJsonPoints - list of GeoJsonPoints to storepublic java.lang.String getType()
public java.util.List<GeoJsonPoint> getPoints()