file

package
v0.0.0-...-a88e0b3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Kml

type Kml struct {
	// contains filtered or unexported fields
}

func NewKml

func NewKml() *Kml

func (*Kml) ReadFromFile

func (own *Kml) ReadFromFile(filename string) error

func (*Kml) WithEncoding

func (own *Kml) WithEncoding(encoding string) *Kml

func (*Kml) WithIconHref

func (own *Kml) WithIconHref(iconHref string) *Kml

func (*Kml) WithStyleId

func (own *Kml) WithStyleId(styleId string) *Kml

func (*Kml) WithXmlVer

func (own *Kml) WithXmlVer(xmlVer string) *Kml

func (*Kml) WithXmlns

func (own *Kml) WithXmlns(xmlns string) *Kml

func (*Kml) WriteToFileFromChannel

func (own *Kml) WriteToFileFromChannel(filename string, data <-chan [3]float64) error

func (*Kml) WriteToFileFromData

func (own *Kml) WriteToFileFromData(filename string, data [][3]float64) error

type Point

type Point struct {
	Coordinates string `xml:"coordinates"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL