-
static class
A simple polygon with points referenced from an array.
static class
A simple polygon with vertices referenced from a
List<S2Point>
.
static class
A simple polygon with vertex coordinates stored in a double[].
static class
A simple polygon with vertices at cell ID centers stored in a long[].
static class
A polyline storing references to previously allocated S2Point instances.
static class
static class
A polyline storing xyz coordinates in a single packed 'double' array.
static class
A polyline storing cell IDs in a single 'long' array.
(package private) static class
A simple chain of S2Point references.
(package private) static class
A simple chain of packed coordinates.
(package private) static class
A simple chain of packed cell centers.