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"` }
Click to show internal directories.
Click to hide internal directories.