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 interfaceS2LaxPolygonShapeA 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 classS2LaxPolygonShape.MultiArrayA multi polygon with points referenced from an array.static classS2LaxPolygonShape.MultiListA multi polygon with vertices referenced from aList, and cumulative edges referenced from anPrimitiveArrays.Longs.static classS2LaxPolygonShape.MultiPackedA multi polygon with vertex coordinates stored in a double[].static classS2LaxPolygonShape.MultiSnappedA multi polygon with vertices at cell ID centers stored in a long[].static classS2LaxPolygonShape.SimpleArrayA simple polygon with points referenced from an array.static classS2LaxPolygonShape.SimpleListA simple polygon with vertices referenced from aList.static classS2LaxPolygonShape.SimplePackedA simple polygon with vertex coordinates stored in a double[].static classS2LaxPolygonShape.SimpleSnappedA simple polygon with vertices at cell ID centers stored in a long[].
-