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) |
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() |
convert, createMap, getGeometry, isNotTypegetCompositeGeometry, 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 List<org.apache.abdera.ext.geo.Position> toGeoRssPositions()
toGeoRssPositions in class PointCopyright © 2014 Cohesive Integrations, LLC. All rights reserved.