The DxfToFeatureLayerPolygonMapper class processes DXF polygon-based entities such as SOLID and CIRCLE, converting them into Feature Layer features. It also builds corresponding renderers and sublayers for visualization.
Creates a new instance of the DxfToFeatureLayerPolygonMapper class.
The shared DXF conversion context.
The shared DXF context containing references to dxfContext, renderers, and layers.
Converts all processed polygon features into a FeatureLayer and adds it to the dxfContext collection.
Processes a DXF CIRCLE entity and converts it into an approximate polygon (ring) for GeoJSON representation.
The DXF CIRCLE entity to process.
Processes a DXF SOLID entity, converts it to a polygon feature, and stores it within the context for GeoJSON conversion.
The DXF SOLID entity to process.
The DxfToFeatureLayerPolygonMapper class processes DXF polygon-based entities such as SOLID and CIRCLE, converting them into Feature Layer features. It also builds corresponding renderers and sublayers for visualization.