processing

package
v0.0.0-...-aaa3bb6 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package processing takes care of the logistics around reading and writing to a Target. Not the processing operation(s) itself.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ProcessFeatures

func ProcessFeatures(source Source, targets map[tms20.TMID]Target, f processPolygonFunc)

ProcessFeatures applies the processing function/operation to each Target.

Types

type Feature

type Feature interface {
	Columns() []interface{}
	Geometry() geom.Geometry
}

type FeatureForTileMatrix

type FeatureForTileMatrix interface {
	Feature
	TileMatrixID() int
}

type Source

type Source interface {
	ReadFeatures(chan<- Feature)
}

type Target

type Target interface {
	WriteFeatures(<-chan Feature)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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