Documentation ¶
Index ¶
- Variables
- type Encoder
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var EncoderIsNilErr = errors.New("Encoder can not be nil")
Functions ¶
This section is empty.
Types ¶
type Encoder ¶
type Encoder struct { // W is the writer to which the binary data will be written to. W io.Writer // ByteOrder is the Byte Order Marker, it defaults to binary.LittleEndian ByteOrder binary.ByteOrder // contains filtered or unexported fields }
func (*Encoder) Collection ¶
func (*Encoder) LineString ¶
func (*Encoder) MultiLineString ¶
func (*Encoder) MultiPoint ¶
func (*Encoder) MultiPolygon ¶
Click to show internal directories.
Click to hide internal directories.