[FrontPage] [TitleIndex] [WordIndex

AVL2SLD

1. General Information

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

2. Description

This program converts ESRI *.avl files to OGC SLD documents. The current version of this tool isn't able to convert each and every construction that is possible with an *.avl file. But most of the common expressions will be mapped.

Because SLD (version 1.0.0) does not know inline bitmap or fill pattern definition directly (maybe it is possible using some SVG tags) all polygon fill patterns must be converted to images that are written to the file system and referenced as external graphic by the created SLD style. The similar is true for symbol definitions. SLD just 'knowns' a few predefined symbols that are not able to capture all symbols known by ArcView. In this context deegree also will extend the well known symbol by using ASCII codes to references symbols defined in an available font. This will enable deegree to transform the ArcView option defining a symbol by using an ACSII character directly. At least even if the synthax for this is SLD compliant most SLD implementation probably won't be able to evaluate this.

3. Library Dependancies

4. Usage

The program will be invoked as follows:

The program receives following commandline parameter:

-sourceFile

-targetDir


look for other deegreeTools


CategoryDeegree2


2018-04-20 12:03