Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrUnsupportedGeometry ¶
type ErrUnsupportedGeometry struct {
Type string
}
ErrUnsupportedGeometry ...
func (ErrUnsupportedGeometry) Error ¶
func (e ErrUnsupportedGeometry) Error() string
type Extent ¶
type Extent struct {
// contains filtered or unexported fields
}
Extent contains all 4 Positions of a bounding box
type Feature ¶
Feature extends geojson.Feature
type SpatialRelation ¶
type SpatialRelation string
SpatialRelation to enumerate the spatial relation between extent and feature
const ( Touches SpatialRelation = "touches" Within SpatialRelation = "within" )
Spatial relations
Click to show internal directories.
Click to hide internal directories.