dataset

package
v0.0.0-...-c864ae1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2023 License: BSD-2-Clause, BSD-3-Clause, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SubcatchmentsTableName = "Subcatchments"
	GulliesTableName       = "Gullies"
	ActionsTableName       = "Actions"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DataSet

type DataSet interface {
	dataset.DataSet
	SubCatchmentsTable()
	ActionsTable()
	GulliesTable()
}

type DataSetImpl

type DataSetImpl struct {
	dataset.DataSet

	SubCatchmentsTable tables.CsvTable
	ActionsTable       tables.CsvTable
	GulliesTable       tables.CsvTable
}

func (*DataSetImpl) Initialise

func (c *DataSetImpl) Initialise(wrappedDataSet dataset.DataSet) *DataSetImpl

Jump to

Keyboard shortcuts

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