Command line utility based on deegree3 to generate DDL
and deegree SQLFeatureStore
from GML application schemas.
You can download the latest release here or build it yourself.
git clone https://github.com/JuergenWeichand/deegree-cli-utility.git
cd deegree-cli-utility/
mvn clean compile assembly:single
Usage: java -jar deegree-cli-utility.jar [options] schema_url
options:
--format={deegree/ddl}
--srid=<epsg_code>
java -jar deegree-cli-utility.jar --srid=25832 --format=ddl http://inspire.ec.europa.eu/schemas/cp/4.0/CadastralParcels.xsd
java -jar deegree-cli-utility.jar --srid=25832 --format=deegree http://inspire.ec.europa.eu/schemas/cp/4.0/CadastralParcels.xsd
Set the http.proxyHost
, http.proxyPort
and http.nonProxyHosts
config properties.
java -Dhttp.proxyHost=your-proxy.net -Dhttp.proxyPort=80 -jar deegree-cli-utility.jar --format=ddl http://inspire.ec.europa.eu/schemas/cp/4.0/CadastralParcels.xsd