2024.1.06

Bug fixAdvanced Raster Services

LCD-13746
Fixed an issue with the ILcdModel produced by the TLcdECWModelDecoder#decode(String) due to which the ILcdModel when disposed would not release the held native resources like the ECW source file locks.

2024.1.05

Bug fixAdvanced Raster Services

LF-2700
Fixed a bug where the resulting Luciad Panorama dataset could contain visual artefacts where the input images were stitched together.

2024.1.04

2024.1.03

2024.1.02

2024.1.01

Upgrade considerationAdvanced Raster Services

LCD-13673
TLcdGeospatialPDFModelDecoder#discoverDataSources now throws an IOException when there are no map frames in the PDF, which is the case for regular (i.e. non-geospatial) PDFs. This allows an TLcdCompositeModelDecoder to continue searching for model decoders that can correctly decode a non-geospatial PDFs.

Upgrade considerationAdvanced Raster Services

LCD-13675
TLcdGDALModelDecoder#decode will by default throw an IOException when no model reference could be found. This change allows a TLcdCompositeModelDecoder to continue searching for a model decoder for a file for which the TLcdGDALModelDecoder could not find a model reference. It is possible to revert to the old behavior by using the new API:
  • TLcdGDALModelDecoder#get/setDefaultModelReference allow setting a default model reference, which will be used when no model reference could be decoded.
  • TLcdGDALModelDecoder#get/setModelReferenceDecoder allow setting a model reference decoder that can decode any custom model references. This is more flexible than setting a default model reference.

2024.1

ImprovementAdvanced Raster Services

LCD-13600
Added an option to TLcdLuciadPanoramaModelEncoder to modify the resolution of the output cubemap images: see setResolutionFactor(double).

ImprovementAdvanced Raster Services

LCD-12877
Added setters for the properties of TLcdLuciadPanoramaModelEncoder that were previously only accessible through the constructors. The constructors with arguments have been deprecated and will be removed in a future release. Use the no-arg constructor and the setters methods to override the default values.

Upgrade considerationAdvanced Raster Services

LCD-13600
Fixed the calculation of the resolution of the output cubemap images in TLcdLuciadPanoramaModelEncoder. The new resolution will now be a factor sqrt(2) bigger than the previously, resulting in better image quality but larger output data sets.

To revert to the earlier behaviour, you can use the new setResolutionFactor method with 1 / sqrt(2) as argument.
This setting is also available in the fusion.panoramics.preprocessing section of the LuciadFusion config/fusion.common.yml file.
This setting is also available as commandline option for the panoramaConverter.bat sample (-r|--resolutionFactor).