OGC/Google KML Reader Parameters
General

Specifies whether or not the reader should increase the logging verbosity. Possible values are Yes and No. The default is No.

Specifies whether the images files referenced by Overlay elements should be read as raster geometry.
If set to All, all GroundOverlay, PhotoOverlay, and ScreenOverlay images will be read as raster geometry.
If set to GroundOverlay, then only GroundOverlay images will be read.

Specifies whether or not the reader should scan the KML files for schema elements.
If this box is not checked, KML elements will be read using the fixed schema. KML datasets using the KML 2.1 schema may not be read properly unless this option is checked.

Specifies whether or not the reader should terminate the translation if a network error occurs.

Specifies whether or not the reader should delete temporary files downloaded as part of the reading process.

Specifies whether or not NetworkLink or schemaUrl references to external KML files should be traversed (i.e. to read the referenced document).
If Local is specified, then references will only be traversed if they refer to a file on the local filesystem.

If the value of this parameter is Yes, the companion .prj and .wld/.wld3 files (having the same name as the .obj file) will be read to acquire the coordinate system and the data necessary to convert points to the world coordinate system.

Specifies whether or not scaling and orientation metadata in the KML Placemark will be applied to the model geometry prior to being output.

Specifies the maximum depth of the traversal tree.
The traversal depth is the number of links that must be traversed to get from the original file to the root file. For example, if the dataset root refers to DocB, which refers to DocC, the traversal depth is 2.

Forces the reader to use the specified encoding when parsing the dataset. This parameter should only be used if errors occur when adding a reader and you know the encoding of the input dataset.
If not specified, the reader determines the encoding.
Schema Attributes
Additional Attributes to Expose
Use this parameter to expose Format Attributes in FME Workbench when you create a workspace:
- In a dynamic scenario, it means these attributes can be passed to the output dataset at runtime.
- In a non-dynamic scenario, this parameter allows you to expose additional attributes on multiple feature types. Click the browse button to view the available format attributes (which are different for each format) for the reader.
A search envelope (also known as a bounding box) is a rectangular area that defines a geographic area. In FME, the easiest way to define a search envelope is to use search envelope parameters. Defining a search envelope is the most efficient method of selecting an area of interest because FME will read only the data that is necessary – it does not have to read an entire dataset. Search Envelope parameters apply to both vector and raster datasets and can be particularly efficient if the source format has a spatial index. Most FME readers have parameters to define the search envelope of data that is being read:
The parameters include the x and y coordinates of the bounding box as well as a parameter that defines the coordinate system. How to Define the Bounding Box Using the minimum and maximum x and y parameters, define a bounding box that will be used to filter the input features. Only features that intersect with the bounding box are returned. Note that the bounding box intersection is not a full geometry intersection (based on spatial relationships) that would be returned by a transformer like the SpatialFilter. Note If all four coordinates of the search envelope are left at 0, the search envelope will be disabled even if this option is checked.
|
|||||||
Search Envelope Coordinate System |
Specifies the coordinate system of the search envelope if it is different than the coordinate system of the data. The coordinate system associated with the data to be read must always be set if this parameter is set. If this parameter is set, the minimum and maximum points of the search envelope are reprojected from the Search Envelope Coordinate System to the reader’s coordinate system prior to applying the envelope. |
||||||
Clip to Search Envelope |
The underlying function for Use Search Envelope is an intersection; however, when Clip to Search Envelope is checked, a clipping operation is also performed.
|
Use Network Authentication

Authentication Method
Specify the authentication method to use when accessing a password-protected server.
- Basic (default) – Basic access authentication is designed to allow a client to provide credentials to a server on the assumption that the connection between them is trusted and secure. Note that any credentials passed from client to server can be easily intercepted through an insecure connection.
- Digest – Digest authentication is one of the agreed-upon methods a web server can use to negotiate credentials, such as username or password, with a user's web browser.
- NTLM – A challenge-response protocol that is used to provide compatibility with versions of Windows earlier than the Windows 2000 operating systems.
- Web Connection – Web connections provide a convenient and secure way to store and reuse previously established connection parameters. See Web Connection below.
- Single Sign-on – FME will use the credentials of the current user to authenticate the HTTP request. This authentication method currently works only on the Windows operating system.
Web Connection