Uses of Class
com.google.common.geometry.LittleEndianInput
-
Uses of LittleEndianInput in com.google.common.geometry
Methods in com.google.common.geometry with parameters of type LittleEndianInputModifier and TypeMethodDescription(package private) static S2Cap
S2Cap.decode
(LittleEndianInput is) Returns a new S2Cap decoded from the given little endian input stream.static S2CellUnion
S2CellUnion.decode
(LittleEndianInput input) AsS2CellUnion.decode(InputStream)
, but avoids creating a little endian input helper.(package private) static S2LatLngRect
S2LatLngRect.decode
(LittleEndianInput decoder) (package private) static S2Loop
S2Loop.decode
(LittleEndianInput decoder) Returns a loop decoded from the given stream.(package private) static S2Point
S2Point.decode
(LittleEndianInput is) Returns a new S2Point decoded from the given little endian input stream.void
S2PointCompression.FaceRunCoder.decode
(int vertices, LittleEndianInput decoder) (package private) static S2PointRegion
S2PointRegion.decode
(LittleEndianInput is) Returns a new S2PointRegion decoded from the given little endian input stream.(package private) static S2Polyline
S2Polyline.decode
(LittleEndianInput decoder) (package private) static S2Loop
S2Loop.decodeCompressed
(int level, LittleEndianInput decoder) private static S2Polygon
S2Polygon.decodeCompressed
(LittleEndianInput decoder) private static S2Polyline
S2Polyline.decodeCompressed
(LittleEndianInput decoder) private static S2Loop
S2Loop.decodeInternal
(LittleEndianInput decoder) private static S2Polygon
S2Polygon.decodeLossless
(LittleEndianInput decoder) private static S2Polyline
S2Polyline.decodeLossless
(LittleEndianInput is) S2PointCompression.decodePointsCompressed
(int numVertices, int level, LittleEndianInput decoder)