public class GeoJsonMultiPoint extends MultiGeometry
GeoJsonPoint
s.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, toString
public GeoJsonMultiPoint(java.util.List<GeoJsonPoint> geoJsonPoints)
geoJsonPoints
- list of GeoJsonPoints to storepublic java.lang.String getType()
public java.util.List<GeoJsonPoint> getPoints()