kml

package module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: MIT Imports: 3 Imported by: 0

README

kml-reader

Golang KML Reader aims to be an complete package to perform all read operations with KML. For now, there are many packages that writes KML documents, but no one (as far as I can see) that works on reading KML data. This package is going to be an working in progress, if you need anything, please let me know for me to build your needs.

If you want to contribute, feel free to submit a pull request.

Installation

Installing the package is pretty simple, you just need to execute the following go get command:

go get github.com/zuchi/kml-reader

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KmlReader

type KmlReader interface {
	GetOuterPolygon() ([]kml.PolygonData, error)
}

func NewKmlManager

func NewKmlManager(kmlBody io.Reader) (KmlReader, error)

Directories

Path Synopsis
kml

Jump to

Keyboard shortcuts

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