Skip navigation links
LuciadLightspeed
2023.1.07
com.luciad.format.s63

S-63Class TLcdS63UnifiedModelDecoder

By default, ignore invalid cells is set to false, and the exception handler logs and re-throws all exceptions, except for missing cell files: these are simply logged and ignored.

For missing cell files, you can expect an FileNotFoundException as error.

Your handler's handleCellWarnings will be called during decode(java.lang.String) with TLcdS63Exceptions to notify you of issues with cells}:

Since cells in a catalog are lazy-loaded, exceptions can occur not only during the decode(java.lang.String), but also when accessing the data later, for example listing elements, or by accessing some properties of TLcdS57ModelDescriptor.

If a cell is ignored, a empty stub model is inserted in place of the actual model.

Supported versions and specifications

Known limitations

Requirements

Since:
2013.1
Skip navigation links
LuciadLightspeed
2023.1.07