Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllwaysInside allwaysInside
Functions ¶
This section is empty.
Types ¶
type M ¶
func NewFromGeometry ¶
func NewFromLines ¶
NewFromLines creates a new hitmap where the first ring (made up of lines) is considered inside. The others if there are any are considered outside.
func NewFromMultiPolygon ¶
func NewFromMultiPolygon(mp tegola.MultiPolygon) (hm M)
func NewFromPolygon ¶
func (*M) AppendSegment ¶
type Segment ¶
type Segment struct {
// contains filtered or unexported fields
}
func NewSegment ¶
func NewSegment(label maths.Label, linestring tegola.LineString) (seg Segment)
func NewSegmentFromLines ¶
Click to show internal directories.
Click to hide internal directories.