Versions in this module Expand all Collapse all v0 v0.1.0 Jul 29, 2024 Changes in this version + var EncoderIsNilErr = errors.New("Encoder can not be nil") + type Encoder struct + ByteOrder binary.ByteOrder + W io.Writer + func (en *Encoder) BOM() *Encoder + func (en *Encoder) Collection(geoms []geom.Geometry) + func (en *Encoder) Err() error + func (en *Encoder) Geometry(g geom.Geometry) + func (en *Encoder) LineString(ln [][2]float64) + func (en *Encoder) MultiLineString(lns [][][2]float64) + func (en *Encoder) MultiPoint(pts [][2]float64) + func (en *Encoder) MultiPolygon(mply [][][][2]float64) + func (en *Encoder) Point(pt [2]float64) + func (en *Encoder) Polygon(ply [][][2]float64) + func (en *Encoder) Write(data ...interface{}) *Encoder