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.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.
|
(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.
|