- Google KML Reader/Writer
- Google KML Quick Facts
- Resource Traversal
- Reader Parameters
- Writer Parameters
- Feature Types
- Writer Pipelines
- Atom Metadata
- Style Management and Common Styles
- Document Element Omission
- Raw Text
- Update Mode
- Feature Representation
- KML Dataset Structure
- File Structure
- Identifying Elements
- Documents and Folders
- Tours
- Extended Data
- Layers and Feature Type Fanout
- Feature Attributes
- Geometry
- 3D
- Common Element Attributes
- Common Format Attributes
- NetworkLinkControl
- Document
- Folder
- Placemark
- ScreenOverlay
- GroundOverlay
- PhotoOverlay
- NetworkLink
- Style
- StyleMap
- Tour
- AnimatedUpdate
- FlyTo
- SoundCue
- TourControl
- Wait
Geometry
Vector
The KML reader and writer provide full support for all KML vector geometry types. Vector features are read/written as <Placemark> elements.
Raster
KML supports raster images via three types of overlay elements:
- <GroundOverlay>
- <ScreenOverlay>
- <PhotoOverlay>
Reader
The KML reader can read overlays as either null or raster geometry. If the raster is read as null geometry, the location of the image tile is available in the kml_icon_href attribute.
By default, <GroundOverlay> elements are read with raster geometry, and the other overlay types are read as null geometry. In addition, the KML reader will use the <GroundOverlay> element's <LatLonBox> values to georeference the image.
Writer
Features with either null or raster geometry can be used for writing any of the supported overlay elements. If no raster geometry is provided, it is important to ensure that the feature has the appropriate format or element attributes specifying the location of the image file.