Skip navigation links
LuciadFusion
2022.1.08

Package com.luciad.format.dgn.server

Deprecated.
Use TLcdDGNModelDecoder instead, which also supports DGN V8 files.
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.

Since:
3.2
Skip navigation links
LuciadFusion
2022.1.08