Modifier and Type | Field and Description |
---|---|
private List<Coordinate> |
coords |
Constructor and Description |
---|
Shape()
Constructs a new empty
Shape . |
Shape(String asString,
String separator) |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(String sLat,
String sLon) |
boolean |
contains(LatLon latlon) |
String |
encodeAsString(String separator) |
boolean |
equals(Object obj) |
List<Coordinate> |
getPoints() |
int |
hashCode() |
private final List<Coordinate> coords
public Shape()
Shape
.public String encodeAsString(String separator)
public List<Coordinate> getPoints()