public class GeoLine extends GeoShapeBase
| Constructor and Description |
|---|
GeoLine(GeoPoint[] value) |
GeoLine(GeoPoint start,
GeoPoint end) |
GeoLine(List<GeoPoint> geoPoints) |
| Modifier and Type | Method and Description |
|---|---|
GeoLine |
addGeoPoint(GeoPoint point) |
GeoLine |
addGeoPoints(List<GeoPoint> points) |
boolean |
equals(Object obj) |
List<GeoPoint> |
getGeoPoints() |
int |
hashCode() |
GeoPoint[] |
points() |
void |
setGeoPoints(List<GeoPoint> geoPoints) |
String |
toString() |
void |
validate()
Throw a GeInvalidShapeException if the requirements for this shape are not met.
|
intersects, toArrayList, toArrayLists, withinpublic GeoLine(GeoPoint[] value)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.