public class GeometryCollection extends MultiPolygon
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE |
COORDINATES_KEY, GEOMETRIES_KEY, GEOMETRY_FACTORY, GEOMETRY_KEY, PROPERTIES_KEY, TYPE_KEY| Constructor and Description |
|---|
GeometryCollection(com.vividsolutions.jts.geom.Geometry geometry) |
| Modifier and Type | Method and Description |
|---|---|
static CompositeGeometry |
toCompositeGeometry(List geometries) |
List<org.apache.abdera.ext.geo.Position> |
toGeoRssPositions() |
Map |
toJsonMap()
Creates a Map that mimics the GeoJSON structure.
|
buildJsonPolygon, buildPolygon, getPolygonCoordinatesbuildCoordinatesList, getGeometry, toWktgetCompositeGeometry, getCompositeGeometry, getCoordinate, getCoordinatespublic static final String TYPE
public GeometryCollection(com.vividsolutions.jts.geom.Geometry geometry)
public static CompositeGeometry toCompositeGeometry(List geometries)
public Map toJsonMap()
CompositeGeometrytoJsonMap in class MultiPolygonpublic List<org.apache.abdera.ext.geo.Position> toGeoRssPositions()
toGeoRssPositions in class MultiPolygonThis work is licensed under a Creative Commons Attribution 4.0 International License.