MCPcopy
hub / github.com/golang/geo / Decode

Method Decode

s2/encode_test.go:34–34  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

32
33type decodableRegion interface {
34 Decode(r io.Reader) error
35}
36
37const (

Callers 3

TestEncodeDecodeFunction · 0.65
TestLoopEncodeDecodeFunction · 0.65

Implementers 6

Cells2/cell.go
Caps2/cap.go
Loops2/loop.go
Polygons2/polygon.go
Points2/point.go
Rects2/rect.go

Calls

no outgoing calls

Tested by 3

TestEncodeDecodeFunction · 0.52
TestLoopEncodeDecodeFunction · 0.52