Man page - spatialite_xml_print(1)
Packages contains this manual
- spatialite_dxf(1)
- spatialite_osm_raw(1)
- spatialite_xml_load(1)
- spatialite_network(1)
- shp_doctor(1)
- spatialite_osm_net(1)
- spatialite_xml_print(1)
- spatialite_xml_validator(1)
- spatialite_osm_map(1)
- spatialite_tool(1)
- shp_sanitize(1)
- spatialite_xml_collapse(1)
- spatialite_gml(1)
- exif_loader(1)
- spatialite_convert(1)
- spatialite_osm_overpass(1)
- spatialite(1)
- spatialite_osm_filter(1)
apt-get install spatialite-bin
Manual
spatialite_xml_print
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
spatialite_xml_print - export a single XML file corresponding to the current DB-file content
SYNOPSIS
spatialite_xml_print [ -h ] [ -d pathname ] [ -x pathname ] [ -cs num ] [ -m ]
DESCRIPTION
spatialite_xml_print is intended to export a single XML file corresponding to the current DB-file content.
Itβs useful i.e. when youβve some way modified the original contents by performing some SQL operation.
OPTIONS
-h , --help
show help message
-d pathname , --db-path pathname
the SpatiaLite DB [INPUT] path
-x pathname , --xml-path pathname
the XML file [OUTPUT] path
-cs num , --cache-size num
DB cache size (how many pages)
-m , --in-memory
using IN-MEMORY database