type DB struct { *gpkg.Handle // contains filtered or unexported fields }
func New(outputDir, filename string, srsid int32) (*DB, string, error)
New returns a new recorder, the file where the recrods are recorded to and any errors.
func (db *DB) Record(geo interface{}, ffl recorder.FuncFileLineType, tblTest recorder.TestDescription) error
func (db *DB) TableName(gType gpkg.GeometryType) string