projectionEngineFilenames property

List<String> projectionEngineFilenames

A list of the Projection Engine files required to support this transformation step.

Each name in the list includes the full path. Projection Engine datasets are used in grid-based transforms.

Implementation

List<String> get projectionEngineFilenames =>
    _projectionEngineFilenames.value;