Skip to content

Add members to the geometry interface #42

@ear7h

Description

@ear7h

The geometry interface is not very helpful since any type can match to it and we should use the compiler enforcement when possible.

possibilities:

type Geometry interface {
  Points() []geom.Point
  Clone() geom.Geometry
  WalkPoints(func(*geom.Point) (err error, ok bool)) error
  String() string
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions