static class |
S2LaxPolygonShape.MultiArray |
A multi polygon with points referenced from an array.
|
static class |
S2LaxPolygonShape.MultiList |
A multi polygon with vertices referenced from a List , and cumulative edges
referenced from an PrimitiveArrays.Longs .
|
static class |
S2LaxPolygonShape.MultiPacked |
A multi polygon with vertex coordinates stored in a double[].
|
static class |
S2LaxPolygonShape.MultiSnapped |
A multi polygon with vertices at cell ID centers stored in a long[].
|
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.
|
(package private) static class |
S2ShapeAspect.ChainAspect.Multi.Array |
An array of S2Point references for multiple chains.
|
(package private) static class |
S2ShapeAspect.ChainAspect.Multi.Packed |
Packed coordinates for multiple chains.
|
(package private) static class |
S2ShapeAspect.ChainAspect.Multi.Snapped |
Snapped cell centers for multiple chains.
|