KmlGeo

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LineString

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

type LinearRing

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

type MultiGeometry

type MultiGeometry struct {
	XMLName    xml.Name     `xml:"MultiGeometry"`
	Polygons   []Polygon    `xml:"Polygon"`
	LineString []LineString `xml:"LineString"`
	Point      []Point      `xml:"Point"`
}

type Point

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

type Polygon

type Polygon struct {
	XMLName         xml.Name          `xml:"Polygon"`
	OuterBoundaryIs outerBoundaryIs   `xml:"outerBoundaryIs"`
	InnerBoundaryIs []innerBoundaryIs `xml:"innerBoundaryIs"`
}

Jump to

Keyboard shortcuts

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