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

Method Encode

s2/encode_test.go:30–30  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

28
29type encodableRegion interface {
30 Encode(w io.Writer) error
31}
32
33type decodableRegion interface {

Callers 5

TestEncodeDecodeFunction · 0.65
TestLoopEncodeDecodeFunction · 0.65
BenchmarkRectDecodeFunction · 0.65
FuzzDecodeCellUnionFunction · 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 5

TestEncodeDecodeFunction · 0.52
TestLoopEncodeDecodeFunction · 0.52
BenchmarkRectDecodeFunction · 0.52
FuzzDecodeCellUnionFunction · 0.52