Call Syntax:
java -jar gt-imagemosaicjdbc ddl -config URLOrFileName -spatialTNPrefix spatialTNPrefix [-tileTNPrefix tileTNPrefix]
[-pyramids pyramids] -statementDelim statementDelim [-srs srs ] -targetDir
Options:
-config
The URL or the file name of your xml configuration
-spatialTNPrefix
The Prefix of the spatial tables. A prefix of “SPAT” results in tables SPAT_0,SPAT_1,....
-tileTNPrefix
The Prefix of the tile tables. Only needed if you plan to store image data in a separate table.
-pyramids
Number of pyramid tables
-statementDelim
The sql statement delimiter used in the scripts
-srs
The srs needed for a spatial extension. Not required for universal and mysql.
-targetDir
The directory where to put the script templates.