static class |
S2LaxPolylineShape.MultiArray |
A multi polyline storing references to previously allocated S2Point instances.
|
static class |
S2LaxPolylineShape.MultiPacked |
A multi polyline storing xyz coordinates in a single packed 'double' array.
|
static class |
S2LaxPolylineShape.MultiSnapped |
A multi polyline storing cell IDs in a single 'long' array.
|
static class |
S2LaxPolylineShape.SimpleArray |
A polyline storing references to previously allocated S2Point instances.
|
static class |
S2LaxPolylineShape.SimpleList |
A polyline storing S2Point s in a List .
|
static class |
S2LaxPolylineShape.SimplePacked |
A polyline storing xyz coordinates in a single packed 'double' array.
|
static class |
S2LaxPolylineShape.SimpleSnapped |
A polyline storing cell IDs in a single 'long' array.
|