[][src]Module kml::types

Structs

Coord

KML coordinates described by kml:coordinatesType, 16.10 in the KML specification

Element

Generic type used for supporting elements that are extensions or not currently implemented

KmlDocument

Container for KML root element

LineString

Represents kml:LineString, 10.7 in the KML specification

LinearRing

Represents kml:LinearRing, 10.5 in the KML specification

MultiGeometry

Represents kml:MultiGeometry, 10.2 in the KML specification

Placemark

kml:Placemark, 9.14 in the KML specification

Point

Represents kml:Point, 10.2 in the KML specification

Polygon

kml:Polygon, 10.8 in the KML specification

Enums

AltitudeMode

Represents kml:altitudeMode, 9.20 in the KML specification

Geometry

Represents elements in kml:AbstractGeometryGroup, 10.1 in the KML specification

Kml

Represents any KML element

KmlVersion

Enum for representing the KML version being parsed

Traits

CoordType

Coordinate type compatible with geo-types

Functions

coords_from_str

Utility method for parsing multiple coordinates according to the spec