Initializes a new instance of the DxfToGeoJsonTextMapper.
The shared DXF conversion context.
Shared DXF context containing references to renderer objects, spatial references, and feature collections.
Processes a DXF ATTDEF (attribute definition) entity and converts it into a text-based GeoJSON point feature with block, tag, and rotation properties.
The DXF ATTDEF entity to process.
Processes a DXF MTEXT entity (multi-line text) and converts it into a cleaned and formatted GeoJSON point feature.
The DXF MTEXT entity to process.
Processes a DXF TEXT entity and converts it into a GeoJSON point feature with text attributes such as rotation and height.
The DXF TEXT entity to process.
The DxfToGeoJsonTextMapper class processes DXF text-related entities (TEXT, MTEXT, ATTDEF) and converts them into corresponding GeoJSON or graphics layers. It manages text content, rotation, positioning, and labeling details.