Locked History Actions

CityGML2Shape

CityGML2Shape

1. General Information

First of all, please make sure to read the chapter on General Information for all deegreeTools.

2. Description

The program converts a CityGML document into an ESRI shapefile. Converting will be done in two steps:

  1. transforming CityGML into a flat (simple feature) GML using a XSLT script
  2. reading the GML document into a deegree feature collention and storing it a shapefile.

3. Library Dependancies

  • deegree2.jar
    ...todo...

4. Usage

The program will be invoked as follows:

  • java -classpath deegree2.jar org.deegree.tools.app3d.CityGML2Shape <inputfile/URL> <outputfile basename>

The program receives following commandline parameter:

  • ..todo...


look for other deegreeTools


CategoryDeegree2