Skip navigation links
LuciadFusion
2023.1.07

Package com.luciad.format.dgn.server

This package provides a decoder for files in DGN v7, DGN v8, and DWG formats.

See: Description

Package com.luciad.format.dgn.server Description

This package provides a decoder for files in DGN v7, DGN v8, and DWG formats. For retrieving the data, it uses Bentley's DGN API. It can therefore only be executed inside Bentley MicroStation, using the Jmdl virtual machine, Bentley's extension of Java.

In order to be able to use the decoder in other environments as well, the package provides a client decoder. This client decoder, running in any Java VM can retrieve its data from a servlet that runs in the Jmdl VM.

This package has been deprecated. Use TLcdDGNModelDecoder instead, which also supports DGN V8 files.

Since:
3.2
Skip navigation links
LuciadFusion
2023.1.07