
| Modifier and Type | Field and Description |
|---|---|
(package private) ArrayList<Point> |
mConvertedPoints
Stores points, converted to the map projection.
|
(package private) int[][] |
mOriginalPoints
original GeoPoints
|
(package private) boolean |
mPrecomputed
is precomputation of points done or not
|
| Constructor and Description |
|---|
LinearRing() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildPathPortion(Projection pj)
Note - highly optimized to handle long paths, proceed with care.
|
(package private) ArrayList<GeoPoint> |
getPoints() |
(package private) void |
setPoints(List<GeoPoint> points) |
int[][] mOriginalPoints
ArrayList<Point> mConvertedPoints
boolean mPrecomputed
protected void buildPathPortion(Projection pj)