Man page - spatialite_dxf(1)
Packages contas this manual
- spatialite_osm_filter(1)
- spatialite_osm_raw(1)
- spatialite_tool(1)
- spatialite_convert(1)
- spatialite_network(1)
- spatialite_xml_load(1)
- shp_doctor(1)
- spatialite_osm_overpass(1)
- spatialite_osm_net(1)
- shp_sanitize(1)
- exif_loader(1)
- spatialite_xml_collapse(1)
- spatialite_osm_map(1)
- spatialite_xml_validator(1)
- spatialite(1)
- spatialite_dxf(1)
- spatialite_gml(1)
- spatialite_xml_print(1)
Package: spatialite-bin
apt-get install spatialite-bin
apt-get install spatialite-bin
Manuals in package:
Documentations in package:
Manual
| 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
- -h, --help
- print help message
- -d pathname, --db-path pathname
- the SpatiaLite DB path
- -x pathname, --dxf-path pathname
- the input DXF path
- -s num, --srid num
- an explicit SRID value
- -p layer_prefix, --prefix layer_prefix
- prefix for DB layer names
- -l layer_name, --layer layer_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 |