Esri Indexed 3D Scene Layer (I3S) Writer

Licensing options for this format begin with FME Desktop Professional Edition.

The Esri® Indexed 3D Scene Layer Writer allows FME to write large 3D datasets for use in the ArcGIS Pro and ArcGIS Online environments. For more information on the I3S format, see https://github.com/Esri/i3s-spec.

The I3S format allows scene viewers to efficiently display very large datasets of 3D objects, such as an entire city. The dataset is divided into a hierarchy of tiles, and viewers will only render tiles that are visible from the current viewpoint.

An I3S layer consists of an .slpk file, which contains the tile structure of the 3D dataset. Each tile has additional files that contain features, attributes, geometries and textures.

Writer Overview

The I3S writer produces a separate layer for each FME feature type. For each layer, the writer will assemble a pyramid of tiles. All features will be placed into tiles at the lowest level of the tree. Viewers will render these tiles when the scene view is zoomed in close to the features. Tiles at higher levels in the pyramid will be populated with a sampling of features present in the lower levels. This allows viewers to display a subset of the dataset when the view is zoomed out.

This format only writes out mesh geometries. Features with no geometry, or whose geometries cannot be converted to a triangular mesh, will not be written.

The coordinate system for a scene layer will be determined from the first feature written to that layer.

  • If the first feature has a geographic coordinate system, the layer will be written in WGS84 coordinates.
  • If the first feature has a projected coordinate system with a valid EPSG code, the layer will be written in that coordinate system. Otherwise the layer will be written in WGS84 coordinates.