Package | Description |
---|---|
org.mongodb.morphia.geo |
Modifier and Type | Method and Description |
---|---|
LineString |
Polygon.getExteriorBoundary()
Returns a LineString representing the exterior boundary of this Polygon.
|
static LineString |
GeoJson.lineString(Point... points)
Create a new LineString representing a GeoJSON
LineString type.
|
Modifier and Type | Method and Description |
---|---|
List<LineString> |
Polygon.getCoordinates() |
List<LineString> |
MultiLineString.getCoordinates() |
List<LineString> |
Polygon.getInteriorBoundaries()
Returns a (possibly empty) List of LineStrings, one for each hole inside the external boundary of this polygon.
|
Modifier and Type | Method and Description |
---|---|
static MultiLineString |
GeoJson.multiLineString(LineString... lines)
Create a new MultiLineString representing a GeoJSON
MultiLineString type.
|
static Polygon |
GeoJson.polygon(LineString exteriorBoundary,
LineString... interiorBoundaries)
Lets you create a Polygon representing a
GeoJSON
Polygon type.
|
static Polygon |
GeoJson.polygon(LineString exteriorBoundary,
LineString... interiorBoundaries)
Lets you create a Polygon representing a
GeoJSON
Polygon type.
|
Copyright © 2016. All rights reserved.