io

package
v0.0.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 1, 2018 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeatureReader

type FeatureReader interface {
	Read(out chan map[string]interface{}) error
}

type GeoJSONReader

type GeoJSONReader struct {
	// contains filtered or unexported fields
}

func NewGeoJSONReader

func NewGeoJSONReader(filename string) (*GeoJSONReader, error)

func (*GeoJSONReader) Read

func (g *GeoJSONReader) Read(out chan map[string]interface{}) error

type JSONLinesReader

type JSONLinesReader struct {
	// contains filtered or unexported fields
}

func NewJSONLinesReader

func NewJSONLinesReader(filename string) (*JSONLinesReader, error)

func ToJSONLinesReader

func ToJSONLinesReader(file *os.File) *JSONLinesReader

func (*JSONLinesReader) Read

func (j *JSONLinesReader) Read(out chan map[string]interface{}) error

type ShapefileReader

type ShapefileReader struct {
	// contains filtered or unexported fields
}

func NewShapefileReader

func NewShapefileReader(filename string) (*ShapefileReader, error)

func (*ShapefileReader) Read

func (s *ShapefileReader) Read(out chan map[string]interface{}) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL