Uses of Class
com.google.common.geometry.S2LaxPolylineShape.Coder
-
-
Uses of S2LaxPolylineShape.Coder in com.google.common.geometry
Fields in com.google.common.geometry declared as S2LaxPolylineShape.Coder Modifier and Type Field Description (package private) static S2LaxPolylineShape.Coder
S2LaxPolylineShape.Coder. COMPACT
An instance ofS2LaxPolylineShape.Coder
which encodes/decodesS2LaxPolylineShape
s in theCOMPACT
format.(package private) static S2LaxPolylineShape.Coder
S2LaxPolylineShape.Coder. FAST
An instance ofS2LaxPolylineShape.Coder
which encodes/decodesS2LaxPolylineShape
s in theFAST
format.
-