public interface LayerExporter
Layers. The exporter should also implement at least one of FirstPassLayerExporter,
 SecondPassLayerExporter, and optionally also IncidentalLayerExporter.
 Layer exporters are created separately per dimension and per parallelly exported region within a dimension. They do not need to be thread-safe and may keep state, e.g. between multiple phases.
| Modifier and Type | Method and Description | 
|---|---|
| Layer | getLayer() | 
Layer getLayer()