- Google KML Reader/Writer
- Google KML Quick Facts
- Resource Traversal
- Google KML Reader Parameters
- Google KML Writer Parameters
- KML Writer Feature Type Properties: Format Parameters
- 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
- User Defined Schema
- Layers and Feature Type Fanout
- Feature Attributes
- Geometry
- 3D
- Fixed Schema
- Common Element Attributes
- Common Format Attributes
- NetworkLinkControl
- Document
- Folder
- Placemark
- ScreenOverlay
- GroundOverlay
- PhotoOverlay
- NetworkLink
- Style
- StyleMap
- Tour
- AnimatedUpdate
- FlyTo
- SoundCue
- TourControl
- Wait
Geometry
Placemark elements contain an element that extends the <Geometry> element. The <Geometry> element is either a vector geometry or a 3D model. FME does not currently support reading 3D models via <Model> elements. <Model> elements can be written by adding a set of geometry traits to any null geometry.
KML requires all vector geometry to use the LL84 coordinate system, and to have three dimensions. The KML writer will reproject input feature geometry to ensure that this constraint is fulfilled.
Note: An error will occur if the KML Writer encounters a feature with no specified coordinate system.