Documentation ¶
Index ¶
- func EnsureProperties(body []byte, properties []string) error
- func EnsurePropertiesAny(body []byte, properties []string) error
- func GeohashFeature(f geojson.Feature) (string, error)
- func HasProperty(body []byte, possible []string) bool
- func HashFeature(f geojson.Feature) (string, error)
- func HashGeometry(geom []byte) (string, error)
- func Int64Property(body []byte, possible []string, d int64) int64
- func NewCoordinateFromLatLons(lat float64, lon float64) (geom.Coord, error)
- func NewPolygonFromCoords(coords []geom.Coord) (geom.Polygon, error)
- func NewRectFromLatLons(minlat float64, minlon float64, maxlat float64, maxlon float64) (geom.Rect, error)
- func StringProperty(body []byte, possible []string, d string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureProperties ¶
func EnsurePropertiesAny ¶
func GeohashFeature ¶
func HasProperty ¶ added in v0.11.0
func HashFeature ¶
func HashGeometry ¶
func NewRectFromLatLons ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.