Syntax @KMLGeometry( , ) Arguments Range: TO_ATTRIBUTE | FROM_ATTRIBUTE To specify whether to import or export the geometry of a feature from/to an attribute. Range: String The name of the attribute to have the geometry saved to or retrieved from the feature. Description Note: For a method of storing and retrieving geometry in an attribute where the geometry is fully preserved (including measures and complex chains involving arcs), see @Geometry. This command is used to set or get the feature geometry as a KML geometry fragments. Depending on the string, the attribute given will be the source or destination for the geometry of the feature. KML geometry fragments are not, in and of themselves valid KML, however, the produced fragments can be used to construct valid KML. In TO_ATTRIBUTE mode, if the feature has no geometry, then the resulting attribute will have a blank value, because KML's concept of NULL geometry is simply the absence of a geometry element. Conversely, in FROM_ATTRIBUTE mode, if the specified attribute has a blank value, then the feature's geometry will be left untouched and a warning output. For more information regarding FME's representation of KML geometry, see the OGCKML reader/writer documentation.