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 |
S2LaxPolygonShape.SimpleArray |
A simple polygon with points referenced from an array.
|
static class |
S2LaxPolygonShape.SimpleList |
A simple polygon with vertices referenced from a List .
|
static class |
S2LaxPolygonShape.SimplePacked |
A simple polygon with vertex coordinates stored in a double[].
|
static class |
S2LaxPolygonShape.SimpleSnapped |
A simple 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.
|
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.
|
static class |
S2ShapeAspect.ChainAspect.Multi |
A sequence of chains, represented as an array of the first 'edgeId' for each chain.
|
(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.
|
static class |
S2ShapeAspect.ChainAspect.Simple |
A single non-empty chain.
|
(package private) static class |
S2ShapeAspect.ChainAspect.Simple.Array |
A simple chain of S2Point references.
|
(package private) static class |
S2ShapeAspect.ChainAspect.Simple.Packed |
A simple chain of packed coordinates.
|
(package private) static class |
S2ShapeAspect.ChainAspect.Simple.Snapped |
A simple chain of packed cell centers.
|