public class Area extends Object
Modifier and Type | Field and Description |
---|---|
List<GeodeticPosition> |
points
points is an ordered list defining an area 3 or more points define a polygon 2 points define a
circle, the first being the center of the circle and the second being a point along the
circumference.
|
Constructor and Description |
---|
Area() |
Modifier and Type | Method and Description |
---|---|
List<GeodeticPosition> |
getPoints() |
org.locationtech.jts.geom.Polygon |
getPolygon() |
void |
setPoints(List<GeodeticPosition> points) |
public List<GeodeticPosition> points
public List<GeodeticPosition> getPoints()
public void setPoints(List<GeodeticPosition> points)
public org.locationtech.jts.geom.Polygon getPolygon()
Copyright © 2013–2022. All rights reserved.