Creates a new instance of the DxfToGeoJsonInsertBlockMapper.
The shared DXF conversion context.
The shared DXF processing context, including renderer objects and feature collections.
Processes a DXF INSERT entity that references a block definition.
Applies translation, rotation, and scaling to all entities within the
block, creating corresponding GeoJSON point features and rendering
symbols.
The DXF insert definition representing the block reference.
A Promise that resolves once all block entities are processed.
Handles DXF
INSERTentities (block insertions) and their nested entities. This dxfContext processes inserted blocks, applies transformations (rotation, scale, position), and generates GeoJSON or map layers for point-based block placements.