SYNOPSIS

spatialite_dxf \kx [-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

\*(T<-h\*(T>, \*(T<--help\*(T>

print help message

\*(T<-d\*(T> pathname, \*(T<--db-path\*(T> pathname

the SpatiaLite DB path

\*(T<-x\*(T> pathname, \*(T<--dxf-path\*(T> pathname

the input DXF path

\*(T<-s\*(T> num, \*(T<--srid\*(T> num

an explicit SRID value

\*(T<-p\*(T> layer_prefix, \*(T<--prefix\*(T> layer_prefix

prefix for DB layer names

\*(T<-l\*(T> layer_name, \*(T<--layer\*(T> layer_name

will import a single DXF layer

\*(T<-all\*(T>, \*(T<--all-layers\*(T>

will import all layers (default)

\*(T<-distinct\*(T>, \*(T<--distinct-layers\*(T>

respecting individual DXF layers

\*(T<-mixed\*(T>, \*(T<--mixed-layers\*(T>

merging layers altogether by type

distinct|mixed are mutually exclusive; by default: distinct

\*(T<-auto\*(T>, \*(T<--auto_2d_3d\*(T>

2D/3D based on input geometries

\*(T<-2d\*(T>, \*(T<--force_2d\*(T>

unconditionally force 2D

\*(T<-3d\*(T>, \*(T<--force_3d\*(T>

unconditionally force 3D

auto|2d|3d are mutually exclusive; by default: auto

\*(T<-linked\*(T>, \*(T<--linked-rings\*(T>

support linked polygon rings

\*(T<-unlinked\*(T>, \*(T<--unlinked-rings\*(T>

support unlinked polygon rings

linked|unlinked are mutually exclusive; by default: none

\*(T<-a\*(T>, \*(T<--append\*(T>

appends to already exixting tables

\*(T<-m\*(T>, \*(T<--in-memory\*(T>

using IN-MEMORY database

\*(T<-jo\*(T>, \*(T<--journal-off\*(T>

unsafe (but faster) mode