public class MultiPoint extends Point
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
COORDINATES_KEY, GEOMETRIES_KEY, GEOMETRY_FACTORY, GEOMETRY_KEY, PROPERTIES_KEY, TYPE_KEY| Constructor and Description |
|---|
MultiPoint(com.vividsolutions.jts.geom.Geometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
protected List<List<Double>> |
buildCoordinatesList(com.vividsolutions.jts.geom.Coordinate[] coordinates) |
com.vividsolutions.jts.geom.Geometry |
getGeometry() |
static CompositeGeometry |
toCompositeGeometry(List coordinates) |
List<org.apache.abdera.ext.geo.Position> |
toGeoRssPositions() |
Map |
toJsonMap()
Creates a Map that mimics the GeoJSON structure.
|
String |
toWkt() |
getCompositeGeometry, getCompositeGeometry, getCoordinate, getCoordinatespublic static final String TYPE
public static CompositeGeometry toCompositeGeometry(List coordinates)
public Map toJsonMap()
CompositeGeometryprotected List<List<Double>> buildCoordinatesList(com.vividsolutions.jts.geom.Coordinate[] coordinates)
public String toWkt()
public com.vividsolutions.jts.geom.Geometry getGeometry()
getGeometry in class Pointpublic List<org.apache.abdera.ext.geo.Position> toGeoRssPositions()
toGeoRssPositions in class PointThis work is licensed under a Creative Commons Attribution 4.0 International License.