Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ColLenghtErr = errors.New("Col's need to have length of at least 2")
Functions ¶
func GenerateMultiPolygon ¶
func WriteoutCols ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
type Ring ¶
func (*Ring) ExtentArea ¶ added in v0.7.0
type RingCol ¶
type RingCol struct { Rings []Ring X1, X2 float64 Y1s []YEdge Y2s []YEdge // contains filtered or unexported fields }
func BuildRingCol ¶
func BuildRingCol(ctx context.Context, hm hitmap.Interface, col1, col2 []maths.Pt, pt2my map[maths.Pt]int64) (col RingCol, err error)
TODO: Gdey have this return and error.
func (*RingCol) MultiPolygon ¶
Click to show internal directories.
Click to hide internal directories.