Documentation
¶
Index ¶
- func DebupAndCompactCells(cells []h3.Cell) []h3.Cell
- func DedupCells(cells []h3.Cell) []h3.Cell
- func H3CellToPoint(cell h3.Cell) geometry.Point
- func H3CellToPoints(cell h3.Cell) []geometry.Point
- func H3CellToPoly(cell h3.Cell) *geometry.Poly
- func H3CellsToMultiPolygon(cells []h3.Cell) *geojson.MultiPolygon
- func MultiPolyToH3(multipoly *geojson.MultiPolygon, maxResolution int) []h3.Cell
- func ObjectToH3(obj geojson.Object, maxResolution int) []h3.Cell
- func PolyContainsPointOfH3(poly *geometry.Poly, cell h3.Cell) bool
- func PolyToH3(poly *geojson.Polygon, maxResolution int) []h3.Cell
- func PolyToH3Poly(poly *geometry.Poly) h3.GeoPolygon
- func RingToH3GeoLoop(ring geometry.Ring) h3.GeoLoop
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebupAndCompactCells ¶
func DebupAndCompactCells(cells []h3.Cell) []h3.Cell
func DedupCells ¶
func DedupCells(cells []h3.Cell) []h3.Cell
func H3CellToPoint ¶
func H3CellToPoints ¶
func H3CellToPoly ¶
func H3CellsToMultiPolygon ¶
func H3CellsToMultiPolygon(cells []h3.Cell) *geojson.MultiPolygon
func MultiPolyToH3 ¶
func MultiPolyToH3(multipoly *geojson.MultiPolygon, maxResolution int) []h3.Cell
func ObjectToH3 ¶
func PolyContainsPointOfH3 ¶
func PolyToH3Poly ¶
func RingToH3GeoLoop ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.