Panorama Storage and eXchange Format (SXF) Reader

FME can read spatial data from SXF files.

This module can only process a single file at a time.

Panorama Storage and eXchange Format (SXF) Product and System Requirements

Format

FME Platform

Operating System

Reader/Writer

FME Form

FME Flow

FME Flow Hosted

Windows 64-bit

Linux

Mac

Reader

Yes

Yes

Yes

Yes

Yes

Yes

Overview

FME provides read access to Secure eXchange Format files. These files consist of SXF object data that may be contained multiple layers. FME treats layers as feature types, objects as features, and object semantics as attributes.

SXF features can represent geometries consisting of points, lines, polygons, and multiples thereof. Smooth geometry features such as ellipses or arcs are not supported. SXF geometries are also coordinate-system-aware. The coordinate system of the feature types defines how to interpret the coordinates of all features under the feature type.

SXF files are often associated with an .RSC file, which defines naming and formatting information for layers, object classes, and semantic classes. An associated .RSC file should have the same name as the .SXF file, and should be in the same folder.

Reader Overview

A reader dataset is the SXF file name. If an .RSC file with the same name is present in the same folder, it will be used to determine feature type names, the sxf_object_class_name format attribute, and attribute names.

Note  The SXF reader supports reading layers from the same file. Because of this, reading multiple files is not supported, so you will need to create a separate reader for each Secure eXchange Format file.

Usage Notes

The SXF reader will read layer and attribute names from an .RSC file that can be specified when the reader is created.

Graphic formatting from an .RSC file (font, background colors, etc.) will not be preserved.

Terminology in this Section

  • feature type is the FME representation of an SXF layer.
  • A feature is the FME representation of an SXF object.
  • An attribute is the FME representation of an SXF semantic.