-h, --help
print help message
-dpathname, --db-pathpathname
the SpatiaLite DB path
-xpathname, --dxf-pathpathname
the input DXF path
-snum, --sridnum
an explicit SRID value
-player_prefix, --prefixlayer_prefix
prefix for DB layer names
-llayer_name, --layerlayer_name
will import a single DXF layer
-all, --all-layers
will import all layers (default)
-distinct, --distinct-layers
respecting individual DXF layers
-mixed, --mixed-layers
merging layers altogether by type
distinct|mixed are mutually exclusive; by default: distinct
-auto, --auto_2d_3d
2D/3D based on input geometries
-2d, --force_2d
unconditionally force 2D
-3d, --force_3d
unconditionally force 3D
auto|2d|3d are mutually exclusive; by default: auto
-linked, --linked-rings
support linked polygon rings
-unlinked, --unlinked-rings
support unlinked polygon rings
linked|unlinked are mutually exclusive; by default: none
-a, --append
appends to already exixting tables
-m, --in-memory
using IN-MEMORY database
-jo, --journal-off
unsafe (but faster) mode
07 March 2025 spatialite_dxf(1)