Documentation
¶
Index ¶
- type Kml
- func (own *Kml) ReadFromFile(filename string) error
- func (own *Kml) WithEncoding(encoding string) *Kml
- func (own *Kml) WithIconHref(iconHref string) *Kml
- func (own *Kml) WithStyleId(styleId string) *Kml
- func (own *Kml) WithXmlVer(xmlVer string) *Kml
- func (own *Kml) WithXmlns(xmlns string) *Kml
- func (own *Kml) WriteToFileFromChannel(filename string, data <-chan [3]float64) error
- func (own *Kml) WriteToFileFromData(filename string, data [][3]float64) error
- type Point
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 (*Kml) ReadFromFile ¶
func (*Kml) WithEncoding ¶
func (*Kml) WithIconHref ¶
func (*Kml) WithStyleId ¶
func (*Kml) WithXmlVer ¶
func (*Kml) WriteToFileFromChannel ¶
Click to show internal directories.
Click to hide internal directories.