Package com.pointrlabs.core.geometry
Class GeoLineString
-
- All Implemented Interfaces:
public final class GeoLineString extends Geometry
-
-
Field Summary
Fields Modifier and Type Field Description private final List<GeoPoint>
points
private final GeometryType
type
private final GeoCircle
enclosingCircle
-
Constructor Summary
Constructors Constructor Description GeoLineString(String json)
GeoLineString(List<GeoPoint> geoPoints)
-
Method Summary
Modifier and Type Method Description final List<GeoPoint>
getPoints()
Points that constitute the geometry as Location objects final LineString
getMapboxLineString()
-