- 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
Fixed Schema
The KML reader and writer support a fixed schema where each of the following FME feature types maps directly to a corresponding KML element with the same name. The fixed schema types can be arranged in three groups, according to their parent kml type:
- <Feature> Sub-Types
- Document
- Folder
- Placemark
- GroundOverlay
- ScreenOverlay
- PhotoOverlay
- NetworkLink
- Tour
- <StyleSelector> Sub-Types:
- Style
- StyleMap
- <TourPrimitive> Sub-Types:
- AnimatedUpdate
- FlyTo
- SoundCue
- TourControl
- Wait