Uses of Class
com.google.common.geometry.S2PointRegion
-
-
Uses of S2PointRegion in com.google.common.geometry
Methods in com.google.common.geometry that return S2PointRegion Modifier and Type Method Description (package private) static S2PointRegion
S2PointRegion. decode(LittleEndianInput is)
Returns a new S2PointRegion decoded from the given little endian input stream.static S2PointRegion
S2PointRegion. decode(java.io.InputStream is)
Returns a new S2PointRegion decoded from the given input stream.Methods in com.google.common.geometry with parameters of type S2PointRegion Modifier and Type Method Description int
S2PointRegion. compareTo(S2PointRegion other)
boolean
S2PointRegion. lessThan(S2PointRegion vb)
-