Uses of Interface
com.google.common.geometry.S2ShapeAspect.EdgeAspect.Closed
-
-
Uses of S2ShapeAspect.EdgeAspect.Closed in com.google.common.geometry
Subinterfaces of S2ShapeAspect.EdgeAspect.Closed in com.google.common.geometry Modifier and Type Interface Description interface
S2LaxPolygonShape
A region defined by a collection of zero or more closed loops.Classes in com.google.common.geometry that implement S2ShapeAspect.EdgeAspect.Closed Modifier and Type Class Description static class
S2LaxPolygonShape.MultiArray
A multi polygon with points referenced from an array.static class
S2LaxPolygonShape.MultiList
A multi polygon with vertices referenced from aList
, and cumulative edges referenced from anPrimitiveArrays.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 aList
.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[].
-