Scroll to navigation

spatialite_dxf(1) spatialite_dxf(1)

NAME

spatialite_dxf - an utility for DXF import

SYNOPSIS


spatialite_dxf
[-h] [-d pathname] [-x pathname] [-s num] [-p layer_prefix] [-l layer_name] [-all] [-distinct | -mixed] [-auto | -2d | -3d] [-linked | -unlinked] [-a] [-m] [-jo]

DESCRIPTION

spatialite_dxf is an utility CLI tool for DXF import.

OPTIONS

print help message
the SpatiaLite DB path
the input DXF path
an explicit SRID value
prefix for DB layer names
will import a single DXF layer
will import all layers (default)
respecting individual DXF layers
merging layers altogether by type

distinct|mixed are mutually exclusive; by default: distinct

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

support linked polygon rings
support unlinked polygon rings

linked|unlinked are mutually exclusive; by default: none

appends to already exixting tables
using IN-MEMORY database
unsafe (but faster) mode
25 July 2023