package
1.0.0
Repository: https://github.com/everystreet/go-shapefile.git
Documentation: pkg.go.dev

# Functions

DecodeFieldDesc parses a single field descriptor.
DecodeHeader parses a dBase 5 file header.
DecodeRecord decodes a dBase 5 single record.

# Constants

Field types for dBase Level 5.
Field types for dBase Level 5.
Field types for dBase Level 5.
Field types for dBase Level 5.
Field types for dBase Level 5.
Field types for dBase Level 5.

# Structs

FieldDesc represents a field descriptor consisting of a type, name and size in bytes.
Header represents a dBase 5 file header.
Record represents a single record, primarly consisting of a set of fields.

# Interfaces

Config provides config for record parsing.
Field provides common information about all field types.

# Type aliases

FieldType is the type of a field.