- 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
You are here: Popular Formats > Google KML Reader/Writer > Feature Representation > Placemark > Geometry
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.