Documentation ¶
Index ¶
- func ByteOrderType(r io.Reader) (byteOrder binary.ByteOrder, typ uint32, err error)
- func Collection(r io.Reader, bom binary.ByteOrder) (col geom.Collection, err error)
- func LineString(r io.Reader, bom binary.ByteOrder) (ln geom.LineString, err error)
- func LinerRing(r io.Reader, bom binary.ByteOrder) (rn [][2]float64, err error)
- func MultiLineString(r io.Reader, bom binary.ByteOrder) (lns geom.MultiLineString, err error)
- func MultiPoint(r io.Reader, bom binary.ByteOrder) (pts geom.MultiPoint, err error)
- func MultiPolygon(r io.Reader, bom binary.ByteOrder) (plys geom.MultiPolygon, err error)
- func Point(r io.Reader, bom binary.ByteOrder) (pt geom.Point, err error)
- func Polygon(r io.Reader, bom binary.ByteOrder) (ply geom.Polygon, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteOrderType ¶
func Collection ¶
func LineString ¶
func MultiLineString ¶
func MultiPoint ¶
func MultiPolygon ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.