2024.0

2024.0.11

ImprovementLuciadFusion

LCD-13562
The border size of a TLcdSymbol can now be set after creation.

Bug fixLuciadFusion

LCD-13509
Fixed a rare potential deadlock in TLspLabelPainter.

Bug fixLuciadFusion

LF-2644
Fixed and issue that caused the ISO metadata of a data to not be updated when the data was updated in the Studio web app or using the REST API.

Bug fixLuciadFusion

LCD-13619
The OGC SE function FormatDate no longer logs a warning message when it is called with a null value. As before, it returns null. When used inside a TextSymbolizer to format labels, this now ensures that the label remains empty without any warnings in case of an empty property.

2024.0.10

Bug fixLuciadFusion

LCD-13597
Fixed a problem where GML files containing curves with different references would be converted incorrectly during encoding.

Bug fixLuciadFusion

LCD-13594
Fixed a problem where GML files containing arc-by-center-points with different references would be converted incorrectly during decoding.

Bug fixLuciadFusion

LF-2654
Resolved an issue where the default ErrorController configured by LuciadFusion Platform did not apply the Spring error configuration properties, such as server.error.include-stacktrace.

Bug fixLuciadFusion

LCD-13592
The WFS server returned duplicate identifiers for GetFeature requests with a property name filter in case the source data did not have an explicit identifier (such as SHP files).

2024.0.09

Bug fixLuciadFusion

LCD-10234
The TLcdGeoPackageModelEncoder now allows to add extensions to existing files.

Bug fixLuciadFusion

LCD-13575
Fixed an issue with reference handling in TLcdGeoTIFFModelDecoder when using GeoTIFF tags. A user defined reference with Mercator projection ignored the parameter ProjNatOriginLatGeoKey.

2024.0.08

ImprovementLuciadFusion

LCD-13516
It is now possible to configure WMS and WMTS services to produce HTTP 500 Internal Error responses when any exception occurs during painting. You can enable this behavior by setting the system property com.luciad.fusion.wms.server.errorResponseOnPaintException to true.

Bug fixLuciadFusion

LCD-13559, LCD-13560
Fixed the TLcdWKTReferenceFormatter and TLcdWKTReferenceParser for Cartesian references that don't use meter as distance unit.
Additionally, the parser will now use the conversion parameter that is provided in the WKT string to transform the unit to meter, even if the unit was not previously known or registered.

2024.0.07

ImprovementLuciadFusion

LF-2560
Improved the robustness when retrieving corrupt tiles from Fusion tile repositories (e.g. preprocessed point clouds). The new behavior logs an error and reports the tile as unavailable.

ImprovementLuciadFusion

LF-2560
Improved the robustness when writing to Fusion tile repositories (e.g. when preprocessing point clouds) on unreliable storage. The new behavior performs multiple write attempts.

ImprovementLuciadFusion

LF-2611
The TLfnEventSourceRequest of events published by LuciadFusion now includes the remote address of the client that made the request. The address can be obtained by calling the getRemoteAddress method on the TLfnEventSourceRequest object. Note that this address can be the address of a proxy server if a proxy is put in front of LuciadFusion.

Bug fixLuciadFusion

LCD-13445
TLcdBingMapsModelDecoder: resolved an issue where unexpected parameters in the Bing Maps template URL could trigger a parse exception.

Bug fixLuciadFusion

LF-2633
Fixed an issue that caused supporting files to no longer be associated with a data after the custom properties on that data were changed.

Bug fixLuciadFusion

LCD-13533
Fixed an SLD icon rendering issue that prevented the use of an SLD size larger than 500 meters or feet for pixel-based icons.

2024.0.06

Bug fixLuciadFusion

LCD-13525
Since version 2024.0, the WFS server could return exception reports for valid POST (XML) requests.

2024.0.05

Bug fixLuciadFusion

LCD-13519
The default WMS and WMTS GetLegendGraphic support for layers styled with an SLD did not take into account the color of a polygon symbolizer if it was defined inside a mark.

Bug fixLuciadFusion

LCD-13508
The following WCS server issues have been fixed related to the handling of the optional "Sections" parameter in a GetCapabilities request:
  • The parameter was not supported for WCS 1.1 POST requests.
  • The parameter was not validated for WCS 1.0 GET and POST requests.

Bug fixLuciadFusion

LCD-13496
TLcdGeoPackageModelDecoder, TLcdLVDBModelDecoder and TLcdSpatiaLiteModelDecoder now are able to correctly resolve the srs_id of data when the name of the table or column containing the spatial data contains non ASCII characters.

Bug fixLuciadFusion

LCD-13510
The WFS server returned a WFS 1.1 response instead of a WFS 2.0 response for a WFS 2.0 GetFeature hits request.

2024.0.04

ImprovementLuciadFusion

LCD-13270
A new article How to load multi-dimensional WM(T)S layers has been added to explain how to access the available dimensions for a WM(T)S layer, supply dimension values in requests and visualize the resulting data in a 2D and 3D view.

ImprovementLuciadFusion

LF-2622
The performance of queries that use the lfn.creationTime or lfn.updateTime properties has been improved.

Bug fixLuciadFusion

LF-2626
Fixed an issue in LuciadFusion Studio that caused an error when adding or crawling a file that contained multiple data, and a style file with the same name was located next to it.

Bug fixLuciadFusion

LCD-13477
Editing of geometries visualized by a PointSymbolizer can now be disabled. This capability can be activated on a TLcdSLDPointSymbolizer by configuring an SLD vendor option with name allowEditing and value false.

Bug fixLuciadFusion

LCD-13476, LCD-13470
Changes made in the scope of LCD-13438 have been reverted. An alternative solution is provided through LCD-13477.

Bug fixLuciadFusion

LCD-13424
It is now possible to query ILcdModel instances created by the TLcdGeoPackageModelDecoder on fields that start with a number.

Bug fixLuciadFusion

LCD-12862
If the new semantics given to a TLcdSemanticsOp contain nodata values but the original semantics did not, they will now be taken into account in further processing. This means pixel values matching the nodata value do not participate in any further operations. These pixels will not be displayed when visualized on screen.

Bug fixLuciadFusion

LCD-13475
When using WMS layer dimensions the following dimensions are now published in the capabilities:
  • Dimensions with an axis without a unit.
  • Dimensions with strings as possible values.

Upgrade considerationLuciadFusion

LCD-13414

Fixed a potential deadlock when modifying the ILcdCollection that is returned by ILspInteractivePaintableLayer#getObjectsWithPaintState, while holding a write lock on that collection. To fix this, ILcdCollection (and by extension ILcdList) now have additional methods that allow specifying an ILcdFireEventMode when performing modifications. By using the ILcdFireEventMode.FIRE_LATER event mode, collection change events are fired after the write lock has been released.

We recommend scanning your codebase for any custom usages of ILspInteractivePaintableLayer#getObjectsWithPaintState and making sure that any modifications to this collection happen within a write lock, while the change events are only fired after that write lock has been released. An example code snippet on how to do this can be found in the ILspInteractivePaintableLayer#getObjectsWithPaintState method javadoc.

2024.0.03

ImprovementLuciadFusion

LCD-13396
The implementations of com.luciad.format.dafif.TLcdDAFIFModelDecoder#canDecodeSource and com.luciad.format.coverage.TLcdCoverageModelDecoder#canDecodeSource have been optimized. This also improves crawling performance of data inside LuciadFusion, which is now up to 24% faster.

ImprovementLuciadFusion

LF-2592
LuciadFusion Studio can now correctly parse the model reference and bounds of HSPC datasets that define their reference as a "projection-wkt" property in the hspcInfo.json file.

ImprovementLuciadFusion

LCD-12583
The existing article Using LuciadLightspeed in a Maven repository has been extended with a section about using BOM files.

ImprovementLuciadFusion

LCD-10417
The TLcdGeoPackageModelDecoder and TLcdGeoPackageModelEncoder now have support for the following geometry types:
MULTICURVE
MULTISURFACE
CURVEPOLYGON
COMPOUNDCURVE

ImprovementLuciadFusion

LF-2598
Viewing a File Server endpoint URL in a browser now displays the LuciadFusion favicon.

ImprovementLuciadFusion

LF-2505
The preview of a GLB file in LuciadFusion Studio now shows the bounds if there is an external model reference file next to the GLB dataset.

ImprovementLuciadFusion

LCD-13464
Improved support for OSGB datasets using an OSG StateSet with a ModeList.

ImprovementLuciadFusion

LCD-13447
The decoding behavior of spatial filters included in WFS GetFeature POST requests has now been aligned between all WFS versions: similar as for WFS 1.x requests, spatial filters in WFS 2.0 POST requests are now decoded and transformed to the geographic reference of the requested WFS feature type. For GET requests, this was already the case.

Bug fixLuciadFusion

LCD-13433
Fixed an issue in the Maven setup, which depended on a library that was not part of the local repository.

Bug fixLuciadFusion

LF-2617
Fixed an issue that prevented the TLfnJobQueuedEvent from being published when a crawl job was queued as a result of a new data root being created.

Bug fixLuciadFusion

LCD-13466
LuciadFusion can now parse ILcdMultiDimensional model dimensions that have a TLcdISO19103DistanceMeasure as measure.

Bug fixLuciadFusion

LCD-13347
The com.luciad.sqlite.cacheMode system property allows the user to provide the cache mode used by sqlite driver. Possible values are private and shared, with private being the default value.

Bug fixLuciadFusion

LF-2590
Fixed an issue where LuciadFusion could not be deployed to Tomcat due to duplicate tomcat-embed-el library.

Bug fixLuciadFusion

LCD-13474
TLcdEPSGReferenceParser parsed the TOWGS84 rotation incorrectly for some EPSG codes. Coordinate references using the following datums are affected:
  • IG05/12 Intermediate Datum (EPSG:1144)
  • World Geodetic System 1984 (G730) (EPSG:1152)
  • World Geodetic System 1984 (Transit) (EPSG:1166)
  • CR-SIRGAS (EPSG:1225)
  • Sistem Referensi Geospasial Indonesia 2013 (EPSG:1293)
  • International Terrestrial Reference Frame 1992 (EPSG:6651)

Bug fixLuciadFusion

LCD-13351
TLcdSphereUtil#closestPointOnGeodesic and TLcdSphereUtil#closestDistanceToGeodesic didn't always produce correct results.

Bug fixLuciadFusion

LCD-11876
Fixed an accuracy issue in TLcdGeoTIFFModelDecoder and TLcdMIFModelDecoder for data that makes use of the "Amersfoort / RD New" reference (EPSG:28992).

Bug fixLuciadFusion

LCD-10789
TLcdLambert1972BelgiumGridReference now aligns more closely to the definition of EPSG:31300 in the EPSG database. This improves the precision of this reference by a few millimeters.

Bug fixLuciadFusion

LCD-10790
Transformations to/from EPSG:31370 are now more precise. TLcdWKTReferenceParser and TLcdEPSGReferenceParser now don't return an instance of TLcdLambert1972BelgiumGridReference anymore because it deviates from the definition of EPSG:31370.

Bug fixLuciadFusion

LF-2186, LF-2607
The preprocessing jobs that are created to convert point cloud datasets into OGC 3D Tiles services can now be properly stopped and restarted. Previously, restarting a paused job that converted data into OGC 3D Tiles could result in the job disappearing from the jobs list in the Studio web application. In some cases this also results in two jobs pre-processing the same data.

Bug fixLuciadFusion

LF-2616
Deleting a style using the REST API will now result in a TLfnStyleDeletedEvent being published. This was previously not the case.

Bug fixLuciadFusion

LCD-13448
TLcdGeorefUtil: fixed a rounding error that could occur when parsing a GEOREF coordinate.

Bug fixLuciadFusion

LCD-13438
Editing of geometries visualized by a PointSymbolizer can only be enabled when the geometry is an ILcdPoint. This avoids unwanted behavior when editing is enabled in combination with an SLD style containing multiple symbolizers.

Bug fixLuciadFusion

LCD-13434
Fixed a bug where the output of a WFS GetFeature request failed on data types with a Map property in combination with property name filtering.

Bug fixLuciadFusion

LCD-13427
TLcdCartesian#orientation2D no longer throws an exception when passing an empty point list. This also improves the robustness of the TLcdGeoJsonModelEncoder.

Bug fixLuciadFusion

LCD-13407
The XML encoders can now encode xsd:anyType elements with a built-in XML data type that is specified using xsi:type.

Bug fixLuciadFusion

LF-2595
Fixed an issue that could cause Lucene errors to be logged when LuciadFusion shuts down.

Bug fixLuciadFusion

LF-2567
Fixed an issue with the REST API GET api/data/filter endpoint that resulted in too many parameter errors reported by the database.

Bug fixLuciadFusion

LF-2200
The evaluation of an OGC IsLike operator on a database model has been made more robust against the use of special characters.

Bug fixLuciadFusion

LCD-10813
The TLcdGeoPackageModelDecoder now correctly handles the CIRCULARSTRING geometry type as a collection of zero or more continuous circular arc segments and the TLcdGeoPackageModelEncoder is able to encode a ILcdCompositeCurve containing multiple ILcdCircularArcBy3Points instances to CIRCULARSTRING.

Bug fixLuciadFusion

LCD-13460
Fixed an SLD GXY view issue that triggered errors when an empty SLD Point, Line and/or Polygon symbolizer was encountered. Aligned with the Lightspeed view behavior, such symbolizers will no longer cause and error but result in an empty visualization.

Bug fixLuciadFusion

LF-2620
Updated the value of the fusion.hspc.cache.maxAge property to 30 days, which corresponds to the value mentioned in the documentation.

Bug fixLuciadFusion

LCD-13449
Fixed a possible ArrayIndexOutOfBoundsException when accessing DTED data through the ILcdRaster API. This could occur when using the TLcdDTEDDirectoryModelDecoder with lazy DTED tile loading and when the DTED file deviates from the DTED specification.

Bug fixLuciadFusion

LCD-13423
The WFS server could not handle property name filters for property names that were renamed during the encoding to GML. Such a rename can occur when a property name in the original data starts with a character that is not allowed as first character in an XML element - for example, a number.

Bug fixLuciadFusion

LCD-6862
TLcdTABRasterModelDecoder could throw a RuntimeException instead of an IOException when decoding a TAB for raster data not supported by JAI. Now it throws an IOException with a more clear message.

Bug fixLuciadFusion

LCD-12749
TLcdBandColorSemanticsBuilder ignored the specified no data value when building from a color model.

Bug fixLuciadFusion

LCD-13377
Fixed an issue where some LIDAR data was painted with inverse colors.

Bug fixLuciadFusion

LF-2620

Updated the value of the cache.maxAge properties to 30 days, which corresponds to the value mentioned in the documentation.

The following caching properties have been updated:

  • fusion.ogctilesservice.cache.maxAge
  • fusion.panoramics.cache.maxAge
  • fusion.studio.webapp.cache.maxAge

Bug fixLuciadFusion

LCD-13429, LCD-13432
The WMTS model decoder now skips tile matrix sets with an unknown geographic reference instead of throwing an UnsupportedOperationException.

Bug fixLuciadFusion

LCD-13431
The WMTS model decoder used an incorrect geographic reference when creating a model for a WMTS layer backed by a GoogleCRS84Quad tile matrix set that used a reference with a lat/lon axis order. This prevented the layer from being visualized on the map.

Bug fixLuciadFusion

LCD-13379
TLcdOGC3DTilesModelDecoder: fixed an issue when opening Luciad Point Cloud datasets by passing a file URL.

Bug fixLuciadFusion

LCD-13413
Fixed an issue where resource jar files that don't contain any Java classes (e.g. lcd_epsg_resources.jar) could not be loaded in an OSGi environment.

2024.0

New featureLuciadFusion

LuciadFusion Studio now supports the Autodesk Revit format.

Adding or crawling a Revit file will result in two data entries: one for the geometry data and one for the features data. The geometry data can be published in an OGC 3D Tiles service. It will be pre-processed into OGC 3D Tiles before the service is started. The features data can be published in a WFS service.

The article Serving BIM data from LuciadFusion Studio explains in more detail how you can use Revit data.

New featureLuciadFusion

You can now use OGC 3D Tiles 1.1 tilesets in a LuciadFusion OGC 3D Tiles service. These tilesets can only be served as-is. No re-processing is available for version 1.1.

New featureLuciadFusion

The WCS service in LuciadFusion Studio now supports WCS version 2.0.1.

New featureLuciadFusion

The WCS server in the OGC Web Server Suite now supports WCS version 2.0.1.

New featureLuciadFusion

The Spring Boot dependencies of LuciadFusion have been upgraded from version 2.7 to version 3.2. This newer version brings numerous new features and fixes. It's advisable to read through the release notes of every version to know what is new, what has changed and what has been deprecated.

Check out our LuciadFusion troubleshooting guide for a list of major changes caused by the Spring Boot upgrade.

New featureLuciadFusion

TLcdMBTilesModelDecoder now also supports MBTiles services, next to files. To decode an MBTiles service you need to provide the TileJSON endpoint as source. An MBTiles service can for example be set up with LuciadFusion as of version 2024.0.

New featureLuciadFusion

LuciadFusion Studio now includes an MBTiles service type, which can be used to serve MBTiles raster or vector data.

New featureLuciadFusion

The OGC Symbology Encoding (SE) implementation now supports replacing colors in images. This can be achieved by using the SE vendor options colorReplace and colorReplaceTolerance in a TLcdSLDRasterSymbolizer. The new article How to replace a color illustrates this capability with an example.

New featureLuciadFusion

TLcdPixelReplaceOp is a new image operator which replaces a given color or value in an image with another. It can be used, for instance, to remove blank borders around an image by replacing them with a transparent color.

ImprovementLuciadFusion

LCD-13326
The WMS Server now supports a vendor-specific FILTER parameter that operates like the WFS GetFeature FILTER parameter for both GetMap and GetFeatureInfo requests.

ImprovementLuciadFusion

The WMS and WMTS services in LuciadFusion Studio have improved GetLegendGraphic support to create a meaningful legend for vector-oriented SLD styles (containing polygon, line and/or point symbolizers). You can also find the implementation in sample code to ease customizations: see samples.wms.server.SLDVectorWMSGetLegendGraphicEncoder and samples.wmts.server.SLDVectorWMTSGetLegendGraphicEncoder.

ImprovementLuciadFusion

LF-2576
The same-site attribute of the LuciadFusion session cookie has been set to Lax. This can be changed in the fusion.common.yml file.

ImprovementLuciadFusion

The following new system properties let users configure reference decoder priority for the following model decoders:

The priority decides whether the model reference decoding is first attempted from the reference information embedded in the data file and then fall back to external reference source files such as WKT (.prj), REF (.ref) and EPSG (*.epsg) in case of an error or vice versa when the other reference decoder priority is selected.

For more information on how to configure the reference decoder priority for supported ILcdModelDecoder implementations, refer to the following article: Setting model reference decoder priority

ImprovementLuciadFusion

LCD-13341
The metadata in the gpkg_data_columns table of a GeoPackage file is now used by TLcdGeoPackageModelDecoder to provide the correct display names in TLcdDataModelDisplayNameProvider#getDisplayName(TLcdDataProperty).

ImprovementLuciadFusion

The included Apache Ant distribution has been upgraded to version 1.10.14. This improves compatibility with Java 21.

ImprovementLuciadFusion

Products with cartesian referenced data can now be added to a WFS service.

ImprovementLuciadFusion

LCD-13289
It is now possible to customize the tile grid reference used by the tiled WMS painters for GXY and Lightspeed views. The tile grid reference can be specified through a newly added constructor in TLcdGXYTiledWMSProxyPainter and TLspTiledWMSProxyPainter. Customizing tile grid references can be useful to align with a server-defined tile grid reference used for caching of requests.

ImprovementLuciadFusion

LuciadLightspeed and LuciadFusion now support Java 21. Refer to the documentation on hardware and software requirements in the prerequisites section for more information.

ImprovementLuciadFusion

LCD-8681, LCD-13260
Introduced TLcdDataProperty#getSourceName, which contains the property name as it was defined in the source data. This may differ from the actual name of the property within the TLcdDataType, because that name can contain only alphanumeric characters and underscores, and may therefore have been sanitized.

When building a data type, the source name of a property can be configured with a setter on the TLcdDataPropertyBuilder. Additionally, TLcdDataType#getProperty now also checks this source name when searching a property that matches a given name.

The default TLcdDataModelDisplayNameProvider has also been adapted to use this source name by default, when retrieving a display name for a property.

Finally, The TLcdGeoJsonModelEncoder now uses these source names by default as well, when encoding data objects to GeoJSON features.

ImprovementLuciadFusion

LF-1958

To ease using HTTP/2 with LuciadFusion, the following improvements have been introduced:

  • A new article How to use HTTP/2 with LuciadFusion has been introduced.
  • HTTP/2 is now enabled by default in the LuciadFusion Platform configuration.
  • In order to enable HTTP/2 with the sample Jetty server shipped with LuciadFusion, we have included the following sample dependencies:
Group ID Artifact ID ID Version
org.eclipse.jetty.http2 jetty-http2-common 12.0.7
org.eclipse.jetty.http2 jetty-http2-hpack 12.0.7
org.eclipse.jetty.http2 jetty-http2-server 12.0.7
org.eclipse.jetty jetty-alpn-conscrypt-server 12.0.7
org.eclipse.jetty jetty-alpn-server 12.0.7
org.conscrypt conscrypt-openjdk-uber 2.5.2

ImprovementLuciadFusion

The LuciadFusion Studio REST API endpoint GET /api/data/filter now allows filtering Data resources by data categories and keywords. These properties are also listed by the GET /api/data/queryable-properties endpoint. More information on how you can use the GET /api/data/filter endpoint can be found in the data querying article.

ImprovementLuciadFusion

LF-2495

A LuciadFusion Studio REST API developer can now define custom properties with a limited set of allowed values for the Long data type in addition to the already supported String type. As a result of this:
addLongProperty(String, Set) and addLongProperty(String, String, Set, boolean) methods have been added to the class TLfnCustomPropertyDefinitions.
In addition to the above inclusions to the API, the following addEnumProperty(String, String, Set, boolean) and addEnumProperty(String, Set) methods of the class TLfnCustomPropertyDefinitions have been deprecated in favor of new methods addStringProperty(String, String, Set, boolean) and addStringProperty(String, Set).
It is recommended to use the newly introduced methods instead of the deprecated ones. The deprecated methods will subsequently be removed in one of the future product releases.

As a result of this enhancement the LuciadFusion Studio REST API endpoints GET /api/data/custom-properties and GET /api/data/queryable-propertiesno longer return 'Enum' as a 'type' in a REST API response. They now return the data type as determined by the type of value a custom property can take i.e. Long, Double, Boolean, Date, String. This change is consistent with the behavior of the custom properties which already returned the 'type' as their data type of the values.

ImprovementLuciadFusion

LF-1949
The file and folder picker in the LuciadFusion Studio web application now hides hidden files and folders.

ImprovementLuciadFusion

LF-1245, LF-1239, LF-2071
The capabilities of a service are now opened in a new tab when clicking on the GET CAPABILITIES button of a service in the LuciadFusion Studio web application.

ImprovementLuciadFusion

LCD-9753
TLcdGeoPackageFeatureDatabaseModelEncoder: encoding data objects with multiple geometry properties now results in a clear error message, instead of a message indicating a unique constraint violation.

ImprovementLuciadFusion

LCD-9574
The tray icon of the OGC server sample now has an additional entry to open the landing page.

ImprovementLuciadFusion

LF-2580
Improved the performance of browsing directories with a large number of entries in the Studio web application when adding data or data roots.

Bug fixLuciadFusion

LCD-13293
TLcdSLDMark: improved anti-aliased rendering of several types.

Bug fixLuciadFusion

LCD-13245
TLcdIOUtil#resolve returned an incorrect result for source names starting with "jpip://". The method now returns null.

Bug fixLuciadFusion

LCD-13252
TLcdSLDFeatureTypeStylePainter now implements ILcdGXYEditorProvider, which returns itself as ILcdGXYEditor to edit objects in a GXY view. This better aligns with the already implemented painter-related interfaces ILcdGXYPainter and ILcdGXYPainterProvider.

Bug fixLuciadFusion

LCD-13231
TLcdEarthRepositoryModelDecoder: improved the robustness when interrupting a thread that was reading a tile repository. This improves compatibility with Java 21.

Bug fixLuciadFusion

LF-2354
Fixed an issue where the startedTime property on a service was never updated if the service was restarted.

Bug fixLuciadFusion

LF-2513
There was a very small precision loss when storing the bounding box of a data item in an Oracle database, this has been fixed.

Bug fixLuciadFusion

LF-2589
After upgrading to version 2023.1 on an Oracle database, LuciadFusion Studio didn't show the data items any longer on the product details page for those products that already existed before the upgrade. This has been fixed.

Bug fixLuciadFusion

LF-2578
Resolved an issue with the default LuciadFusion platform classpath configuration (located in config/com.luciad.fusion.platform.vmoptions), which prevented LuciadFusion to be able to start if you are using a license text file. It was only possible to run LuciadFusion when the license was in a jar file.

Bug fixLuciadFusion

LF-2573
Fixed an issue that prevented all data from being saved to the database while crawling a data root. This situation only occurred when crawling a file that contains multiple data and access rules templates were defined for the crawl job of the data root.

Bug fixLuciadFusion

LF-2570
Fixed an issue that caused an LTS service to start pre-processing after all its data was removed. This resulted in an error in the log.

Bug fixLuciadFusion

LCD-13386
Resolved an issue with the Maven sample setup scrip, where the sample project's settings.xml file was not used when deploying the license to the Maven repository.

Bug fixLuciadFusion

LF-2582
Fixed an issue with the REST API GET api/data/filter endpoint for wildcard character ^ based equality comparison of String based custom properties. Now the query using wildcard ^ based equality comparison will only work when the wildcard character is placed at the beginning of string to be compared against a custom property. ^ will now be interpreted as a regular character if used anywhere other than the beginning of a string.

Bug fixLuciadFusion

LF-2575
Fixed the issue where OGC 3D Tiles service would no longer fall back to a tilestore.lpc file when no tileset.json file was available.

Bug fixLuciadFusion

LF-2568
Fixed an issue that caused LuciadFusion to report an error if the Principal of the authenticated user was not an instance of UserDetails.

Bug fixLuciadFusion

LF-2579
The list of privileges required by LuciadFusion when using an Oracle database was updated to include the SELECT ON SYS.DBA_RECYCLEBIN privilege. A warning is shown if this privilege is not granted to the user used by LuciadFusion to connect to the database.

Bug fixLuciadFusion

LCD-12748
Fixed an issue in the TLcdGeoTIFFModelDecoder for the case of data with photometric interpretation RGB with additional sample values. The standard cases RGB(A) worked fine. For the case with additional sample values the ALcdImage band semantics did not include information on the red, green, and blue channels. It would be interpreted as a greyscale image by the image painter. Now the correct band semantics are reported which makes the image painter pick it up and render the file correctly.

Upgrade considerationLuciadFusion

We now enable support for vertical datums by default for a number of model decoders. If your services require preprocessing (such as LTS and OGC 3D Tiles) and you encounter issues with vertical datum application, you may need to preprocess the involved data again to ensure correct application of the vertical datum support. Preprocessing again is only necessary if you have other data with vertical datums and observe inconsistencies. Inconsistencies occur when combining the following data:

  • Data which is served by an LTS or OGC 3D Tiles service, which has not applied the vertical datum. This usually occurs because the service was created with an older LuciadFusion version (2023.1 or older), which did not enable vertical datum support by default.
  • Data which is loaded directly into a client application, is served by a service which does not do preprocessing or is served by a new LTS or OGC 3D Tiles service, which has been created in LuciadFusion 2024.0.

More information about enabling support for vertical datums by default is given in the release note for issue LCD-12921.

Upgrade considerationLuciadFusion

LuciadLightspeed and LuciadFusion now increasingly make use of Java's own file and URI handling API to improve reliability, consistency, and portability when handling data sources. This includes, but is not limited to TLcdIOUtil, TLcdInputStreamFactory, and several model decoders. Because of this, the following invalid data source paths may no longer be recognized:
  • The colon ":" is no longer accepted in Windows file names.
  • Spaces are no longer accepted in file URI's. They need to be escaped as described in the URI specification.
Make sure to correct these source names before passing them to the API.

Upgrade considerationLuciadFusion

LuciadLightspeed and LuciadFusion no longer support 32-bit JDKs. Previously there was still limited support for Linux.

Upgrade considerationLuciadFusion

The minimum supported glibc (GNU C Library) for Linux has been raised to 2.28. This means that Ubuntu 18 is no longer supported.

Upgrade considerationLuciadFusion

LCD-12921

The default behavior of a number of model decoders has been changed. We now enable support for vertical datums by default for a number of model decoders. The vertical datum support will cause the appropriate geoid height to be applied to data files of the affected formats, if the data advertises a vertical datum. In previous versions, we ignored the vertical datum advertised by data by default.

Using the geoid will result in the use of more accurate elevation values, at the cost of performance when processing the data.

The following data formats are affected by this change:

  1. DEM: TLcdDEMModelDecoder
  2. DMED/DTED: TLcdDMEDModelDecoder, TLcdDTEDModelDecoder, TLcdDTEDDirectoryModelDecoder
  3. ETOPO: TLcdETOPOModelDecoder
  4. GeoTIFF: TLcdGeoTIFFModelDecoder
  5. LAS/LAZ: TLcdLASModelDecoder
  6. SwissDHM: TLcdSwissDHMMatrixModelDecoder

Because the default behavior has changed for these formats, your data may be painted at a different height, which can cause misalignment with your other layers. For example, you may apply the geoid to points in a LAS file, which causes your LAS points to be painted at a different elevation. If you combine this LAS data with an inaccurate terrain layer, there may be overlap between your LAS points and the terrain layer. You should check that your data is still properly aligned with your other layers after upgrading.

The recommended way to fix such alignment issues is to make sure you use an accurate terrain layer and use the same geoid on all your layers with elevation data. You should also verify that all your elevation data advertises the correct vertical datum. Read our article on Detecting and fixing vertical datum issues for more details.

If you have different behavior then before, and you are sure that the old behavior is preferred, you can revert to the old behavior in the following ways:

  • Disable geoid support for a specific model decoder, by calling the method #setSupportGeoidDatums(boolean)
  • Disable geoid support for all aforementioned model decoders, by setting the system property com.luciad.geodesy.geoidSupport.LEGACY to true.

Upgrade considerationLuciadFusion

Since the upgrade to Spring Security version 6, Spring Security blocks all requests for which no authorization rule is defined. In order to register authorization rules for services in LuciadFusion, a few changes have been made in the LuciadFusion configuration and the ILfnServiceTypeConfiguration interface, which makes it possible to plug in custom service types in LuciadFusion

The documentation changes consist of 2 new properties: fusion.security.serviceAuthenticationRequired and fusion.security.authenticatedEndpoints

  • fusion.security.serviceAuthenticationRequired allows you to globally configure if services published in LuciadFusion require authentication or if anonymous access is permitted.
  • fusion.security.authenticatedEndpoints allows you to override the configuration set by fusion.security.serviceAuthenticationRequired for certain url patterns. This can, for example, be used if you want to allow anonymous access for all services except services of a certain type (wms, wfs, lts, etc)

Additionally we have deprecated the property fusion.accessControl.authenticatedEndpoints. This property used to only have an effect when access control is enabled, it is now replaced by fusion.security.authenticatedEndpoints, which is also active when access control is disabled. If you are using fusion.accessControl.authenticatedEndpoints, this configuration will still be applied, but this property will be removed in a future LuciadFusion release, so we recommend that you replace its usage by fusion.accessControl.authenticatedEndpoints.

We have added the method getEndpointPatterns() to he interface ILfnServiceTypeConfiguration. This method is used to inform the LuciadFusion Security system of which url patterns are handled by the service type implementation.

Please read the following articles for more information:

Upgrade considerationLuciadFusion

Security updates have been applied to the following sample dependencies of the OGC server sample:
Group ID Artifact ID Old Version New Version
org.springframework.boot spring-boot 2.7.14 3.2.1
org.springframework.boot spring-boot-starter 2.7.14 3.2.1
org.springframework.boot spring-boot-autoconfigure 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-jetty 2.7.8 3.2.1
org.springframework.boot spring-boot-starter-json 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-logging 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-web 2.7.14 3.2.1
org.springframework spring-aop 5.3.29 6.1.2
org.springframework spring-beans 5.3.29 6.1.2
org.springframework spring-context 5.3.29 6.1.2
org.springframework spring-core 5.3.29 6.1.2
org.springframework spring-expression 5.3.29 6.1.2
org.springframework spring-jdbc 5.3.29 6.1.2
org.springframework spring-tx 5.3.29 6.1.2
org.springframework spring-web 5.3.29 6.1.2
org.springframework spring-webmvc 5.3.29 6.1.2
com.zaxxer HikariCP 4.0.3 5.0.1
org.ow2.asm asm-commons 9.4 9.6
org.ow2.asm asm-tree 9.4 9.6
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.14.2 2.15.3
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.14.2 2.15.3
com.fasterxml.jackson.module jackson-module-parameter-names 2.14.2 2.15.3
org.apache.tomcat.embed tomcat-embed-el 9.0.78 10.1.17
org.eclipse.jetty jetty-client 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-http 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-io 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-plus 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-security 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-server 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-util 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-xml 9.4.50.v20221201 12.0.7
org.slf4j jul-to-slf4j 1.7.36 2.0.9
org.slf4j slf4j-api 1.7.36 2.0.9
org.apache.logging.log4j log4j-api 2.17.2 2.21.1
org.apache.logging.log4j log4j-to-slf4j 2.17.2 2.21.1
ch.qos.logback logback-classic 1.2.12 1.4.14
ch.qos.logback logback-core 1.2.12 1.4.14
org.yaml snakeyaml 2.0 2.2
jakarta.annotation jakarta.annotation-api 1.3.5 2.1.1
jakarta.websocket jakarta.websocket-api 1.1.2 2.1.1

The following dependencies have been added:
Group ID Artifact ID Version
org.eclipse.jetty.ee10 jetty-ee10-annotations 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-plus 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-servlet 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-servlets 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-webapp 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jakarta-client 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jakarta-common 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jakarta-server 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jetty-server 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-servlet 12.0.7
org.eclipse.jetty jetty-alpn-client 12.0.7
org.eclipse.jetty jetty-jndi 12.0.7
org.eclipse.jetty jetty-session 12.0.7
jakarta.websocket jakarta.websocket-client-api 2.1.1

The following dependencies have been removed:
Group ID Artifact ID Version
org.eclipse.jetty jetty-annotations 9.4.50.v20221201
org.eclipse.jetty jetty-continuation 9.4.50.v20221201
org.eclipse.jetty jetty-servlet 9.4.50.v20221201
org.eclipse.jetty jetty-servlets 9.4.50.v20221201
org.eclipse.jetty jetty-util-ajax 9.4.50.v20221201
org.eclipse.jetty jetty-webapp 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-api 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-client 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-common 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-server 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-servlet 9.4.50.v20221201

Upgrade considerationLuciadFusion

The following dependencies have changed due to the Spring Boot upgrade from version 2.7 to 3.2:
Group ID Artifact ID Old Version New Version
org.springframework.boot spring-boot 2.7.14 3.2.1
org.springframework.boot spring-boot-actuator-autoconfigure 2.7.14 3.2.1
org.springframework.boot spring-boot-actuator 2.7.14 3.2.1
org.springframework.boot spring-boot-autoconfigure 2.7.14 3.2.1
org.springframework.boot spring-boot-configuration-processor 2.7.14 3.2.1
org.springframework.boot spring-boot-starter 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-actuator 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-freemarker 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-jdbc 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-json 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-logging 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-security 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-validation 2.7.14 3.2.1
org.springframework.boot spring-boot-starter-web 2.1.14 3.2.1
org.springframework.boot spring-boot-starter-websocket 2.7.14 3.2.1
org.springframework.ldap spring-ldap-core 2.4.1 3.0.4
org.springframework.security spring-security-config 5.8.6 6.2.1
org.springframework.security spring-security-core 5.8.6 6.2.1
org.springframework.security spring-security-crypto 5.8.6 6.2.1
org.springframework.security spring-security-ldap 5.8.6 6.1.2
org.springframework.security spring-security-oauth2-core 5.8.6 6.1.2
org.springframework.security spring-security-oauth2-resource-server 5.8.6 6.1.2
org.springframework.security spring-security-web 5.8.6 6.2.1
org.springframework spring-aop 5.3.29 6.1.2
org.springframework spring-beans 5.3.29 6.1.2
org.springframework spring-context 5.3.29 6.1.2
org.springframework spring-context-support 5.3.29 6.1.2
org.springframework spring-core 5.3.29 6.1.2
org.springframework spring-expression 5.3.29 6.1.2
org.springframework spring-jdbc 5.3.29 6.1.2
org.springframework spring-messaging 5.3.29 6.1.2
org.springframework spring-tx 5.3.29 6.1.2
org.springframework spring-web 5.3.29 6.1.2
org.springframework spring-webmvc 5.3.29 6.1.2
org.springframework spring-websocket 5.3.29 6.1.2
org.webjars swagger-ui 4.15.5 5.10.3
org.apache.tomcat.embed tomcat-embed-el 9.0.78 10.1.17
org.yaml snakeyaml 2.0 2.2
org.hibernate.validator hibernate-validator 6.2.5.Final 8.0.1.Final
org.apache.logging.log4j log4j-api 2.17.2 2.21.1
org.apache.logging.log4j log4j-to-slf4j 2.17.2 2.21.1
org.jboss.logging jboss-logging 3.4.1.Final 3.4.3.Final
org.slf4j jcl-over-slf4j 1.7.36 2.0.9
org.slf4j jul-to-slf4j 1.7.36 2.0.9
org.slf4j log4j-over-slf4j 1.7.36 2.0.9
org.slf4j slf4j-api 1.7.36 2.0.9
ch.qos.logback logback-classic 1.2.12 1.4.14
ch.qos.logback logback-core 1.2.12 1.4.14
com.zaxxer HikariCP 4.0.3 5.0.1
io.github.classgraph classgraph 4.8.149 4.8.108
io.micrometer micrometer-core 1.9.13 1.12.1
joda-time joda-time 2.8.1 2.10.10
com.sun.activation jakarta.activation 1.2.2 2.0.1
jakarta.servlet jakarta.servlet-api 4.0.4 6.0.0
jakarta.validation jakarta.validation-api 2.0.2 3.0.2
jakarta.xml.bind jakarta.xml.bind-api 2.3.3 4.0.0

The following dependencies have been added:
Group ID Artifact ID Version
io.micrometer micrometer-common 1.12.1
io.micrometer micrometer-jakarta9 1.12.1
io.micrometer micrometer-observation 1.12.1
io.swagger.core.v3 swagger-annotations-jakarta 2.2.19
io.swagger.core.v3 swagger-core-jakarta 2.2.19
io.swagger.core.v3 swagger-models-jakarta 2.2.19
org.springdoc springdoc-openapi-starter-common 2.3.0
org.springdoc springdoc-openapi-starter-webmvc-api 2.3.0
org.springdoc springdoc-openapi-starter-webmvc-ui 2.3.0
jakarta.transaction jakarta.transaction-api 6.0.0

The following dependencies have been removed:
Group ID Artifact ID Version
commons-lang commons-lang 2.6
javax.inject javax.inject 1
io.swagger.core.v3 swagger-annotations 2.2.7
io.swagger.core.v3 swagger-core 2.2.7
io.swagger.core.v3 swagger-models 2.2.7
org.springdoc springdoc-openapi-common 1.6.14
org.springdoc springdoc-openapi-security 1.6.14
org.springdoc springdoc-openapi-ui 1.6.14
org.springdoc springdoc-openapi-webmvc-core 1.6.14
org.webjars webjars-locator-core 0.52

LuciadFusion can be used with a Jetty embedded servlet container. The jetty sample dependencies are used in this situation. The following sample dependencies related to Jetty have changed:
org.springframework.boot spring-boot-starter-jetty 2.7.8 3.2.1
org.ow2.asm asm-commons 9.4 9.6
org.ow2.asm asm-tree 9.4 9.6
org.eclipse.jetty jetty-client 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-http 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-io 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-plus 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-security 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-server 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-util 9.4.50.v20221201 12.0.7
org.eclipse.jetty jetty-xml 9.4.50.v20221201 12.0.7
jakarta.annotation jakarta.annotation-api 1.3.5 2.1.1
jakarta.websocket jakarta.websocket-api 1.1.2 2.1.1

The following sample dependencies related to Jetty have been added:
Group ID Artifact ID Version
org.eclipse.jetty.ee10 jetty-ee10-annotations 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-plus 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-servlet 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-servlets 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-webapp 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jakarta-client 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jakarta-common 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jakarta-server 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-jetty-server 12.0.7
org.eclipse.jetty.ee10 jetty-ee10-websocket-servlet 12.0.7
org.eclipse.jetty jetty-alpn-client 12.0.7
org.eclipse.jetty jetty-jndi 12.0.7
org.eclipse.jetty jetty-session 12.0.7
jakarta.websocket jakarta.websocket-client-api 2.1.1

The following sample dependencies related to Jetty have been removed:
Group ID Artifact ID Version
org.eclipse.jetty jetty-annotations 9.4.50.v20221201
org.eclipse.jetty jetty-continuation 9.4.50.v20221201
org.eclipse.jetty jetty-servlet 9.4.50.v20221201
org.eclipse.jetty jetty-servlets 9.4.50.v20221201
org.eclipse.jetty jetty-util-ajax 9.4.50.v20221201
org.eclipse.jetty jetty-webapp 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-api 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-client 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-common 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-server 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-servlet 9.4.50.v20221201

Upgrade considerationLuciadFusion

LCD-13176
TLcdGXYImagePainter, TLcdRasterPainter, TLcdMultilevelRasterPainter, TLcdEarthGXYRasterPainter, TLcdGXYTiledWMSProxyPainter and TLcdWMSProxyGXYPainter now apply brightness and contrast to raster layers with the same algorithm as Lightspeed's TLspRasterStyle. This used to be different but has now been aligned. With the new behavior, the [0, 2] brightness value range covers the entire color brightness range (black to white). The contrast setting offers a modifier on top for further tweaking.

Upgrade considerationLuciadFusion

The keywords for the Style, Product, Data and Service resources are now sets instead of lists, so any duplicate keywords are removed. The LuciadFusion Studio REST API endpoint POST /api/services/{id}/keywords now accepts a set instead of a list of keywords. Any duplicate keywords that are added to the service are ignored.

Upgrade considerationLuciadFusion

The LuciadLightspeed and LuciadFusion APIs now use the Jakarta EE 10 API and Jakarta Servlet 6.0 API, where in previous releases the Java EE 7 API and Java Servlet 3.1 API were used. There are a few breaking changes in the new Jakarta Servlet 6.0 API, the main one being a rename of the javax.servlet package to jakarta.servlet. Any LuciadLightspeed or LuciadFusion API that use classes from this package thus contain a corresponding breaking change. The affected classes are mainly the classes implementing the OGC server standards (WM(T)S, WFS, etc). Any compilation errors you encounter related to this change can typically be resolved by performing a find and replace operation.

Refer to the documentation on hardware and software requirements in the prerequisites section for more information.

Upgrade considerationLuciadFusion

The property isoMetadataXmlContent that is part of the Service resource of the LuciadFusion Studio REST API was marked for deprecation in release 2023.0 and has now been removed. Instead, use LuciadFusion's Studio Catalog Service to get the ISO-19115 metadata of a service.

Upgrade considerationLuciadFusion

LuciadLightspeed and LuciadFusion now require Java 17. Refer to the documentation on hardware and software requirements in the prerequisites section for more information.

Upgrade considerationLuciadFusion

LF-2408
The following dependencies have been updated:
Group ID Artifact ID Old Version New Version
org.apache.commons commons-configuration2 2.9.0.lcd-11 2.9.0
org.orbisgis cts 1.4.0 1.7.0
org.geolatte geolatte-geom 0.13 1.9.1
com.h2database h2 1.4.195 2.1.214
org.orbisgis h2gis-api 1.3.1 2.2.0
org.orbisgis h2gis-utilities 1.3.1 2.2.0
org.orbisgis h2gis 1.3.1 2.2.0
org.liquibase liquibase-core 3.6.3 4.8.0

The following dependencies have been added:
Group ID Artifact ID Version
org.eclipse.jdt ecj 3.26.0
org.orbisgis poly2tri 0.4.0

The following dependencies have been removed:
Group ID Artifact ID Version
org.codehaus.mojo animal-sniffer-annotations 1.14
com.infradna.tool bridge-method-annotation 1.13
org.javassist javassist 3.18.2-GA
org.reflections reflections 0.9.9
org.orbisgis poly2tri-core 0.1.2
com.vividsolutions jts-io 1.14.0
com.googlecode.json-simple json-simple 1.1
jakarta.activation jakarta.activation-api 1.2.2

Upgrade considerationLuciadFusion

LCD-9539
The following dependencies have been updated:
Group ID Artifact ID Old Version New Version
com.fasterxml.jackson.core jackson-annotations 2.14.2 2.15.3
com.fasterxml.jackson.core jackson-core 2.14.2 2.15.3
com.fasterxml.jackson.core jackson-databind 2.14.2 2.15.3
com.google.protobuf protobuf-java 3.19.4 3.25.3
com.thetransactioncompany cors-filter 1.3.2 3.0
com.thetransactioncompany java-property-utils 1.6 1.17
jakarta.servlet jakarta.servlet-api 4.0.4 6.0.0
joda-time joda-time 2.8.1 2.10.10
org.apache.commons commons-compress 1.22 1.26
org.apache commons-io 2.6 2.15.1
org.apache.commons commons-lang3 3.12.0 3.14.0
org.apache.xmlgraphics batik-xml 1.16 1.17
org.apache.xmlgraphics batik-util 1.16 1.17
org.apache.xmlgraphics batik-transcoder 1.16 1.17
org.apache.xmlgraphics batik-swing 1.16 1.17
org.apache.xmlgraphics batik-svggen 1.16 1.17
org.apache.xmlgraphics batik-svg-dom 1.16 1.17
org.apache.xmlgraphics batik-script 1.16 1.17
org.apache.xmlgraphics batik-shared-resources 1.16 1.17
org.apache.xmlgraphics batik-parser 1.16 1.17
org.apache.xmlgraphics batik-i18n 1.16 1.17
org.apache.xmlgraphics batik-gvt 1.16 1.17
org.apache.xmlgraphics batik-gui-util 1.16 1.17
org.apache.xmlgraphics batik-ext 1.16 1.17
org.apache.xmlgraphics batik-dom 1.16 1.17
org.apache.xmlgraphics batik-css 1.16 1.17
org.apache.xmlgraphics batik-constants 1.16 1.17
org.apache.xmlgraphics batik-codec 1.16 1.17
org.apache.xmlgraphics batik-bridge 1.16 1.17
org.apache.xmlgraphics batik-awt-util 1.16 1.17
org.apache.xmlgraphics batik-anim 1.16 1.17
org.apache.xmlgraphics xmlgraphics-commons 2.7 2.9
org.slf4j slf4j-api 1.7.36 2.0.9
org.postgresql postgresql 42.5.4 42.7.3
org.checkerframework checker-qual 3.5.0 3.42.0

The following dependencies have been added:
Group ID Artifact ID Version
org.locationtech jts-core 1.19.0

The following dependencies have been removed:
Group ID Artifact ID Version
com.vividsolutions jts-core 1.14.0

Upgrade considerationLuciadFusion

LF-2408
LuciadFusion 2024.0 and subsequent releases are not compatible with H2 databases created with LuciadFusion 2023.1 and preceding releases. This is because the H2 library has been updated to version 2.1.214. The H2GIS library has been updated to version 2.2.0.

Upgrade considerationLuciadFusion

LCD-9539
The QueryDSL library has been updated to version 5.0.0. Please note that these libraries have been modified from the original QueryDSL libraries to include additional fixes.

Upgrade considerationLuciadFusion

LCD-9539
The JTS library has been updated to version 1.19.0. Please note that this library is not backward compatible. All classes have moved from com.vividsolutions.* to org.locationtech.*.

Upgrade considerationLuciadFusion

LCD-12881
The LWJGL Java binding for the OpenGL and OpenCL APIs has been updated to version 3.3.3. This improves compatibility with Java 19 and higher.

Upgrade considerationLuciadFusion

Oracle versions 11g, 12c and 18c are no longer supported as a database for LuciadFusion Studio. These versions are no longer supported by Oracle, see the Oracle Lifetime Support Policy document. It's advisable to upgrade to a newer version of Oracle database if you are still using any of these versions.

Upgrade considerationLuciadFusion

PostgreSQL versions 9.4, 9.5, 9.6, 10 and 11 are no longer supported as a database for LuciadFusion Studio. These versions are no longer supported by the PostgreSQL Global Development Group, see the PostgreSQL Versioning Policy page. It's advisable to upgrade to a newer version of PostgreSQL if you are still using any of these versions.

Upgrade considerationLuciadFusion

SQL Server version 2012 is no longer supported as a database for LuciadFusion Studio. This version is no longer supported by Microsoft, see the SQL Server 2012 lifecycle page. It's advisable to upgrade to a newer version of SQL Server if you are still using version 2012.

Upgrade considerationLuciadFusion

LCD-10042
TLcdLRDBModelEncoder#SUPPORTED_COVERAGE_TYPES is removed from the API.

2023.1

2023.1.16

Bug fixLuciadFusion

LCD-13356
TLcdSpatiaLiteModelDecoder#decode(Properties) no longer triggers an error with message no such function: spatialite_version.

2023.1.15

ImprovementLuciadFusion

LCD-13315
The SLD Lightspeed implementation now supports the rendering of extruded shapes. This capability can be enabled on a polygon symbolizer by configuring the following SLD vendor options:
  • extrudedShapeMinimum, accepting a literal or property name that specifies the minimum value in meters.
  • extrudedShapeMaximum, accepting a literal or property name that specifies the maximum value in meters.
  • extrudedShapeReference, accepting the values of ILspWorldElevationStyle.ElevationMode

Bug fixLuciadFusion

LCD-13361
Fixed an issue where empty tiles were returned by the WMTS server if the WGS84 tile matrix set was used.

Bug fixLuciadFusion

LCD-13362
Corrected the CRS of the GoogleMapsCompatible well-known tile matrix set in the capabilities document returned by the WMTS server: it now includes the minor version (urn:ogc:def:crs:EPSG:6.18.3:3857).

Bug fixLuciadFusion

LCD-12343
TLcdGXYCompositeCurvePainter: fixed a regression caused by LCD-11480 where the editing handles were no longer shown.

Bug fixLuciadFusion

LCD-13368
The OGC Filter function startAngle calculation has been corrected to use the angle of the second point towards the first point of a (poly)line, instead of the other way around.

2023.1.14

ImprovementLuciadFusion

The dependency com.google.protobuf:protobuf-java has been upgraded from version 3.19.4 to 3.25.3.

Bug fixLuciadFusion

LCD-13343
When using an XY grid (TLspXYGridLayerBuilder or TLcdXYGridLayer), a large difference between the minimum spacing and the maximum spacing could result in lines not being shown.

Bug fixLuciadFusion

LCD-13308
The DMED and DTED model decoders now correctly return WGS84 + EGM96 as the model reference when geoid support is enabled (i.e. #setSupportGeoidDatums is set to true).

Bug fixLuciadFusion

LCD-13334
Fixed an SLD labeling issue in GXY views and in a WM(T)S server environment that could cause overlapping and cut-off labels when using curved label styling (= an SLD TextSymbolizer with vendor option followLine=true).

Bug fixLuciadFusion

LCD-13340
TLcdBingMapsCopyrightIcon no longer paints outside its bounds. This could cause text to be truncated.

Bug fixLuciadFusion

LCD-13269
Fixed potential deadlock in ALspAWTView, caused by an #invokeAndWait with a lambda, called from a static block.

Bug fixLuciadFusion

TLcdLonLatPointFormat#parseObject now throws a ParseException when parsing only whitespace.

2023.1.13

Bug fixLuciadFusion

LCD-13323
The WCS server now supports WCS 1.1.x GetCoverage requests that neither specify a bounding box nor a resolution.

Bug fixLuciadFusion

LCD-13327
TLcdWFSProxyModel could trigger a NullPointerException when retrieving data from a WFS server that did not advertise arithmetic function capabilities.

2023.1.11

ImprovementLuciadFusion

LCD-13310
Aligned with the OGC WMS standard, the request URL prefixes listed in the WMS capabilities now always end with a question mark.

ImprovementLuciadFusion

LCD-13288
The maximum resolution of the default tileset used by: has increased from 1 pixel per 2 cm to 1 pixel per 1.25 mm. This allows you to see more detail when zooming in, provided that the server offers such detailed data.

Bug fixLuciadFusion

LCD-13312
Requesting a non-existing WFS feature type using a GetFeature XML request always resulted in a service exception response based on WFS 1.1.0, regardless of the WFS version used by the request.

Bug fixLuciadFusion

LCD-13314
The WCS server did not handle the Update Sequence parameter optionally present in a WCS GetCapabilities request: there was no validation against the value defined in the WCS server's capabilities.

Bug fixLuciadFusion

LCD-13313
The ServiceExceptionReport response generated by the WCS server in case of issues did not fully adhere to the WCS 1.0.0 standard: the version was not set to 1.0.0 and the schema location for the default namespace was not correct.

Bug fixLuciadFusion

LCD-13306
When calling TLspOffscreenView::display with true as argument, the method didn't always wait for labels to be fully painted.

Bug fixLuciadFusion

LCD-13299
Labels using TLspInPathLabelingAlgorithm weren't always visible when using a bounds geometry.

2023.1.09

ImprovementLuciadFusion

LCD-13240
The sample dependency org.springframework.boot:spring-boot-starter-jetty has been upgraded from version 2.7.14 to version 2.7.18. This upgrade makes our samples depend on Jetty version 9.4.53.

Bug fixLuciadFusion

LF-2563
Fixed an issue that could lead to the database reporting an error that too many parameters were used in a query. This occurred when using an SQL Server database and crawling a lot of data with the same name.

Bug fixLuciadFusion

LCD-13260, LCD-12796
Reverted a previous fix for LCD-12796, where the GeoJSON encoder was adapted to encode the name of a data type as well, when encoding data objects within a list. This was implemented to fix GeoJSON encoding of certain DWG models, but in hindsight the issue was with the data model itself, rather than with the GeoJSON encoder.

2023.1.08

Bug fixLuciadFusion

LCD-13274
A custom ILcdSLDOnlineResourceResolver configured on a TLspSLDStyler to dynamically resolve icon paths was never used.

Bug fixLuciadFusion

LCD-13273
The WMTS model decoder used an incorrect geographic reference when creating a model for a WMTS layer backed by a GoogleCRS84Quad tile matrix set. This lead to exceptions during visualization.

2023.1.07

Bug fixLuciadFusion

LCD-13268
Resolved an issue, introduced in version 2022.0, that prevented the publication of a product in a WMTS service if the product contained multiple data sources of which a subset were styled with SLD.

Bug fixLuciadFusion

LCD-13338
Fixed an issue where EDITING_CHANGE would be emitted multiple times for the same edit operation, for example when deleting a point of a polyline.

Bug fixLuciadFusion

LCD-13243
Resolved an issue in GXY editing: when translating multiple shapes at once and the dragged shape was an ILcdGeoBuffer, it could occur that only the ILcdGeoBuffer got dragged, instead of all the selected shapes.

2023.1.06

New featureLuciadFusion

LCD-13121
LuciadFusion now has improved support for composite DAFIF or ARINC models (i.e. an ILcdModelContainer) in WFS services. A WFS service will now map a composite DAFIF or ARINC model to multiple WFS feature types. These feature types will be listed in the capabilities document and can be used in all other WFS operations that require a WFS feature type.

ImprovementLuciadFusion

LCD-13247
Introduced #canExportFeature and #canExportGeometry on the TLcdGeoJsonModelEncoder.

ImprovementLuciadFusion

LCD-13132
Introduced a new article Introduction to licensing for LuciadLightspeed and LuciadFusion.

Bug fixLuciadFusion

LCD-13253
The WFS server's GetFeature response contained unexpected namespaces when WFS 1.1.0 or WFS 2.0 was used. For these versions, all namespaces related to WFS 1.1.0, WFS 2.0, GML 3.1.1 and GML 3.2 were advertised, instead of only the relevant namespaces for the used WFS and GML versions.

Bug fixLuciadFusion

LCD-13238
TLcdGMLApplicationModelEncoder now correctly encodes unit of measures for GML2 and GML3.1. For GML2 it transforms a ILcdISO19103UnitOfMeasure into a String. For GML3.1 it transforms a ILcdISO19103UnitOfMeasure into a URI containing the unit of measure. TLcdGMLApplicationModelDecoder also transforms these types correctly in the other direction.

Bug fixLuciadFusion

LF-2543
Fixed an issue where recrawling files that can contain multiple data sources (e.g. Grib files) failed if one of the data sources in the file was removed. The crawler will now determine which data sources have been added, removed and updated when recrawling an updated file, and will add, remove or update the data in LuciadFusion accordingly.

Bug fixLuciadFusion

LCD-13257
The WMTS client now recognizes layer dimensions that specify a time dimension without a UnitSymbol and / or UOM property.

2023.1.05

Bug fixLuciadFusion

LCD-10121
TLcdWKTReferenceFormatter now uses more standard names for the parameters to define the center of the following projections:
  • TLcdAlbersEqualAreaConic
  • TLcdAzimuthalEquidistant
  • TLcdLambertAzimuthalEqualArea

Bug fixLuciadFusion

LCD-10121
TLcdWKTReferenceParser is now more flexible in accepting parameter names for the projection center.

Bug fixLuciadFusion

LF-2518
Stopping a preprocess job in the LuciadFusion Studio web application will no longer remove it from the list of preprocessing jobs.

Bug fixLuciadFusion

LF-2508
Fixed an issue that prevented the LuciadFusion Studio web application from reporting an error when providing an invalid cron string for a job schedule.

Bug fixLuciadFusion

LF-2523
Fixed an issue that prevented the LuciadFusion version number to be shown in the version dialog of the Studio web application.

Bug fixLuciadFusion

LF-2187
Resolved an issue where the job schedule was reset after the job had finished if the schedule was changed while the job was running.

2023.1.04

ImprovementLuciadFusion

LCD-13186
Introduced ILcdGeoJsonShapeEncoder and accompanying getter and setter on the TLcdGeoJsonModelEncoder. This shape encoder can be used to extend or override encoding of shapes to GeoJSON geometries.

Bug fixLuciadFusion

LCD-13227
When an SLD style was created or decoded containing rules without Min or MaxScaleDenominator properties, the properties were unexpectedly introduced with a default value when the SLD style was encoded with TLcdSLDFeatureTypeStyleEncoder.

Bug fixLuciadFusion

LCD-13222
TLcdSVGIcon did not properly support the world-sized units pt and pc, which are respectively equal to 1/72 inch and 1/6 inch.

Bug fixLuciadFusion

LCD-13215
The WFS server did not close all streams resulting from ILcdModel#query calls.

Bug fixLuciadFusion

LCD-13224
Fixed an issue where the current measurement of the TLspRulerController was not reset when the controller is cancelled.

Bug fixLuciadFusion

LCD-13225
Two issues have been fixed when encoding an SLD style containing a color map to an OGC SE 1.1 style file using TLcdSLDFeatureTypeStyleEncoder:
  • The alpha component of a color was not preserved during encoding when the SLD style was decoded from an OGC SE 1.1 style file.
  • The color map was not encoded to the correct color map function: Categorize and Interpolate were incorrectly exchanged.

Bug fixLuciadFusion

LCD-13226
When an SLD style was created or decoded with an explicit GammaValue property equal to the default value 1.0, the property was always skipped when the SLD style was encoded with TLcdSLDFeatureTypeStyleEncoder.

Bug fixLuciadFusion

LF-2385
Fixed an issue for processing coverages using TIFF as tile format. On Java 11 and newer it could result in using more memory than desired.

2023.1.03

Bug fixLuciadFusion

LCD-5848
Fixed an issue that prevented lighting and fog effects from applying to raster layers when no terrain is present in the view.

Bug fixLuciadFusion

LCD-13201
Fixed an NPE that would occur when a TLcdGeoJsonModelDecoder has a custom implementation of #parseCustomGeometry, and encounters a GeometryCollection feature that contains 2 or more consecutive custom shapes. Additionally, the order of such GeometryCollection geometries is now always kept the same as in the input JSON, even when it contains custom geometries.

Bug fixLuciadFusion

LCD-13150
When using a display scale != 100%, touch events could sometimes have incorrect coordinates. This was noticeable when rotating the view, where the rotation center was not between the touch points.

2023.1.02

ImprovementLuciadFusion

LCD-13172
TLspWMSLayerBuilder#mapScaleProvider and TLspWMSLayerBuilder#sldStyle have been added to the API. These methods allow the developer to control the scale that is used for the painter and to configure client-side scale ranges that determine when the data is visualized.

Bug fixLuciadFusion

LCD-13073
TLcdWMSGXYViewFactory#createGXYView(boolean, int, int, ILcdBounds, ILcdXYWorldReference, Color, aRequestContext) was no longer called during the creation of a TLcdGXYViewBufferedImage. Extensions of TLcdWMSGXYViewFactory overriding this method to change the configuration of TLcdGXYViewBufferedImage where no longer applied because of this.

2023.1.01

ImprovementLuciadFusion

LCD-13127
You can now use SLD styles with color maps to render dual-band raster data, such as wind or water velocity data decoded from OGC NetCDF files. Such data consists of a U and a V band that respectively represent a magnitude value parallel to the X and Y axis. The SLD rendering pipeline calculates the magnitude for a vector that combines the U and V bands, on which the color map is applied.

ImprovementLuciadFusion

LCD-13124
The WCS client's GetCoverage decoding logic now reuses the TLcdGeoTIFFModelDecoder improving the decoding time.

Bug fixLuciadFusion

LCD-13097
Fixed an issue where semi-transparent overlay components on an AWT view could exhibit a "flickering" effect on monitors with display scaling enabled.

Bug fixLuciadFusion

LCD-13144
Fixed WCS coverage generation to better take into account the appropriate level of detail from a source data set with multiple level of details. Before the coverage generation would use less detailed information when encountering values representing a NODATA value. This could result in using inappropriate values when generating coverages having a more detailed level of detail.

Bug fixLuciadFusion

LCD-13182
SLD icon rendering in GXY could trigger cut-off icons near the map borders when shifted anchor points were defined for the icons. This was especially visible when the data was visualized using a tiled WMS or WMTS service.

2023.1

New featureLuciadFusion

A new configuration option DECODE FAILURE RESOLUTION for crawl jobs in LuciadFusion Studio has been added to provide more flexibility when corrupted or inaccessible data/styles are detected while crawling a data root.

When the configuration option Keep associated Data and Styles is enabled, the crawl job will retain inaccessible or corrupt data/styles on a re-crawl. This also means that the associated Products will keep this data/styles on a subsequent re-crawl. When the valid data/styles is accessible again at a later time, the user will be able to visualize/access it normally as before when requested via an associated OGC service. When the configuration option Delete associated Data and Styles is enabled, the crawl job will delete the inaccessible or corrupt data/styles from all the associated Products. This behavior/configuration is enabled by default.

New featureLuciadFusion

TLcdMBTilesModelDecoder now supports vector tiles as well as image tiles. Vector tile data can be visualized in a Lightspeed view by using TLspMBTilesVectorLayerBuilder.

New featureLuciadFusion

Unreferenced BINZ, IFC and OBJ data can now be used in an OGC 3D Tiles service in LuciadFusion. The data will be pre-processed to OGC 3D Tiles when it is published in an OGC 3D Tiles service.

New featureLuciadFusion

LF-2439

LuciadFusion now allows users to pre-process and publish custom elevation formats in a Luciad Tile Service (LTS). Check Registering a model decoder for a custom elevation format as a service to find out how.

New featureLuciadFusion

The role-based access control for data resources in LuciadFusion has been extended to allow the user to provide both scale and spatial ranges for the data rules. You can use the updated LuciadFusion REST API to configure the extended data access rules.

Read the access control in LuciadFusion reference guide for more information.

ImprovementLuciadFusion

The WCS server's GetCoverage handling logic now reuses threads across multiple requests improving the response time depending on the used data and hardware.

ImprovementLuciadFusion

LCD-11110

An ellipsoidal version of TLcdLambertAzimuthalEqualArea has been added: TLcdEllipsoidalLambertAzimuthalEqualArea. This projection use ellipsoidal calculations instead of only spherical calculations.

This also improves the precision of the WKT and EPSG references that use this an ellipsoidal version of this projection. TLcdWKTReferenceParser now makes a distinction between the spherical and the ellipsoidal versions of this projection. The precision of these EPSG codes has now been improved:

  • 3035
  • 3571 to 3576
  • 5633, 5635, 5636, 5638
  • 6931, 6932
  • 9039
  • 9947

ImprovementLuciadFusion

LCD-13074
The WFS server's capability to output features as GeoJSON has been made more robust: features that cannot be encoded to GeoJSON (for example, because of an unsupported geometry type) are now skipped with a warning instead of causing a WFS GetFeature response failure.

ImprovementLuciadFusion

LCD-13067

The TLcdGeoJsonModelDecoder can now decode features with a null geometry. The resulting domain objects are ILcdDataObjects containing the json properties, and also implement ILcdShapeList, but contain no shapes (they are empty shape lists).

Likewise, the TLcdGeoJsonModelEncoder now supports encoding domain objects that don't have a geometry, provided that they implement ILcdDataObject. The resulting json contains the data object's properties and a null geometry.

ImprovementLuciadFusion

Values for enum string properties are no longer case-sensitive in the LuciadFusion REST API.

ImprovementLuciadFusion

LCD-13022, LCD-13016, LCD-8758
The WFS server is now more flexible against accepting a geometry property name in an OGC Filter condition. Next to a fully-qualified geometry property name (with a prefix bound to a namespace, such as gml:geometry), it now also accepts an unqualified property name (such as geometry). Additionally, warnings such as "Error while converting filter" are no longer logged for valid geometry property names.

ImprovementLuciadFusion

LCD-13035
The following classes now correctly implement ILcdGXYPainter#isTouched:
TLcdGXYImageIconPainter
ALcdEarthGXYPainter
TLcdEarthGXYVertexArrayPainter
TLcdGXYClippingPainterWrapper

The precision of ILcdGXYPainter#isTouched for ALcdRasterPainter and TLcdMultivaluedRasterPainter has been improved.

ImprovementLuciadFusion

The TLcdOBJModelDecoder now supports setting a default reference, which will be used in case the model reference decoder doesn't provide one.

ImprovementLuciadFusion

PostgreSQL 16 is now supported as a database for LuciadFusion Studio.

ImprovementLuciadFusion

LCD-13047
The method TLspScaleBasedStylerBuilder.styler(TLcdDimensionInterval<TLcdMapScale>, ALspStyler) has been changed to accept an ILspStyler instead of an ALspStyler. This makes it possible to use the TLspScaleBasedStylerBuilder with every ILspStyler implementation in LuciadLightspeed.

ImprovementLuciadFusion

LF-2474
Added a method to TLfnCustomProperty.Builder to set the value of the custom property to a generic Object value.

ImprovementLuciadFusion

Uploaded files now preserve non-alphanumeric characters in their filename.

ImprovementLuciadFusion

LCD-12999
TLcdGXYClippingPainterWrapper now supports two modes: an inclusive (default) and exclusive mode, which respectively indicate whether only content inside or outside the clipping shapes gets painted.

ImprovementLuciadFusion

LCD-12995
The priority of the ILcdGXYViewEncoder is now used to determine the order of the supported image formats advertised in the capabilities of the WMS Server.

ImprovementLuciadFusion

LF-2503
Data and Service resource unique identifiers will now be added to the uuid attribute of their ISO metadata record's dataIdentification and serviceIdentification section respectively. This change will only affect existing Data resources after they have been re-crawled using a Crawl Job whose forceRecrawlFiles property has been set to true. This change will only affect existing Service resources after they have been updated.

ImprovementLuciadFusion

LF-1517
The metadata on the Data detail page will now be automatically reloaded when uploading a metadata file.

Bug fixLuciadFusion

LCD-13123
TLcdEllipsoidUtil#intersects2DLS could incorrectly return true if a point of the first segment is collinear with the points of the second segment, but outside the boundaries of the second segment.
This also influences higher level functionality, such as polygon/polygon intersection checks.

Bug fixLuciadFusion

LCD-13116
TLcdGXYShapePainter: when visualizing shapes that both implement an ILcdShape subtype and ILcdPointList, the painter now gives priority to the former. Refer to the painter's javadoc for more information on the supported objects.

Bug fixLuciadFusion

Complex strokes in a Lightspeed view were not always painted correctly for vertical line segments with points with a large altitude.

Bug fixLuciadFusion

LCD-13079
TLcdOGCFilterEvaluator could not handle a spatial condition with an empty geometry property for domain objects that implemented both ILcdShape and ILcdDataObject and that contained multiple geometry properties.

Bug fixLuciadFusion

LF-2090

LuciadFusion now allows you to use data decoded through the HGTModelDecoder and the TLcdBCIRasterModelDecoder in an LTS service.

Bug fixLuciadFusion

LF-2423

Issues with storing information with unicode characters in LuciadFusion Studio when an SQL Server database is used have been fixed. Crawling files with file names containing unicode characters, or entering metadata information that contained unicode characters would result in the unicode characters being replaced by ?? after storing the information in the database. This has been fixed by changing the type of the columns that store this information from VARCHAR to NVARCHAR.

Note that this reduces the length of a file path that can be crawled or added to LuciadFusion when an SQL Server database is used, as shown in the table below.
SQL Server database version Max file path length
2012, 2014 450
2016 or later 850

Bug fixLuciadFusion

LF-2436
Resolved an issue that caused a Style resource's updated by user to never be updated.

Bug fixLuciadFusion

LF-2503
Fixed an issue where the operatesOn links in a Service resource's ISO metadata records would result in an empty response. For the fix to have effect on existing Service resources, you must update the Service resource using the LuciadFusion Studio REST API or the LuciadFusion Studio UI.

Bug fixLuciadFusion

The locking strategy used during the decoding operations on the elements in the ILcdModel produced by the TLcdJPEG2000ModelDecoder has been optimized to allow for faster access from multiple threads.

Bug fixLuciadFusion

LF-2502
Fixed an issue that could result in the link to the LuciadFusion Studio REST API in Service resource's ISO metadata to appear twice.

Bug fixLuciadFusion

LCD-13054
TLcdOGC3DTilesModelDecoder: Fixed issue when decoding GLB files with a byteStride parameter.

Bug fixLuciadFusion

LCD-13160
The WMS server now takes the PIXELSIZE request parameter into account when evaluating SLD scale ranges. When this request parameter is not present, the OGC default of 0.28mm per pixel is used for the scale calculation, unless the pixel size is overridden on the server using the luciad.dpi VM parameter.

Bug fixLuciadFusion

LCD-13139
TLcdExpressionFactory: when using the eq expression without an epsilon or an epsilon equal to 0, the expression would evaluate to false for equal numbers.

Bug fixLuciadFusion

LF-2501
Resolved an issue, where the operatesOn links pointing tp the datasets contained in a Service resource were removed from the Service's ISO Metadata when updating the Service metadata by uploading a new ISO metadata file.

Upgrade considerationLuciadFusion

LuciadFusion Studio now enabled Draco mesh compression by default for OGC 3D Tiles services created from OBJ, GLB, IFC or BINZ files. The compression can still be disabled using the drop-down in the user interface while configuring your service.

Upgrade considerationLuciadFusion

The dependency to io.reactivex:rxnetty:0.4.9 has been removed because it is no longer used by LuciadFusion. The following dependencies are no longer included in the LuciadFusion release:

Group ID Artifact ID Version
io.reactivex rxnetty 0.4.9
io.reactivex rxjava 1.0.10
io.netty netty-codec-http 4.0.27
io.netty netty-transport-native-epoll 4.0.27
io.netty netty-codec 4.0.27
io.netty netty-handler 4.0.27
io.netty netty-common 4.0.27
io.netty netty-buffer 4.0.27
io.netty netty-transport 4.0.27

Upgrade considerationLuciadFusion

LF-2401
Security updates have been applied to the following dependencies:
Group ID Artifact ID Old Version New Version
org.apache.tomcat.embed tomcat-embed-el 9.0.71 9.0.78
org.springframework spring-websocket 5.3.25 5.3.29
org.springframework spring-webmvc 5.3.25 5.3.29
org.springframework spring-web 5.3.25 5.3.29
org.springframework spring-tx 5.3.25 5.3.29
org.springframework spring-messaging 5.3.25 5.3.29
org.springframework spring-jdbc 5.3.25 5.3.29
org.springframework spring-expression 5.3.25 5.3.29
org.springframework spring-core 5.3.25 5.3.29
org.springframework spring-context-support 5.3.25 5.3.29
org.springframework spring-context 5.3.25 5.3.29
org.springframework spring-beans 5.3.25 5.3.29
org.springframework spring-aop 5.3.25 5.3.29
org.springframework.boot spring-boot-starter-websocket 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-web 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-validation 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-security 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-logging 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-json 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-jdbc 2.7.8 2.7.14
org.springframework.boot spring-boot-autoconfigure 2.7.8 2.7.14
org.springframework.boot spring-boot-actuator 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-freemarker 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-actuator 2.7.8 2.7.14
org.springframework.boot spring-boot-starter 2.7.8 2.7.14
org.springframework.boot spring-boot-configuration-processor 2.7.8 2.7.14
org.springframework.boot spring-boot-actuator-autoconfigure 2.7.8 2.7.14
org.springframework.boot spring-boot 2.7.8 2.7.14
org.yaml snakeyaml 1.33 2.0
org.apache.commons commons-configuration2 2.8.0 2.9.0
ch.qos.logback logback-core 1.2.11 1.2.12
ch.qos.logback logback-classic 1.2.11 1.2.12
io.micrometer micrometer-core 1.9.7 1.9.13
org.springframework.security spring-security-web 5.8.1 5.8.6
org.springframework.security spring-security-config 5.8.1 5.8.6
org.springframework.security spring-security-oauth2-resource-server 5.8.1 5.8.6
org.springframework.security spring-security-ldap 5.8.1 5.8.6
org.springframework.security spring-security-core 5.8.1 5.8.6
org.springframework.security spring-security-crypto 5.8.1 5.8.6
org.springframework.security 5.8.1 5.8.6
The following dependencies have been added:
Group ID Artifact ID Version
com.opencsv opencsv 5.7.1
org.apache.commons commons-collections4 4.4

Upgrade considerationLuciadFusion

Security updates have been applied to the following dependencies:
Group ID Artifact ID Old Version New Version
com.fasterxml.woodstox woodstox-core 5.0.3 6.5.1
org.codehaus.woodstox stax2-api 3.1.4 4.2.1

Security updates have been applied to the following sample dependencies of the OGC server sample:
Group ID Artifact ID Old Version New Version
org.springframework.boot spring-boot 2.7.8 2.7.14
org.springframework.boot spring-boot-starter 2.7.8 2.7.14
org.springframework.boot spring-boot-autoconfigure 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-json 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-jetty 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-logging 2.7.8 2.7.14
org.springframework.boot spring-boot-starter-web 2.7.8 2.7.14
org.springframework spring-aop 5.3.25 5.3.29
org.springframework spring-tx 5.3.25 5.3.29
org.springframework spring-jdbc 5.3.25 5.3.29
org.springframework spring-beans 5.3.25 5.3.29
org.springframework spring-context 5.3.25 5.3.29
org.springframework spring-core 5.3.25 5.3.29
org.springframework spring-expression 5.3.25 5.3.29
org.springframework spring-web 5.3.25 5.3.29
org.springframework spring-webmvc 5.3.25 5.3.29
org.eclipse.jetty.websocket javax-websocket-client-impl 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty.websocket javax-websocket-server-impl 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-annotations 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-client 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-continuation 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-http 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-io 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-plus 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-security 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-server 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-servlet 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-servlets 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-util 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-util-ajax 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-webapp 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty jetty-xml 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty.websocket websocket-api 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty.websocket websocket-client 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty.websocket websocket-common 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty.websocket websocket-server 9.4.50.v20221201 9.4.51.v20230217
org.eclipse.jetty.websocket websocket-servlet 9.4.50.v20221201 9.4.51.v20230217
org.apache.tomcat.embed tomcat-embed-el 9.0.71 9.0.78
org.yaml snakeyaml 1.33 2.0
ch.qos.logback logback-core 1.2.11 1.2.12
ch.qos.logback logback-classic 1.2.11 1.2.12

Upgrade considerationLuciadFusion

TLcdMBTilesModelDecoder has been moved from the SQLite component to a dedicated MBTiles component. It is now contained in the package com.luciad.format.mbtiles Upgrading users will get a compiler error because of this, which can be resolved by adapting the affected import statements. Furthermore, build configurations may need to be updated to include the new lcd_mbtiles.jar file.

Upgrade considerationLuciadFusion

TLcdMBTilesModelDecoder now requires the Google Protocol Buffer library (protobuf-java-3.19.4.jar) to support files which contain vector tiles.

Upgrade considerationLuciadFusion

The return type of the method TLspScaleBasedStyler.getStylersByScaleRange has been changed from ALspStyler to ILspStyler.

Upgrade considerationLuciadFusion

The JLessC library has been added as a dependency. This library is used to compile LESS files to CSS files.
Group ID Artifact ID Version
de.inetsoftware jlessc 1.10

Upgrade considerationLuciadFusion

The dependency of the jsass library has been removed. This library is no longer maintained. The libsass native library, which jsass is built upon, is deprecated and will no longer be developed further.
Group ID Artifact ID Version
io.bit3 jsass 5.7.0

2023.0

2023.0.12

ImprovementLuciadFusion

LCD-13042
TLcdOGC3DTilesModelDecoder: Fixed issue when loading 3D Tiles payload files with an invalid roughness or metallic value. These values should be inside the range of 0 to 1. Values that lie outside of this range will be set to 1, which is the glTF 2.0 default.

ImprovementLuciadFusion

LCD-13122
SLD icon rendering in GXY and Lightspeed now supports well-known mark icons to represent the following additional shapes:
  • shape://slash or slash: a forward diagonal line
  • shape://backslash or backslash: a backward diagonal line
  • shape://plus or plus: a plus mark
  • shape://times or times: a times mark

Bug fixLuciadFusion

A TLfnDataQueryEvent is now published when performing an RSQL query using the GET /data/filter endpoint of the REST API.

Bug fixLuciadFusion

LCD-13114
TLcdWFSProxyModel did not work well with a WFS server that required authentication: if the correct credentials were specified through a TLcdOWSHttpTransport, fetching of resources such as XML Schemas could still lead to authentication failures.

Bug fixLuciadFusion

LCD-13120

Resolved an issue where the TLcdOGCFilter containing a TLcdOGCBinarySpatialOperator would try to convert the condition's ILcdShape to the ILcdModelReference of the domain object when it was not necessary to do so. For instance, when the shape used by the spatial operator and the shape used by the domain object, had a different ILcdGeoReference containing the same ILcdGeodeticDatum.

This could cause an IllegalArgumentException to be thrown when evaluating the TLcdOGCFilter, stating the spatial condition and domain object had incompatible references.

Bug fixLuciadFusion

The red hatched pattern returned by the WCS Server in case the requested data is too detailed is now only returned for datasets with RGBA images. In other cases an empty image that complies with the band semantics of the dataset is returned.

Bug fixLuciadFusion

LCD-13126
The use of the well-known mark icons horline and vertline resulted in a visual gap between the symbols when they were used for a fill pattern.

Bug fixLuciadFusion

LCD-13113
An SLD point symbolizer did not support a has-a-shape domain object in a GXY view if the geometry property name was missing in the SLD. Similar as for other SLD symbolizers, the shape will now be automatically discovered based on a TLcdHasGeometryAnnotation available on the domain object's data model.

2023.0.11

ImprovementLuciadFusion

LF-2492
Improved the performance of retrieving service resources through the LuciadFusion REST API when access control is enabled.

ImprovementLuciadFusion

LCD-13099
TLcdEPSGReferenceParser now also documents which EPSG codes are not supported.

ImprovementLuciadFusion

LF-2494
It's now possible to add your own ErrorController implementation to LuciadFusion. The default error controller provided by LuciadFusion will not be activated in that case. Previously, adding your own error controller would result in an ambiguous mapping error about the /error endpoint.

ImprovementLuciadFusion

LCD-12947
Generated B3DM files and their contained glTF data now adhere to the padding requirements in their specifications. This improves the compatibility of data sets created by the 3D Tiles Processing Engine with third party tools and with a wider range of display drivers.

ImprovementLuciadFusion

LCD-12969
A new standard symbol TLcdSymbol.PLUS_DIAMOND was added.

Bug fixLuciadFusion

LCD-13103
Fixed an issue where creating 3D Tiles for meshes without primitives would create invalid glTF. Such meshes are skipped now.

Bug fixLuciadFusion

LCD-13093
Models containing one or more elements of type TLcdShapeList that themselves contains an ILcdShape that implements both ILcdPolyline and ILcdPolygon are now correctly exported to LVDB and Geopackage databases.

Bug fixLuciadFusion

LCD-13085
The WCS server's GetCoverage performance improvement introduced by LCD-12948 could result in too many open threads, causing OutOfMemoryError issues on certain platforms.

Bug fixLuciadFusion

LCD-13108
When sending a WMTS request without request parameter, the returned exception report did not refer to the correct exception code: this should be MissingParameterValue instead of InvalidParameterValue.

Bug fixLuciadFusion

LCD-13107
Fixed a memory leak that occurred when using a grid on a Lightspeed view with labels enabled.

Bug fixLuciadFusion

LCD-13104
The method TLcdWFSProxyModel#getGeometryPropertyName could trigger a NullPointerException when it was called from multiple threads concurrently.

Bug fixLuciadFusion

LCD-13049
ALcdWMSProxy#toDataSource now takes ATLcdSLDNamedLayer#isQueryable into account. This fixes the problem that the "enable feature info" checkbox in the Connect-To panel in Lucy was broken for SLD styled layers.

Bug fixLuciadFusion

LF-2488
Fixed an issue that prevented the "Last Run Only" filter on the crawl job detail page from working and showing any results when applied.

Bug fixLuciadFusion

LCD-13107, LCD-13218
Fixed a memory leak that could occur for layers with labeled objects that are added, updated and removed frequently.

2023.0.10

Bug fixLuciadFusion

LF-2481
Resolved an issue, introduced in version 2022.0, where the labels on WMS GetMap responses could intersect with the map boundaries, resulting in cut-off labels in the WMS map tiles.

Bug fixLuciadFusion

LCD-13078
Fixed a bug in the TLcdE57ModelDecoder: when creating panoramic images from input pinhole images, multiple locations could end up in one Luciad Panorama if they differ only in their Z coordinate.

2023.0.09

Bug fixLuciadFusion

LCD-13063
Fixed a NullPointerException in TLspSLDStyler that could happen when adding an SLD-styled raster layer to the view.

Bug fixLuciadFusion

LCD-13061
TLsp3DIconStyle: an exception was thrown when styling an oriented point with a TLsp3DIconStyle on a 2D cartesian view.

Bug fixLuciadFusion

LCD-13050
Fixed some controller rendering issues in the ILcdGXYView implementations when using HiDPI rendering.

Bug fixLuciadFusion

LCD-13066
The built-in custom OGC functions START_POINT_FUNCTION_NAME, END_POINT_FUNCTION_NAME, START_ANGLE_FUNCTION_NAME, END_ANGLE_FUNCTION_NAME, INTERIOR_POINT_FUNCTION_NAME and VERTICES_FUNCTION_NAME in TLcdOGCVendorSpecificFunctions could not handle GML geometry properties.

2023.0.08

Bug fixLuciadFusion

LCD-12930
The correct forward slash separator is now always used to find child resources instead of the system dependent java.io.File#separatorChar.

Bug fixLuciadFusion

LCD-13036
Fixed an issue where OSGB datasets with paths containing non-latin scripts characters would not be served correctly by LuciadFusion

Bug fixLuciadFusion

LCD-13032
The TILcdDatabaseEncoder2 now uses PreparedStatement#getParameterMetaData to determine the SQL type of a parameter when setting null values. This corrects the situation where a null value for a nullable boolean column resulted in an error when saving.

Bug fixLuciadFusion

LCD-13046
Fixed a NPE that could occur when using the TLspEditController to edit an object, and simultaneously modifying that object programmatically.

Bug fixLuciadFusion

LCD-12888
The TLcdMBTilesModelDecoder now interprets the minzoom value stored in the metadata table. As a result tiles are now shown which previously where not.

Bug fixLuciadFusion

LCD-12664
The TLcdLVDBModelDecoder and the TLcdGeoPackageModelDecoder now return null instead of 0 when the NULL value is stored in the database.

Bug fixLuciadFusion

LCD-12861
The TLcdMBTilesModelDecoder and TLcdGeoPackageModelDecoder no longer create empty directories when trying to open non-existing sources.

Bug fixLuciadFusion

LCD-13029
To avoid threading issues, the collections returned by ILspInteractivePaintableLayer#getObjectsWithPaintState are now protected by read or write locks, managed by TLcdLockUtil. Before this locking mechanism was introduced, a rare ConcurrentModificationException could occur for example when changing a layer filter, while simultaneously (de)selecting objects on that layer.

We recommended checking your codebase for any custom usages of #getObjectsWithPaintState and apply the proper locking. An example snippet of how to take a read or write lock is included in the method javadoc. This recommendation is mostly relevant for dynamic layers, in which for example the layer filter may frequently change, and in which the elements can be selected or edited.

2023.0.07

ImprovementLuciadFusion

LCD-13004
Improved the labeling position for polygons crossing the date line in several Lightspeed and GXY scenarios.

ImprovementLuciadFusion

LCD-12948
The WCS server's GetCoverage handling logic now takes better advantage of multiple CPU cores, improving the response time with up to 50% depending on the used data and hardware.

ImprovementLuciadFusion

LCD-13014
SLD icon rendering in GXY and Lightspeed now supports well-known mark icons to represent a horizontal line and a vertical line. The supported well-known names are horline or shape://horline for a horizontal line and vertline and shape://vertline for a vertical line.

ImprovementLuciadFusion

LCD-13030
The WMTS client will now use the tile matrix set which is in the EPSG:4326 reference and has a quad tree tile structure, if there's any.

Bug fixLuciadFusion

LF-2471
The OGC services sample failed to start if the lcd_fusionplatform.jar was on the classpath. This has now been fixed.

Bug fixLuciadFusion

LCD-13008
TLcdWKTReferenceParser didn't parse WKT strings using the 'Albers_Equal_Area' projection name correctly and TLcdWKTReferenceFormatter used an invalid name with a 't'. This issue was introduced in patch version 2022.1.13.

Bug fixLuciadFusion

LF-2469
In the LuciadFusion Studio web application, hovering the mouse cursor over a line on the charts of the Status page now shows the corresponding chart value instead of an empty popup.

Bug fixLuciadFusion

LCD-12980
Fixed an issue where, in some scenarios, raster data using an IndexColorModel was displayed with incorrect colors when zoomed out.

Bug fixLuciadFusion

LCD-12983
Fixed an issue where the TLspPopupMenuSelectionCandidateHandler did not handle correctly selection candidates correctly when they were already selected.

Bug fixLuciadFusion

LCD-13000
The TLcdDatabaseModelDecoder now correctly handles the optional maxCacheSize parameter, disabling the caching when the value is less or equal to 0.

Bug fixLuciadFusion

LCD-13006
SLD icon rendering in GXY did not support foot for the uom property of a point symbolizer, in contrast with Lightspeed. To ease using this uom, a new method foot has been added to the builder of TLcdSLDPointSymbolizer.

Bug fixLuciadFusion

LCD-13020
The utility method ILcdPropertyRetrieverProvider#createDefaultPropertyRetrieverProvider could result in model read access without an appropriate lock.

2023.0.06

ImprovementLuciadFusion

LF-2397
It is now prohibited and not possible to create data resource access rules for the user role LFN_ADMINISTRATOR.

2023.0.05

ImprovementLuciadFusion

LF-2460
It is now possible to configure the LDAP authentication to perform a subtree search for groups by setting the fusion.security.ldap.groupSearch.searchSubtree property to true in config/application-fusion.production.yml. By default, LuciadFusion does not perform a subtree search for performance reasons.

ImprovementLuciadFusion

LF-2437
The number of threads used by the LTS preprocessor engine can now be configured using the fusion.lts.preProcessing.engineThreadCount property. The default value of this property is the number of processors divided by two.

ImprovementLuciadFusion

LF-2214
TLcdDataModelBuilder and TLfnCustomPropertyDefinitions now allow type names and property names that include periods and dashes.

Bug fixLuciadFusion

LCD-12996
com.luciad.io.TLcdStatusInputStreamFactory now excludes wrapping created input streams for GeoTIFF files as reading this format requires random file access.

Bug fixLuciadFusion

LF-2457
Resolved an issue that caused Product names to not be sanitized during creation. This could cause a Product to have a name that is not URL safe when this Product is published in a Service.

2023.0.04

ImprovementLuciadFusion

LCD-12337
TLcdWKTReferenceParser now supports compound references with an ellipsoidal vertical datum: VERT_DATUM tag with value 2002 (ellipsoid).

ImprovementLuciadFusion

LCD-11990
TLcdWKTReferenceParser now recognizes "North American 1983 CSRS", "North American Datum 1983 CSRS" and variants as aliases for the "NAD83 Canadian Spatial Reference System" geodetic datum name.

ImprovementLuciadFusion

LF-2278
The LuciadFusion version can now be found in the web application by clicking on the Help menu and selecting Version.

ImprovementLuciadFusion

LF-2279
The LuciadFusion version can now be obtained using the GET /api endpoint of the REST API. The productInfo.version property contains the version of LuciadFusion.

ImprovementLuciadFusion

LF-2284
A stack trace is now shown in the detail page of a file that the crawler failed to decode. The stack trace provides more insight into why the file could not be crawled.

ImprovementLuciadFusion

LF-2416
Requests to stopped services now return an HTTP 404 Not Found response, instead of a 503 Service Unavailable response.

Bug fixLuciadFusion

LF-2458
Fixed a checksum error that prevented upgrading LuciadFusion from versions 2022.0 - 2022.0.3 to a later version when using SQL Server as a database.

Bug fixLuciadFusion

LCD-9650
Fixed a rare crash in TLspLabelPainter that could happen when removing a layer that contains labels with pins, or disposing the view.

Bug fixLuciadFusion

LCD-12726
TLcdWKTReferenceParser now more consistently assigns the correct datum transformation parameters to "Amersfoort / RD New" references.

Bug fixLuciadFusion

LCD-12471
Some of the EPSG references parsed by TLcdEPSGReferenceParser had incorrect projection parameters. This affected references where the EPSG database defines parameters in a different unit than meters or degrees:
  • EPSG:3359
  • EPSG:22391 and EPSG:22392
  • EPSG:22780
  • EPSG:26191 to EPSG:26195
  • EPSG:26814 and EPSG:26815
  • EPSG:26819 to EPSG:26822
  • EPSG:26825 and EPSG:26826
  • EPSG:26830 to EPSG:26833
  • EPSG:26836 and EPSG:26837
  • EPSG:26841 to EPSG:26844
  • EPSG:30491 and EPSG:30492
  • EPSG:30791 and EPSG:30792

Bug fixLuciadFusion

LCD-12979
Fixed an issue in TLcd2DBoundsIndexedModel model bounds calculation. In certain edge cases, the Z/depth of the model bounds could be too small, causing model.getBounds().contains3D(modelObject.getBounds()) to fail.

Bug fixLuciadFusion

LF-2422
Fixed an issue that prevented crawling files whose file name consisted entirely of non-alphanumeric characters in combination with using an Oracle database for LuciadFusion Studio. If the data is used in a WFS service, the feature type id will now have a random uuid part.

Bug fixLuciadFusion

LF-2396
Fixed an issue that caused the getDataSource method of the TLfnData in a TLfnDataUpdatedEvent to return null when re-crawling changed data.

Bug fixLuciadFusion

LF-2416
Resolved an issue that caused LuciadFusion to continue executing requests to stopped services, after sending an error response.

Bug fixLuciadFusion

LCD-12967
The WFS server could reject a valid property name filter if the requested feature type was backed by a model with multiple data types.

Bug fixLuciadFusion

LCD-6724
The OGC WCS client no longer creates lmap-geotiff* files in the temporary folder.

Bug fixLuciadFusion

LF-2432
Fixed an issue that caused the createdBy property of a PreprocessJob to be empty when using the REST API.

Upgrade considerationLuciadFusion

LF-2429, LF-2430
The following jackson dependencies have been upgraded:
Group ID Artifact ID Old Version New Version
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.9.7 2.14.0
com.fasterxml.jackson.dataformat jackson-dataformat-cbor 2.9.7 2.14.0
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.9.7 2.14.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.9.7 2.14.0
com.fasterxml.jackson.module jackson-module-afterburner 2.9.7 2.14.0
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.9.7 2.14.0

2023.0.03

ImprovementLuciadFusion

LCD-12640
The TLspEditController can now handle external changes to the edited object that result in a change in the amount of edit handles generated for those objects. For example when adding or removing points of a polyline.

Bug fixLuciadFusion

LCD-12952
Fixed an issue where the height of some types of 3D Tiles data sets was not correctly computed in 3D views when using a view dependent height provider.

Bug fixLuciadFusion

LCD-12793, LCD-9529, LCD-7035
SLD icon rendering in GXY / Lightspeed now supports the uom property of a symbolizer. This property can be used to draw icons with a world size. When omitted, a pixel size is applied by default.

2023.0.02

ImprovementLuciadFusion

LCD-12933
The WFS server did not properly log issues when the data in response to a GetFeature request could not be encoded to the requested format (GML or GeoJSON).

Bug fixLuciadFusion

LCD-12905
Decoding IMS icons can no longer result in icons having a size of -1.

Bug fixLuciadFusion

LCD-12963
TLcdDurationFormat: rounding could lead to invalid durations such as "1m 60s". This has been fixed.

Bug fixLuciadFusion

LCD-12955
The WFS server could not serve data defined in a topocentric geographical reference.

Bug fixLuciadFusion

LCD-12944
The WCS server's caching capabilities did not work for WCS 1.1.0 GetCoverage requests that defined a desired output resolution instead of an image size.

2023.0.01

ImprovementLuciadFusion

LF-2398
Requests to stopped services now return an HTTP 404 Not Found response, instead of a 503 Service Unavailable response.

ImprovementLuciadFusion

LF-2394
It is now possible to create a new data root without automatically enqueuing the corresponding crawl job to run. To accomplish this, provide the crawlJob.enqueueJob property with value false in the REST API POST /api/data-roots endpoint.

ImprovementLuciadFusion

LCD-12863
TLcdEPSGReferenceParser now additionally supports the following datums, and coordinate references that make use of it:
  • Korean Datum 1985
  • Macao 1920

ImprovementLuciadFusion

LCD-12863
TLcdGeodeticDatum now supports the Molodensky-Badekas 10-parameter transformation. On top of the previous 7 parameters, it is now possible to set 3 additional parameters that define a pivot point. See
  • TLcdGeodeticDatum#setPivotX
  • TLcdGeodeticDatum#setPivotY
  • TLcdGeodeticDatum#setPivotZ

ImprovementLuciadFusion

LCD-12917
The TLcdGeoTIFFModelDecoder now can read single band float data for which a mask image is used to indicate the 'no data' values. The elevation data for which the mask indicates there is no value is mapped onto the value TLcdDTEDTileDecoder.UNKNOWN_ELEVATION. This mapped no data value is exposed in the ALcdImage semantics and as the default value for ILcdRaster.

Bug fixLuciadFusion

LF-2415
Resolved an issue with the build/maven/deploy.xml which cause some artifacts from the ecw-native dependency to be deployed with incorrect classifiers. This caused the Maven sample project to fail.

Bug fixLuciadFusion

LF-2414
Removed an --add-opens parameter from StartFusionPlatformServer.sh and StartFusionPlatformServer.sh which caused the script to fail when running on JDK 8.

Bug fixLuciadFusion

LF-2405
Resolved a race condition during shutdown of LuciadFusion that could cause running jobs to not be restarted automatically when LuciadFusion gets restarted. This race condition was much more likely to occur when access control was enabled.

Bug fixLuciadFusion

LF-2398
Resolved an issue that caused LuciadFusion to continue executing requests to stopped services, after sending an error response.

Bug fixLuciadFusion

LCD-9092
The TLcdGeoTIFFModelEncoder could produce incorrectly located GeoTIFF files. This could happen for references using a custom datum with a prime meridian different from 0. Now an exception is thrown to indicate the encoding does not support it.

Bug fixLuciadFusion

LCD-12920
The TLcdGeoTIFFModelEncoder could produce incorrectly located GeoTIFF files. This could happen for grid references having a rotation value different from zero and for which there is no EPSG code available.

2023.0

New featureLuciadFusion

LuciadFusion now supports role-based access control for data resources. You can use the new LuciadFusion REST API to configure data access rules.

Read the access control in LuciadFusion developer guide for more information.

New featureLuciadFusion

The Spring Boot dependencies of LuciadFusion have been upgraded from version 2.1 to version 2.7. This newer version brings numerous new features and fixes. It's advisable to read through the release notes of every version to know what is new, what has changed and what has been deprecated.

Check out our LuciadFusion troubleshooting guide for a list of major changes caused by the Spring Boot upgrade.

New featureLuciadFusion

It is now possible to configure multiple named styles for WMS and WMTS Services. To accomplish this, new endpoints /api/products/{id}/style-sets and /api/products/{id}/data are now part of the REST API. The endpoint /api/products/{id}/styled-data is now deprecated.

You can find more explanation on how to create named styles for WMS and WMTS services within the LuciadFusion REST API Developer Guide webpage.

ImprovementLuciadFusion

LCD-12439
The make_osgi_bundles script now comes with an upgraded BND library and Felix framework, improving compatibility with Java 11 and higher.

ImprovementLuciadFusion

LF-2371
The length of the database column of the pre-process path has been increased to the maximum allowed size. The pre-process path was previously limited to around 255 characters.

ImprovementLuciadFusion

LCD-12864
Support has been added for an OGC strReplace function in TLcdOGCVendorSpecificFunctions that can replace a pattern in a String property. This function can be used when querying a model (see ILcdModel#query), when creating an OGC Filter or when creating an SLD style.

ImprovementLuciadFusion

LCD-11611
Split packages have been eliminated from all lcd_*.jar files. This improves compatibility with JDK 9 and higher.

ImprovementLuciadFusion

The lcd_3dtiles.jar file has been renamed to lcd_tiled3d.jar, so Java can generate an automatic module for it. The name change also applies to the corresponding maven pom file.

ImprovementLuciadFusion

LCD-11985
The vertical view controllers (TLcdVVAltitudeRangeSliderJPanel, TLcdVVStartEndIndexJSlider, and TLcdVVStartEndIndexJSlider) no longer reset when the vertical view's ILcdVVModel fires a change event. Usually those controllers only need to be reset when the view displays an entirely different profile. You can achieve this by maintaining a 1-to-1 mapping between the domain object and the vertical view model, as shown in the sample class FlightSelectionListener. In addition, TLcdVVTerrainModel has a new constructor making it easier to create a fully initialized terrain profile to achieve that 1-to-1 mapping. The other constructors have been deprecated. If you don't have a 1-to-1 mapping, you can unset and set the vertical view's model (i.e. vview.setVVModel(null); vview.setVVModel(model);) whenever you want to reset the controllers.

ImprovementLuciadFusion

It is now possible to perform comparison between two queryable properties using e.g. lfn.type=ic=${aStringPropName}, when querying data resources. This change applies to the REST API GET api/data/filter endpoint.

ImprovementLuciadFusion

The EPSG database has been updated to the latest version: 10.088.

ImprovementLuciadFusion

LF-2379
Use of deflate compression can now be disabled for OGC 3D Tiles, Panoramics, and HSPC services. See the config/application-fusion.common.yml file on how to disable this. Disabling compression is useful if the servlet container that LuciadFusion is running in already handles compression. For example, LuciadFusion running in a Tomcat container with compression turned on.

ImprovementLuciadFusion

LF-2390
The Product details page of the LuciadFusion Studio web app now also shows the Product id.

Bug fixLuciadFusion

LF-2393
Fixed an issue that caused WFS feature types to change name if the underlying data had changed and the data was re-crawled or refreshed.

Bug fixLuciadFusion

LF-2384
Resolved an issue that caused LuciadFusion to fail to start when the studio thread pool configuration properties (fusion.studio.configuration.jobs.threadPool) were not defined.

Bug fixLuciadFusion

LCD-12923
TLcdCSWDecoder would enforce the same reference system unto all decoded content, which could trigger a TLcdOutOfBoundsException. This is no longer the case.

Bug fixLuciadFusion

LCD-12910
TLcdSVGIcon painted a world-sized icon too large when the icon was smaller than the SVG document size.

Bug fixLuciadFusion

LCD-12909
The SLD XML decoder and encoder implementation did not support decoding and encoding the uom property of a symbolizer. Reading or setting the property through ALcdSLDSymbolizer#getUom and ALcdSLDSymbolizer#setUom is now aligned with the XML representation.

Bug fixLuciadFusion

LCD-12800
The use of an SLD style defining an SVG icon in combination with a dynamic rotation property could result in incorrectly sized icons in GXY / Lightspeed.

Bug fixLuciadFusion

LCD-12896
The Well-Known Binary CIRCULARSTRING type is now correctly read from the database for both 2D and 3D shapes.

Upgrade considerationLuciadFusion

The ECWP service of LuciadFusion has been disabled by default to avoid a Studio styling issue on Linux when the customization of the Studio front-end is enabled (= by default in the development profile). To enable ECWP again, you can set the property fusion.ecwp.enabled=true in the config/application-fusion.common.yml file. If you are using Linux, make sure to disable the customization of the Studio front-end in this case by setting the property fusion.studio.webapp.theme.enabled=false.

Upgrade considerationLuciadFusion

The minimum OpenGL version required by ILspView is now 4.2. GPUs or drivers which do not support this version will no longer be able to use the hardware-accelerated Lightspeed view. For more information please contact support.luciad.gsp@hexagon.com.

Upgrade considerationLuciadFusion

LuciadLightspeed no longer supports Oculus devices. For more information please contact support.luciad.gsp@hexagon.com.

Upgrade considerationLuciadFusion

LCD-11985
TLcdAltitudeRangeSliderAdapter has been deprecated. Its functionality is now handled automatically by TLcdVVAltitudeRangeSliderJPanel. You can safely remove it from your code.

Upgrade considerationLuciadFusion

The vmoptions files used by start.jar and the launcher scripts have been simplified and moved to config/vmoptions to avoid split packages. If you want to override the startup parameters of a sample or product, look for a vmoptions file in that directory starting with the relevant package, such as com.luciad.lucy.vmoptions for com.luciad.lucy.TLcyMain.

Upgrade considerationLuciadFusion

The logback version has been upgraded to version 1.2.11 due to the Spring Boot upgrade from version 2.1 to 2.7:
Group ID Artifact ID Old Version New Version
ch.qos.logback logback-classic 1.2.3 1.2.11

Upgrade considerationLuciadFusion

LCD-12446, LCD-12445
The com.luciad.ogc.filter.model package is no longer split between multiple jars. To achieve this, the following API has been moved:
Class or interface Old package New package
ILcdGenericExpression
ILcdOGCCondition
ILcdOGCExpression
ILcdOGCSortBy
com.luciad.ogc.filter.model com.luciad.ogc.filter
ILcdOGCFeatureIDRetriever com.luciad.ogc.filter com.luciad.ogc.filter.evaluator
TLcdOGCFilterCapabilitiesConstants com.luciad.ogc.filter N/A
If you encounter any compile errors due to these changes, simply update the relevant import statement. There should be no need for the TLcdOGCFilterCapabilitiesConstants class. If you require some of its constants, you can define these yourself.

Upgrade considerationLuciadFusion

LCD-12445
The com.luciad.geometry package is no longer split between multiple jars. To achieve this, the following API has been moved:
Class or interface Old package New package
ILcd2DAdvancedBinaryTopology
ILcd2DBinaryTopology
ALcd2DBasicBinaryTopology
ALcd2DBasicBinaryTopologyMultiShape
ELcdGeometryDimension
ELcdGeometryRegion
ILcd2DLineIntersectionTopology
ILcdIntersectionMatrix
ILcdIntersectionMatrixPattern
com.luciad.geometry com.luciad.geometry.topology
TLcdCartesianAdvancedBinaryTopology
TLcdCartesianBasicBinaryTopology
com.luciad.geometry.cartesian com.luciad.geometry.topology.cartesian
ILcd2DEllipsoidalBinaryTopology
TLcdEllipsoidalAdvancedBinaryTopology
TLcdEllipsoidalBasicBinaryTopology
com.luciad.geometry.ellipsoidal com.luciad.geometry.topology.ellipsoidal
TLcdSphericalAdvancedBinaryTopology
TLcdSphericalBasicBinaryTopology
com.luciad.geometry.spherical com.luciad.geometry.topology.spherical
ILcdConstructiveGeometry com.luciad.geometry com.luciad.geometry.constructive
TLcdCartesianConstructiveGeometry com.luciad.geometry.cartesian com.luciad.geometry.constructive.cartesian
TLcdSphericalConstructiveGeometry com.luciad.geometry.spherical com.luciad.geometry.constructive.spherical
TLcdEllipsoidalConstructiveGeometry com.luciad.geometry.ellipsoidal com.luciad.geometry.constructive.ellipsoidal
TLcdEllipsoidalShapePointEnumerationFactory com.luciad.geometry.ellipsoidal N/A
ILcd2DBasicBinaryTopology com.luciad.geometry N/A
If you encounter any compile errors due to these changes, just update the relevant import statement. If you were still using ILcd2DBasicBinaryTopology, you can replace it with the identical ILcd2DBinaryTopology interface. If you still have a need for TLcdEllipsoidalShapePointEnumerationFactory, please reach out to support.luciad.gsp@hexagon.com.

Upgrade considerationLuciadFusion

Security updates have been applied to the following dependencies:
Group ID Artifact ID Old Version New Version
org.apache.commons commons-text 1.6 1.10.0
org.apache.commons commons-configuration2 2.2.4 2.8.0
commons-beanutils commons-beanutils 1.9.3 1.9.4

The following dependencies have been added:
Group ID Artifact ID Version
org.sharegov mjson 1.4.1

Upgrade considerationLuciadFusion

The package com.luciad.format.gml, containing legacy support for GML 2, has been removed. Its functionality has been deprecated for more than a decade, with com.luciad.format.gml2.xml.TLcdGML2ModelDecoder and com.luciad.format.gml2.xml.TLcdGML2ModelEncoder in the com.luciad.format.gml2.xml package as direct replacements.

Upgrade considerationLuciadFusion

The utility class TLcdJDOM2OGCFilter which was deprecated since 2017 has been removed. If you are using this class, you can replace it with the following code: ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); new XMLOutputter().output(element, outputStream); TLcdOGCFilterDecoder filterDecoder = new TLcdOGCFilterDecoder(); filterDecoder.setInputStreamFactory(string -> new ByteArrayInputStream(outputStream.toByteArray())); return (TLcdOGCFilter) filterDecoder.decode("");

Upgrade considerationLuciadFusion

Security updates have been applied to the following dependencies:
Group ID Artifact ID Old Version New Version
com.fasterxml.jackson.core jackson-databind 2.14.0 2.14.2
com.fasterxml.jackson.core jackson-core 2.14.0 2.14.2
com.fasterxml.jackson.core jackson-annotations 2.14.0 2.14.2
org.apache.xmlgraphics batik-xml 1.11 1.16
org.apache.xmlgraphics batik-util 1.11 1.16
org.apache.xmlgraphics batik-transcode 1.11 1.16
org.apache.xmlgraphics batik-swing 1.11 1.16
org.apache.xmlgraphics batik-svggen 1.11 1.16
org.apache.xmlgraphics batik-svg-dom 1.11 1.16
org.apache.xmlgraphics batik-script 1.11 1.16
org.apache.xmlgraphics batik-parser 1.11 1.16
org.apache.xmlgraphics batik-i18n 1.11 1.16
org.apache.xmlgraphics batik-gvt 1.11 1.16
org.apache.xmlgraphics batik-gui-util 1.11 1.16
org.apache.xmlgraphics batik-ext 1.11 1.16
org.apache.xmlgraphics batik-dom 1.11 1.16
org.apache.xmlgraphics batik-css 1.11 1.16
org.apache.xmlgraphics batik-constants 1.11 1.16
org.apache.xmlgraphics batik-codec 1.11 1.16
org.apache.xmlgraphics batik-bridge 1.11 1.16
org.apache.xmlgraphics batik-awt-util 1.11 1.16
org.apache.xmlgraphics batik-anim 1.11 1.16
org.apache.xmlgraphics xmlgraphics-commons 2.3 2.7
org.slf4j slf4j-api 1.7.25 1.7.36
org.postgresql postgresql 42.3.6 42.5.4
com.github.mreutegg laszip4j 0.7 0.9
org.jdom jdom2 2.0.5 2.0.6.1
org.apache.commons commons-text 1.6 1.10
org.apache.commons commons-lang3 3.8.1 3.12
org.apache.commons commons-compress 1.5 1.22

The following dependencies have been removed:
Group ID Artifact ID Version
xalan xalan 2.7.2
xalan serializer 2.7.2
org.jdom jdom 1.1.3
javax.servlet javax.servlet-api 3.1.0

The following dependencies have been added:
Group ID Artifact ID Version
jakarta.servlet jakarta.servlet-api 4.0.4
org.apache.xmlgraphics batik-shared-resources 1.16

Upgrade considerationLuciadFusion

Security updates have been applied to the following sample dependencies of the OGC server sample:
Group ID Artifact ID Old Version New Version
org.springframework.boot spring-boot 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-autoconfigure 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-json 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-logging 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-web 2.1.2.RELEASE 2.7.8
org.springframework spring-aop 5.1.4.RELEASE 5.3.25
org.springframework spring-beans 5.1.4.RELEASE 5.3.25
org.springframework spring-context 5.1.4.RELEASE 5.3.25
org.springframework spring-core 5.1.4.RELEASE 5.3.25
org.springframework spring-expression 5.1.4.RELEASE 5.3.25
org.springframework spring-jdbc 5.1.4.RELEASE 5.3.25
org.springframework spring-tx 5.1.4.RELEASE 5.3.25
org.springframework spring-web 5.1.4.RELEASE 5.3.25
org.springframework spring-webmvc 5.1.4.RELEASE 5.3.25
com.zaxxer HikariCP 3.2.0 4.0.3
org.ow2.asm asm 5.0.4 9.4
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.9.8 2.14.2
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.9.8 2.14.2
com.fasterxml.jackson.module jackson-module-parameter-names 2.9.8 2.14.2
org.eclipse.jetty.websocket javax-websocket-client-impl 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket javax-websocket-server-impl 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-annotations 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-client 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-continuation 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-http 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-io 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-plus 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-security 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-server 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-servlet 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-servlets 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-util 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-util-ajax 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-webapp 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-xml 9.4.3.v20170317 9.4.50.v20221201
org.slf4j jul-to-slf4j 1.7.25 1.7.36
org.slf4j slf4j-api 1.7.25 1.7.36
org.apache.logging.log4j log4j-api 2.11.1 2.17.2
org.apache.logging.log4j log4j-to-slf4j 2.11.1 2.17.2
ch.qos.logback logback-classic 1.2.3 1.2.11
ch.qos.logback logback-core 1.2.3 1.2.11
org.yaml snakeyaml 1.23 1.33
org.eclipse.jetty.websocket websocket-api 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-client 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-common 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-server 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-servlet 9.4.3.v20170317 9.4.50.v20221201

The following dependencies have been added:
Group ID Artifact ID Version
org.springframework.boot spring-boot-starter-jetty 2.7.8
jakarta.annotation jakarta.annotation-api 1.3.5
jakarta.websocket jakarta.websocket-api 1.1.2
org.apache.tomcat.embed tomcat-embed-el 9.0.71
org.ow2.asm asm-commons 9.4
org.ow2.asm asm-tree 9.4

The following dependencies have been removed:
Group ID Artifact ID Version
org.eclipse.jetty jetty-unixsocket 9.4.3.v20170317
org.eclipse.jetty jetty-schemas 9.4.3.v20170317
org.eclipse.jetty jetty-rewrite 9.4.3.v20170317
org.eclipse.jetty jetty-quickstart 9.4.3.v20170317
org.eclipse.jetty jetty-proxy 9.4.3.v20170317
org.eclipse.jetty jetty-proxy 9.4.3.v20170317
org.eclipse.jetty jetty-nosql 9.4.3.v20170317
org.eclipse.jetty jetty-memcached-sessions 9.4.3.v20170317
org.eclipse.jetty jetty-jndi 9.4.3.v20170317
org.eclipse.jetty jetty-jmx 9.4.3.v20170317
org.eclipse.jetty jetty-jaspi 9.4.3.v20170317
org.eclipse.jetty jetty-jaas 9.4.3.v20170317
org.eclipse.jetty jetty-infinispan 9.4.3.v20170317
org.eclipse.jetty jetty-gcloud-session-manager 9.4.3.v20170317
org.eclipse.jetty jetty-deploy 9.4.3.v20170317
org.eclipse.jetty jetty-alpn-server 9.4.3.v20170317
org.eclipse.jetty jetty-continuation 9.4.3.v20170317
org.eclipse.jetty jetty-continuation 9.4.3.v20170317
org.eclipse.jetty.cdi cdi-core 9.4.3.v20170317
org.eclipse.jetty.cdi cdi-servlet 9.4.3.v20170317
org.eclipse.jetty.cdi cdi-websocket 9.4.3.v20170317
com.fasterxml.jackson.core jackson-core 2.9.8
com.fasterxml.jackson.core jackson-databind 2.9.8
javax.annotation javax.annotation-api 1.3.2
javax.websocket javax.websocket-api 1.0

Upgrade considerationLuciadFusion

The following dependencies have changed due to the Spring Boot upgrade from version 2.1 to 2.7:
Group ID Artifact ID Old Version New Version
org.springframework.boot spring-boot-actuator-autoconfigure 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-actuator 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-autoconfigure 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-configuration-processor 2.1.0.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-actuator 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-freemarker 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-jdbc 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-json 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-logging 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-web 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-websocket 2.1.0.RELEASE 2.7.8
org.springframework.boot spring-boot-starter-validation / 2.7.8
org.springframework.boot spring-boot-starter 2.1.2.RELEASE 2.7.8
org.springframework.boot spring-boot 2.1.2.RELEASE 2.7.8
org.springframework.ldap spring-ldap-core 2.3.4.RELEASE 2.4.1
org.springframework.security spring-security-config 5.1.1.RELEASE 5.8.1
org.springframework.security spring-security-core 5.1.1.RELEASE 5.8.1
org.springframework.security spring-security-ldap 5.1.1.RELEASE 5.8.1
org.springframework.security spring-security-web 5.1.1.RELEASE 5.8.1
org.springframework spring-aop 5.1.4.RELEASE 5.3.25
org.springframework spring-context-support 5.1.4.RELEASE 5.3.25
org.springframework spring-context 5.1.4.RELEASE 5.3.25
org.springframework spring-expression 5.1.4.RELEASE 5.3.25
org.springframework spring-jdbc 5.1.4.RELEASE 5.3.25
org.springframework spring-messaging 5.1.2.RELEASE 5.3.25
org.springframework spring-web 5.1.4.RELEASE 5.3.25
org.springframework spring-webmvc 5.1.4.RELEASE 5.3.25
org.springframework spring-websocket 5.1.2.RELEASE 5.3.25
org.springframework spring-beans 5.1.4.RELEASE 5.3.25
org.springframework spring-core 5.1.4.RELEASE 5.3.25
org.springframework spring-tx 5.1.4.RELEASE 5.3.25
org.springdoc springdoc-openapi-common 1.6.9 1.6.14
org.springdoc springdoc-openapi-security 1.6.9 1.6.14
org.springdoc springdoc-openapi-ui 1.6.9 1.6.14
org.springdoc springdoc-openapi-webmvc-core 1.6.9 1.6.14
io.swagger.core.v3 swagger-annotations 2.2.0 2.2.7
io.swagger.core.v3 swagger-core 2.2.0 2.2.7
io.swagger.core.v3 swagger-models 2.2.0 2.2.7
org.webjars swagger-ui 4.11.1 4.15.5
org.webjars webjars-locator-core 0.50 0.52
org.apache.tomcat.embed tomcat-embed-el / 9.0.71
org.yaml snakeyaml 1.23 1.33
com.zaxxer HikariCP 3.2.0 4.0.3
org.hdrhistogram HdrHistogram 2.1.9 2.1.12
io.github.classgraph classgraph 4.8.147 4.8.149
com.fasterxml classmate 1.4.0 1.5.1
org.freemarker freemarker 2.3.28 2.3.32
org.hibernate.validator hibernate-validator 6.0.14.Final 6.2.5.Final
org.jboss.logging jboss-logging 3.3.2.Final 3.4.1.Final
org.slf4j jul-to-slf4j 1.7.25 1.7.36
org.slf4j jcl-over-slf4j 1.7.25 1.7.36
org.slf4j log4j-over-slf4j 1.7.25 1.7.36
org.apache.logging.log4j log4j-api 2.11.1 2.17.2
org.apache.logging.log4j log4j-to-slf4j 2.11.1 2.17.2
ch.qos.logback logback-classic 1.2.3 1.2.11
ch.qos.logback logback-core 1.2.3 1.2.11
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.9.8 2.14.2
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.9.8 2.14.2
com.fasterxml.jackson.module jackson-module-parameter-names 2.9.8 2.14.2
com.fasterxml.jackson.dataformat jackson-dataformat-yaml 2.9.8 2.14.2
io.micrometer micrometer-core 1.1.2 1.9.7

The following dependencies have been added:
Group ID Artifact ID Version
org.springframework.security spring-security-crypto 5.8.1
org.springframework.boot spring-boot-starter-security 2.7.8
jakarta.validation jakarta.validation-api 2.0.2

The following dependencies have been removed:
Group ID Artifact ID Version
com.google.code.gson gson 2.8.5
com.fasterxml.jackson.dataformat jackson-dataformat-cbor 2.9.8
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.9.8
com.fasterxml.jackson.module jackson-module-afterburner 2.9.8
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.9.8
javax.annotation javax.annotation-api 1.3.2
org.glassfish.web javax.el 2.2.4
javax.el javax.el-api 3.0.0
org.springframework.plugin spring-plugin-core 1.2.0.RELEASE
org.springframework.plugin spring-plugin-metadata 1.2.0.RELEASE
javax.validation validation-api 2.0.1

LuciadFusion can be used with a jetty embedded servlet container. The jetty sample dependencies are used in this situation. The following sample dependencies related to jetty have changed:
org.ow2.asm asm 5.0.4 9.4
org.eclipse.jetty.websocket javax-websocket-client-impl 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket javax-websocket-server-impl 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-annotations 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-client 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-continuation 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-http 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-io 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-plus 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-security 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-server 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-servlet 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-servlets 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-util 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-util-ajax 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-webapp 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty jetty-xml 9.4.3.v20170317 9.4.50.v20221201
org.slf4j slf4j-api 1.7.25 1.7.36
org.eclipse.jetty.websocket websocket-api 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-client 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-common 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-server 9.4.3.v20170317 9.4.50.v20221201
org.eclipse.jetty.websocket websocket-servlet 9.4.3.v20170317 9.4.50.v20221201

The following sample dependencies related to jetty have been added:
Group ID Artifact ID Version
org.springframework.boot spring-boot-starter-jetty 2.7.8
jakarta.annotation jakarta.annotation-api 1.3.5
jakarta.websocket jakarta.websocket-api 1.1.2
org.ow2.asm asm-commons 9.4
org.ow2.asm asm-tree 9.4

The following sample dependencies related to jetty have been removed:
Group ID Artifact ID Version
org.eclipse.jetty jetty-unixsocket 9.4.3.v20170317
org.eclipse.jetty jetty-schemas 9.4.3.v20170317
org.eclipse.jetty jetty-rewrite 9.4.3.v20170317
org.eclipse.jetty jetty-quickstart 9.4.3.v20170317
org.eclipse.jetty jetty-proxy 9.4.3.v20170317
org.eclipse.jetty jetty-proxy 9.4.3.v20170317
org.eclipse.jetty jetty-nosql 9.4.3.v20170317
org.eclipse.jetty jetty-memcached-sessions 9.4.3.v20170317
org.eclipse.jetty jetty-jndi 9.4.3.v20170317
org.eclipse.jetty jetty-jmx 9.4.3.v20170317
org.eclipse.jetty jetty-jaspi 9.4.3.v20170317
org.eclipse.jetty jetty-jaas 9.4.3.v20170317
org.eclipse.jetty jetty-infinispan 9.4.3.v20170317
org.eclipse.jetty jetty-gcloud-session-manager 9.4.3.v20170317
org.eclipse.jetty jetty-deploy 9.4.3.v20170317
org.eclipse.jetty jetty-alpn-server 9.4.3.v20170317
org.eclipse.jetty jetty-continuation 9.4.3.v20170317
org.eclipse.jetty jetty-continuation 9.4.3.v20170317
org.eclipse.jetty.cdi cdi-core 9.4.3.v20170317
org.eclipse.jetty.cdi cdi-servlet 9.4.3.v20170317
org.eclipse.jetty.cdi cdi-websocket 9.4.3.v20170317
javax.websocket javax.websocket-api 1.0

Upgrade considerationLuciadFusion

LCD-12684
The following methods have been removed in favor of #getInputStreamFactory and #setInputStreamFactory:
  • TLcdGeoTIFFModelDecoder#getImageInputStreamFactory
  • TLcdGeoTIFFModelDecoder#setImageInputStreamFactory
  • TLcdTABRasterModelDecoder#getImageInputStreamFactory
  • TLcdTABRasterModelDecoder#setImageInputStreamFactory
  • TLcdTFWRasterModelDecoder#getImageInputStreamFactory
  • TLcdTFWRasterModelDecoder#setImageInputStreamFactory
  • TLcdRasterModelDecoder#getTileInputStreamFactory
  • TLcdRasterModelDecoder#setTileInputStreamFactory
  • TLcdDIMAPModelDecoder#getImageInputStreamFactory
  • TLcdDIMAPModelDecoder#setImageInputStreamFactory
Any usages of these removed input stream factories have been modified to use the above-mentioned sibling methods instead. Please change any calls to these methods to #getInputStreamFactory or #setInputStreamFactory.

2022.1

2022.1.09

Bug fixLuciadFusion

LCD-12849
TLcdE57ModelDecoder no longer throws an exception when the optional images2D and data3D nodes are missing in the e57root XML element of the data.

Bug fixLuciadFusion

LCD-12810
The SLD well-known mark icon "star" looked like an asterisk instead of a star. This has now been fixed, ensuring visual alignment with the SLD styling capabilities of other products in the Luciad Portfolio.

2022.1.07

Bug fixLuciadFusion

LCD-12848
Added detection and abort mechanism for a potential infinite recursion loop in TLcdGeoJsonModelEncoder. This loop could occur when a cyclic reference exists between model element properties that also implement ILcdDataObject.

2022.1.06

Bug fixLuciadFusion

LF-2365
Fixed an issue that prevented the deployment version of LuciadFusion that uses the embedded jetty servlet container from starting. This was due to multiple versions of the jackson-core, jackson-databind and jackson-annotations being part of the LuciadFusion installation.

Bug fixLuciadFusion

LF-2359
Fixed an issue where the version of the TLfnService in a ALfnServiceEvent was not always up to date. Additionally, a TLfnServiceUpdatedEvent now gets published when a Product gets added to a Service as this causes a change in the Service metadata.

Bug fixLuciadFusion

LCD-12821
When passing a parallel rhumbline, TLcdEllipsoidRhumblineUtil.intersectionGeodesicRhumblineSFCT would sometimes return an intersection point that lies outside of that rhumbline.

Bug fixLuciadFusion

LCD-12798
TLcdGMLTransformer: fixed a problem where GML files produced with LuciadLightspeed 2021.1 or earlier could no longer be decoded, because of a change in global element names.

Bug fixLuciadFusion

LCD-12835
TLcdImageIcon: fixed a regression that caused the paintIcon method taking custom dimensions to ignore these parameters.

Upgrade considerationLuciadFusion

LF-2358, LF-2362
The indexing behaviour of metadata for Service resources has been changed. Changes to Service metadata caused by adding Products to a service were only committed to the Lucene index periodically, by a background job. Currently, all changes to Service metadata will be committed to the Lucene index as soon as the metadata gets updated, the background job has been removed. This change required some changes to the database.

Upgrade considerationLuciadFusion

LF-2368
The following jackson dependencies have been upgraded:
Group ID Artifact ID Old Version New Version
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.9.8 2.14.0
com.fasterxml.jackson.dataformat jackson-dataformat-cbor 2.9.8 2.14.0
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.9.8 2.14.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.9.8 2.14.0
com.fasterxml.jackson.module jackson-module-afterburner 2.9.8 2.14.0
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.9.8 2.14.0

Upgrade considerationLuciadFusion

LF-2368
The following OGC server sample dependencies have been upgraded:
Group ID Artifact ID Old Version New Version
com.fasterxml.jackson.core jackson-core 2.9.8 2.14.0
com.fasterxml.jackson.core jackson-databind 2.9.8 2.14.0
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.9.8 2.14.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.9.8 2.14.0
com.fasterxml.jackson.module jackson-module-parameter-names 2.9.8 2.14.0

2022.1.05

ImprovementLuciadFusion

LCD-12794
You can now customize the location of SLD external graphics at runtime. To support this use case, a new interface ILcdSLDOnlineResourceResolver can be implemented and configured on a TLcdSLDContext. The interface allows to resolve TLcdSLDOnlineResource instances, which are used to represent the location of external graphics in an SLD file.

ImprovementLuciadFusion

LF-2346
CSW records of type Service and Dataset now include a related resource link that points to the corresponding Service or Data REST API resource in LuciadFusion Studio. Note that you need to request the fullelementSetName to get related resources in the returned records of a CSW query.

Bug fixLuciadFusion

LF-2276
Resolved an issue were the names of WFS FeatureTypes that were generated for Products published in a WFS Service in LuciadFusion Studio where based on internal database identifiers of the Data contained in the Product. LuciadFusion now generate WFS FeatureTypes with names derived from the title of the Data. Any FeatureType name for Products that were already published before this change will remain unchanged.

Bug fixLuciadFusion

LCD-11874
TLspXYGridLayerBuilder: Fixed a crash when building a grid with TLcdCartesianReference as reference.

Bug fixLuciadFusion

LCD-12805
In some cases, the XML framework could split up text content containing entities like the ampersand. This has been resolved.

Bug fixLuciadFusion

LCD-12806
The WFS server can now handle an unbound property name in a WFS Transaction Update request by interpreting it in the feature type's namespace.

Bug fixLuciadFusion

LCD-12799
TLcdGML32ArcByCenterPoint no longer returns incorrect bounds when using grid references.

Upgrade considerationLuciadFusion

LF-2276
A new column was added to the Database table for Data resources. This column is used to store the name of the Data. The name of the Data is used to generate WFS FeatureType names when the data gets published in a WFS Service.

2022.1.04

ImprovementLuciadFusion

TLcdOGCBinaryLogicOperator now has a constructor with a varargs parameter for conditions.

ImprovementLuciadFusion

LCD-12228
The Maven POM files for our third party dependencies, which we provide with the release, are now identical to the ones that are publicly available.

Bug fixLuciadFusion

LCD-12796
TLcdGeoJsonModelEncoder now correctly encodes data objects with list properties which in turn also contain data objects. Before this fix, the type names of those list elements would not be included in the resulting JSON.

Bug fixLuciadFusion

LF-2347
TLcdE57ModelDecoder now supports E57 data containing more points than Integer.MAX_VALUE, regardless of the number of points to be read set with the TLcdE57ModelDecoder#setMaxNumberOfPoints method.

Bug fixLuciadFusion

LF-2347
TLcdLASModelDecoder now supports LIDAR data containing more points than Integer.MAX_VALUE, regardless of the number of points to be read set with the TLcdLASModelDecoder#setMaxNumberOfPoints method.

Bug fixLuciadFusion

LF-2347
TLfnPointCloudPreprocessor now supports point cloud data containing more points than Integer.MAX_VALUE.

Bug fixLuciadFusion

LCD-12770
TLspParameterizedIconStyle: fixed a memory leak that could occur when using an ILcdParameter in one of the expressions on the style.

Bug fixLuciadFusion

LCD-12786
The value returned by TLcdSLDFeatureTypeStylePainter#getCreationClickCount was not correct in case of a model with multiple geometry types and a layer with SLD styling rules that filter on the geometry type. This could lead to incorrect object creation behavior, which relies on this method to know how many points are needed.

Bug fixLuciadFusion

LCD-12785
The built-in custom OGC function TLcdOGCVendorSpecificFunctions.GEOMETRY_TYPE_FUNCTION_NAME, used to identify the type of a geometry value, could not handle GML polygons.

2022.1.03

ImprovementLuciadFusion

LF-2077
Data and Styles can now be added to LuciadFusion using an HTTP(S) URL. This can be done by entering the HTTP(S) URL in the File path field after clicking Add Data or Add Style button in the Studio web application, or by setting the filePath property to the URL when using the POST /api/data or POST /api/styles REST API endpoint. The data or style should be accessible to LuciadFusion without requiring authentication. Only data formats for which LuciadFusion has a model decoder that implement the ILcdInputStreamFactoryCapable interface are supported.

Bug fixLuciadFusion

LCD-12772
When transforming from a grid reference that uses TLcdGeodetic to a geodetic reference, bounds that extend over the date line were transformed into bounds that don't include the date line.

Bug fixLuciadFusion

LCD-12773
The built-in custom OGC function TLcdOGCVendorSpecificFunctions.GEOMETRY_TYPE_FUNCTION_NAME, used to identify the type of a geometry value, could not handle GML geometry properties.

2022.1.02

ImprovementLuciadFusion

LF-2328
It is now possible to perform fuzzy text match using == and case-insensitive text match using =ic= RSQL comparison operators on enum properties. This change applies to the REST API GET api/data/filter endpoint.

Bug fixLuciadFusion

LCD-12431
When lcd_geoid_resources.jar is not added to the class path, TLcdEPSGReferenceParser would throw a RuntimeException instead of a ParseException when decoding a reference that makes use of the resources in that jar.

Bug fixLuciadFusion

LCD-12745
Fixed an issue that resulted in the error SQL logic error (near "-": syntax error) when opening certain GeoPackage files.

2022.1.01

ImprovementLuciadFusion

LF-2329
It is now possible to get the complete list of all the configured queryable and non-queryable custom properties using the LuciadFusion Studio REST API. The GET /api/data/custom-properties endpoint allows users to request all the queryable and non-queryable custom properties.

ImprovementLuciadFusion

LF-2323, LF-2324

LuciadFusion now publishes events when searching for TLfnProduct or TLfnService resources: see TLfnProductQueryEvent and TLfnServiceQueryEvent respectively.

For a complete overview of available events, refer to the Listening for LuciadFusion events article.

ImprovementLuciadFusion

LCD-8587
Utility methods were added to calculate the distance of geodetic and rhumb lines, taking into account the point elevation. See:
  • TLcdEllipsoidUtil#geodesicDistance3D
  • TLcdEllipsoidRhumblineUtil#rhumblineDistance3D
  • TLcdSphereUtil#greatCircleDistance3D
  • TLcdSphereRhumblineUtil#rhumblineDistance3D

ImprovementLuciadFusion

LF-1610
The title, abstract and keywords can now be edited in the LuciadFusion Studio web application.

ImprovementLuciadFusion

LCD-12719
The sample OGC server now allows to request the XML schemas from the WMS server capabilities.

ImprovementLuciadFusion

LCD-12672
Maven Ant Tasks is no longer maintained, therefore, as suggested on the Maven Ant Tasks website, the Ant scripts that deploy the libraries to a Maven repository will now use Maven Artifact Resolver Ant Tasks instead.

Bug fixLuciadFusion

LF-2322
Fixed an issue that caused the bounds of a Data to become incorrect after it had been modified using a PATCH /api/data/{id} operation. This issue also caused the bounds of the products and services that the Data is part of the become incorrect.

Bug fixLuciadFusion

LCD-12741
When using a display scale != 100%, labels could sometimes behave in an unstable manner. This is especially noticeable for labeling algorithms that continuously update label locations, like TLspContinuousLabelingAlgorithm.

Bug fixLuciadFusion

LCD-12721
TLcdE57ModelDecoder no longer throws an IOException for files that contain more than Integer.MAX_VALUE points, provided that setMaxNumberOfPoints() is first called to set a lower point count.

Bug fixLuciadFusion

LCD-12724
The fix implemented in LCD-12679 was not complete. The WMS capabilities now advertise the SLD operations in the correct XML namespace.

2022.1

New featureLuciadFusion

A new TLfnAccessEventPublisher has been added which allows a developer to publish a TLfnProductAccessEvent or a TLfnServiceAccessEvent in a custom LuciadFusion service.

New featureLuciadFusion

LuciadFusion now publishes events using the Spring framework's event mechanism. These events are triggered when certain manual or automated actions occur, such as: creating a content root, deleting a style, a crawl job completed, etc.

Read the Listening for LuciadFusion events article to learn more about the available events and how to listen to them.

New featureLuciadFusion

LuciadFusion is now able to read certain data formats from Amazon S3 cloud storage. To enable this feature, one must run LuciadFusion with the fusion.aws Spring profile activated. A list of all supported data formats can be found here. Please refer to the developer platform for more details.

Apart from out-of-the-box support for AWS S3, LuciadFusion now provides the building blocks required for adding support for a different (cloud) storage technology. Developers aiming to do so, need to implement an ILfnResourceConnector to enable LuciadFusion to communicate with the storage, and an ILcdInputStreamFactory to allow model decoders to read its resources. This is also described in more detail in the article linked above.

New featureLuciadFusion

A new sample application demonstrates how LuciadFusion can be configured with a user defined Spring Security configuration. For instance, the sample application configures user authentication logic against a database server. Though this sample application demonstrates user authentication against a database, developers are free to implement any custom user authentication logic in LuciadFusion server. Use CustomAuthenticationFusionPlatformApplication to run and explore the sample application. See the Configuring a custom user authentication logic article for more information.

New featureLuciadFusion

LuciadLightspeed now ships with a component named lcd_aws. This component contains an ILcdInputStreamFactory that is capable of reading files from Amazon S3 cloud storage. Most model decoders that implement ILcdInputStreamFactoryCapable automatically pick up this factory by means of the services registry, and are now able to decode sources directly from S3. Please refer to Supported data types to find out which formats are supported exactly.

The implementation of this factory, named S3InputStreamFactory, is also available in sample code. It can be used as an example for developers aiming to add support for a different (cloud) storage technology, or simply in case a modified version of the factory is desired. For example to set the S3Client that is used, or changing the default AWS Credentials Provider.

New featureLuciadFusion

Users can now associate additional information with a Data in LuciadFusion Studio by setting custom properties on that Data. Custom properties are name-value pairs, with the name uniquely identifying the property and the value containing the information for that property. The value of a custom property can be of type string, boolean, number or date.

The custom properties can be used to store additional metadata information about a Data, or they can be used to store information needed when extending LuciadFusion with custom functionality. An example of the former would be to add custom properties publisherName (string) and publicationYear (number) to store the name of the publisher of the Data and the year it was published. An example of the latter would be to add a spotlight (boolean) property to a Data, and using it to highlight certain Data that should stand out from the rest.

Custom properties can be set and obtained for a specific Data using the LuciadFusion Studio REST API. The PATCH /api/data/{id} endpoint allows users to set the custom properties for a Data. The GET /api/data/{id} endpoint allows users to obtain the custom properties for a Data.

New featureLuciadFusion

LuciadFusion is able to pick up custom properties from a metadata file when crawling or adding Data. This allows users to automatically associate additional metadata information with Data when it gets added to LuciadFusion. For example, if the metadata specifies the name of the publisher of the Data and a year when the Data was published, then this information could be extracted from the metadata and added as custom properties to the Data in LuciadFusion when it is imported.

An implementation of ILfnCustomPropertyDecoder is needed to let LuciadFusion extract custom properties from a TLcdISO19115Metadata decoded by an ILcdMetadataDecoder. To learn more, see this article.

New featureLuciadFusion

LuciadFusion can be configured to allow querying Data based on queryable properties. This allows users to search for Data based on the additional metadata information that is associated with the Data. For example, when using custom properties publisherName (string) and publishYear (number) to store the name of the publisher of the Data and the year it was published, a user can search for all Data published by a specific publisher during a specific year.

An implementation of ILfnCustomPropertyDecoder needs to be provided so that LuciadFusion is aware of the type of the custom properties, as this has an impact on the supported query operations. See the Define the custom properties article for more information.

Querying Data based on queryable properties is done using the LuciadFusion Studio REST API. The GET api/data/queryable-properties endpoint lists all the properties that can be used to query Data. To query Data, use the GET api/data/filter endpoint. For more information on how to query Data and which operations are supported, see this article.

New featureLuciadFusion

LuciadLightspeed now has support for the Canadian Geodetic Vertical Datum of 2013, as well as the associated EPSG references EPSG:6649 to EPSG:6665, EPSG:9711, EPSG:9714 and EPSG:9715.

ImprovementLuciadFusion

LCD-12354
You can now plug in an ILcdWFSClientModelEncoderFactory by adding an @LcdServiceannotation to the implementation. This interface is used by WFS services to encode features. Only the factory with the highest priority is used. By default, a factory with support for GML 2 / 3.1 / 3.2 and GeoJSON is used.

ImprovementLuciadFusion

LF-2294
The metadata of a data can no longer overwrite the id of the data when uploading new metadata, recrawling or refreshing. This ensures that the id of a data always remains the same.

ImprovementLuciadFusion

The LuciadFusion Studio async jobs thread pool is now configurable. the thread pool size can be configured with the following properties:

  • fusion.studio.configuration.jobs.threadPool.minimumSize
  • fusion.studio.configuration.jobs.threadPool.maximumSize

These properties are configured in the fusion.common.yml configuration file. Have a look there for more information about these properties.

ImprovementLuciadFusion

PostgreSQL 15 and SQL Server 2022 are now supported as a database for LuciadFusion Studio.

ImprovementLuciadFusion

LCD-12602

A new interface ILcdWMTSGXYLayerFactory has been introduced to create request-based layer factories for a WMTS layer. By adding an @LcdServiceannotation to an implementation, it is automatically picked by at runtime by the LuciadFusion Platform application.

ImprovementLuciadFusion

LCD-12572
The performance of TLcdEllipsoidRhumblineUtil#intersectionGeodesicRhumblineSFCT has improved one to two orders of magnitude for the case where the rhumbline is a meridian or a parallel.

ImprovementLuciadFusion

LF-2138
The default built-in DataSource bean has been marked with @Primary annotation to indicate that this DataSource bean will be given preference when multiple DataSource beans are defined. This essentially ensures that LuciadFusion will work as intended in the presence of multiple user defined DataSource beans.

ImprovementLuciadFusion

Added the findAndDecodeMetadata method to ILcdMetadataDecoder. This method returns the decoded metadata, together with the location of the metadata files.

ImprovementLuciadFusion

ILcdMetadataDecoder implementations (like TLcdISO19139MetadataDecoder) can now be discovered by the service loading mechanism. A new TLcdCompositeMetadataDecoder implementation has been added that will use the appropriate ILcdMetadataDecoder service to decode the given metadata source.

Bug fixLuciadFusion

LCD-12479
Fixed an issue where an SLD styler would not always initialize correctly when combined with a custom ILspMapScaleProvider, causing objects to receive wrong styling until a repaint was forced.

Bug fixLuciadFusion

LCD-12340
A custom ILspMapScaleProvider can be used on a layer in a 3D view now. Before, optimizations would cause the map scale provider to not be properly taken into account.

Bug fixLuciadFusion

LCD-12430, LCD-12522
TLcdJPEG2000ModelDecoder: fixed an issue that prevented opacity bands in images from being applied correctly in an ILcdGXYView.

Bug fixLuciadFusion

LCD-12699
TLcdEllipsoidUtil#geodesicArea could return incorrect results for triangles with coinciding points.

Upgrade considerationLuciadFusion

LCD-12725
The dependency to the SLF4J Java Util Logging implementation (slf4j-jdk14.jar) has been removed. This dependency was only used by the OGC Services sample in LuciadLightspeed. LuciadFusion Platform required the use of the Logback implementation of SLF4J (logback-classic.jar). The OGC Services sample will now also use the Logback implementation of SLF4J. The Logback implementation of SLF4J is now included in the third party sample dependencies of LuciadLightspeed.

Upgrade considerationLuciadFusion

For its new S3 functionalities, LuciadFusion makes the use of some new libraries:

  • AWS SDK Annotations (version 2.17.168)
  • AWS SDK Apache-client (version 2.17.168)
  • AWS SDK Arns (version 2.17.168)
  • AWS SDK Auth (version 2.17.168)
  • AWS SDK Aws-core (version 2.17.168)
  • AWS SDK Aws-query-protocol (version 2.17.168)
  • AWS SDK Aws-xml-protocol (version 2.17.168)
  • AWS SDK Http-client-spi (version 2.17.168)
  • AWS SDK Json-utils (version 2.17.168)
  • AWS SDK Metrics-spi (version 2.17.168)
  • AWS SDK Profiles (version 2.17.168)
  • AWS SDK Protocol-core (version 2.17.168)
  • AWS SDK Regions (version 2.17.168)
  • AWS SDK S3 (version 2.17.168)
  • AWS SDK Sdk-core (version 2.17.168)
  • AWS SDK Third-party-jackson-core (version 2.17.168)
  • AWS SDK Utils (version 2.17.168)
  • Reactivestreams (version 1.0.3)
  • Eventstream (version 1.0.1)
A few libraries were also updated:
  • Commons-codec (version 1.11)
  • Httpcomponents Httpclient (version 4.5.13)
  • Httpcomponents Httpcore (version 4.4.13)
  • org.reactivestreams reactive-streams New 1.0.3 MIT)
  • Slf4j (version 1.7.36)

Upgrade considerationLuciadFusion

LuciadFusion now uses an RSQL library to support querying Data against LuciadFusion's built-in standard and user defined custom properties.As a result, upgrading an older version of LuciadFusion to V2022.1 or later is desired. The following JAR has been added.

  • rsql-common-<version>.jar

Upgrade considerationLuciadFusion

The following methods have been deprecated:
  • TLcdGeoTIFFModelDecoder#getImageInputStreamFactory
  • TLcdGeoTIFFModelDecoder#setImageInputStreamFactory
  • TLcdTABRasterModelDecoder#getImageInputStreamFactory
  • TLcdTABRasterModelDecoder#setImageInputStreamFactory
  • TLcdTFWRasterModelDecoder#getImageInputStreamFactory
  • TLcdTFWRasterModelDecoder#setImageInputStreamFactory
  • TLcdRasterModelDecoder#getTileInputStreamFactory
  • TLcdRasterModelDecoder#setTileInputStreamFactory
  • TLcdDIMAPModelDecoder#getImageInputStreamFactory
  • TLcdDIMAPModelDecoder#setImageInputStreamFactory
The getters now simply return the result of their sibling #getInputStreamFactory, while the setters no longer have any effect. Please change any calls to these methods to #getInputStreamFactory or #setInputStreamFactory instead. In the next major release, these methods will be removed entirely.

Upgrade considerationLuciadFusion

The default quality of TLspLabelingAlgorithm, TLspOnPathLabelingAlgorithm, TLspInPathLabelingAlgorithm and TLspCurvedPathLabelingAlgorithm has been raised to 1 iso 0.5. This means that by default, no labels will be dropped because of the quality setting. When you have a layer that has a lot of labeled objects, in some cases this might result in more work being done in the background, and in slower label updates. If this is the case, you can go back to the old behavior by calling the setQuality method of those algorithms with a value of 0.5.

Upgrade considerationLuciadFusion

LCD-8329
The TLcdSpatialReferenceParser class is now deprecated. It is encouraged to use the TLcdEPSGReferenceParser class instead.

2022.0

2022.0.16

ImprovementLuciadFusion

LCD-12643
TLcdEPSGReferenceParser now supports references based on the IG05/12 Intermediate datum:
  • EPSG:6988
  • EPSG:6989
  • EPSG:6990
  • EPSG:6991

ImprovementLuciadFusion

The builder of TLcdSLDGraphic has a new method anchorPoint to set the anchor point of the graphic.

Bug fixLuciadFusion

LCD-12694
TLspLabelPainter: fixed a memory leak that could happen when removing objects from a model and firing a style event in the styler (ALspStyler#fireStyleChangeEvent) at the same time.

Bug fixLuciadFusion

LCD-12681
The 2020.1 release caused unexpected shifting of layer content when the deprecated ILcdGXYView#setPaintInBackground functionality was active. This has been resolved.

Bug fixLuciadFusion

LF-2306
Fixed an issue with the title of the 'Upload window' after data has been uploaded in the LuciadFusion Studio web app. The title will no longer contain the word 'Upload' twice.

Bug fixLuciadFusion

LCD-12691
Fixed an issue that in some scenarios could cause exceptions to be thrown when painting images with very large resolutions.

Bug fixLuciadFusion

LCD-12679
The WMS server now generates WMS capabilities responses using the official XML schemas for WMS and the Styled Layer Descriptor (SLD) extension.

2022.0.15

ImprovementLuciadFusion

LCD-12655
A WMS GeoJSON GetFeatureInfo response could not be generated if the geometry of the included feature(s) was too complex for GeoJSON. To improve this, the response now uses the bounding box of those geometries, encoded as a GeoJSON-compatible polygon.

ImprovementLuciadFusion

LCD-12670
New custom OGC functions have been introduced which operate on dates: see TLcdOGCVendorSpecificFunctions.DATE_FORMAT_FUNCTION_NAME and TLcdOGCVendorSpecificFunctions.DATE_PARSE_FUNCTION_NAME.

ImprovementLuciadFusion

LCD-12669
The OGC SE function FormatDate now also supports properties of type String, java.util.Date and java.util.GregorianCalendar.

Bug fixLuciadFusion

LCD-12665
The WFS server did not support the DESC SortBy parameter in WFS 2.0 GetFeature HTTP GET requests.

2022.0.14

Bug fixLuciadFusion

LCD-12647
A change in the default XML element name suffix used by WFS GetFeature responses since version 2022.0 could lead to feature type identification issues when using WFS transactions. This has been fixed.

Bug fixLuciadFusion

LF-2303
Fixed an incorrectly formatted table in the article "Pre-processing raster data using the tiling engine".

2022.0.13

ImprovementLuciadFusion

LCD-11239
The accuracy of the TLcdCoverageModelDecoder#canDecodeSource methods has been improved to only accept LuciadFusion coverage XML sources.

Bug fixLuciadFusion

LCD-12618
The Lightspeed map scale configuration improvements introduced in 2022.0 caused that Lightspeed layers styled with SLD were not always correctly refreshed at different scales.

Bug fixLuciadFusion

LCD-12598
When setting the quality setting of TLspOnPathLabelingAlgorithm (and other labeling algorithms) to 100%, it could still happen that the algorithm didn't try to place all labels.

Bug fixLuciadFusion

LCD-12598
TLspOnPathLabelingAlgorithm could become very slow for objects with many labels.

Bug fixLuciadFusion

LCD-12542
When using a property name filter in a WFS GetFeature request, it is no longer needed to include the unique identifier property, if defined for the requested data; this is a property annotated with a TLcdPrimaryKeyAnnotation. This fix makes sure that the response contains a valid unique identifier for each feature, regardless of any WFS property name filter.

Bug fixLuciadFusion

LCD-12609
The WMS client proxy did not filter out WMS layers from the request when they declare a dimension (range) and the client dimension value was out of range for the WMS layer. In such case the WMS server responds with an invalid sample dimension value. This was specifically problematic when requesting multiple layers having the same dimension but with different non-overlapping ranges.

Bug fixLuciadFusion

LCD-12608
When making a WMS request using a single dimension value for a layer which declares to have a range with resolution 0, the server would incorrectly return an error response with invalid sample dimension value.

Bug fixLuciadFusion

LCD-12558
Fixed an issue that would cause OBJs containing faces without texture coordinates to not show textures at all.

Bug fixLuciadFusion

LCD-12624
In a Lightspeed view, labels that are anchored to an other label using a different TLspPaintRepresentation were sometimes not updated correctly when the domain object changes.

Upgrade considerationLuciadFusion

LF-2299
The jackson-core, jackson-databind and jackson-annotations libraries have been updated to version 2.14.0. The previous version of jackson-databind contained a security vulnerability: CVE-2021-20190.

2022.0.12

Bug fixLuciadFusion

LCD-12604
Fixed an issue where the Bill Of Materials (BOM) POM file used in Maven contained incorrect groupIds for Luciad dependencies.

Bug fixLuciadFusion

LCD-12601
When using the TLspPopupMenuSelectionCandidateHandler and clicking on a menu item, the corresponding object will no longer be deselected and reselected multiple times. If it was already selected it will just keep its selection state.

Bug fixLuciadFusion

LCD-12606
The OGC Web Client HTTP(S) connection class TLcdOWSHttpTransport no longer throws an exception when the server returns a valid but empty response.

Bug fixLuciadFusion

LCD-12597
The OGC Web Client HTTP(S) connection class TLcdOWSHttpTransport did not support services that redirect from HTTPS to HTTP or vice versa in combination with HTTP(S) Basic Authentication.

2022.0.11

ImprovementLuciadFusion

LF-1541
Uploading a metadata file for a data item resulted in an error if the uploaded metadata was incomplete and didn't contain all the required metadata. This is now fixed by merging the uploaded metadata with the TLcdModelMetadata decoded from the data itself.

Bug fixLuciadFusion

LCD-12566
TLspOnPathLabelingAlgorithm didn't always clean up its terrain listeners correctly, due to a memory leak. When using a lot of different algorithm instances, this could have a noticeable effect on performance, even after removing the layer using these algorithms.

Bug fixLuciadFusion

LCD-12575
Fixed an issue where the relaxngDatatype library was downloaded twice and therefore found twice in the classpath in Maven-based projects built using the product POM files.

Bug fixLuciadFusion

LCD-12588
samples.common.dimensionalfilter.model.FilterProvider and TLcyDimensionalFilterAddOn now correctly interpolate non-double Number types. Previously, interpolation could lead to a ClassCastException.

Bug fixLuciadFusion

LCD-12580
TLcdGXYShapePainter now correctly edits polygons that implement ILcd3DEditablePolygon.

Bug fixLuciadFusion

LCD-12573
The TLcdDTEDDirectoryModelDecoder would attempt to use incorrect filenames in specific cases. This happened for DTED directory data sets where the bounding box extent would cross the 180 meridian. As example for a data extent with a location of (172.0, -44.0) and a width of 21.0 and height 116.0.

2022.0.10

Bug fixLuciadFusion

LCD-12563
Fixed an issue where the Bill Of Materials (BOM) POM file contained incorrect groupId and/or artifactId for some dependencies.

Bug fixLuciadFusion

LCD-12561
When a rotated grid reference is formatted as WKT and parsed again, it's possible that the rotation changes slightly due to rounding errors. The transformation classes now take this into account, and consider the rotation as equal in that case.

2022.0.09

Bug fixLuciadFusion

LCD-12550
Fixed potential ConcurrentModificationException when trying to take a read lock on a TLcdModelList, while a different thread is adding or removing models to this list, even when that thread correctly took a write lock.

Bug fixLuciadFusion

LCD-12527
In a Lightspeed view, labels that are anchored to an other label were sometimes not displayed.

2022.0.08

ImprovementLuciadFusion

It is now possible to use custom metadata files by registering ILcdMetadataDecoder implementations using the @LcdService annotation.

Bug fixLuciadFusion

LCD-12540
Fixed an issue in the Maven POM files which caused that the native libraries of the LWJGL library could not be resolved.

Bug fixLuciadFusion

LCD-12533
Fixed an issue where the Bill Of Materials (BOM) POM file was ignored during the dependency resolution of the sample maven project.

Bug fixLuciadFusion

LF-2282
When crawling data files where the discoverDataSources method of the corresponding ILcdModelDecoder returns more than one ILcdDataSource, a Data entry is created for every ILcdDataSource. However, if a ISO19103 metadata file existed next to the data file, only an entry for the first ILcdDataSource was created. This has been fixed.

Bug fixLuciadFusion

LCD-12534
Fixed an issue in decoding of GLTF data related using translation-rotation-scale parameters instead of a transformation matrix. Affected data would have objects with a bad scale, which has now been corrected. This affects the 3D Tiles format, as that is based on GLTF internally.

Bug fixLuciadFusion

LF-2272
Fixed an issue that could leave the Lucene index lock in a bad state when shutting down LuciadFusion.

2022.0.07

ImprovementLuciadFusion

LCD-12521
A new TLcdEllipsoidUtil#computeBufferContour2D method was added with an additional parameter to control the amount of points that is used for caps and joins. This can for example be used to simplify buffer contours and improve rendering performance when you show a large amount of buffers on the view.

Bug fixLuciadFusion

LCD-12482
TLcdLASModelDecoder no longer throws an IOException for files that contain more than Integer.MAX_VALUE points, provided that setMaxNumberOfPoints() is first called to set a lower point count.

2022.0.06

ImprovementLuciadFusion

LCD-12488, LCD-12487
A Bill Of Materials (BOM) POM file is now provided with the Maven POM files in a release (build/maven/pom).

ImprovementLuciadFusion

LCD-12511
The WFS server could return a service exception report for a valid WFS 2.0 GetFeature request that included an OGC Filter combining an IsLike condition with other property-based conditions.

Bug fixLuciadFusion

LCD-12508

Due to a regression triggered by 2022.0 enhancement LF-2159, WMS GetMap requests with a non-null STYLES parameter but without an SLD could no longer be processed, resulting in a service exception report.

Bug fixLuciadFusion

LCD-12504
TLcdOBJModelDecoder: fixed regression in decoding speed that was introduced in 2022.0.

Bug fixLuciadFusion

LCD-12451
Fixed an issue in the Maven deployment script (build/maven/deploy.xml), where it would consider some thirdparty libraries that aren't available on the central Maven repository as public.

Bug fixLuciadFusion

LF-2275
Fixed an issue that prevented clearing the keywords and abstract text of a product or service.

Bug fixLuciadFusion

LCD-11627
An image outline style defined in an SLD raster symbolizer was not visualized in a Lightspeed view.

Bug fixLuciadFusion

LCD-12498
The SLD Lightspeed implementation now supports offset lines having a stroke-width smaller than 1.

Bug fixLuciadFusion

LF-2271
Fixed an issue that could cause a crawl job to hang when requesting information about the crawl jobs through the REST API or web application.

2022.0.04

ImprovementLuciadFusion

LF-2270

A new property wms.additionalParametersForViewPoolCacheKey has been added to fusion.common.yml to specify additional WMS request parameters that need to be taken into account for the view pool cache. This applies when you plug in a custom WMS layer factory that changes the visualization based on additional request parameters beyond the standardized WMS parameters.

Bug fixLuciadFusion

LF-2269
Fixed an issue that resulted in a liquibase migration failure on startup when using LuciadFusion with an Oracle database.

Bug fixLuciadFusion

LF-2266
The thread that reloads theme changes is now cleaned up correctly when shutting down LuciadFusion.

2022.0.03

ImprovementLuciadFusion

LF-2254
It is now possible to sort results by bounding box when performing a CSW GetRecords request. Sorting by bounding box will perform the sort based on the area of the bounding box. That is, bounding boxes with smaller areas will be sorted before bounding boxes with larger areas, when using the ascending sort order.

Bug fixLuciadFusion

LF-2262
A regression introduced in version 2022.0 caused that a custom ILcdWMSGXYLayerFactory was no longer picked up by LuciadFusion's WM(T)S services to render products.

Bug fixLuciadFusion

LF-2261
Fixed an issue that prevented the REST API console from being loaded or caused the wrong character encoding to be used when LuciadFusion was deployed in a Tomcat servlet container.

2022.0.02

ImprovementLuciadFusion

LCD-12457
Improved the detection of Leica Pegasus panoramic images when reading a E57 datasets. This fixes the issue where panoramic images were rotated 90° after conversion into the Luciad Panorama Format.

ImprovementLuciadFusion

LCD-12459
Fixed issue in TLspKML22LayerBuilder where 3D models would be incorrectly rotated on their heading property.

ImprovementLuciadFusion

LCD-12286
The TLcdCoverageModelDecoder method discoverDataSources now returns a list with a single data source when the source is a coverage XML file on the local file system.

Bug fixLuciadFusion

LCD-12237
ALcdTransformingModel: when applying a new TLcdDimensionFilter the clusters wouldn't always update accordingly.

2022.0.01

ImprovementLuciadFusion

The EPSG database was updated to the latest version: 10.072.

ImprovementLuciadFusion

LCD-12266
Added the possibility to define the precision of joins and caps for ILcdGeoBuffers. To change it, you can change the discretization parameters in the TLspShapeDiscretizationParameters and extend the TLspShapeDiscretizer to fit your needs.

ImprovementLuciadFusion

LCD-12261
The SLD GXY implementation now supports the optional PerpendicularOffset property on the LineSymbolizer and PolygonSymbolizer symbolizers. To help implement this improvement, TLcdSLDSymbolizerPainterFactory now overloads createStrokePainterProvider with a variant that takes a TLcdSLDContext. The new method deprecates the previous variant.

ImprovementLuciadFusion

LCD-12429
The TLcdModelMetadata.Builder.resourceMetadata method will now try to extract dimensional information from the given ILcdResourceMetadata. It will specifically extract the temporal and vertical axis information, if it is available.

ImprovementLuciadFusion

LCD-12342
Improved the default rendering (using TLcdServiceLoader) for GML tree nodes in an ILcdGXYView.

ImprovementLuciadFusion

LCD-12406
The artifact name of the el-api dependency was changed to javax.el-api, to follow the artifact naming convention used in public repositories since version 2.2.1.

Bug fixLuciadFusion

TLcdModelReferenceEncoder and TLcdModelReferenceDecoder didn't take into account geoids with different horizontal transformation parameters.

Bug fixLuciadFusion

EPSG:7404 could be decoded by TLcdEPSGReferenceParser, even though it was not correctly supported. Trying to decode EPSG:7404 now throws a ParseException as expected.

Bug fixLuciadFusion

LCD-12228, LCD-7715
Fixed an issue with the POM files provided with the release, where the versions of dependencies in third party POM files were incorrect. The versions used where the ones that were actually used in the release instead of the versions the thirdparty libraries depended on.

Bug fixLuciadFusion

Updated the versions of Proguard and the exec-maven-plugin used in the Maven documentation articles. These versions enable support for JDK 17.

Bug fixLuciadFusion

LCD-12369
Updated the version of the exec-maven-plugin to 3.1.0 in the sample Maven project. This version enabled support for JDK 17 on Windows.

Bug fixLuciadFusion

LCD-12347
BlackLimeLookAndFeel: fixed an issue when using Java 17, resulting in incorrect text colors in a JXTreeTable.

Bug fixLuciadFusion

LCD-12453
TLcdModelReferenceDecoder could throw an IllegalArgumentException instead of an IOException.

Bug fixLuciadFusion

LCD-12408
When performing a WFS GetFeature request with property name filtering, the GeoJSON output still contained all property names, where the filtered properties had a null value. This has been fixed: the filtered properties are no longer present in the json response.

Bug fixLuciadFusion

LCD-12434
Using TLcdWKTReferenceParser with certain compound references could modify the references that are returned by TLcdGeoidGeodeticDatumFactory.

Bug fixLuciadFusion

LF-2253
Fixed an issue where the temporalExtends were stripped from the ISO metadata file when a ISO metadata file was found during crawling or when it was uploaded.

Bug fixLuciadFusion

LCD-12234
TLspIconStyle: when the application was switched to another screen with different DPI, an endless repaint loop could occur when icons were made invisible.

Bug fixLuciadFusion

LCD-12433
The GeoTIFF decoder includes fixes for creating references with a vertical datum when defined within the GeoTIFF tags. In some cases the vertical datum was not applied to the reference.
Note that a vertical datum is only applied when the GeoTIFF decoder is configured with com.luciad.format.raster.TLcdGeoTIFFModelDecoder.setSupportGeoidDatums.

Bug fixLuciadFusion

LCD-12447
The GeoTIFF decoder now also applies the GDAL_NODATA tag when using the legacy ILcdRaster API. The no data tag was already used when working with the imaging API.

Upgrade considerationLuciadFusion

The TLcdGeoJsonModelEncoder will now detect a primary key that has been declared on a supertype of a TLcdDataType. The primary key property is used as id value of the GeoJson feature, and is omitted from the properties list.

      {
        "type" : "Feature",
        "id" : "0001",
        "geometry" : { ... },
        "properties" : {
          "nonPrimaryKeyProperty" : "someValue",
          ...
        }
      }
    

2022.0

New featureLuciadFusion

The TLfnPointCloudPreprocessor now supports Draco compression. You can use this new functionality through the API: builder.pointCloudCompression(ELcdOGC3DTilesMeshCompressionType.DRACO). It is also available in LuciadFusion Studio when you create an OGC3DTiles service from point cloud data, and in the PointCloudPreprocessorTool.

The samples.fusion.pointcloud.PointCloudPreprocessorTool also supports Draco compression. It can be activated through a "--compression=draco" program argument.

ImprovementLuciadFusion

When creating a WFS service for a product consisting of multiple data sources, the corresponding WFS feature types now each have as title a combination of the product title and the data source title. Before, only the product title was used, which made it difficult to differentiate between the WFS feature types in client applications.

ImprovementLuciadFusion

LCD-2839, LCD-8405
ILcdDataObject objects that have been decoded from XML no longer return the default attribute value in the getValue method if the attribute value is missing. Instead, the default value can be retrieved from the corresponding TLcdDataProperty. This improves consistency when encoding these objects again.

ImprovementLuciadFusion

The default metadata configuration properties of the LuciadFusion development profile, config/application-fusion.development.yml, are now empty.

ImprovementLuciadFusion

It is now possible to create WMS or WMTS services that are DGIWG-compliant in accordance with the following specifications: Defence Profile of OGC Web Map Service 1.3, version 3.0.0 and Defence Profile of OGC Web Map Tile Service 1.0, version 1.0.0. This is described in the following article: How to make your LuciadFusion WMS or WMTS service DGIWG-compliant.

ImprovementLuciadFusion

LCD-12265
ILcdModelReferenceDecoder has a new method findAndDecodeModelReference. Apart from decoding the model reference like its sibling method decodeModelReference, this new method also provides the source file from which the reference was decoded, when it exists and is known. An implementation of this method has been added to all ILcdModelReferenceDecoder classes which are provided in the API, or as an LcdService.

ImprovementLuciadFusion

LCD-11939
The OGC server sample now integrates with Spring Boot. It takes advantage of Java Servlet 3.0 annotations, which makes it much easier to set up. Additionally, a new article How to use Spring Boot with the OGC Web Server Suite explains how to integrate your own server created with the OGC Web Server Suite in a Spring Boot application.

ImprovementLuciadFusion

LCD-6306
A new WMS Client sample has been added that illustrates the use of ECDIS data through a WMS in a Lightspeed view: samples.wms.client.ecdis.lightspeed.MainPanel.

ImprovementLuciadFusion

The new method ILcdInputStreamFactory.canCreateInputStream checks whether a factory supports creating an input stream for a given source name. This makes it possible to ignore factories that have no chance of succeeding when alternatives are available, for instance in the new TLcdCompositeInputStreamFactory. A default implementation is available in the interface that always returns true.

ImprovementLuciadFusion

Added new properties to configure default contact information, these values will be pre-filled in the create service form in LuciadFusion Studio. All available default metadata properties are described in the following article: Configuring LuciadFusion Studio.

ImprovementLuciadFusion

Some exotic model implementations such as TLcd2DRegularTiledBoundsIndexedModel and their related API have been deprecated, because they are only used to support deprecated formats.

ImprovementLuciadFusion

The WMS and WMTS server now support GetFeatureInfo requests with text/html or text/xml as output format. When setting the output format to text/xml, the generated XML is based on the WMTS GetFeatureInfo XSD, which can be found here.

ImprovementLuciadFusion

LCD-10029
You can now easily calculate the area of a complex polygon using the following new methods:
  • TLcdEllipsoidUtil.geodesicArea(ILcdShape, ILcdEllipsoid)
  • TLcdSphereUtil.geodesicArea(ILcdShape, double)
  • TLcdCartesian.area(ILcdShape)

ImprovementLuciadFusion

ImprovementLuciadFusion

LF-2159

It is now possible to implement request-based SLD rendering customizations for a LuciadFusion product with an SLD style. To accomplish this, a new method has been added to the WMS API: ALcdSLDWMSGXYLayerFactory#createGXYLayer(ILcdModel aModel, ALcdWMSLayer aWMSLayer, TLcdSLDFeatureTypeStyle[] aStyle, TLcdWMSRequestContext aRequestContext) Based on the request stored in the TLcdWMSRequestContext changes can be applied to the TLcdSLDFeatureTypeStyle[] to allow for SLD rendering customizations.

It is now also possible to configure feature type styles on the server side. This is done by plugging in a custom implementation of a ILcdWMSSLDFeatureTypeStyleProvider in the ALcdOGCWMSCommandDispatcherFactory by overriding the method ALcdOGCWMSCommandDispatcherFactory#createSLDFeatureTypeStyleProvider(ServletConfig aServletConfig).

ImprovementLuciadFusion

The following core API classes now implement ILcdCurve: The following core API classes now implement ILcdRing:

ImprovementLuciadFusion

The WMS client now supports server-side map rotations if you are using non-tiled visualization in GXY views with a projection supported by the WMS server. You can enable this capability with the boolean System property com.luciad.wms.client.serverMapRotation. If you set it to true, map rotations are propagated to the WMS server through the custom GetMap request parameter angle. When used in combination with LuciadFusion or other WMS servers supporting this parameter, it ensures that labels on rotated maps are always upright, and that oriented icons still have their intended orientation.

ImprovementLuciadFusion

The WMS server now supports map rotations: by means of a new custom GetMap request parameter angle, WMS clients can indicate the map rotation in degrees, measured clockwise around the center of the map.

ImprovementLuciadFusion

The user can now register their own ILcdWMTSGetLegendGraphicRequestEncoder or ILcdWMSGetLegendGraphicRequestEncoder using the mechanism of the TLcdServiceLoader. This way it is possible to generate custom legends for GetLegendGraphic requests coming from WMS or WMTS clients.

ImprovementLuciadFusion

LCD-7979, LF-2236
The WMS and WMTS server now support GetLegendGraphic requests. The default response is an icon that depends on the type of model used: elevation, raster or vector.

ImprovementLuciadFusion

It is now possible to configure access constraint and contact information for services of type WMS, WMTS, WFS and WCS directly in LuciadFusion Studio. This information will be included in the service capabilities.

ImprovementLuciadFusion

The WMS client can now parse contact information from the GetCapabilities response. This information gets added to the ALcdWMSServiceMetaData

ImprovementLuciadFusion

It is now possible to configure access constraints and contact information of the service metadata of the WMS server capabilities. This information can be configured using the ALcdWMSServiceMetaData.

ImprovementLuciadFusion

LCD-12187
TLcdGML2ModelEncoder and TLcdGML31ModelEncoder's generated feature collection element is now in the _FeatureCollection substitution group. This improves embedding feature collections into other data models, such as WMTS feature info responses.

ImprovementLuciadFusion

LCD-11854
For scale based stylers and SLD stylers, it is now possible to control the styler's scale level independently of the view scale by implementing a custom ILspMapScaleProvider. The map scale provider can be added to a layer with TLspLayer#setMapScaleProvider, or it can be added to other layers by overriding ILspLayer#getMapScaleProvider. See the map scale provider how-to article for more info.

ImprovementLuciadFusion

The WMTS server now supports HTTP GET operation using RESTful encodings.

ImprovementLuciadFusion

The WMTS server now supports the following additional Well Known Scale Sets: EPSG:3395, EPSG:4326, EPSG:5041 and EPSG:5042.

ImprovementLuciadFusion

The SLD implementation now supports adding a box around a label. Using an SLD text symbolizer, you can configure the fill and stroke of the box, as well as the desired padding between the box and the label. The new article How to draw a box around labels illustrates the addition of a label box with an example.

ImprovementLuciadFusion

The WMTS and WMS services now support image/gif as output format.

ImprovementLuciadFusion

Added extra methods to TLcdGXYPolylineLabelPainter making it possible to specify the color and line width of the frame surrounding the labels.

ImprovementLuciadFusion

LCD-11314
The TLcdCSVModelDecoder now creates models that implement ILcdMultiDimensionalModel, when at least one of the columns is specified to contain values of type TLcdCSVDataSource.ColumnType.DATE_TIME. The resulting model contains one time dimension for each column of that type.

ImprovementLuciadFusion

LCD-12039
Introduced a new method named TLspViewNavigationUtil#animatedZoom, which performs an animated zoom to a target map scale on a Lightspeed view.

ImprovementLuciadFusion

LCD-12088
ILspView implementations now fire property change events for the background and paintingOrder properties.

ImprovementLuciadFusion

TLcdJPEG2000ModelDecoder: the decoder can now parse the model reference from embedded GMLJP2 in the file. The decoder supports versions 1.0, 2.0 and 2.1 of the GMLJP2 specification, and will only parse the model reference, other elements will be ignored but are accessible via the TLcdJPEG2000ModelDescriptor.

ImprovementLuciadFusion

LCD-10677
Calling ILcdModel#dispose() on the output of TLcdJPEG2000ModelDecoder now closes the JPEG2000 file.

ImprovementLuciadFusion

LCD-8189
The JPEG2000 model decoder now decodes geo-references using the RPC00B coefficients without requiring a world file. When no geo-reference data is available as GeoTIFF tags the decoder looks for the existence of the optional _rpc.txt which contains the RPC00B coefficients.

ImprovementLuciadFusion

LCD-8903
JPEG2000's native library now requires GLIBC 2.3.4, down from 2.14. This improves compatibility with Red Hat Enterprise Linux 6.

ImprovementLuciadFusion

The TLcdJPEG2000ModelDecoder and TLcdJPIPModelDecoder have been updated to handle monochrome, RGB and multi band images. The number of bands that can be decoded is unlimited with the limitation that each band consists of up to 16 bits. These improvements are only available via the imaging API. Please refer to the class javadoc for more information.

ImprovementLuciadFusion

The TLcdJPEG2000ModelDecoder and TLcdJPIPModelDecoder have been adapted for integration with the new imaging API. They now produce models with domain objects that extend ALcdImage. Please refer to the class javadoc, com.luciad.imaging package javadoc and to the developer's guide for more information.

ImprovementLuciadFusion

LCD-4415
The JPIP model decoder now verifies that the provided source name points to a valid JPIP server in its canDecode method. Previously it would only verify that the source name is a valid URI. You can get the old behavior by calling setQueryServerOnCanDecode(false).

ImprovementLuciadFusion

LCD-4332
The JPEG2000 and JPIP model decoders now document that image components may be scaled. The model descriptors also expose the necessary information to allow computing the original values in the image.

ImprovementLuciadFusion

LCD-4252
The JPEG2000 performance for tiled data has improved.

ImprovementLuciadFusion

LCD-4241
The TLcdJPEG2000ModelDecoder can now also decode the raster bounds from a j2w files.

ImprovementLuciadFusion

TLcdJPEG2000ModelDecoder now has a default model reference decoder.

ImprovementLuciadFusion

Closing the connection of a JPIP model explicitly while the model is still being used is handled more gracefully.

ImprovementLuciadFusion

The TLcdJPEG2000ModelDescriptor now exposes some additional metadata such as embedded XML. This metadata is also available on the TLcdJPIPModelDescriptor.

ImprovementLuciadFusion

Added the com.luciad.format.raster.TLcdJPIPModelDecoder which supports decoding images retrieved through the JPEG2000 Interactive Protocol (JPIP).

ImprovementLuciadFusion

LMAP-4075
The JPEG2000 native decoder pool size has been increased to 10, which is better suited for the most common scenarios (several files of less than 10 GBytes, instead of 1-2 huge files).

ImprovementLuciadFusion

The TLcdJPEG2000ModelDecoder did not correctly decode images having multiple color channels with a color depth other than 8 bit. This limitation has been removed.

ImprovementLuciadFusion

TLcdJPEG2000ModelDecoder now ignores a fourth channel if it is not an alpha channel.

ImprovementLuciadFusion

The JPEG2000 format is now also supported on 64-bits SPARC Solaris.

ImprovementLuciadFusion

The JPEG2000 format is now also supported on 64-bits Windows.

ImprovementLuciadFusion

The JPEG2000 format is now also supported on 64-bits Linux.

ImprovementLuciadFusion

The native JPEG2000 library has been updated to the latest version. Please make sure you are using the proper versions of the native libraries, corresponding to the LuciadMap jars.

ImprovementLuciadFusion

TLcdJPEG2000ModelEncoder now checks if the user-requested number of DWT levels does not exceed an acceptable limit (dependent on the tile size).

ImprovementLuciadFusion

TLcdJPEG2000ModelDecoder now also accepts "file:" URLs.

ImprovementLuciadFusion

TLcdJPEG2000ModelDecoder now has a property maximumResidualTiePointError to control when to reject rasters whose tie points do not precisely define an affine transformation (throwing an IOException instead).

ImprovementLuciadFusion

The new TLcdJPEG2000ModelEncoder provides functionality to encode raster models as georeferenced JPEG2000 images.

Bug fixLuciadFusion

LCD-12265
The TLcdOBJModelDecoder now includes the MTL and referenced texture files in the supporting sources of its models' TLcdModelMetadata.

Bug fixLuciadFusion

LCD-12265
The TLcdIGRFModelDecoder and TLcdWMMModelDecoder now set the correct source names on their model descriptor and TLcdModelMetadata.

Bug fixLuciadFusion

LCD-12265
The TLcdMIFModelDecoder now includes the MID file in the supporting sources of its models' TLcdModelMetadata.

Bug fixLuciadFusion

LCD-12265
The TLcdBILModelDecoder now includes the BIL and HDR files in the supporting sources of its models' TLcdModelMetadata.

Bug fixLuciadFusion

LCD-12265
When a model reference is decoded from an external model reference file, the following model decoders now include this reference file in the supporting sources of the TLcdModelMetadata. For example, the model reference file can be a PRJ file that lives next to the data source, having the same file name or "directory.prj".

Bug fixLuciadFusion

LCD-12258
TLcdSHPModelDecoder now sets the correct data category and support files in the TLcdModelMetadata of its models.

Bug fixLuciadFusion

LCD-12254
TLcdSHPModelEncoder now also uses its output stream factory for encoding the model reference.

Bug fixLuciadFusion

LCD-12191
TLcdGML31ModelEncoder's generated feature collection type now extends AbstractFeatureCollectionType. The behavior for TLcdGML32ModelEncoder (which deprecated built-in feature collection types) remains unchanged.

Bug fixLuciadFusion

The TLcdCSVModelDecoder now also parses the time component of a date by default, using a SimpleDateFormat with pattern "yyyy-MM-dd HH:mm:ssXXX" for columns of type TLcdCSVDataSource.ColumnType.DATE_TIME. This DateFormat can be modified with TLcdCSVModelDecoder#setDateFormat.

Bug fixLuciadFusion

Fixed an issue with the sample maven project where the proguard obfuscation would fail on Windows, when executing mvn package, because the command was too long.

Bug fixLuciadFusion

Fixed Windows compatibility issues with the sample Maven project script build/maven/setup-sample-project.xml.

Bug fixLuciadFusion

LCD-11185
TLcdJPEG2000ModelDecoder: fixed a potential NullPointerException when reading the TIFF IFD from a JPEG 2000 file.

Bug fixLuciadFusion

LCD-11036
TLcdJPEG2000ModelDecoder: in some cases, attempting to decode a non-georeferenced JPEG2000 file would result in a NullPointerException rather than the expected IOException.

Bug fixLuciadFusion

LCD-8840
TLcdJPIPModelDecoder will now start a new session if the JPIP server returns a HTTP 503 response (invalid channel ID).

Bug fixLuciadFusion

LCD-8841
Fixed an issue with TLcdJPIPModelDecoder's cache management. This resulted in gray tiles being rendered.

Bug fixLuciadFusion

LCD-8824
TLcdJPEG2000ModelDecoder now respects the sampling mode (point vs. area-sampled) defined in a geoJP2 header.

Bug fixLuciadFusion

LCD-8496
Increased maximum allowed quality of TLcdJPEG2000ModelEncoder from 1.0 to 8.0, to allow encoding of higher-quality JPEG2000 files.

Bug fixLuciadFusion

Fixed an issue in TLcdJPEG2000ModelDecoder where, in some cases, alpha channels were not properly detected.

Bug fixLuciadFusion

LCD-7914
Fixed an issue in TLcdJPIPModelDecoder where RGB data with 16 bits per component could not be decoded.

Bug fixLuciadFusion

LCD-7893
Resolved an issue where reading simultaneously from many different JPEG2000 files could result in a deadlock.

Bug fixLuciadFusion

The JPEG2000 decoder canDecode method could return false for some absolute paths on windows.

Bug fixLuciadFusion

LCD-6500
The JPEG2000 and JPIP data decoders produced an ALcdMultilevelImage/ILcdMultilevelRaster with 1 level too few. The least detailed level was missing. This negatively affected the performance for large files when zoomed out.

Bug fixLuciadFusion

LCD-6495
The JPEG2000 decoder could not decode paths longer than 260 characters on windows.

Bug fixLuciadFusion

LCD-6354
TLcdJPEG2000ModelDecoder sometimes created ALcdImage's with incorrect semantics: there could be an alpha band that is not actually available.

Bug fixLuciadFusion

LCD-6010
A JPIP model could return incorrect values when using its ILcdRaster.retrieveValue method from multiple threads.

Bug fixLuciadFusion

LCD-5773
Fixed possible deadlock when using ILcdRaster.retrieveValue on a JPIP raster that is also being painted in a Lightspeed view.

Bug fixLuciadFusion

LCD-4400
The JPEG2000 decoder could not handle file names with non-ASCII characters on Windows.

Bug fixLuciadFusion

LCD-4257
Fixed a bug in the decoding of 16-bit JPIP data.

Bug fixLuciadFusion

LCD-3550
Fixed a concurrency issue in the JPIP native library which could result in an application crash on some systems.

Bug fixLuciadFusion

LCD-3537
Fixed a memory leak in JPIP models. This regression was introduced by the earlier fix LCD-3492 in the LuciadMap core library.

Bug fixLuciadFusion

LCD-3502
The connection of a JPIP model can now be closed explicitly. You can find details on how to do this in the TLcdJPIPModelDecoder javadoc.

Bug fixLuciadFusion

LCD-3481
The JPEG2000 and JPIP decoders could not decode monochromatic 16-bit data.

Bug fixLuciadFusion

LCD-2627
The JPEG2000 decoder allocated buffers that were larger then necessary.

Bug fixLuciadFusion

LMAP-5974
Some raster files could not be rectified properly during decoding. This has been fixed.

Bug fixLuciadFusion

LMAP-5479, LCD-94
The positioning of JPEG2000 rasters based on JPW files with arbitrary rotations has been corrected. Additionally, sheared rasters now supported.

Bug fixLuciadFusion

The name of the system property controlling the JPEG2000 native decoder pool size has been changed from JPEG2000_POOL_SIZE to jpeg2000.pool.size, in line with the usual naming conventions. The old system property name is still used as a fallback, for backwards compatibility.

Bug fixLuciadFusion

Attempting to load a non-existing file no longer crashes the application.

Bug fixLuciadFusion

LMAP-3932
Loading a corrupted JPEG2000 file no longer crashes the entire application.

Bug fixLuciadFusion

LMAP-3850
TLcdJPEG2000ModelDecoder was allocating large amounts of native memory. On 32 bit platforms this was sometimes exceeding the virtual memory space of the process, leading to a crash. LuciadMap now uses a pool of "connections" to the native JPEG2000 library, limiting the amount of memory used. The size of this pool can modified by setting the JPEG2000_POOL_SIZE system property (the default value is 2).

Bug fixLuciadFusion

The Linux 64-bit version of the libLcdJPEG2000.so depended on an older version of the standard C++ library (libstc++.so.5). The library is now linked against libstdc++.so.6.

Bug fixLuciadFusion

TLcdJPEG2000ModelDecoder now correctly supports JPEG2000 images with color maps.

Upgrade considerationLuciadFusion

Third party libraries used in the samples have been moved to the samples/lib/thirdparty directory.

Upgrade considerationLuciadFusion

The two modules lcd_jpeg2000_decoder and lcd_jpeg2000_encoder have been merged into one module lcd_jpeg2000, which contains the JPEG2000 model decoder and encoder.

Upgrade considerationLuciadFusion

The swaggerV2Url property of the response returned by the /api endpoint has been renamed to apiSpecification.

Upgrade considerationLuciadFusion

The LuciadFusion Studio REST API specification now follows the OpenAPI 3 specification. Previously this followed the Swagger 2 specification. If you are using a tool to automatically generate an API based on the LuciadFusion Studio REST API specification then you now need to make sure it supports the OpenAPI 3 specification. The interactive console and REST API documentation have been updated to use the OpenAPI 3 version of the specification and can be used as before.

To support the upgrade from Swagger 2 to OpenAPI 3, the following dependencies were added to LuciadFusion:

Group ID Artifact ID Version
org.springdoc springdoc-openapi-ui 1.6.9
org.springdoc springdoc-openapi-common 1.6.9
org.springdoc springdoc-openapi-webmvc-core 1.6.9
org.springdoc springdoc-openapi-security 1.6.9
io.swagger.core.v3 swagger-annotations 2.2.0
io.swagger.core.v3 swagger-core 2.2.0
io.swagger.core.v3 swagger-models 2.2.0
io.github.classgraph classgraph 4.8.147
org.webjars swagger-ui 4.11.1
org.webjars webjars-locator-core 0.50
com.fasterxml.jackson.dataformat jackson-dataformat-yaml 2.9.8

Dependencies related to Springfox and the older version of Swagger have been removed.

Upgrade considerationLuciadFusion

The com.luciad.format.raster package is no longer split between multiple jars. This means that the following classes have been moved to their own sub package:

Class New Package
TLcdJPEG2000AssociationBox com.luciad.format.jpeg2000
TLcdJPEG2000Box com.luciad.format.jpeg2000
TLcdJPEG2000ImageDecoder com.luciad.format.jpeg2000
TLcdJPEG2000ModelDecoder com.luciad.format.jpeg2000
TLcdJPEG2000ModelDescriptor com.luciad.format.jpeg2000
TLcdJPIPModelDecoder com.luciad.format.jpeg2000
TLcdJPIPModelDescriptor com.luciad.format.jpeg2000
TLcdJPEG2000ModelEncoder com.luciad.format.jpeg2000
TLcdBCIRasterModelDecoder com.luciad.format.bci
TLcdBCIRasterModelDescriptor com.luciad.format.bci
TLcdBCITileDecoder com.luciad.format.bci
TLcdDIMAPModelDecoder com.luciad.format.dimap
TLcdDIMAPModelDescriptor com.luciad.format.dimap
TLcdECWConfiguration com.luciad.format.ecw
TLcdECWImageDecoder com.luciad.format.ecw
TLcdECWModelDecoder com.luciad.format.ecw
TLcdECWModelDescriptor com.luciad.format.ecw
TLcdGeoSPOTSubsetDescriptor com.luciad.format.geospot
TLcdGeoSPOTSceneDescriptor com.luciad.format.geospot
TLcdGeoSPOTRasterDescriptor com.luciad.format.geospot
TLcdGeoSPOTRaster com.luciad.format.geospot
TLcdGeoSPOTModelDescriptor com.luciad.format.geospot
TLcdGeoSPOTModelDecoder com.luciad.format.geospot
TLcdMrSIDImageDecoder com.luciad.format.mrsid
TLcdMrSIDModelDecoder com.luciad.format.mrsid
TLcdMrSIDModelDescriptor com.luciad.format.mrsid
TLcdCADRGBoundaryRectangleDescriptor com.luciad.format.cadrg
TLcdCADRGDirectoryModelDecoder com.luciad.format.cadrg
TLcdCADRGFrameDescriptor com.luciad.format.cadrg
TLcdCADRGImageDecoder com.luciad.format.cadrg
TLcdCADRGModelDecoder com.luciad.format.cadrg
TLcdCADRGModelDescriptor com.luciad.format.cadrg
TLcdCADRGMultilevelRasterModelDescriptor com.luciad.format.cadrg
TLcdCADRGRaster com.luciad.format.cadrg
TLcdCADRGTile com.luciad.format.cadrg
TLcdECRGMediaMetadata com.luciad.format.ecrg
TLcdECRGModelDecoder com.luciad.format.ecrg
TLcdECRGModelDescriptor com.luciad.format.ecrg
TLcdECRGMultilevelRasterModelDescriptor com.luciad.format.ecrg
TLcdECRGTile com.luciad.format.ecrg
ELcdNITFBandRepresentation com.luciad.format.nitf
TLcdNITFGXYLayerFactory com.luciad.format.nitf
TLcdNITFModelDecoder com.luciad.format.nitf
TLcdNITFModelDescriptor com.luciad.format.nitf
TLcdNITFTextSegment com.luciad.format.nitf
TLcdNITFUncompressedImageDecoder com.luciad.format.nitf
TLspNITFLayerFactory com.luciad.format.nitf
TLcdSwissDHMMatrixModelDecoder com.luciad.format.swissdhm
TLcdSwissDHMMatrixModelDescriptor com.luciad.format.swissdhm
TLcdUSRPAccuracyDescriptor com.luciad.format.usrp
TLcdUSRPDatasetModelDescriptor com.luciad.format.usrp
TLcdUSRPLegend com.luciad.format.usrp
TLcdUSRPModelDecoder com.luciad.format.usrp
TLcdUSRPModelDescriptor com.luciad.format.usrp
TLcdUSRPTile com.luciad.format.usrp
TLcdUSRPZoneDescriptor com.luciad.format.usrp

If you encounter any compile errors due to these changes, simply update the relevant import statement.

Upgrade considerationLuciadFusion

Upgraded the PostgreSQL JDBC driver to version 42.3.6.

Upgrade considerationLuciadFusion

The samples now depend on the HikariCP third-party library. It is used to illustrate how the database model decoders can use a database connection pooling framework.

Upgrade considerationLuciadFusion

The SQLiteJ library has been updated to version 3.36.0.lcd-2 to improve compatibility with Hibernate 5.

Upgrade considerationLuciadFusion

To allow for greater extensibility, the signature of the method ILcdWMSGetLegendGraphicRequestEncoder#encode(ALcdWMSLayer,ALcdSLDLayer,TLcdSLDStyledLayerDescriptor,String,String,float,int,int,OutputStream,TLcdWMSRequestContext) has been changed into #encode(TLcdWMSGetLegendGraphicRequestContext,TLcdWMSRequestContext,OutputStream). TLcdWMSGetLegendGraphicRequestContext gives access to the original method arguments and a number of additional arguments.

The change impacts WMS implementations that use an implementation of ILcdWMSGetLegendGraphicRequestEncoder.

Upgrade considerationLuciadFusion

Support for 32-bit Windows will be phased out. Starting with LWJGL, new or upgraded native libraries will no longer include 32-bit versions.

Upgrade considerationLuciadFusion

The JAXB implementation which is used in LuciadFusion has been upgraded to 2.3.6.

Upgrade considerationLuciadFusion

LCD-12054
The LWJGL Java binding for the OpenGL and OpenCL APIs has been updated to version 3.3.1. For Linux, the glibc (GNU C Library) minimum version has been raised to 2.27.

Upgrade considerationLuciadFusion

The third-party library dependencies Apache HttpClient, HttpClient Cache and HttpMime have been updated from version 4.5.6 to 4.5.13. Their dependencies have also been updated accordingly: Apache HttpCore from version 4.4.10 to 4.4.13, Apache Commons Codec from version 1.10 to 1.11.

Upgrade considerationLuciadFusion

LCD-12142
The version of Ehcache was updated from 3.2.0 to 3.10.0 to improve compatibility with Java 17.

Upgrade considerationLuciadFusion

The ILcdPolyline constructor parameter of TLcdSHPPolylineZ now also needs to be an instance of ILcdCurve.

Upgrade considerationLuciadFusion

The createFilteredModel(ILcdModel aSourceModel, TLcdWFSGetFeatureConstraints aConstraints) method of ILcdWFSFilteredModelFactory now imposes new conditions on the elements in the model. Any ILcdPolyline or ILcdPolygon model elements now also need to implement ILcdCurve or ILcdRing, respectively.

Upgrade considerationLuciadFusion

By default, TLspLonLatGridLayerBuilder's layers now generate lines that use the same ILcdGeodeticDatum as the world reference of the view, even when the world reference of the view changes. It always used the WGS 84 datum before this change. It is still possible to use a fixed geodetic datum by using the TLspLonLatGridLayerBuilder#createModel method that takes an ILcdGeodeticDatum as argument.

2021.1

2021.1.15

ImprovementLuciadFusion

LCD-12129

The Maven sample project setup script 'build/maven/setup-sample-project.xml' now uses NodeJS instead of the Nashorn JavaScript engine. This means you now have to install NodeJS before running the setup script.

In addition, the ProGuard version used by the script was upgraded from ProGuard 6 to ProGuard 7.

These changes make it possible to run the setup script with JDK 17.

ImprovementLuciadFusion

LCD-12335
The WFS server now also accepts DescribeFeatureType XML requests with an unbound TypeName element to improve interoperability with non-compliant third-party OGC WFS clients.

Bug fixLuciadFusion

LCD-12322
TLcdGXYLocationListLabelingAlgorithm: When a selected label is larger or smaller than when it is not selected, the algorithm would place the selected label at an incorrect location after selecting it.

Bug fixLuciadFusion

LCD-12325
The TLcdResizeableIcon's paint method could hang when used with certain display scale factors. This has been fixed.

2021.1.14

Bug fixLuciadFusion

LCD-12323
TLcdRasterModelHeightProviderFactory#canCreateHeightProvider now takes the appropriate model lock when inspecting the given model's elements. This also avoids potential warnings from being logged about incorrect model locking.

Bug fixLuciadFusion

LCD-12307
Calling the print method on an ILcdGXYView implementation could cause a NullPointerException when performance logging (see TLcdMBeanPerformanceLogHandler) is configured.

Bug fixLuciadFusion

LCD-12306
TLcdEllipsoidRhumblineUtil#intersectionGeodesicRhumblineSFCT didn't work correctly for rhumb lines that cross the date line.

Bug fixLuciadFusion

LCD-12312
TLcdRangeSlider no longer performs illegal reflective access operations.

Bug fixLuciadFusion

LF-2241
Fixed an issue that prevented starting or stopping services in the Studio web application when the list of services was filtered using search.

Bug fixLuciadFusion

LCD-12316
The error message returned by the TLcdGeoTIFFModelEncoder could be confusing about why the model was not accepted. The error message now contains more detailed information on the reason of rejecting a model.

2021.1.13

Bug fixLuciadFusion

LCD-12289
TLcdGML31LinearRing/TLcdGML32LinearRing's bounds are now properly updated when adding or removing points.

Bug fixLuciadFusion

LCD-12287
TLcdKML22GXYPainterProvider: when rendering polygons with inner rings, superfluous lines could appear. This has been fixed.

Bug fixLuciadFusion

LCD-12303
Fixed an issue where the mime type could not be determined properly if an OGC service returned a response with the 301 Moved Permanently response code.

2021.1.12

ImprovementLuciadFusion

LCD-12275
TLspFixedOnPathLabelLocationProvider has a new property: allowUpsideDown. This property allows you keep the text upside down instead of flipping it 180 degrees.

ImprovementLuciadFusion

LCD-12276
TLcdWKTReferenceParser now supports WKT strings that contain a "Local" projection parameter, which corresponds to an orthographic projection.

2021.1.11

Bug fixLuciadFusion

LF-2235
Fixed several broken links in the REST API documentation.

Upgrade considerationLuciadFusion

LF-2234
The spring-security-oauth2 library has been upgraded to version 2.5.2. This version fixes the CVE-2022-22969 vulnerability.

2021.1.09

ImprovementLuciadFusion

LCD-12244
The TLcdTransformingModelFactory now takes into account if the view allows asynchronous operations to determine if data transformations are executed on a dedicated thread.

2021.1.08

ImprovementLuciadFusion

LCD-12232
TLcdProj4ReferenceParser and TLcdProj4ReferenceFormatter now also support the krovak projection.

Bug fixLuciadFusion

LF-2227
Add runtime file needed to fix startup issues related to Logback when deploying to newer versions of WildFly.

Bug fixLuciadFusion

LCD-12230
ILcdLogger: some methods didn't log the correct class or method when using java.util.logging (see TLcdJULLoggerFactory).

Bug fixLuciadFusion

LCD-12233
A non-visible TLspAWTView could trigger a high usage of the Event Dispatch Thread (EDT). This has been fixed.

Bug fixLuciadFusion

LCD-12243
Fixed an issue with TLspPointToPointSnapper where ILcdPoint shapes would not be considered as valid snap targets for other overlapping ILcdPoint shapes.

Bug fixLuciadFusion

LF-2228
A workaround has been applied to mitigate the vulnerability introduced by CVE-2022-22965. For more information on this vulnerability and to see if you are affected visit https://tanzu.vmware.com/security/cve-2022-22965. LuciadFusion implements the suggested workaround of declaring a WebMvcRegistrations bean with a modified RequestMappingHandlerAdapter as detailed on https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement#suggested-workarounds. If you add your own @ControllerAdvice that sets the disallowed fields on the WebDataBinder make sure to include "class.*", "Class.*", "*.class.*", "*.Class.*" in the disallowed fields list.

2021.1.07

ImprovementLuciadFusion

LCD-12215
TLcdGXYPointListPainter: a new method retrievePointList makes it easier to change how to derive the ILcdPointList from the domain object.

ImprovementLuciadFusion

LCD-12225
You can now configure the latitude extent of a TLcdPolarStereographic projection. The latitude extent is how far the projection extends outwards from the poles, expressed in degrees latitude. For example, you can use this to show data located in the southern hemisphere, on a map with a north polar stereographic projection.

Bug fixLuciadFusion

LCD-12226
TLcdOGC3DTilesModelEncoder: fixed an issue where Draco encoding failed for tiles with an empty mesh.

Bug fixLuciadFusion

LF-2224
Fixed an issue where CSW queries would fail when using an Oracle database and when a service has multiple products and a bounding box which is larger than or equal to one-half the surface of the Earth. Queries are now performed against the bounding boxes of each product of each service instead of the bounding box of each service (i.e. the union of the bounding boxes of the products of a service).

Bug fixLuciadFusion

LCD-12202
TLspShapeLayerBuilder: the outline of a polygon with points on the poles would be clipped on the equator in the Lambert Conformal projection.

2021.1.06

Bug fixLuciadFusion

TLcdGXYAsynchronousPaintQueue: after a period of inactivity, the isEmpty method could incorrectly return false.

2021.1.05

ImprovementLuciadFusion

LF-2215
Creating a WFS service for an unsupported product name - containing characters other than letters, digits or underscores - led to a broken service. To avoid this, the creation no longer works for unsupported product names and the user gets notified of the reason.

Bug fixLuciadFusion

LCD-12185
TLcdOGC3DTilesModelDecoder: fixed a NullPointerException that could occur when decoding a 3D Tiles dataset containing GLTF without primitives.

Bug fixLuciadFusion

LF-2219

Resolved an issue with the default values of the cache configuration of LuciadFusion Platform services. The cache.enabled and cache.maxAge properties were uninitialized if the properties were missing from the configuration profile. Meaning that caching was disabled by default, while the yml configuration files mentioned caching is enabled by default. The default values have been changed so caching is enabled by default and the maxAge property is set to 30 days by default.

The following caching properties have been affected:

  • fusion.ogctilesservice.cache.enabled
  • fusion.ogctilesservice.cache.maxAge
  • fusion.panoramics.cache.enabled
  • fusion.panoramics.cache.maxAge
  • fusion.hspc.cache.enabled
  • fusion.hspc.cache.maxAge
  • fusion.studio.webapp.cache.enabled
  • fusion.studio.webapp.cache.maxAge

Bug fixLuciadFusion

LCD-12199
TLspComplexStrokedLineStyle: a TLcdLonLatCompositeRing or TLcdXYCompositeRing containing TLcdCompositeCurve was visualized incorrectly when styled with a complex stroke.

2021.1.04

ImprovementLuciadFusion

LCD-11989
It's now easier to obfuscate LuciadLightspeed and LuciadFusion applications that don't depend on JavaFX.

ImprovementLuciadFusion

LCD-12172
Added support for the SLD vendor option "composite=copy" in a Lightspeed view. This vendor option can be used on a point symbolizer to make sure that any transparent pixels found in a referred icon are copied to the line style provided by a line or polygon symbolizer in the same styling rule. A common use case is to introduce a gap between the visible icon part and the surrounding line style: if there are transparent pixels around the visible icon part, they will remove the surrounding line style accordingly.

ImprovementLuciadFusion

LF-2210
The ISO metadata of Studio's services now includes the revision date.

Bug fixLuciadFusion

LF-2216
Fixed the issue where OGC 3D Tiles service could not be created from BINZ data after obfuscation.

Bug fixLuciadFusion

LCD-10415
In certain scenarios TLcdImageModelHeightProviderFactory and other implementations of ILcdModelHeightProviderFactory could change the value of the optional ALcdRasterModelHeightProviderFactory#KEY_PIXEL_DENSITY property that is provided when creating a height provider. This side effect no longer happens.

Bug fixLuciadFusion

LCD-12169
A few EPSG reference are defined using axes that point west and south, instead of the usual east and north:
  • EPSG:2065
  • EPSG:5513
  • EPSG:8352
The coordinates of these references are now correctly interpreted and transformed.

Bug fixLuciadFusion

LCD-12179
The SLD label painting pipeline incorrectly interpreted XML Label element content encoded on multiple lines as a multiline label. This should only be the case if the newline characters are part of a CDATA XML element, as illustrated in the How to define multiline labels SLD article.

Bug fixLuciadFusion

LCD-12173
The OGC Filter functions startAngle and endAngle incorrectly added a rotation of 90 degrees to the evaluated values. This could led to an incorrect icon rotation when used in combination with an SLD icon symbolizer.

2021.1.03

New featureLuciadFusion

LCD-12148
A best effort has been made to add support for version 100 of OSGB for the TLcdOSGBModelDecoder, including support for
  • Binary brackets
  • DrawElementsUInt
  • Vec2Array
  • Vec3Array

ImprovementLuciadFusion

LCD-12146
The warning that eye-dome lighting (see TLspEyeDomeLightingSettings) cannot be used in a 2D view is now logged as a debug message.

ImprovementLuciadFusion

LCD-10529
SLD graphics rendering in GXY / Lightspeed now supports the optional AnchorPoint property for icons.

Bug fixLuciadFusion

LCD-11533
Fixed NullPointerException when retrieving the TLcdModelMetadata from an ILcdMultiDimensionalModel with unbounded dimensions.

Bug fixLuciadFusion

LCD-12102
TLspRasterLayer now properly handles images which have a geodetic coordinate reference and bounds that are more than 360 degrees wide. The part of the image that extends outside the 360 degree horizontal range is not painted.

Bug fixLuciadFusion

LF-2201
Fixed an issue where requesting resources using the REST API could return a totalPages of 0 when fetching the first page of a request that returns no results. The totalPages will now be 1 in case of no results to match the page property.

Bug fixLuciadFusion

LF-2125
Fixed an issue that prevented information about styles being loaded in the Studio web application if the defaultRasterData or defaultVectorData had not been set.

Bug fixLuciadFusion

LCD-12137
Fixed an issue within the ALcdMeasureProvider created by TLcdImageModelMeasureProviderFactory which could result in ClassCastExceptions when used from multiple threads.

2021.1.02

ImprovementLuciadFusion

LF-2194

Windows Authentication when using a MSSQL database account is now supported. There is also a detailed explanation on how to enable support for Windows Authentication when using a MSSQL database account.

ImprovementLuciadFusion

Moved some How to articles from the FAQ section to the How to section.

ImprovementLuciadFusion

LCD-12133
Support has been added for a new OGC Filter geometry function TLcdOGCVendorSpecificFunctions#VERTICES, which returns the points of a geometry. An example use case is the usage of the function in an SLD Geometry element to style the individual points of a polyline with an icon.

ImprovementLuciadFusion

LCD-12130
Support has been added for a new OGC Filter geometry function TLcdOGCVendorSpecificFunctions#INTERIOR_POINT, which returns a point that is interior the the geometry in case of a polygon, or sitting on its boundary otherwise. An example use case is the usage of the function in an SLD Geometry element, to style a point that is interior to the geometry with an icon or text symbolizer.

Bug fixLuciadFusion

LCD-12090
Label placement on a Lightspeed view was very slow when domain objects have a lot of labels. This could for example happen when on-path or in-path labels are used, or when adding icons to raster data using TLspParameterizedRasterIconStyle.

Bug fixLuciadFusion

Added a logging threshold filter to the default logback configuration, which was unintentionally removed.

Bug fixLuciadFusion

LCD-12108
The bounds calculations for geodetic circle and circular arc implementations, like TLcdLonLatCircle and TLcdLonLatCircularArcByCenterPoint are now more accurate. Before, the bounds were too small in some cases.

Bug fixLuciadFusion

LCD-12121
Screenshots taken from an ILspView using its getImage() method could show incorrect colors if the view itself had a transparent background. This happened because the image returned did not correctly report itself as having premultiplied alpha. This problem also affected TLcdGXYLspAsynchronousLayerWrapper.

Bug fixLuciadFusion

LF-2196
Fixed an issue that caused all data that was added manually using the Add Data functionality to be deleted if a data root was removed by a user.

Bug fixLuciadFusion

LCD-12134
The SLD Lightspeed implementation did not support the use of multiple polygon symbolizers with fill styles to style a single object.

Bug fixLuciadFusion

LF-2188
Fixed an issue where CSW queries with PropertyIsLike and PropertyIsEqualTo operators would fail when querying the Dublin Core dc:type property.

Bug fixLuciadFusion

LCD-12132
The SLD geometry functions startPoint, endPoint, startAngle and endAngle were not taken into account in a Lightspeed view if the SLD did not specify a Geometry element.

Bug fixLuciadFusion

LF-2151
Fixed an issue that prevented some ECDIS data from being deleted.

Bug fixLuciadFusion

LF-2182
Fixed a bug where performing CSW query request failed when the bounds of the data being queried were larger than or equal to one-half the surface of the Earth. This bug only affected LuciadFusion instances running against Oracle databases.

Bug fixLuciadFusion

LCD-12102
TLcdGXYImagePainter now properly handles images which have a geodetic coordinate reference and bounds that are more than 360 degrees wide. The part of the image that extends outside the 360 degree horizontal range, is not painted.

2021.1.01

Bug fixLuciadFusion

LCD-12100
TLcdGXYCurvedPathLabelPainter: labels that use a halo weren't always correctly painted on a screen with display scaling larger than 100%. This problem only occurred with a Java version 9 or later.

Bug fixLuciadFusion

LCD-12089
Some ALspEditHandles would not interact correctly with touch events in applications with a display scaling value other than 100%.

Bug fixLuciadFusion

LCD-12076
TLspTouchNavigateController would not work correctly with a display scaling value other than 100%.

Bug fixLuciadFusion

LCD-12101
Fixed issue in TLcdGeoTIFFModelDecoder for TIFF files where the coordinate reference is a geodetic reference and the data extent is more than 360 degrees wide. The data extent was clamped to 360 degrees. Note this issue is related to LCD-12102 for the visualization of such data.

Bug fixLuciadFusion

LCD-12080
The WMS server could falsely advertise support for GetMap SLD requests. This is only supported when ALcdSLDWMSGXYLayerFactory instances are registered. Now the WMS server no longer advertises this when no such layer factories are registered.

Upgrade considerationLuciadFusion

LF-2193
There database schema for PostgreSQL databases was changed. The type of the bounding box columns has been changed from Polygon to Geometry.

2021.1

New featureLuciadFusion

The OGC3DTiles service now supports Draco mesh compression. It can be used when creating an OGC3DTiles Service for Binz, OSGB or any other mesh data type. It can be activated by choosing Draco from the mesh compression drop down.

New featureLuciadFusion

The TLcdOGC3DTilesModelEncoder now supports Draco mesh compression for mesh models, such as Binz and OSGB mesh data, or even existing OGC 3D Tiles datasets. You can use this new functionality through the API: setMeshCompression(ELcdOGC3DTilesMeshCompressionType). It is also available in LuciadFusion Studio when you create an OGC3DTiles service from the mesh data, and in the MeshUp en BinzConverter CLI samples.

New featureLuciadFusion

The TLcdRoundedPolyline and TLcdRoundedPolygon shapes have been added. These shapes allow you to create a rounded curve based on a set of control points. You can use these shapes to create rounded versions of ILcdPolyline and ILcdPolygon shapes. They can be visualized, created, and edited in ILcdGXYView and ILspView implementations.

The utility class TLcdShapeUtil was added to the API. This class contains utility method to created rounded lines.

  • TLcdShapeUtil.round(ILcdModelReference, ILcdPolyline, double): Use this method to created a TLcdRoundedPolyline.
  • TLcdShapeUtil.round(ILcdModelReference, ILcdPolygon, double): Use this method to created a TLcdRoundedPolygon.

Example usage of these shapes can be found in the complex strokes Lightspeed sample. This sample has been adjusted so rounded lines are used in the Cartography layer. The lines are rounded using a custom ALspStyleTargetProvider which provides rounded lines for every ILcdPolyline or ILcdPolygon in the model. This ALspStyleTargetProvider is located in samples.lightspeed.style.strokedline.LayerFactory.RoundedLineStyleTargetProvider.

ImprovementLuciadFusion

LuciadFusion now runs on Java 17. Refer to the "Hardware and software requirements" page in the prerequisites section for more information and potential caveats.

ImprovementLuciadFusion

LuciadLightspeed now runs on Java 17. Refer to the "Hardware and software requirements" page in the prerequisites section for more information and potential limitations.

ImprovementLuciadFusion

When a TLspRasterLayer is configured with the incrementalPainting flag set to false and contains multiple rasters, the layer is not updated until all tiles of all rasters are ready. Previously, the layer was updated whenever all tiles of any raster were ready.

ImprovementLuciadFusion

TLspKML22LayerBuilder/TLcdKML22GXYLayerFactory: improved the default layer label.

ImprovementLuciadFusion

LuciadFusion now supports importing of GLB files. GLB is the binary variant of GLTF, and can now be preprocessed into OGC 3D Tiles.

ImprovementLuciadFusion

ALspLayer now has a map scale range property, which controls at what map scales the layer is rendered. This already existed on TLspLayer and was pulled up. This should be particularly useful for TLspRasterLayer. When creating a TLspRasterLayer the map scale range can be configured with TLspRasterLayerBuilder.

ImprovementLuciadFusion

LCD-11639
TLcdExpressionFactory: A eq and neq expression with an epsilon parameter have been added. These are useful to compare float values, for which it is recommended to do an epsilon compare. The map expression now also uses an epsilon compare to prevent issues in the visualization in some cases.

ImprovementLuciadFusion

LCD-11104
The API for integrating GXY layers in a Lightspeed view or vice versa has been deprecated. We advise to either stick to GXY components, or build a full Lightspeed application instead.

ImprovementLuciadFusion

LCD-11431
Introduced a new static method TLcdGeoJsonModelDecoder#parseGeometry, which parses a single GeoJSON geometry object to an ILcdShape.

Bug fixLuciadFusion

LCD-12066
Fixed ALspViewXYZWorldTransformation#getMapScale returning incorrect results for TLcdMapScale.ScaleLocation.MAP_CENTER when either the world reference is 3D geocentric, or the view's DPI scale is not equal to 1.

Bug fixLuciadFusion

LF-2139
The upgrade of the Oracle JDBC driver fixes an issue that prevented LuciadFusion from starting up if an Oracle database with a specific character set was used. See Oracle support document 2278611.1 for more information on this issue.

Bug fixLuciadFusion

LCD-11770
TLcdSHPModelDecoder is now able to parse 'Infinity' and '-Infinity' as number properties.

Upgrade considerationLuciadFusion

The Oracle JDBC driver has been upgraded to version 19.12.0.0.

Upgrade considerationLuciadFusion

The SQLite library has been updated to version 3.36.0.

Upgrade considerationLuciadFusion

When a TLspRasterLayer is configured with the incrementalPainting flag set to false and contains multiple rasters, the layer is not updated until all tiles of all rasters are ready. Previously, the layer was updated whenever all tiles of any raster were ready.

Upgrade considerationLuciadFusion

For Java 17 support, the version of spring-ldap-core was updated from 2.3.2.RELEASE to 2.3.4.RELEASE.

Upgrade considerationLuciadFusion

The military grid implementations have moved to the defense symbology component. This results in the following package changes:
Old Class New Class
com.luciad.text.TLcdMGRSFormat com.luciad.text.mgrs.TLcdMGRSFormat
com.luciad.text.TLcdGARSPointFormat com.luciad.text.gars.TLcdGARSFormat
com.luciad.view.map.TLcdMGRS* com.luciad.view.map.mgrs.TLcdMGRS*
com.luciad.view.lightspeed.painter.grid.TLspMGRS* com.luciad.view.lightspeed.painter.grid.mgrs.TLspMGRS*

Upgrade considerationLuciadFusion

The new ALspLayer map scale range property can clash with custom subclasses of ALspLayer. Additionally, to make this property work as expected for custom layers, it might be needed to listen to TLspLayerStateEvent.Type#MAP_SCALE_RANGE_CHANGED events or to override ALspLayer#setMapScaleRange to ensure the layer is shown and hidden as needed.

2021.0

2021.0.11

ImprovementLuciadFusion

The OGC Filter functions startAngle / endAngle and startPoint / endPoint now fallback to the domain object's embedded geometry if the provided geometry property name does not exist and if the domain object itself is of type ILcdShape.

ImprovementLuciadFusion

LCD-12017
TLcdSHPModelEncoder now creates buffered output streams by default, which greatly improves encoding speed.

Bug fixLuciadFusion

LCD-12081
The OGC Filter functions startAngle / endAngle and startPoint / endPoint can now also be applied to ILcdPointList geometries that do not implement ILcdCurve.

Bug fixLuciadFusion

LCD-12078
Fixed issue in TLcdGeoTIFFModelDecoder for TIFF files with an index color model where setting an index as transparent value, using setForcedTransparentColorIndex, was not applied correctly.

Bug fixLuciadFusion

LF-2178
TLcdCSWRecordTransformationFactory would incorrectly apply ISO metadata CRS information to ISO metadata WGS 84 bounding boxes. This resulted in CSW and ATOM records with inconsistent bounding boxes.

Bug fixLuciadFusion

LF-2179
ALcdCSWCommandDispatcherFactory would return an exception when asking to include {http://www.opengis.net/ows}BoundingBox in the response of a GetRecords request.

Bug fixLuciadFusion

LCD-12062
TLspComplexStrokedLineStyle: On some GPUs you could get shader compile errors on the console when zooming in very close on a line styled with a TLspComplexStrokedLineStyle.

Bug fixLuciadFusion

LCD-12073
TLcdClusteringTransformer could throw an ArrayIndexOutOfBoundsException, leading to incorrect clustering results. This has now been fixed.

Bug fixLuciadFusion

LF-2173
TLcdOGCWMSCommandDispatcher threw a runtime exception when performing a GetMap request with duplicate layers.

2021.0.10

ImprovementLuciadFusion

LCD-12046
TLcdOGCFilterEvaluator now accepts a TLcdOGCBinarySpatialOperator with a shape that's not a point nor bounds object, provided that the source and target reference are equal.

Bug fixLuciadFusion

Fixed issue with the TLcdGXYGeoBufferPainter where it was no longer possible to add or remove points by CTRL+clicking the buffer axis.

Bug fixLuciadFusion

LCD-12031
Fixed an issue with the TLspEditController where domain objects that were selected before the controller was activated stayed in the edited state, even after deselection.

Bug fixLuciadFusion

LCD-12035
TLcdGML31DirectPositionList and TLcdGML32DirectPositionList did not handle coordinates correctly for non-geodetic references with inverse axis order (i.e. Y-axis, X-axis).

Bug fixLuciadFusion

LCD-12034
TLcdMultilevelGridLayer: you no longer need to override ILcdMultilevelGrid#createGridCoordinate to support grids with more than 5 levels.

2021.0.09

ImprovementLuciadFusion

LCD-12005
The TLcdGeoTIFFModelDecoder now supports GeoTIFF files with a photometric interpretation Palette Color that have two bands of type BYTE rather than having a single band. The second band is interpreted as an alpha value.

Bug fixLuciadFusion

LF-2162

LuciadFusion now detects usage of the 'X-Forwarded-Proto' HTTP header to detect if requests were sent to a LuciadFusion instance running behind a HTTPS reverse proxy. The endpointUrl of Service resources will now start with a secure protocol (e.g. HTTPS) when the 'X-Forwarded-Proto' header indicates HTTPS was used. The URI passes to the getEndpointBaseURI method of ILfnServiceTypeConfiguration instances, will similarly use an HTTPS protocol when the 'X-Forwarded-Proto' header indicates HTTPS was used.

Bug fixLuciadFusion

LCD-12028
Fixed the handling of WMS GetFeatureInfo requests for features with a geometry consisting of an extruded shape or a composite curve.

2021.0.08

Bug fixLuciadFusion

LCD-12009
TLcdGXYGeoBufferPainter:
  • Fixed a bug where the buffer width would be edited instead of the shape when trying to translate the first or last axis point of the buffer.
  • The TLcdGXYGeoBufferPainter#getMinimumEditDelta value will now be taken into account before applying edit operations which translate or reshape the buffer outline/axis. This helps prevent accidentally editing the buffer when selecting it.

2021.0.07

Bug fixLuciadFusion

LCD-12000
Fixed the UnsupportedOperationException that occurred when querying a TLspLayer that contains view-spaced icons with a TLspIconStyle that uses orientation.

Bug fixLuciadFusion

LCD-11994
TLspRadarVideoLayerBuilder: a NegativeArraySizeException could sometimes occur during visualization of a radar.

2021.0.06

ImprovementLuciadFusion

You can now connect to OpenStreetMap tile services providing imagery data. The article How to load data from an OpenStreetMap tile server describes how to do this. A potential use case is to republish the service as an OGC WM(T)S service.

ImprovementLuciadFusion

To ease connecting to OpenStreetMap tile services, a new sample decoder samples.earth.decoder.osm.OpenStreetMapModelDecoder as well as layer factories for GXY (samples.earth.decoder.osm.OpenStreetMapLayerFactory) and Lightspeed maps (samples.lightspeed.decoder.osm.OpenStreetMapLayerFactory) have been added. The articles Visualize OpenStreetMap raster tiles data on a GXY map and Visualize OpenStreetMap raster tiles data on a Lightspeed map provide more information about their usage.

ImprovementLuciadFusion

LCD-11911
The maven sample project has been expanded. The sample project is now able to work with release which have a deployment license. The sample project will now come with a ProGuard configuration and a packaging configuration that creates production ready artifacts.

Bug fixLuciadFusion

LCD-11996
Reduced memory usage of rounded shapes created by TLcdShapeUtil and of military symbols with rounded lines in the Military Symbology module.

2021.0.05

Bug fixLuciadFusion

LF-2152
Fixed an issue where the LuciadFusion installer would install 2 versions of the PostgreSQL JDBC driver (version 42.0.0 and 42.2.19). When LuciadFusion uses the older version (42.0.0) of the driver, this could result in an "authentication type is not supported" error on startup if LuciadFusion Studio was configured to use a PostgreSQL database that uses scram-sha-256 for password authentication. Only the newer version (42.2.19) of the PostgreSQL JDBC driver has support for scram-sha-256 password authentication. The older version will no longer be installed.

Bug fixLuciadFusion

LCD-11993
TLspXYGridLayerBuilder didn't work correctly when creating a layer with only horizontal or only vertical lines. On certain zoom levels, lines would not be displayed or would be cut off at the wrong location.

Bug fixLuciadFusion

LCD-11978
To increase compatibility, the TLcdE57ModelDecoder will no longer enforce the presence of the isAtomicClockReferenced element. Although this element is mandatory, some data may not have it.

Bug fixLuciadFusion

LCD-11988
The TLspSelectController could forward null events to its chained controller in some cases.

Bug fixLuciadFusion

LF-2154
Fixed an issue that prevented loading the REST API console or documentation page when deploying LuciadFusion in Tomcat. The context path was not taken into account when fetching the REST API specification, which is needed to load the content of those pages.

Upgrade considerationLuciadFusion

The CGRS and GARS GXY grid sample code has moved to the Defense Symbology component. It is showcased as a dedicated sample in the samples.gxy.grid.military package.

2021.0.04

ImprovementLuciadFusion

Scale-dependent stylers created by TLspScaleBasedStylerBuilder are now instances of the newly introduced class TLspScaleBasedStyler. This class allows to inspect the configured stylers and their scale ranges for easy reuse.

ImprovementLuciadFusion

LCD-11947
The SLD text rendering option conflictResolution to enable/disable label decluttering (see release note of LCD-11850) is now also supported in the WMS server. This allows a WMS client to include an SLD in a request that enables(default) or disables label decluttering.

ImprovementLuciadFusion

LF-2110
Added support for spatially filtering services when using a CSW service. The spatial geometry of a service that is used while querying is a spatial union of the bounding boxes of the products in this service.

ImprovementLuciadFusion

LCD-11958
Improved the performance of printing a Lightspeed view with many icons.

Bug fixLuciadFusion

LCD-11973
TLspGeorefGridLayerBuilder/TLspMGRSGridLayerBuilder/TLspXYGridLayerBuilder: fixed some labeling issues when working with HiDPI screens.

Bug fixLuciadFusion

LCD-11957
The TLspMagnifierController now correctly magnifies TLspGXYLayerAdapter layers in 2D views. Previously, magnified objects would not end up on the correct place in the magnified overlay.

Bug fixLuciadFusion

LCD-11974
TLspIconStyle: the minimum pixel size was not applied correctly during printing.

Bug fixLuciadFusion

TLspGeorefGridOverlayLabelBuilder/ TLspMGRSGridOverlayLabelBuilder/TLspXYGridOverlayLabelBuilder: the COORDINATE_AT_MOUSE_CURSOR mode did not work correctly on HiDPI screens.

Bug fixLuciadFusion

LCD-11969
Fixed issue where TLcdSHPModelDecoder and TLcdSHPModelDecoder2 would not apply the correct charset when decoding property names from the DBF file.

Bug fixLuciadFusion

LF-2149
Removed spatial indices for Oracle databases that were added in a previous patch release of LuciadFusion (2020.1.31), since this leads to some spatial queries to produce incorrect results. If you did not have this patch installed, the spatial indices were not added and therefore no changes are needed on the database schema

Bug fixLuciadFusion

LCD-11979
TLspComplexStrokedLineStyle: fixed errors that could lead to redundant compilation of shader programs when using multiple style instances that are actually equal.

2021.0.03

Bug fixLuciadFusion

LCD-11949
TLcdEPSGReferenceParser would throw an exception when the lcd_geoid_resources.jar file was missing from the class path. It now only throws when it effectively needs this resource file to parse a reference.

Bug fixLuciadFusion

LF-2108
Added support for spatial filter operations when using a CSW service with an Oracle database. Previously, this resulted in a NullPointerException. The CSW capabilities have also been updated to better reflect which spatial filter operations are possible.

Bug fixLuciadFusion

LF-2137
Fixed an issue in the LuciadFusion Studio frontend that prevented users from being able to remove a service from the service list page, when a text search filter was active.

2021.0.02

ImprovementLuciadFusion

LCD-11937
The SLD placement of curved labels (= an SLD TextSymbolizer with vendor option followLine=true) has been improved in GXY views and in a WM(T)S server environment:
  • the placement is now dynamic within a WM(T)S server environment, making sure that each generated map or tile shows the label of the visible curved paths (such as streets or rivers); this avoids that labels disappear when zooming in.
  • the vendor option repeat=valueInPixels is now supported to repeat labels along a curved path, taking into account the specified pixel value to be used between subsequent labels; repeating labels can be useful to improve the label readability for long curved paths.

ImprovementLuciadFusion

LCD-11938
You can now configure a minimum gap in pixels between subsequent labels on the GXY labeling algorithm TLcdGXYCurvedPathLabelingAlgorithm, using the newly introduced methods setMinimumGap and getMinimumGap.

Bug fixLuciadFusion

LF-2130
Fixed an issue where the OGC 3D Tiles service could not be created from E57 data containing point cloud data.

Bug fixLuciadFusion

LCD-11932
Fixed a performance regression in the creation of TLspEditContext that showed up when using the TLspEditController while shapes were selected.

Bug fixLuciadFusion

LF-2093
Fixed an issue that prevented uploaded files from being deleted from disk when removing data in LuciadFusion Studio. This could cause removed data to reappear after uploading new files to LuciadFusion Studio.

Bug fixLuciadFusion

LCD-10089
TLcdSHPModelDecoder2#applyOnInteract2DBounds now correctly considers MultiPoint geometries to be points as well. This makes sure that MultiPoint objects containing only one point will still be visualized, even though a minimum size condition might not be met.

2021.0.01

ImprovementLuciadFusion

LCD-11914
TLcdTransformedHeightProvider now avoids evaluating the same geoid twice if the transformation is between geodetic references with only a geoid difference.

Bug fixLuciadFusion

LCD-11920
The WMTS client now recognizes layer dimensions that specify an ISO 8601 time dimension through the UnitSymbol field instead of the UOM field.

Bug fixLuciadFusion

LCD-11919
Fixed a regression introduced in 2021.0 that caused a NullPointerException when a connection was made with a WMTS server of which the capabilities specified a layer dimension without a UOM field.

Bug fixLuciadFusion

LCD-11899
Fixed an issue with the maven sample project setup script, which could cause compilation failures when there was a space in the path to the sample project.

Bug fixLuciadFusion

LF-2115
Fixed an issue that caused no intermediate progress to be reported for crawl jobs.

Bug fixLuciadFusion

LCD-11875
TLcdXYGridLayer now works correctly when a non-uniform scaling is used.

Bug fixLuciadFusion

LCD-11875
Grids built using TLspXYGridLayerBuilder now work correctly when a non-uniform scaling is used in a 2D view.

Bug fixLuciadFusion

LCD-11912
Fixed bug where TLcdCSVModeldeccoder could crash when parsing lon-lat point strings, depending on the default locale.

Bug fixLuciadFusion

LF-2120
Fixed an issue that could cause styles to be duplicated when crawling if deleted file was detection enabled on the crawl job.

Bug fixLuciadFusion

LCD-11902
Solved a problem decoding GML files to a TLcdDataModel with generic enumerated types, such as String or Object.

2021.0

New featureLuciadFusion

The WMTS service now supports KVP GetFeatureInfo requests. The GetFeatureInfo response is always in GeoJSON format. The GetFeatureInfo operation is listed in the operations metadata of the capabilities and the supported info format is listed for all layers.

New featureLuciadFusion

Support has been added for WMTS GetFeatureInfo requests. The class TLcdWMTSClient has a new method getFeatureInfo to perform the GetFeatureInfo request. This method expects a TLcdWMTSGetFeatureInfoContext parameter, which is a new class that specifies WMTS GetFeatureInfo settings. Additionally, a WMTS model's domain object now implements the new interface ILcdWMTSClientProvider to easily access a TLcdWMTSClient.

New featureLuciadFusion

LuciadLightspeed now has support for the vertical datum Normaal Amsterdams Peil (NAP), as well as the associated EPSG reference EPSG:7415. As a LuciadLightspeed user, this just works for you. You can open, visualize, and use data in this reference or referring to this vertical datum.

New featureLuciadFusion

You can now add custom service types to LuciadFusion. Adding a custom service type allows you to serve geospatial data managed in LuciadFusion Studio using a custom protocol. As a result, you gain access to a vast range of options for getting your data to clients. Custom service types can be used in addition to the built-in service types such as WMS, WFS, OGC 3D Tiles, etc.

Take a look at the com.luciad.fusion.platform.services.configuration package on how to get started with adding a custom service type. The classes in the com.luciad.fusion.platform.repository package contain the repositories necessary to access services, products, data from your custom service endpoint. There is also a detailed tutorial on how to add a custom service type to LuciadFusion.

New featureLuciadFusion

Maven POM files are now provided for LuciadFusion releases. There are Maven POM files available for each product tier (Essential, Advanced, Pro), which depend on all non-optional components of their respective tiers. In addition there are maven POM files for each optional component for each tier.

The product tier POM dependencies are:

Group ID Artifact ID
com.luciad luciadfusion_essential
com.luciad luciadfusion_advanced
com.luciad luciadfusion_pro

The optional component POM dependencies are:

Group ID Artifact ID
com.luciad luciadfusion_database_connectors
com.luciad luciadfusion_google_earth_enterprise
com.luciad luciadfusion_graph_and_routing_engine
com.luciad luciadfusion_terrain_analysis_engine
com.luciad luciadfusion_weather_environment_standards
com.luciad luciadfusion_aviation_standards
com.luciad luciadfusion_infrastructure_standards
com.luciad luciadfusion_maritime_standards
com.luciad luciadfusion_defense_standards
com.luciad luciadfusion_radar_connectors
com.luciad luciadfusion_s63
com.luciad luciadfusion_defense_symbology

New featureLuciadFusion

It is now possible to print the contents of a TLspFXView at high resolution. The newly introduced print() method can be used to generate a print-quality image. The sample class samples.lightspeed.javafx.common.printing.PrintPreview demonstrates how to use this method together with the JavaFX printing API. It also implements a preview of the print result and supports multi-page printing. The print preview can be accessed via a new toolbar button which is available in all JavaFX samples.

New featureLuciadFusion

LuciadFusion Studio now includes an HSPC service type. This service can be used to serve Hexagon Smart Point Cloud (HSPC) data.

New featureLuciadFusion

JavaFX UI components that can be used for map navigation and altering the altitude exaggeration of a 3D view have been added to the API.

ImprovementLuciadFusion

The TLcdRD1918DutchGridReference model reference class has been deprecated, because it uses outdated hardcoded parameters. Where possible, using EPSG or WKT parsing is encouraged, for example:
new TLcdEPSGReferenceParser().parseModelReference("EPSG:28992").

ImprovementLuciadFusion

LCD-11312
TLcdExpressionFactory: a log expression has been added which returns the natural logarithm of its parameter.

ImprovementLuciadFusion

LCD-5200
LuciadLightspeed now has more extensive support for EPSG and WKT encoded references that use a geoid.

ImprovementLuciadFusion

The service resource in the LuciadFusion Studio REST api now has a new property service.endpointUrl. This property contains a url that clients can use to connect to the service.

ImprovementLuciadFusion

LCD-5095, LCD-2134, LCD-6783
LuciadLightspeed now has improved support for working with map scales. The new TLcdMapScale class now allows working with a physical, unitless map scale ratios such as "1:100.000". You can directly set and retrieve them on any ILcdGXYView. For Lightspeed views, you can retrieve the scale from ALspViewXYZWorldTransformation and set it using TLspViewNavigationUtil. TLcdMapScale#createScaleRange is also supported in several places to specify unitless map scale ranges. For more information, refer to the Working with map scales article.

ImprovementLuciadFusion

The layer control UI component used in the JavaFX samples now has the following additional features:
  • Layers can be moved in the tree with drag and drop or buttons.
  • A progress indicator now indicates when a layer is busy.
  • Buttons have been added to toggle selectable, editable and labeled.
The FXLayerControl can be reused in your own application.

ImprovementLuciadFusion

LF-1378
Crawl jobs can now be configured to recrawl all files, even it seems like they haven't changed since the last successful crawl. This can be enabled by setting the crawl job property forceRecrawlFiles to true using the REST API or changing the 'Force Recrawl Files' option of a crawl job to 'Enable' in the web interface. Enable this feature when noticing that some files have changed, but are not being processed again. Note that reprocessing all files will impact time to completion.

ImprovementLuciadFusion

LCD-11631
Various missing read or write locks were added for internal accesses to models. Additionally, a new check was introduced that asserts that the correct locks are taken when accessing an ALcdModel. This check is only enabled when assertions are enabled (vm parameter: -ea) and logs violations as Warnings when it finds any.

ImprovementLuciadFusion

LCD-9280
The WMS client sample now requests the WMS server to return more than 1 result. This is configured in the class samples.wms.client.common.WMSGetFeatureInfoMouseListener using TLcdWMSGetFeatureInfoParameters.Builder.maxFeatureCount.

ImprovementLuciadFusion

LCD-9196
TLspWMSLayerFactory has been added to the API. It uses the LcdService annotation, so it can be picked up by TLcdServiceLoader. The existing TLcdWMSProxyGXYLayerFactory now also uses the LcdService annotation.

ImprovementLuciadFusion

LCD-6652
Corrected the spelling of the method TLcdWMSGetMapRequest.setTransparant to TLcdWMSGetMapRequest.setTransparent. The incorrectly spelled method name remains to exist for now for backward compatibility.

ImprovementLuciadFusion

LF-1511
The background data used in the map preview can now be set to any valid geospatial data. It is no longer required that the data needs to be crawled, uploaded or added to Studio as Data for it to be used as background data. To change the map preview background data in the Studio web application, go to Settings -> Map Preview and set the file path for the data you want to use a background data.

ImprovementLuciadFusion

LF-1481
LuciadFusion will now automatically combine NetCDF data sources that are related into a single Data item instead of having a Data item for every source. For example, a NetCDF file with both u- and v-wind components were previously added as separate Data items, and are now combined into a single Data item. Note this will only happen for newly crawled, uploaded, or added NetCDF data.

Bug fixLuciadFusion

LCD-11827
A GML application schema returned by the WFS server for a DescribeFeatureType request no longer includes a GML FeatureCollection element and type, because WFS uses its own FeatureCollection.

Bug fixLuciadFusion

LCD-11740, LCD-11742, LCD-11109, LCD-11163, LCD-11175, LCD-11158, LCD-5238, LCD-11156, LCD-11162, LCD-11761, LCD-11752, LCD-11188
DPI and display scaling specific behavior is now handled more consistently across all supported platforms. In addition, the DPI value can now be overridden using the system property -Dluciad.dpi.

Bug fixLuciadFusion

LF-1556
Failed or skipped files will be retried when recrawling. For example, a SHP file may fail to be processed due to a missing REF file. When adding the missing REF file and recrawling the files, the SHP file will be processed again.

Upgrade considerationLuciadFusion

LCD-11871
TLcdGXYGeoBufferPainter: you can now change the width of buffers without having to press the CTRL key.

Upgrade considerationLuciadFusion

LCD-11790, LCD-11852
A new version of the JAI ImageIO library is used.
  • This fixes the interpretation of GeoTIFF images with exactly 4 bands. The 4th band was always interpreted as alpha channel.

Upgrade considerationLuciadFusion

The property service.endpointPath of the service resource in the LuciadFusion Studio REST api has been deprecated. We recommended to use the new property service.endpointUrl instead.

Upgrade considerationLuciadFusion

LCD-11749

Microsoft ended its support for Windows 7 and Windows Server 2008. In line with that decision, we now support LuciadLightspeed development and deployment on Windows platforms starting from versions Windows 8.1 and Windows Server 2012.

Upgrade considerationLuciadFusion

LF-1813

Microsoft ended its support for Windows 7 and Windows Server 2008. In line with that decision, we now support LuciadFusion development and deployment on Windows platforms starting from versions Windows 8.1 and Windows Server 2012.

Upgrade considerationLuciadFusion

Upgraded the JDBC drivers to version 42.2.19. PostgreSQL 13 is now supported as a database for LuciadFusion Studio. The Checker Qual library (version 3.5.0) has been added since this is a runtime dependency of this newer version of the PostgreSQL JDBC driver.

Upgrade considerationLuciadFusion

3D data (point cloud or mesh) can no longer be published in a WMS or WMTS service in LuciadFusion. The 3D data was not visible when published in either WMS or WMTS. Please use an OGC 3D Tiles service to publish 3D data.

Upgrade considerationLuciadFusion

The Maven POM files provided with a LuciadLightspeed release have been renamed to follow the Maven artifactId naming conventions.

If you depend on any Lightspeed component in your project's POM file, they will need to be renamed as follows.

Group ID Old Artifact ID New Artifact ID
com.luciad LuciadLightspeed luciadlightspeed
com.luciad Advanced_GIS_Engine luciadlightspeed_advanced_gis_engine
com.luciad Advanced_Raster_Connectors luciadlightspeed_advanced_raster_connectors
com.luciad Aviation_Standards luciadlightspeed_aviation_standards
com.luciad Database_Connectors luciadlightspeed_database_connectors
com.luciad Defense_Standards luciadlightspeed_defense_standards
com.luciad Defense_Symbology luciadlightspeed_defense_symbology
com.luciad Google_Earth_Enterprise luciadlightspeed_google_earth_enterprise
com.luciad Graph_and_Routing_Engine luciadlightspeed_graph_and_routing_engine
com.luciad Infrastructure_Standards luciadlightspeed_infrastructure_standards
com.luciad Maritime_Standards luciadlightspeed_maritime_standards
com.luciad Radar_Connectors luciadlightspeed_radar_connectors
com.luciad Real_time_Engine luciadlightspeed_real_time_engine
com.luciad S_63 luciadlightspeed_s63
com.luciad Terrain_Analysis_Engine luciadlightspeed_terrain_analysis_engine
com.luciad Tiling_Engine luciadlightspeed_tiling_engine
com.luciad Weather_Environment_Standards luciadlightspeed_weather_environment_standards

In addition, POM files are now available for each product tier (Essential, Advanced and Pro). These POM files depend on all non-optional modules available for their respective product tiers.

The new product tier POM files are:

Group ID Artifact ID
com.luciad luciadlightspeed_essential
com.luciad luciadlightspeed_advanced
com.luciad luciadlightspeed_pro

Upgrade considerationLuciadFusion

Some Spring Boot Cloud dependencies have been upgraded from the Milestone version (2.1.0.M1) to the release version (2.1.0.RELEASE). Because of this change we needed to upgrade some of the transitive dependencies of the Spring Boot Cloud dependencies. Here is an overview of the dependency changes:
Group ID Artifact ID Old Version New Version
org.springframework.cloud spring-cloud-netflix-archaius 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-starter-netflix-hystrix 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-netflix-eureka-server 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-netflix-zuul 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-starter 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-starter-netflix-zuul 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-netflix-hystrix N/A 2.1.0.RELEASE
org.springframework.cloud spring-cloud-context 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-netflix-ribbon 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-commons 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-starter-netflix-ribbon 2.1.0.M1 2.1.0.RELEASE
org.springframework.cloud spring-cloud-netflix-eureka-client 2.1.0.M1 2.1.0.RELEASE
org.springframework.boot spring-boot-starter-actuator 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-actuator-autoconfigure 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-starter 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-autoconfigure 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-starter-web 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-starter-aop 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-starter-freemarker 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-starter-json 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework spring-boot-starter-jdbc N/A 2.1.2.RELEASE
org.springframework.boot spring-boot 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-actuator 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework.boot spring-boot-starter-logging 2.1.0.RELEASE 2.1.2.RELEASE
org.springframework spring-context-support 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-webmvc 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-aop 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-beans 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-context 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-core 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-expression 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-web 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-tx 5.1.2.RELEASE 5.1.4.RELEASE
org.springframework spring-jdbc 5.1.2.RELEASE 5.1.4.RELEASE
org.hibernate.validator hibernate-validator 6.0.13.Final 6.0.14.Final
com.netflix.eureka eureka-client 1.9.3 1.9.8
com.netflix.eureka eureka-core 1.9.3 1.9.8
com.netflix.hystrix chystrix-core 1.5.12 1.5.18
com.netflix.hystrix hystrix-javanica 1.5.12 1.5.18
com.netflix.hystrix hystrix-metrics-event-stream 1.5.12 1.5.18
com.netflix.hystrix hystrix-serialization 1.5.12 1.5.18
com.netflix.ribbon ribbon-transport 2.2.5 2.3.0
com.netflix.ribbon ribbon 2.2.5 2.3.0
com.netflix.ribbon ribbon-core 2.2.5 2.3.0
com.netflix.ribbon ribbon-httpclient 2.2.5 2.3.0
com.netflix.ribbon ribbon-loadbalancer 2.2.5 2.3.0
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.9.7 2.9.8
com.fasterxml.jackson.dataformat jackson-dataformat-cbor 2.9.7 2.9.8
com.fasterxml.jackson.datatype jackson-dataformat-jsr310 2.9.7 2.9.8
com.fasterxml.jackson.datatype jackson-dataformat-jdk8 2.9.7 2.9.8
com.fasterxml.jackson.module jackson-module-jaxb-annotations 2.9.7 2.9.8
com.fasterxml.jackson.module jackson-module-afterburner 2.9.7 2.9.8
com.fasterxml.jackson.module jackson-module-parameter-names 2.9.7 2.9.8
io.micrometer micrometer-core 2.9.7 2.9.8
org.aspectj aspectjweaver 1.9.1 1.9.2

Upgrade considerationLuciadFusion

Due to changes in the dependencies of LuciadFusion we have upgraded our com.fasterxml dependencies in LuciadLightspeed to ensure we depend on the same version across all products.

Here is an overview of the dependency changes:

Group ID Artifact ID Old Version New Version
com.fasterxml.jackson.core jackson-core 2.9.7 2.9.8
com.fasterxml.jackson.core jackson-databind 2.9.7 2.9.8
com.fasterxml.jackson.core jackson-annotations 2.9.5 2.9.8

Upgrade considerationLuciadFusion

LF-2068
Database schema change: a column was added to the Studio database to store the option to force recrawl files (see LF-1378).

Upgrade considerationLuciadFusion

LCD-9196
The TLcdOGCWMSProxyModelDecoder behavior for calling the method decode with just an URL without a data=layerName argument has been aligned with the behavior of the WFS and WCS decoders. In this case the decoder now returns a model with a ALcdWMSProxy configured with the first WMS layer found in the capabilities. Users that do not want this behavior can get a model with an empty ALcdWMSProxy by calling TLcdOGCWMSProxyModelDecoder#setUseEmptyProxyForUrlOnly(true).

2020.1

2020.1.25

ImprovementLuciadFusion

LCD-11866
Support has been added for an OGC strTrim function in TLcdOGCVendorSpecificFunctions that can trim a String property. This function can be used when querying a model (see ILcdModel#query), when creating an OGC Filter or when creating an SLD style.

ImprovementLuciadFusion

LCD-9858
Support has been added for an OGC Recode function in TLcdOGCVendorSpecificFunctions that can transform a property value to another value. The intended use case is to define an SLD styling property as a function of the contents of a data property. For example, an SLD polygon fill style can be defined that uses a Recode function to map property values to fill colors.

Bug fixLuciadFusion

LCD-11880
When decoding a DTED directory using the TLcdDTEDDirectoryModelDecoder and disposing the model would result in not being able to delete the DTED folder right after. Some resources used within the decoder were not promptly closed after usage.

Bug fixLuciadFusion

LCD-11874
Layers created with TLspXYGridLayerBuilder using a TLcdCartesianReference didn't work correctly, nothing was painted.

Bug fixLuciadFusion

LCD-11770
TLcdSHPModelDecoder now prints a warning when it fails to parse a number property.

Bug fixLuciadFusion

LCD-11873
ALcdCompassNavigationControl: fixed a small inconsistency between the visual highlighting of the compass elements and their actual priorities when receiving mouse events.

Bug fixLuciadFusion

LCD-11862
TLspPlotLayerBuilder: fixed a deadlock that could occur in a plot layer when model changes were fired.

Bug fixLuciadFusion

LCD-11677
TLfnClientFactory.createLTSClient now sanitizes the provided LTS URL by removing request parameters reserved by the LTS protocol. This avoids requests with duplicate LTS request parameters, which can lead to request handling errors in a LuciadFusion server.

Bug fixLuciadFusion

LCD-11860

The caching in the WMS server now takes additional request parameters into account for generated images.

There is also the possibility to configure which additional request parameters must be taken into account when trying to reuse views from the view pool. This is only intended for the case where you have extended the WMS server with one or more non-standard parameters that affect the layer creation.

2020.1.24

ImprovementLuciadFusion

LCD-11850
SLD text rendering in GXY / Lightspeed now supports disabling label placement conflict resolution (label decluttering). This can be achieved by configuring an SLD vendor option with name conflictResolution and value false on a TLcdSLDTextSymbolizer.

Bug fixLuciadFusion

LCD-11803
Fixed a NullPointerException that could occur in some cases when using a TLcdEarthTerrainElevationProvider on sparse raster data.

Bug fixLuciadFusion

LCD-11795
The WFS server could not handle DescribeFeatureType requests for multiple feature types that share the same namespace.

Bug fixLuciadFusion

LCD-11848
Fixed an issue where calling the refresh on a TLcdDatabaseModel resulted in a connection leak when using a connection pooling JDBC driver, such as the Proxool driver.

Bug fixLuciadFusion

LCD-11799
The XML Schema response to a WFS DescribeFeatureType request affecting multiple feature types now uses a more sensible target namespace (one of the feature types' namespaces) instead of always using http://www.opengis.net/gml.

Bug fixLuciadFusion

LCD-11808
The WFS capabilities now list the feature types' namespaces on the root element, which enhances interoperability with 3rd party WFS clients. Additionally, the feature types's namespace prefixes are now always used instead of an automatically determined prefix.

2020.1.23

ImprovementLuciadFusion

LCD-11825
The TLspSwipeController, TLspFlickerController and TLspPortholeController can now be used in a JavaFX view.

ImprovementLuciadFusion

LCD-11843
The detection of using a fall-back reference has improved in the WMS client painting. In case the map reference is Transverse Mercator and the WMS service supports one of the AUTO (Universal) Transverse Mercator codes (AUTO(2):42001 or AUTO(2):42002) they are used as preferred fall-back reference for the GetMap requests.

Bug fixLuciadFusion

LF-2080
The WFS capabilities did not advertise GeoJSON as supported output format for feature types backed by an Oracle, Informix, IBM Db2 or Microsoft SQL Server database.

Bug fixLuciadFusion

LF-2103
TLcdCSWRecordPropertyRetrieverProvider now supports the {http://www.opengis.net/ows}BoundingBox property.

Bug fixLuciadFusion

LCD-11833
The WCS GetCapabilities response did not include the title in the service identification section in case of WCS 1.1.

Bug fixLuciadFusion

LCD-11822
Rounded point lists that are outside the projection bounds could cause a NullPointerException when rendered in an ILcdGXYView. This has been fixed.

Bug fixLuciadFusion

LCD-11807
TLcdWKTReferenceParser and TLcdEPSGReferenceParser didn't always correctly take a non-zero prime meridian and a different angular unit into account. This could result in:
  • an incorrect prime meridian shift
  • a prime meridian shift that was applied twice
  • incorrect projection parameters

Bug fixLuciadFusion

LCD-11832
The TLcdDEMModelDecoder did not use a custom set ILcdInputStreamFactory everywhere.

2020.1.22

ImprovementLuciadFusion

LCD-11792
SLD raster rendering in GXY / Lightspeed now supports removing the alpha channel from an image. This can be achieved by configuring an SLD vendor option with name removeAlphaChannel and value true on a TLcdSLDRasterSymbolizer.

ImprovementLuciadFusion

LCD-11798
The EPSG database was updated to the latest version: 10.018.

Bug fixLuciadFusion

LCD-11791
Improved the auto-detection of SLD raster normalization intervals by means of a more accurate histogram operation.

Bug fixLuciadFusion

LCD-11785
The SLD Lightspeed implementation now also takes the optional PerpendicularOffset property into account for icon-based line strokes.

Bug fixLuciadFusion

LCD-11786
The SLD Lightspeed implementation now accurately applies the optional PerpendicularOffset property for solid line strokes.

Bug fixLuciadFusion

LCD-11720
When using setApplyGeoidDatums(true) on TLcdDMEDModelDecoder, TLcdDTEDModelDecoder, or TLcdDTEDDirectoryModelDecoder the geoid values where not applied when accessing the data using the imaging API. It was only applied when using the raster API.

Bug fixLuciadFusion

LCD-11743
The AUTO and AUTO2 reference formatters did not check for the false easting and false northing values to be 0.0 for some of the codes. Also the auto equirectangular code resulted in the projection using spherical formulas but this must be the ellipsoidal formulas.

2020.1.21

ImprovementLuciadFusion

LCD-11769
TLcdEPSGReferenceParser now uses more precise parameters to transform from S-JTSK to WGS 84. This affects to following codes:
  • EPSG:2065
  • EPSG:4156
  • EPSG:4818
  • EPSG:5221
  • EPSG:5513
  • EPSG:5514

Bug fixLuciadFusion

LCD-11777
Fixed a regression caused by SLD enhancement LCD-11733, resulting in the behavior that an SLD PerpendicularOffset was no longer taken into account for basic line styles in a Lightspeed view.

Bug fixLuciadFusion

LCD-11787
The order of line and polygon symbolizers within an SLD rule was not always respected during rendering in a Lightspeed view.

Bug fixLuciadFusion

TLspLayerTreeNodeCellRenderer did not always correctly calculate its enabled state when using a 3D world reference.

Bug fixLuciadFusion

LCD-11768
When using a world reference with a TLcdLambertConformal projection, geometries were sometimes painted incompletely.

Bug fixLuciadFusion

LCD-11789
TLcdLonLatLine and TLcdLonLatHeightLine didn't have correct bounds. They could either be too small or too large. This has now been aligned with the bounds calculation of TLcdLonLatPolyline and TLcdLonLatHeightPolyline, so they have correct and tight-fitting bounds.

2020.1.20

ImprovementLuciadFusion

LCD-11733
The SLD Lightspeed implementation now supports adding a gap in pixels at the start and/or end of a line geometry. This capability can be enabled on a TLcdSLDLineSymbolizer by configuring the SLD vendor options with name startGap and endGap. Both take a value in pixels that defines the size of the gap.

Bug fixLuciadFusion

LF-2089
Fixed an issue with the Panoramics service where cached models were not cleared on product updates.

Bug fixLuciadFusion

LCD-11757
Fixed an issue that prevented decoding GeoPackage files containing a data table with a name that started with a number or contained special characters. This would previously result in an unrecognized token error.

Bug fixLuciadFusion

LCD-11754
TLsp3DIconStyle.ScalingMode.VIEW_SCALING now respects the print feature scale and display scaling.

Bug fixLuciadFusion

LCD-11738
The last ALspController in the controller chain now consumes the JavaFX events after handling them. This solves the issue where tab panes stole the focus of the contained TLspFXView.

Bug fixLuciadFusion

LF-2086
Modified config/application-fusion.production-template.yml autoReloadingOnChange property spacing to assure it is under fusion.studio.webapp.theme to prevent property validation errors.

Bug fixLuciadFusion

LCD-11739
TLcdGXYIconPainter#paint now sets a default Graphics stroke before painting its icon. This avoids unexpected rendering effects caused by stroke changes from other painters.

Bug fixLuciadFusion

LCD-11765
TLcdWFSProxyModel's builder did not accept a feature type name String containing a prefix.

Bug fixLuciadFusion

LCD-11748
Using an SLD raster symbolizer containing both a gray channel selection and a color map did not work for floating point elevation data.

Bug fixLuciadFusion

LF-2089
Fixed an issue with the OGC 3DTiles service where cached models were not cleared on product updates.

Bug fixLuciadFusion

LCD-11767
TLspShapeLayerBuilder: fixed a memory leak that could occur when using a TLspComplexStrokedLineStyle with a text decoration.

2020.1.19

ImprovementLuciadFusion

LCD-11741

Bug fixLuciadFusion

LCD-11745
Fixed a regression that caused the optional SLD geometry functions startPoint and endPoint to be no longer working in GXY views since version 2019.1.01 and beyond.

Bug fixLuciadFusion

LCD-11746
Fixed an issue that prevented the use of multiple SLD geometry functions inside one SLD rule in a Lightspeed view.

2020.1.18

ImprovementLuciadFusion

LCD-11736
TLcdWKTReferenceParser now supports "Australian 1984" (and variants) as alias for AGD84.

Bug fixLuciadFusion

LCD-11737
TLcdOGCModelReferenceFormatter and TLcdCRSReferenceFormatter would incorrectly format references similar to, but different from NAD83 as CRS:83.

Bug fixLuciadFusion

LCD-11734
TLcdEPSGReferenceFormatter: WKT strings using the NAD83 (National Spatial Reference System 2011) datum and without TOWGS84 parameter were incorrectly formatted as an EPSG code using an other NAD83 version.

Bug fixLuciadFusion

LCD-11494
The first record in a ShapeFile written by TLcdShpTiler now starts with record number 1, as prescribed in the shapeFile technical specification. Previously, record numbers would start at 0.

2020.1.17

Bug fixLuciadFusion

LCD-11729
The tiled WMS proxy painter (TLspTiledWMSProxyPainter) made during initialization a single GetMaprequest to the WMS server on the Event Dispatch Thread (EDT) used for the Lightspeed view. This could make the UI of the application unresponsive. This was only noticeable when using a slow WMS server.

2020.1.15

ImprovementLuciadFusion

LCD-10211
It is now possible to create connections with an SQLite database when also decoding GeoPackage or other sqlite based formats. The sqlite driver used by LuciadLightspeed to decode these sqlite formats no longer conflicts with the regular sqlite driver.

ImprovementLuciadFusion

LCD-11719, LCD-11842
The detection of using a fall-back reference has improved in the WMS client painting. In case the map reference is Mercator it now falls back on Pseudo-Mercator when Mercator is not supported but Pseudo-Mercator is. Vice-verse when the map reference is Pseudo-Mercator falls back on Mercator if needed.

ImprovementLuciadFusion

LCD-11706
Improved the visualization of TLcdLonLatBuffer and TLcdLonLatHeightBuffer on GXY views (using TLcdGXYGeoBufferPainter) and 2D Lightspeed views.

Bug fixLuciadFusion

LCD-11725
TLcdMercator and TLcdPseudoMercator: Fixed an issue where points on the date line were transformed incorrectly.

Bug fixLuciadFusion

LCD-11703
TLspLabelPainter and TLspEditController: fix a few small memory leaks. When removing a domain object from a model, that object could sometimes not be garbage collected.

2020.1.13

Bug fixLuciadFusion

Fixed an issue that prevented users from creating more than one instance of TLspExternalView.

Bug fixLuciadFusion

The fallback vector layer factory for GXY views created layers that did not take into account the layer visibility when an out-of-scale red hatching pattern was drawn. This vector layer factory is registered on TLcdServiceLoader with low priority; aligned with TLcdServiceLoader's priority mechanism, it is returned and used when there is no registered layer factory with a higher priority (for instance, a format-specific layer factory) available.

Bug fixLuciadFusion

TLcdCurveConnectorUtil.connectCompositeRing threw an exception when an empty composite ring was supplied.

2020.1.12

ImprovementLuciadFusion

LCD-11695, LUCY-4921
The TLcdSHPModelEncoder now uses UTF-8 by default for writing DBF files, which supports non-latin text characters as well. It also writes the used charset to a CPG file now.

ImprovementLuciadFusion

LCD-11541
Added new method TLspFXView#getImage. This method returns a snapshot of the view after making sure that it is completely (re-)painted if it was invalidated before.

Bug fixLuciadFusion

LCD-11688
Fixed memory leak in native memory, that was triggered by resizing a TLspSwingView or TLspFXView.

Bug fixLuciadFusion

LCD-11702
The WMS in the OGC server sample samples.ogc.server.StartOGCServices always advertised world bounds for models that were not of type ILcd2DBoundsIndexedModel - which is for example the case for SQLite-based formats such as GeoPackage. The bounds calculation logic has now been improved to be able to advertise accurate bounds in these cases.

Bug fixLuciadFusion

LCD-11698
TLspIconStyle: fixed a NullPointerException that could occur in very rare occasions.

Bug fixLuciadFusion

LCD-11684
Fixed an issue in TLcdGeoPackageModelEncoder that prevented the encoding of vector data with a primary key property that is not of type long.

2020.1.11

Bug fixLuciadFusion

LCD-11681
The use of an SLD text symbolizer for raster data was not supported in GXY views.

Bug fixLuciadFusion

LF-2073
Improved the performance of recrawling and updating styles or data that are used in a lot of products.

Bug fixLuciadFusion

LCD-11669
The creation of a property-based OGC filter condition through TLcdOGCFilterFactory.property failed in case of subsequents calls for both GML 2 and GML 3.1 properties. This could cause errors when trying to load and visualize both GML 2 and GML 3.1 data on a map.

2020.1.10

ImprovementLuciadFusion

LF-2066
Improved speed of data search requests.

ImprovementLuciadFusion

LCD-11650
It is now possible to customize the maximum length of a HTTP GET request sent by the OGC clients, by means of the System property com.luciad.ogc.ows.model.TLcdOWSHttpTransport.maxGetQueryLength. This is mainly relevant for the WMS and WFS clients, which can generate large requests. When the maximum length is reached (default is 2048 characters), a HTTP POST query is used instead if supported by the server. Adjusting the maximum length can be useful to improve interoperability with servers that do not support HTTP POST.

Bug fixLuciadFusion

LCD-11651
The WMS layer name included in the metadata of each feature in a GeoJSON GetFeatureInfo response was not correct in case the WMS layer combined multiple data sources.

Bug fixLuciadFusion

LCD-11661
Fixed an issue where the undo functionality wouldn't work correctly after modifying a polyline or polygon that was created using a continuous drag motion.

Bug fixLuciadFusion

LUCY-4915
The BlackLime Look and Feel used by Lucy Map Centric and a few samples did not link Copy/Paste behavior to Ctrl+c/v on some platforms.

Bug fixLuciadFusion

LF-2069
Setting the resource metadata on a TLcdModelMetadata.Builder object no longer clears the data categories if the resource metadata doesn't contain any.

Bug fixLuciadFusion

LF-2069
Fixed an issue that prevented point cloud or mesh data to be added to an OGC 3D Tiles service if an ISO metadata file was placed alongside the data when it was crawled/added to LuciadFusion.

2020.1.09

Bug fixLuciadFusion

LCD-11645
TLspIconStyle: fixed a NullPointerException that could occur in very rare occasions.

2020.1.08

Bug fixLuciadFusion

LCD-11604
Fixed UnsupportedOperationException in ILcdGL#glGetActiveUniform().

Bug fixLuciadFusion

LF-2054
Fixed an issue where a connection was being held longer than necessary when deleting a data root. This could case LuciadFusion to run out of database connections under higher load.

Bug fixLuciadFusion

LCD-11629
The optional gap value specified on an SLD graphic stroke was not properly taken into account in GXY views: it was not used if there was no initial gap configured as well and a stroke's graphic was painted less frequent than possible.

Bug fixLuciadFusion

LCD-11630
TLspLayer#query: when performing queries on a layer from multiple threads a NullPointerException could occur.

2020.1.07

Bug fixLuciadFusion

LF-2048
Fixed an issue where serving mesh data in an ogc 3D tiles service could result in 404 responses when fetching the b3dm files.

Bug fixLuciadFusion

LF-2058
Fixed an issue where the metadata of a composite dataset could become incorrect after it was updated and crawled. Crawling composite datasets will now be faster initially, but can be slower when recrawling.

Bug fixLuciadFusion

LCD-11470
TLspComplexStrokedLineStyle: when anti-aliasing is enabled it could occur that some pixels on a line were missing near corners.

2020.1.05

New featureLuciadFusion

LCD-11601
The TLcdE57ModelDecoder can now decode panoramic imagery from E57 files.

ImprovementLuciadFusion

LCD-11607
A GeoJSON GetFeatureInfo response now includes the layer name for each encoded feature, to ease traceability between selected features and the WMS layer(s) in which they are contained. This layer name is encoded as a foreign member in the GeoJSON output, aligned with the GeoJSON RFC (https://tools.ietf.org/html/rfc7946#section-6).

ImprovementLuciadFusion

LCD-9953
The method TLcdWMSDataSource.Builder.layer has been renamed to TLcdWMSDataSource.Builder.addLayer to be in line with the other addLayer methods. The former method has been deprecated. The documentation for the methods TLcdWMSDataSource.Builder.addLayer now mention that added layers are placed on top of earlier added layers.

ImprovementLuciadFusion

LCD-11331
The display name for fusion coverage models does no longer contain the server name/address. This aligns the display name with other model descriptors which also do not include the server name/address.

Bug fixLuciadFusion

LCD-11448
Fixed bug where a TLspFXView would sometimes disappear after resizing it.

2020.1.03

ImprovementLuciadFusion

LCD-11598
TLcdGeoTIFFModelDecoder uses, in non-strict mode, better default values for user defined ellipsoids for which the corresponding GeoTIFF tags are missing. The default values are based on the WGS-84 ellipsoid.

Bug fixLuciadFusion

LF-2041
Fixed an issue that could result in a deadlock when deleting/updating products and services concurrently if an Oracle database was used for LuciadFusion Studio.

Bug fixLuciadFusion

LCD-11602
Fixed a potential deadlock in TLspExternalView when navigating in 3D.

Bug fixLuciadFusion

LCD-11599
Fixed bug in TLcdSHPModelEncoder that caused corrupt ShapeFiles when encoding 3D complex polygons.

Bug fixLuciadFusion

LCD-11593
Fixed a rare race condition when using asynchronous layer wrappers that could trigger a NullPointerException.

Upgrade considerationLuciadFusion

LF-2044
The Studio database was missing several indexes for foreign key columns, which could result in issue LF-2041. The creation of these indexes have been added to the set of database changes, and will be added to the Studio database next time you start up LuciadFusion.

2020.1.02

ImprovementLuciadFusion

LCD-11555
The OGC Filter functions startAngle / endAngle and startPoint / endPoint can now be used without arguments inside an SLD style. While they previously required an argument that pointed to the domain object's geometry, these functions can now automatically find the geometry if the argument is left out.

ImprovementLuciadFusion

LCD-11553
Fixed an issue in TLcdOGC3DTilesModelDecoder where data with no byteOffset would not be loaded. That offset now defaults to 0.

Bug fixLuciadFusion

LCD-11563
Fixed an issue where not all connections to a GeoPackage file were closed after disposing a GeoPackage model.

Bug fixLuciadFusion

LF-2037
Fixed an issue that prevented adding 3D Tiles data to an OGC 3D Tiles service if the data was added using the Add Data functionality. This happened if the root tileset of the 3D Tiles data only referenced other json files. Existing OGC 3D Tiles data that couldn't be added to an OGC 3D Tiles service will need to be refreshed (or removed and then added again) before you can add it an OGC 3D Tiles service.

Bug fixLuciadFusion

LCD-11579
TLcdXYGridLayer: the grid origin setting didn't work correctly for grids with non-meter spacings.

Bug fixLuciadFusion

LCD-11579
TLspXYGridLayerBuilder: the grid origin setting didn't work correctly for grids with non-meter spacings.

Bug fixLuciadFusion

LCD-11566
ALcdMeasureProviders created by TLspImageLayerMeasureProviderFactory now properly take the ALcdBandSemantics#getNoDataValue into account. Values equal to the no-data value are not included in the result of ALcdMeasureProvider#retrieveMeasuresAt.

Bug fixLuciadFusion

LCD-9826
TLspPlotLayerBuilder: fixed an issue where a plot layer would fail to paint some of its data after it received a model change event. Note, however, that the change event will still cause the layer to invalidate and recompute all of its cached state. For data that changes frequently, we therefore strongly recommend using TLspShapeLayerBuilder and TLspParameterizedIconStyle.

Bug fixLuciadFusion

LCD-11549
Fixed an issue that prevented TLcdDataSource objects from being decoded by the TLcdGeoPackageModelDecoder.

Bug fixLuciadFusion

LCD-11514
TLspIconStyle: when using multiple TLspIconStyles, only one icon was taken into account for selection. Thus, an object could only be selected by one of the icons it was styled with.

2020.1.01

Bug fixLuciadFusion

LF-2031
Added missing 'Panorama' category to the possible Product types. Additionally, empty products, which were previously categorized as 'Unknown', will now be categorized as 'Empty'. In existing products, these changes will only be apparent upon an update of their product contents.

Bug fixLuciadFusion

LCD-11534
Fixed an issue related to the previous SLD fix LCD-11421, which caused that the SLD graphic size setting was not always taken into account for world-sized SVG icons.

Bug fixLuciadFusion

LF-2034
Fixed an issue in the LuciadFusion Studio CSW server causing a CSW dc:date query to fail.

Bug fixLuciadFusion

TLcdLonLatGeoBuffer#setJoinStyle changed the end cap style. This has been fixed.

Upgrade considerationLuciadFusion

LF-1964
The http method is now included when http requests to LuciadFusion are logged. Important to note is that the fusion.logback.xml has been updated to use a different logger for requests. Make sure you use the updated logback when upgrading LuciadFusion.

2020.1

New featureLuciadFusion

The LuciadFusion documentation now contains a dedicated section on creating a configuration with multiple servers in a failover and/or load balancing scenario.

Refer to the Multi-node section of the LuciadFusion Platform documentation for detailed instructions.

New featureLuciadFusion

New featureLuciadFusion

Raster layers now support bicubic interpolation, which greatly improves the image quality at high zoom levels. Bicubic filtering is enabled by setting the interpolation type of TLspRasterStyle to ELcdInterpolationType.CUBIC.

New featureLuciadFusion

The LuciadFusion Studio web app now allows users to add Data or Styles directly without the need for the source files to be part of a Data Root. This can be done clicking the ADD DATA or ADD STYLE on the DATA or STYLES page and providing the file path to the source file of the Data or Style. The Data or Style can be updated by clicking the REFRESH button on the detail page of the Data or Style. Data added directly can also be removed by clicking the REMOVE button.

New featureLuciadFusion

LuciadFusion administrators have the option to disable the advanced indexing of data. This may affect the performance of searches in the Studio UI but makes it possible to deploy Studio in multi-node mode. See configuration file fusion.common.yml.

New featureLuciadFusion

The LuciadFusion Studio REST API now allows users to add Data or Styles directly without the need for the source files to be part of a Data Root. This can be done by supplying the path of the source file for the Data or Style to Studio through the REST API. Operations to update and remove Data or styles that were added directly have also been added to the REST API.

More specifically, the following additions have been made to the REST API:

  • POST /api/data: allows Data to be added directly to Studio.
  • POST /api/styles: allows Styles to be added directly to Studio.
  • PUT /api/data/{id}/refresh: allows Data to be updated based on the changes made to the source file(s).
  • PUT /api/styles/{id}/refresh: allows Styles to be updated based on the changes made to the source file.
  • DELETE /api/data/{id}: allows Data to be removed from Studio.
  • DELETE /api/styles/{id}: allows Styles to be removed from Studio.

You can try out these new operations in the API Console, available at /api/console of a running Fusion development server. You can read in more detail about all the operations in the Developer's guide, available at /api/documentation.

Users will notice that adding certain Data directly to LuciadFusion Studio will be much quicker than crawling if the Data consists of many individual files (e.g. OGC 3D Tiles). This is because adding Data directly to LuciadFusion does not require evaluating all individual files.

New featureLuciadFusion

TLcdGeoPackageModelEncoder and TLcdGeoPackageModelDecoder now support the GeoPackage 1.1, 1.2.1, and the 1.3.0 specifications.

New featureLuciadFusion

You can now decode and visualize MBTiles files with image tiles in Lightspeed and GXY views, and LuciadFusion WMS/WMTS services.

For more details, see:

ImprovementLuciadFusion

TLcdGXYCompositeCurvePainter now paints the entire composite shape in a single pass, retrieving the TLcdGeneralPath or TLcdAWTPath from the subpainters. This allows better visual results in combination with complex line styles.

ImprovementLuciadFusion

You can now also load image data from E57 files.

To do this you will need the LuciadFusion "Advanced Raster" option.

You cannot use TLcdE57ModelDecoder directly for this. Please refer to the LuciadFusion "Panoramic image data" documentation for details.

ImprovementLuciadFusion

It is now possible to format or parse 2D and 3D TLcdCartesianReference instances as WKT using the TLcdWKTReferenceFormatter or TLcdWKTReferenceParser classes respectively.

ImprovementLuciadFusion

The new class TLcdGARSPointFormat allows easy conversion of GARS strings to lon lat points and vice versa.

ImprovementLuciadFusion

Added ILcdEditableTimeBounds#setToUnion to easily include another time interval in a time bounds object.

ImprovementLuciadFusion

LCD-8112
Improved the way TLcdGeoJsonModelDecoder automatically constructs a TLcdDataModel. It now detects nested properties objects and creates separate data types for them as well.

ImprovementLuciadFusion

To simplify the sample code, some exotic GXY touch samples have been removed (multi-edit, multi-view, multi-user, gestures).

ImprovementLuciadFusion

TLcdGXYStampLabelPainter: deprecated the setGXYInteractiveLabelProvider method to avoid confusion with the TLcdGXYInteractiveLabelsController.

ImprovementLuciadFusion

LCD-10513
Improved compatibility with JDK 9 and higher by removing illegal reflective access calls from the API and sample code.

ImprovementLuciadFusion

LCD-11207
ILcdGXYController now has a getLayered method to add temporary layers to the view. When the controller is active, the layers are painted and the view's label placer takes those layers into account. The TLcdAdvancedMapRulerController now makes use of this if it's not configured to add a measurement layer to the view.

Upgrade considerationLuciadFusion

All date-time properties used in the LuciadFusion Studio REST API now conform to RFC 3339. This means that a date-time property will now include a time-offset. The time-offset will be based on the time zone of the machine that LuciadFusion Studio runs on. If e.g the creationTime of a product was previously 2020-01-01T00:00:00.000 and LuciadFusion Studio is running on a machine in the CET timezone, then the creationTime returned by the REST API is now 2020-01-01T00:00:00.000+01:00. A creationTime that was previously 2020-08-01T00:00:00.000 will now return 2020-08-01T00:00:00.000+02:00 on that same machine.

Upgrade considerationLuciadFusion

LCD-11352
The Jaxen and Batik libraries have been upgraded to version 1.2.0 and 1.11, respectively. This improves compatibility with JDK 11.

Upgrade considerationLuciadFusion

The optional ArcSDE component has been removed from the Tiling Engine module as it has been discontinued by Esri as of ArcGSI 10.3. Consequently, ArcSDE data sources can no longer be preprocessed using Tiling Engine.

Upgrade considerationLuciadFusion

The optional ArcSDE component (com.luciad.format.arcsde) has been removed from the product after being deprecated since the 2016.0 release.

This component provided support for visualize data from an ESRI ArcSDE. However ArcSDE has been discontinued by Esri as of ArcGIS 10.3 in 2015, and you cannot buy it anymore.

As we're not aware of any customers using ArcSDE anymore, we removed it from all our products including LuciadFusion and Lucy. Consult the release notes of those products for more details.

Upgrade considerationLuciadFusion

The SQLite library has been updated to version 3.31.1.

Upgrade considerationLuciadFusion

The library libgpkg has been updated to version 1.0.1 to support newer versions of the GeoPackage specification.

2020.0

2020.0.16

ImprovementLuciadFusion

LCD-11493
GXY XY grids can now also define the origin of the grid: the point at which the grid has coordinate (0.0, 0.0). See TLcdXYGridStyle.Builder#origin

ImprovementLuciadFusion

LCD-11493
Lightspeed XY grids can now also define the origin of the grid: the point at which the grid has coordinate (0.0, 0.0). See TLspXYGridStyle.Builder#origin

ImprovementLuciadFusion

LCD-11507
The KML label styler no longer processes TLcdKML22Placemark objects without a name. This will improve performance for files with many placemarks.

ImprovementLuciadFusion

LCD-11492
The construction of an evaluator for a TLcdOGCFilter contained some expensive log, error and debug messages that were always created, even when they were not logged. This has a negative impact on the performance. Those expensive calls are now only done when the resulting message is actually used.

Bug fixLuciadFusion

LF-2018
Fixed the ClassNotFoundException exceptions that would occur when running the application or processing a point cloud data after LuciadFusion was obfuscated using the deployment script.

Bug fixLuciadFusion

LCD-11516
Fixed the issue where using touch in a 3D JavaFX view to create a polyline by dragging your finger on the screen would cause a nullpointer issue.

Bug fixLuciadFusion

LCD-11496
Exceptions thrown by controllers used in TLspFXView are now catched and logged by the view. Because of a bug in the JDK (JDK-8199673), the internal state of JavaFX could break when errors where thrown in event handlers. This sometimes occured when using touch controllers.

Bug fixLuciadFusion

LCD-11524
TLcdGXYRoundedPointListPainter: fixed a sensitivity problem when trying to insert a new point on a segment.

Bug fixLuciadFusion

LCD-11502
OGC filters: the performance regression when creating an evaluator for a filter (introduced by the enhancement LCD-11278) is now fixed.

Bug fixLuciadFusion

LCD-11500
When using the TLspTouchNavigateController without enabling combined gestures, rotating the map in 2D could feel choppy.

2020.0.15

ImprovementLuciadFusion

LF-1905
The Redoc library is now included with LuciadFusion which makes it possible to view the REST API Developer Guide without an internet connection.

ImprovementLuciadFusion

LCD-11488
Fixed an issue in the OGC 3DTiles encoding where references to the same texture would be duplicated, resulting in above necessary memory usage.

Bug fixLuciadFusion

LUCY-4900
Fixed issue where the TLspSelectController would not handle a mouse release event correctly after it consumed the event.

Bug fixLuciadFusion

LCD-11484
TLcdComplexPolygonContourFinder et al. now perform proper geodetic interpolation between points if necessary. This fixes issues with contour finding on data that crosses the date line or lies close to the poles.

Bug fixLuciadFusion

LCD-11489
TLcdGXYNewController2, TLcdAdvancedMapRulerController, and ALcdGXYSmartController did not remove their actions from the view's ActionMap.

Bug fixLuciadFusion

LCD-11479
TLspLabelPainter: labels that are updated often would sometimes disappear temporarily.

Bug fixLuciadFusion

LCD-11482
Calling TLspLonLatGridLayerBuilder#model caused the spacingRange settings to be ignored.

2020.0.14

Bug fixLuciadFusion

LF-2011
Fixed an issue that prevented the values for Heap used and Nonheap used to be drawn in the graphs on the status page.

2020.0.13

ImprovementLuciadFusion

LCD-11454
Added GML decoding/encoding support for ILcdDataModel instances with java.time.Instant property values.

ImprovementLuciadFusion

LCD-11457
Fixed a bug where TLcdEllipsoidalConstructiveGeometry could not deal with TLcdSHPPolygonZ.

ImprovementLuciadFusion

LCD-11438
It is now possible to define a lon lat grid using a different geodetic datum than WGS84 in a Lightspeed view. See TLspLonLatGridLayerBuilder#createModel.

Bug fixLuciadFusion

LCD-11452
When adding a grid layer with a non default ALspLayerStyle to a Lightspeed view, it was not painted.

Bug fixLuciadFusion

LCD-11436
Fixed an issue in the OGC 3DTiles encoding where textures would be encoded multiple times, resulting in an unnecessary large size of the result files.

Upgrade considerationLuciadFusion

LCD-11443

When evaluating an OGC filter through the TLcdOGCFilterEvaluator, the ILcdPropertyRetrieverProvider will now cache and re-use the created ILcdPropertyRetriever instances which results in improved performance.

Since the introduction of LCD-11278 the ILcdPropertyRetrieverProvider is queried more often. By introducing caching, there is no performance penalty anymore.

This is achieved by decorating the property retriever provider which is passed in the constructor of the TLcdOGCFilterContext. The result is that the corresponding getter returns an instance which isn't the same as the one which is passed into the constructor.

Upgrade considerationLuciadFusion

LCD-11443

When visualizing a Lightspeed or GXY layer using SLD the ILcdPropertyRetrieverProvider will now cache and re-use the created ILcdPropertyRetriever instances which results in improved performance.

This is achieved by decorating the property retriever provider which is passed in the constructor of the TLcdSLDContext. The result is that the corresponding getter returns an instance which isn't the same as the one which is passed into the constructor.

2020.0.12

ImprovementLuciadFusion

LF-2006
LuciadFusion Studio will now try to re-open the lucene index if it got closed due to an error.

Bug fixLuciadFusion

LCD-11425
In a Lightspeed view, imagery with an IndexColorModel could sometimes be visualized with incorrect colors.

Bug fixLuciadFusion

LF-2007
Fixed an issue where a completed preprocess job would fail to update its status if it had been resumed after a restart of LuciadFusion Studio.

Bug fixLuciadFusion

LF-1997
Fixed an issue where CSW queries on certain properties (e.g. CreationDate) would incorrectly return zero results.

2020.0.11

Bug fixLuciadFusion

LCD-11421
The SLD graphic size setting was not taken into account for world-sized SVG graphics.

Bug fixLuciadFusion

LCD-11422
The TLcdWMSDataSource now checks that a layer name (id) is passed which is either a null value or an empty value. An exception is thrown to prevent creation of an invalid WMS data source.

2020.0.10

ImprovementLuciadFusion

LCD-11392
The WCS service now uses a non-persistent cache for tiled GetCoverage requests, similar to the existing capability in WMS and WMTS services. This cache makes sure that subsequent tile requests are handled much faster, improving the performance and scalability of the WCS service when using tiled requests. The tile cache settings (disk cache size, memory cache size, ...) for WCS, WMS and WMTS can be configured in config/fusion.common.yml.

ImprovementLuciadFusion

LCD-11392

The WCS server now uses a non-persistent cache for tiled GetCoverage requests. This cache makes sure that subsequent tile requests are handled much faster, improving the performance and scalability of the WCS server when using tiled requests. See ALcdOGCWCSCommandDispatcherFactory for more information and configuration options.

This implies that for data that changes dynamically, extra care needs to be taken to make sure caches are invalidated. To this end, the API ILcdCoverageOffering#getUpdateSequence and TLcdDefaultCoverageOffering#setUpdateSequence is introduced to indicate that a WCS coverage has changed. By default, the implementations of these methods (mostly) assume static data/coverages. For WCS servers that serve data that changes over time (for example data updates), these methods should be used correctly. Note that the LuciadFusion Platform already takes care of this. An alternative is to disable the caches.

Bug fixLuciadFusion

LCD-11397
When requesting application/json the result of GetFeatureInfo was limited to features from the first layer. Now all features are returned within the GeoJSON response. The geometries of the features are all converted to WGS-84.

2020.0.09

ImprovementLuciadFusion

LCD-11395
When calling TLcdE57ModelDecoder.decodeModelMetadata the bounds and resource metadata will only be calculated when accessed. This means that the whole model doesn't need to be decoded anymore to get other parts of the metadata like the model reference.

ImprovementLuciadFusion

LCD-11395
The bounds and resource metadata of TLcdModelMetadata will now only be computed during first usage of respectively getBounds and getResourceMetadata.

ImprovementLuciadFusion

LF-1991
The LuciadFusion Studio REST API Data object now contains a categories property. This is a list of categories describing the different kinds of data contained in the Data.

ImprovementLuciadFusion

LCD-11388
A new method getModelReferenceFormatter() has been added to TLcdWFSClientModelEncoderFactory to ease access to the model reference formatter property in extensions. Additionally, the factory method ALcdOGCWFSCommandDispatcherFactory#createClientModelEncoderFactory now configures a default model reference formatter on created instances using the model reference formatter returned by ALcdOGCWFSCommandDispatcherFactory#getModelReferenceFormatter().

ImprovementLuciadFusion

LCD-11413
TLcdCartesianReference now implements the loadProperties and writePropertiesSFCT methods. This allows this reference to be written to file using TLcdModelReferenceEncoder, and to be read back using TLcdModelReferenceDecoder.

ImprovementLuciadFusion

TLcdDurationFormat now uses the same default Locale as the JDK (Locale.getDefault(Locale.Category.FORMAT)).

Bug fixLuciadFusion

LCD-11187
Improved touch event support in Swing/AWT based GXY and Lightspeed views when using display scaling/HiDPI displays on Java 11.

Bug fixLuciadFusion

LCD-11382
When using the TLspCreateController, MouseEvents with id MOUSE_RELEASED can not start creation anymore. This could cause issues with some editing handles. Note that MouseEvents with MOUSE_MOVED or MOUSE_PRESSED can still start creation.

Bug fixLuciadFusion

LCD-11402
Fixed potential deadlock when using a TLspBalloonManager in a TLspSwingView.

Bug fixLuciadFusion

LF-2001
Fixed issue with WFS GetFeature requests returning an error when 2 typenames from the same product were specified.

Bug fixLuciadFusion

LCD-11393
Fixed an issue where tiles from a geopackage were painted at the wrong place and scale if the row and column count of the tile matrix didn't double every zoom level.

Bug fixLuciadFusion

LCD-11386

OGC filters: the changes made for LCD-11278 introduced a performance regression for the evaluation of a filter with nested OR or AND conditions. This performance regression is now avoided, unless you're using an or condition nested inside an and condition (or vice-versa).

Bug fixLuciadFusion

LCD-11389
The WFS server's GeoJSON feature encoding support (provided by TLcdWFSClientModelEncoderFactory) now uses the ILcdOGCFeatureIDRetriever of the requested feature type to uniquely identify objects.

Bug fixLuciadFusion

LF-1981
Corrected the REST API specification that incorrectly marked some properties as having the date-time format.

Bug fixLuciadFusion

LCD-11412
ALspSwingLabelStyler would paint Swing labels with incorrect letter-spacing when using a display scaling value other than 100%.

Bug fixLuciadFusion

LCD-11405
TLspLabelLocations could throw a NPE when calling the updateLabelLocations with a null label location for a non-existing label.

Bug fixLuciadFusion

LCD-11401
TLcdWKTReferenceFormatter didn't correctly format the axes for compound references with both a horizontal and vertical datum.

Bug fixLuciadFusion

LCD-11401
TLcdWKTReferenceParser didn't correctly parse the axis information for compound references with both a horizontal and vertical datum.

2020.0.08

ImprovementLuciadFusion

LCD-11376
Made the TLspEditController more robust in cases where the edit controller was removed from the view when still editing objects.

ImprovementLuciadFusion

LF-1979
Studio's catalog server now supports OpenSearch queries with time and geometry parameters.

Bug fixLuciadFusion

TLcdGML3xEnvelope is now undefined if it does not have an upper or lower corner.

Bug fixLuciadFusion

LCD-11373
TLcdDTEDModelDecoder#decodeModelMetadata can now handle DTED files with non-standard source names.

Bug fixLuciadFusion

LCD-11372
TLspKeyActionController will not request focus anymore when the mouse only hovers over a JavaFX view.

Bug fixLuciadFusion

LF-1975
Fixed an issue where concurrently adding a lot of products to the same service could result in SQL Server reporting a deadlock.

Bug fixLuciadFusion

LF-1960
Fixed an issue that allowed two products that have the same name to be added to the same service. Now, the last product with the same name that is added is kept. This caused a Duplicate key error when requesting the layers or feature types of that service.

Bug fixLuciadFusion

LCD-11358
It is now possible to fit on topocentric-referenced models.

Bug fixLuciadFusion

LF-1963
Fixed an issue where files were marked as skipped even if they were successfully crawled. This occurred when those files were marked as failed in a previous run.

2020.0.07

ImprovementLuciadFusion

LCD-11361
The default WFS model decoder TLcdWFSModelDecoderDecorator now allows to configure whether the interpolation of linear GML elements need to be geodesic in case of a geodetic reference, through the newly introduced methods setLinearElementsUseGeodesicInterpolationForGeodeticSrs and isLinearElementsUseGeodesicInterpolationForGeodeticSrs. This impacts the GML elements LineString, LineStringSegment and LinearRing. Although these GML elements conceptually represent geometries with a linear interpolation, they are often used to represent geometries with lon/lat coordinates and a geodesic interpolation. The default value of this property is true, for optimal interoperability with 3rd party WFS solutions.

ImprovementLuciadFusion

LCD-11354
TLcdOSGBModelDecoder now supports OSGB version 97.

Bug fixLuciadFusion

LCD-11303
The WFS server could not correctly cope with custom models in which the content of the used TLcdDataType could change at runtime (for instance, triggered by an additional request property, a user role, ...).

Bug fixLuciadFusion

LCD-11342
In case of a WFS request including an OGC Filter 1.x with GmlObjectId or FeatureId elements, the WFS server did not automatically translate this into an OGC Filter with a condition. Aligned with the API documentation of TLcdOGCFilter, this is now addressed by translating the received OGC Filter into a TLcdOGCFilter with a TLcdOGCResourceIdsOperator condition. The default filtering logic in the WFS server was not affected by this bug; it is only of relevance when a custom TLcdWFSFilteredModelFactory is used to customize the filtering logic.

Bug fixLuciadFusion

LCD-11353
XML framework: in some cases, decoding an xsi:type attribute value without a namespace prefix could trigger an exception.

Bug fixLuciadFusion

LCD-11348

The TLcdOGCDistanceBuffer and TLcdOGCBinarySpatialOperator need to transform their shape to match the reference of the shape that is being evaluated. This was not done in the past, causing wrong results of the spatial test.

Seeing as not all shapes can be converted from one reference to another, the documentation of both classes has been updated to clearly document that this transformation is needed when mixing references, and that it is recommended to avoid this case.

We support a limited number of shape transformations out of the box (currently only points and bounds). When the transformation fails, evaluating the filter will now throw a clear exception instead of providing the wrong results.

Bug fixLuciadFusion

LCD-11350
An empty SLD raster symbolizer didn't use a default color map to render elevation data in a Lightspeed view, causing the data to remain invisible.

Bug fixLuciadFusion

LCD-10718
The SLD opacity setting was not taken into account for (inline/external) SVG icons.

2020.0.06

ImprovementLuciadFusion

LCD-11341
TLcdGeoJsonModelDecoder now configures a display name provider on the TLcdDataModel of its decoded models. This ensures that TLcdDataProperty#getDisplayName always provides the property name as it is written in the source file, even when the name contains special characters. Lucy picks up these display names automatically.

ImprovementLuciadFusion

LCD-11338
The XML framework now trims leading and trailing whitespace from anyURI values.

ImprovementLuciadFusion

Added convenience API to ease working with SLD geometries based on an OGC function:

ImprovementLuciadFusion

LCD-11330
Added support for the BMP format for SLD bitmap graphic icons.

ImprovementLuciadFusion

LCD-11293
Improved the auto-detection of SLD raster normalization intervals by means of a more accurate histogram operation.

ImprovementLuciadFusion

LCD-11339
TLcdOGCModelReferenceParser now also has support for http://www.opengis.net/def/crs/OGC/1.3/CRS84 and http://www.opengis.net/def/crs/OGC/0/CRS84h.

ImprovementLuciadFusion

LCD-11335
The URI provided to the WMS client API is now checked for reserved parameter names at the time of creation. Such parameters are removed from the URI when requesting the WMS capabilities. Due to improvement LCD-7918 addition of for example LAYERS=layername could leak through the GetMap request and the LAYERS could appear twice within the request. Having this parameter twice in the request may lead to undefined results or WMS services responding with an error message.

Bug fixLuciadFusion

LCD-11347
TLspLayerStyle was broken when used in a TLspFXView with a 3D projection.

Bug fixLuciadFusion

LCD-11343
Evaluating a spatial filter on raster data would result in a ClassCastException. Now it correctly throws an IllegalArgumentException as documented.

Bug fixLuciadFusion

LCD-11337
Fixed an SLD icon rendering issue that occurred in case of a line symbolizer that defined a stroke based on a world-sized SVG icon and a non-zero rotation and/or non-zero transparency.

Bug fixLuciadFusion

LCD-11318
The WFS client did not properly encode output formats containing spaces (e.g., "application/gml+xml; version=3.2") in GetFeature requests.

2020.0.05

Bug fixLuciadFusion

LF-1954
Fixed an issue where the abstract was not being shown in the Fusion Studio web interface for Data. The abstractText property has also been added to the Data object in the REST API

Bug fixLuciadFusion

LF-1956
Fixed an issue where the default style of a data source would not be recognized if the data was crawled before the style.

Bug fixLuciadFusion

TLcdCSVModelDecoder: fixed the incorrect parsing of days in DateTime fields.

2020.0.04

ImprovementLuciadFusion

TLcdCSVModelDecoder now automatically skips any "\uFEFF" byte order mark.

ImprovementLuciadFusion

TLcdCSVModelDecoder can now parse non-standard date formats (see setDateFormat).

ImprovementLuciadFusion

LCD-11311
Added ILcdEditableTimeBounds#setToIncludeTime to easily include a single time in a time bounds object.

ImprovementLuciadFusion

LF-1774
Fusion crawl job progress reporting will now account for child data. This should ensure a more fluent progress.

Bug fixLuciadFusion

LF-1952
Fixed a bug where preprocess jobs that encountered an error during preprocessing would not get removed from the active job list, preventing the preprocess job from being executed again. Preprocess jobs that encounter an error are now correctly removed so that they can be queued again.

Bug fixLuciadFusion

LCD-11292
The SLD band-specific raster normalization style incorrectly used the histogram of the R band for all RGB bands.

Bug fixLuciadFusion

LCD-11305
TLcdGMLTransformer would close 3D polygons with a 2D point, regardless of the CRS. This has been fixed.

2020.0.02

ImprovementLuciadFusion

LF-1947
A new configuration property has been added to allow users to specify whether OGC3DTiles service responses can be cached by clients and how long they can be cached. See the fusion.ogctilesservice.cache property in the fusion.common.yml config file for more information.

ImprovementLuciadFusion

It is now possible to add products containing OBJ mesh data to an OGC 3D Tiles service. The mesh data will be processed into OGC 3D Tiles before it is served. A preprocess job will be created for the product to perform the preprocessing.

ImprovementLuciadFusion

LF-1930
Recrawling a data root does no longer marks failed files as skipped if they are unchanged. This allows for the errors te remain visible even after recrawling.

Bug fixLuciadFusion

LF-1901
Changing the data in a product published to an OGC 3D Tiles service will now cause the service preprocessing job to reprocess the data so that the updated state of the product is correctly reflected in the service.

Bug fixLuciadFusion

LF-1950
For very specific combinations of coverage settings and very detailed data the fusion engine could fail with a NullPointerException. This could happen when defining a tile matrix set in WGS:84 covering the entire world, using 4 columns and 2 rows at the top-level and using 32x32 pixels per tile, to fuse data where each pixel is about a few centimeters. This case is handled correctly now. Additionally threshold values internally have been adjusted to allow such global coverages up till 1cm resolution.

Bug fixLuciadFusion

LCD-11276
SLD raster rendering in GXY / Lightspeed did not support the application of a color map on the result of a single band selection for multi-band raster data.

Bug fixLuciadFusion

LCD-11291
Addressed an issue where WMTS services that can be accessed with custom parameters (e.g. access token) added to the URL couldn't be displayed on the map. These custom parameters in the URL were treated as dimensions by the WMTS client.

Upgrade considerationLuciadFusion

LCD-11278

ILcdEvaluatorFactory: the canBuildEvaluator method could not perform a decent check because it did not receive the same arguments as the buildEvaluator method. This could result in the creation of evaluators which would throw exceptions when used.

This has been fixed by introducing a new default canBuildEvaluator method which has the same arguments as the buildEvaluator method. The old method has been deprecated.

The result of this change is that calling TLcdOGCFilterEvaluator#buildFilter for a filter containing expressions that cannot be evaluated will now throw an IllegalArgumentException in all cases, and never return a filter with undefined behavior at runtime.

The ILcdEvaluatorFactory interface should not be implemented nor used by customers, so this change should not affect your code base.

2020.0

New featureLuciadFusion

LuciadLightspeed now comes with a native JavaFX Lightspeed view called TLspFXView. All controller and editing API has been adjusted to work with FX input events. In addition, the following API has been added to kick-start your JavaFX development:

Refer to the samples.lightspeed.javafx package for samples demonstrating the new FX view.

Note that the LuciadLightspeed API provides numerous Swing UI components. However, only the UI elements explicitly listed above are currently available for JavaFX.

ImprovementLuciadFusion

Support for topocentric reference systems was added to TLcdWKTReferenceParser and TLcdWKTReferenceFormatter. The WKT format loosely follows the topocentric example in the OGC WKT CRS 1.0 specification.

ImprovementLuciadFusion

A new model encoder TLcdOGC3DTilesModelEncoder was added. It can be used to encode tiled and multi-leveled mesh models into OGC 3D Tiles. Currently it can only be used to encode models loaded from OSGB, BINZ or other Luciad-provided decoders.

ImprovementLuciadFusion

Balloon managers can now automatically pick up any content provider that is annotated with LcdService. See the appropriate constructor for more information.

ImprovementLuciadFusion

TLcdModelList and TLcd2DBoundsIndexedModelList now override the query() method and pass the query to the delegate model. This can greatly help performance if delegate models optimize the query internally.

ImprovementLuciadFusion

ALcdScaleIndicator: you can now toggle between the scale bar icon and a textual representation of the scale (e.g. 1 : 5000). Refer to the class javadoc for more information on how to use this new feature.

ImprovementLuciadFusion

ILcdGXYView: added several methods that were already present in all view implementations.

ImprovementLuciadFusion

TLspMagnifierController: this new controller allows users to zoom in on a part of the view, that is then displayed in a square overlay that follows the mouse position.
In the magnifier overlay, world sized objects are scaled while view sized objects have the same size as in the original view.

The new controller is available in all samples with visual inspection tools (e.g. samples.lightspeed.decoder)

ImprovementLuciadFusion

TLcdGXYShapePainter: considerably improved anti-aliased appearance of shapes that are discretized into many small line segments.

ImprovementLuciadFusion

LCD-10079
GXY label placement can now be configured at the layer level. This means you can configure label visualization as well as label placement in your layer factory. Refer to TLcdGXYLayer#setGXYLabelingAlgorithmProvider and its sample code usages for more information.

ImprovementLuciadFusion

Support for the Krovak projection was added, see TLcdKrovak. TLcdWKTReferenceParser and TLcdEPSGReferenceParser have been modified to support this new projection. For the latter, the following EPSG codes that use the Krovak projection are now supported:
  • EPSG:2065
  • EPSG:5221
  • EPSG:5513
  • EPSG:5514
  • EPSG:8352
  • EPSG:8353

Bug fixLuciadFusion

LCD-11244
Fixed a potential deadlock when loading BINZ data in a TLspFXView.

Upgrade considerationLuciadFusion

You now need to manually initialize touch support for Swing applications by calling TLcdTouchDevice#getInstance() at application startup. Any touch enabled application that checks the touch device status automatically fulfills this requirement. Additionally, the TLcdAWTEventDispatcher no longer dispatches touch events.

Upgrade considerationLuciadFusion

TLcdTouchEvent#getSource and TLcdAWTEvent#getSource: the return type has been changed from Component to Object. This allows using the Lightspeed touch controllers in a Lightspeed JavaFX view. If you were using those methods in your application, you may need to cast the result to a Component.

Upgrade considerationLuciadFusion

The data category in the model metadata of OBJ models produced by TLcdOBJModelDecoder has been changed from VECTOR to MESH.

Upgrade considerationLuciadFusion

TLspExternalView is now deprecated. Integration of LuciadLightspeed in C++ applications is no longer actively supported as of V2020.0. Please contact your account manager or support.luciad.gsp@hexagon.com to discuss possible alternatives.

Upgrade considerationLuciadFusion

To improve the separation between AWT and JavaFX code paths, the return type of TLspEditHandleResult#getProcessedEvent() was changed from EventObject to AWTEvent. In practice, this change should have no impact on existing applications, since
  • API users are not expected to have overridden getProcessedEvent();
  • Other parts of the API and implementation did enforce the use of AWTEvent.

Upgrade considerationLuciadFusion

The GXY view implementations now have the following useful options enabled by default:
  • All views now have label placing enabled by default. If you don't want advanced label placement or decluttering, you can disable it by calling view.setGXYViewLabelPlacer(null).
  • All views now use anti-aliasing by default. To disable this, call view.setAntiAliased(false).
  • All views no longer use smart panning by default. To revert this, call view.setSmartPan(true).
  • All map implementations (e.g. TLcdMapJPanel) now come with sensible minimum and maximum scale ranges. To revert this, call view.setMinScale(0) and view.setMaxScale(Double.MAX_VALUE).

2019.1

2019.1.11

ImprovementLuciadFusion

The EPSG resources are updated to EPSG database v9.8.6.

2019.1.10

ImprovementLuciadFusion

LF-1926
A new REST API call /api/services/types/validate-products is available which allows to check which services can be created for the given products.

ImprovementLuciadFusion

LF-1923
LuciadFusion system administrators can now configure LuciadFusion to use Oracle 19c database for the catalog (see config/application-fusion.development.yml for details).

ImprovementLuciadFusion

LF-1922
Added the ability to modify the set of CRS codes exposed in LuciadFusions' WMS responses. See the following new properties in config/fusion.common.yml for more details.
  • wms.crsReferences
  • wms.epsgReferences
  • wms.auto2References
  • wms.autoReferences

ImprovementLuciadFusion

LF-1924
LuciadFusion system administrators can now configure LuciadFusion to use a PostgreSQL version 12 (with PostGIS 3) database for the catalog (see config/application-fusion.development.yml for details).

ImprovementLuciadFusion

LF-1887
LuciadFusion system administrators can now configure LuciadFusion to use a SQL Server 2019 database for the catalog (see config/application-fusion.development.yml for details).

ImprovementLuciadFusion

LF-1939
Improve job execution handling for jobs stuck in running who could no longer be queued or stopped. These jobs can now be queued or stopped to recover them from the running state without having to restart LuciadFusion as was required previously.

ImprovementLuciadFusion

LCD-10644
TLcdBingMapsModelDecoder now uses the new on-demand variants for imagery requests when using ELcdBingMapsMapStyle.ROAD and ELcdBingMapsMapStyle.AERIAL_WITH_LABELS.

ImprovementLuciadFusion

LCD-10394
TLcdOBJModelDecoder now uses a TLcdCompositeModelReferenceDecoder with all default available ILcdModelReferenceDecoder instances (i.e. all model reference decoders annotated with the @LcdService annotation). This means that the default TLcdOBJModelDecoder can now also decode OBJ files with, for example, a PRJ reference.

Bug fixLuciadFusion

LCD-11263
TLcdCompositeStringTranslator: improved robustness for null strings.

Bug fixLuciadFusion

LF-1941
LuciadFusion Platform now uses a custom cookie name to as to not conflict with other Spring web applications that use the default cookie name set within the Spring framework.

Bug fixLuciadFusion

LF-1938
Addressed an issue where the results of services published by LuciadFusion Platform could not be cached by web clients. Headers that cause the results not to be cached have been removed from the HTTP responses.

Bug fixLuciadFusion

LCD-11243
Fixed an issue where navigating around a geopackage file would keep opening new connections to the file, which could result in a system running out of usable file descriptors. The amount of connections to a geopackage file is now capped to a fixed amount.

Bug fixLuciadFusion

LCD-123
TLcdGXYCircularArcPainter and TLcdGXYCircleBy3PointsPainter: disallowed some snapping scenarios that would result into degenerate shapes.

Bug fixLuciadFusion

LCD-11248
A TLcdGML*LinearRing now implements ILcdInvalidateable and automatically invalidates itself when replacing its posGroup.

Bug fixLuciadFusion

A TLcdGML*LinearRing with an empty TLcdGML*CoordinatesposGroup would throw an exception when inserting a point. This has been fixed.

Bug fixLuciadFusion

LCD-6488
The TLcdGeoTIFFModelEncoder now encodes the tiff tag GDAL_NODATA when the source model contains a ALcdImage with semantics specifying a no data value.

Bug fixLuciadFusion

LCD-10947
TLsp2DPointListEditor/TLsp3DPointListEditor: fixed an issue that prevented customizing the create handle to append points to both the start and end of a pointlist using freehand ELspCreationMode.FREEHAND_AND_CLICK and ELspCreationMode.FREEHAND_SINGLE_SWIPE.

Bug fixLuciadFusion

LCD-11260
The TLcdJAIRasterModelDecoder could not handle certain PNG files. The decoding for such image files is now done via ImageIO.

Bug fixLuciadFusion

LCD-10926
Fixed bug in TLcdSHPModelDecoder that could cause incorrect String properties in the decoded features.

2019.1.09

ImprovementLuciadFusion

LCD-7828
TLcdDatabaseModel now has a method #refresh that updates all cached elements with data in the database. This method also picks up elements that were added to the database. Previously, a workaround was needed that involved clearing the cache and querying the model in order for the cached elements to be updated. Note that this method only works for Oracle Spatial, PostgreSQL, MSSQL and Geopackage databases.

Bug fixLuciadFusion

LCD-5170
TLcdSVGIcon: improved rendering accuracy for small icons.

Bug fixLuciadFusion

LCD-11208
Fixed erratic scale calculation when tilting the camera in a 3D grid reference.

Bug fixLuciadFusion

LCD-11224
ALspComplexStroke: When creating a stroke with icons, it was possible that small gaps were visible between adjacent icons on the stroke.

Bug fixLuciadFusion

LCD-9110
Fixed an issue where GeoTIFF data was interpreted as elevation data but a multilevel version of the data was not.

Bug fixLuciadFusion

LCD-11184
SLD raster rendering in GXY / Lightspeed did not take the optional opacity attribute for SLD ColorMapEntry elements into account; the colors in these elements were assumed to be non-transparent.

2019.1.08

ImprovementLuciadFusion

LF-1916
A method was added to the REST API that allows you to add keywords to a service (POST /api/services/id/keywords). Previously you were required to request the service with the list of keywords, adjust the list and then update the service with the new list.

ImprovementLuciadFusion

LF-1899
A method was added to the REST API that allows you to add products to a service (POST /api/services/id/products). Previously you were required to request the list of products on a service, adjust the list and then set the updated list of products.

ImprovementLuciadFusion

LCD-11142
The TLcdGeoTIFFModelDecoder now supports the tiff tag GDAL_NODATA value nan.

Bug fixLuciadFusion

LCD-11203
TLcdGXYDensityLayer: resolved an issue when using HiDPI rendering.

Bug fixLuciadFusion

LCD-11132
TLcdVVJPanel: improved behavior for profiles with vertical lines.

Bug fixLuciadFusion

LCD-11190
Corrected a multi-threading issue in the transformation code. This fixes visual artifacts which could appear in some scenarios. For example, displaying some kinds of raster data in Lightspeed views.

Bug fixLuciadFusion

LF-1918
Added the missing configuration settings in config/fusion.common.yml to enable or disable the OGC 3D Tiles and File Server services. These need to be disabled when disabling Studio in the fusion.common.yml file.

Bug fixLuciadFusion

LCD-11121
Fixed a memory leak that could occur when regularly creating a new TLspParameterizedIconStyle.

Bug fixLuciadFusion

LF-1917
Fixed a race condition problem where using the "most detailed" geometry from a tiled vector feature triggered an error about an incorrect amount of fills. This could happen when you iterate over the elements of a tiled vector model and used their geometry.

2019.1.05

ImprovementLuciadFusion

LF-1907
LuciadFusion server will now include stacktraces in the log file when reporting errors. This required enabling debug logging previously.

Bug fixLuciadFusion

LF-1835
Fix bug where LuciadFusion Studio notifications would stop occurring if there is no notification activity for a period of time.

2019.1.04

Bug fixLuciadFusion

LF-1904
When using an invalid feature type name within the WFS, the service should return a 400 status, not a 500 status.

Bug fixLuciadFusion

LF-1903
The WFS feature type title should use the product title, not the data source title in the features metadata.

Bug fixLuciadFusion

LCD-11091
Data obstructed by fully transparent pixels of a raster layer, was not always visible in a 3D view.

Bug fixLuciadFusion

LCD-11102
Using an SLD Recode function inside a text symbolizer label element triggered an exception during rendering.

2019.1.03

ImprovementLuciadFusion

LF-1891
Improved logging when Fusion fails to enqueue crawl job by including the causing exception in the logging output.

Bug fixLuciadFusion

LCD-11087
Fixed UnsupportedOperationException in ILcdGL#glGetProgramInfoLog()

Bug fixLuciadFusion

LCD-11093
Conversion to 3DTiles: Fixed a bug where the normals would have an incorrect direction, thus negatively affecting the lighting.

Bug fixLuciadFusion

LF-1893
Fixed an issue that could introduce a deadlock when updating the products of a service using the REST API.

Bug fixLuciadFusion

LF-1890
Fixed an issue that made it possible for a Data Root to be created without a corresponding Crawl Job.

Bug fixLuciadFusion

LF-1885
Fixed an issue where using the REST API trying to obtain a Data item based on a path that started with a double backslash returned nothing.

2019.1.01

ImprovementLuciadFusion

TLcdGXYCompositeController now also works with ILcdAWTEventListener delegates.

ImprovementLuciadFusion

LCD-10958

SLD now supports the use of functions inside SLD Geometry and ParameterValue (such as rotation) elements. On top of the existing capability to use property names, this provides additional flexibility to determine the desired value.

Additionally, support has been added for 4 new functions in TLcdOGCVendorSpecificFunctions that operate on a geometry defined by a given property name:
  • startAngle(propertyName) and endAngle(propertyName): determine respectively the start and end angle of the referred geometry, measured in degrees clockwise from the direction at 12 o'clock.
  • startPoint(propertyName) and endPoint(propertyName): determine respectively the start and end point of the referred geometry.

An example use case combining these new functions and the possibility to use them inside SLD Geometry and ParameterValue elements is the configuration of an arrow head at the end of a polyline. By using a point symbolizer with a geometry defined by the endPoint of the polyline and a rotation defined by the endAngle of the polyline, an oriented arrow icon can be drawn at the end of the polyline.

ImprovementLuciadFusion

LCD-11038
The TLcdOBJModelDecoder will no longer throw exceptions when encountering 'map_d' lines with empty reference in an MTL file.

ImprovementLuciadFusion

LCD-10183
The magnetic north data files for WMM and IGRF have been updated to cover the period 2005-2025. The IGRF decoder now decodes the official coefficients file as downloaded from NOAA (i.e. igrf13coeffs.txt).

Bug fixLuciadFusion

LCD-11017
TLspSwipeController and TLspPortholeController did not work correctly on HiDPI screens.

Bug fixLuciadFusion

LCD-11037
SLD raster rendering in GXY / Lightspeed incorrectly applied color interpolation in case of a color map defined by an SLD Categorize function. To enable interpolation, support has been added for color maps defined with an SLD Interpolate function.

Bug fixLuciadFusion

LCD-11016
Fixed an issue that prevents to create balloons with TLcdGeoAnchoredBalloonDescriptor in a Lightspeed view without any layer.

Bug fixLuciadFusion

LF-1876
In certain cases the fusion engine would not immediately stop processing when an exception occurred. This could for example happen when there is no disk space left to store data. Now the exception makes the processing fail fast.

Bug fixLuciadFusion

LF-1882
Fixed case where the creation of the engine session failed with a IllegalStateException.

2019.1

ImprovementLuciadFusion

ILcdLayered: added a default addLayeredListener method which triggers the listener for all current and future layers.

ImprovementLuciadFusion

ILcdLayeredListener: 2 static factory methods have been added to the interface to easily listen for added and removed layers, respectively.

ImprovementLuciadFusion

LCD-10862
The ServiceRegistry interface is deleted from the sample code. All samples now use TLcdServiceLoader to query the service registry. This makes the sample code less complex.

ImprovementLuciadFusion

LCD-7602
TLcdLonLatPointFormat now has a strict mode using setOnlyAllowStrictValidCharacters. In strict mode no invalid characters will be allowed. By default this will be set to false.

ImprovementLuciadFusion

LuciadLightspeed now supports the eye-dome lighting (EDL) technique to improve depth perception in point cloud data sets. For more details, see the how-to article on eye-dome lighting.

The functionality of changing the EDL parameters is also available in the Lucy UI.

ImprovementLuciadFusion

LCD-7424
TLcdSymbol now allows configuring the border width for the outline of the symbol.

ImprovementLuciadFusion

LCD-9399
The TLcdCSVModelDecoder has been improved to handle coordinate data in a single column. Valid coordinate data will be automatically detected. See TLcdCSVDataSource for more info on how to specify column types.

ImprovementLuciadFusion

LCD-9358
Made the TLcdColorMapCustomizer more user friendly by adding hover indications and tooltips. These should make it clear for the user that the components can be edited.

ImprovementLuciadFusion

LCD-10811
The JVM option optimize.raster.color.model no longer affects the TLcdGeoTIFFModelDecoder. The behavior is now always the same whether you have a graphics environment or not.

ImprovementLuciadFusion

LCD-10498
Added support for registering an ILcdStringTranslator as a service. It will be automatically picked up by all our classes that use an ILcdStringTranslator. This makes it easy to translate all the UI components. Just like other service interfaces we added a TLcdCompositeStringTranslator which makes it easy to work with all registered instances.

ImprovementLuciadFusion

LCD-9540
TLcdOGCModelReferenceParser is extended to support WKT content with or without the 'urn:ogc:def:crs:' prefix.

ImprovementLuciadFusion

LCD-8425
Deprecated ILcdModel.FIRE_NOW as proper usage of model locks only allow for use cases with ILcdModel.NO_EVENT or ILcdModel.FIRE_LATER.

ImprovementLuciadFusion

LCD-10430
ILcd2DEditablePointList now includes a default method append2DPoint to append a point to the back of the list.

ImprovementLuciadFusion

LCD-9949
The TLcdCSVModelDecoder has been improved to handle GeoJson geometry data. Valid GeoJson data will be automatically detected. See TLcdCSVDataSource for more info on how to specify column types.

ImprovementLuciadFusion

LCD-9714
Improvements have been made to the WKT (well known text) format parser. It is now possible to place the UNIT before the PROJECTION tag.

ImprovementLuciadFusion

LCD-9560
TLcdOGCFilterContext#fromModel: this new utility method makes it easier to create a filter context for filtering domain objects from a model.

ImprovementLuciadFusion

LCD-9241
TLcdOGCFilterFactory: added new bbox methods facilitating the creation of a BBOX filter.

ImprovementLuciadFusion

LCD-10559
The ILcdPointList2 interface added no extra methods compared to the ILcdPointList interface. There was no more reason to use the ILcdPointList2 interface, so it has been deprecated.

ImprovementLuciadFusion

LCD-9148
The WMS client samples now show when connecting to a new WMS URL the layers of the newly added WMS layer.

ImprovementLuciadFusion

LCD-4977
A new TLcdAngleFormat is available to format angles specified in TLcdAngleUnit. The format works similar as the TLcdSpeedFormat, TLcdAltitudeFormat and TLcdDistanceFormat where an internal programming unit is used along with a display unit.

ImprovementLuciadFusion

LCD-9691
Made sure that runtime exceptions are wrapped into an IOException when creating an output stream using an ILcdOutputStreamFactory.

ImprovementLuciadFusion

LCD-5035
The ILcdLogger interface now has default methods that accept an array of message parameters, making it easier to log parameterized messages. A custom ILcdLogger implementation must detect and handle these message parameters. The log implementation must check whether or not it is receiving a single message parameter or an array of message parameters and format the message accordingly.

ImprovementLuciadFusion

LCD-11018
TLcdGeoJsonModelEncoder now respects the input file's feature property order.

ImprovementLuciadFusion

LCD-10925
Improved the interoperability with legacy WFS clients that do not recognize the reference notation urn:ogc:def:crs:OGC:1.3:CRS84; for this reference, the WFS capabilities now also include the legacy CRS:84 notation als additional reference.

Bug fixLuciadFusion

TLcdDomainObjectContext: The equals method did not use an identity check to compare domain objects. As a result, contexts with different ILcdShape instances as domain object could be indicated as equal. It now compares the different domain objects using an identity check.

Bug fixLuciadFusion

LF-1843
Modified the sample deployment script to include lcd_geoid_resources.jar by default. See the commented out exclude attribute in the obfuscate target within build/fusionplatform/deploy_fusionplatform_service.xml.

Bug fixLuciadFusion

LF-1342
Several WFS functional and interoperability fixes have been made.
  • Removed the enableFeatureTypeNameCompatabilityMode option, now the default behavior should be similar to the behavior that happened when it existed and was set to true.
  • Allow multiple data sources within a product that is included in a WFS service. Feature type names will be a combination of product and data name.
  • Fixed an issue with quick service creating a product with a name that contains dashes which are not valid in the resulting WFS XML.
  • Fixed an issue with GeoMedia not being able to read the LuciadFusion WFS because the namespace definitions don't match between GetCapabilities and DescribeFeatureType.
  • Fixed an issue with ArcGIS not able to read 2.0.0 version of WFS because of not handling "(" separated feature types in DescribeFeatureType.

Bug fixLuciadFusion

LCD-10618, LCD-873, LCD-10797
Fixed a bug where TLcdLonLatEllipse#getBounds could return undersized bounds that would not contain the entire ellipse. Now the bounds calculation is more accurate and consistent with TLcdLonLatArc.

Bug fixLuciadFusion

LCD-10466
TLcdInputStreamFactory: can now create input streams for zipped data, independent of whether the data uses zlib/gzip compatible compression or not.

Bug fixLuciadFusion

The SLD decoder now ignores leading newline and/or leading spaces when decoding a text symbolizer label element.

Bug fixLuciadFusion

LCD-10991
The SLD label rotation implementation for Lightspeed views did not properly take into account a possible label offset introduced by a an SLD label anchor point and/or label displacement property.

Upgrade considerationLuciadFusion

The eye-dome lighting technique will be enabled by default when visualizing point cloud data sets. To disable, a custom TLspPointCloudStyle should be used for 3DTile point clouds, or a custom TLspPlotStyle for LIDAR point clouds.
For more details, see the how-to article on eye-dome lighting.

Upgrade considerationLuciadFusion

LCD-10695
The Java version handling in TLcdSystemPropertiesUtil has been improved with a new method isJavaVersion(JavaVersion). Java version check methods below the minimum Java requirement have been removed.

Upgrade considerationLuciadFusion

TLcdOGCFilterFactory: the public constructor has been removed. This class only contains static factory methods and was never designed to be instantiated. To make the intended usage of this class crystal clear, the public constructor has been removed.

Upgrade considerationLuciadFusion

LCD-7667
A new version of the JAI ImageIO library is used.
  • Fix for possible IndexOutOfBoundsException when encoding a GeoTIFF with JPEG compression.

Upgrade considerationLuciadFusion

LCD-10754
Removed com.luciad.view.lightspeed.action.TLspDeleteSelectionAction in favor of com.luciad.view.TLcdDeleteSelectionAction. This is an incompatible change which can be resolved by using TLcdDeleteSelectionAction.

2019.0

2019.0.11

ImprovementLuciadFusion

LCD-11004
Improved TLcdBoxIcon's frame in HiDPI rendering.

ImprovementLuciadFusion

LCD-11003
TLcdSymbol: improved anti-aliased/HiDPI rendering of several shape types.
TLcdRotatingIcon also works better with anti-aliased/HiDPI symbols.

ImprovementLuciadFusion

LCD-10996
TLspLabelPainter has the behavior to not display labels when they are obscured by the terrain. It is now possible to disable this behavior, i.e. allow labels to remain visible, even if their anchor is located behind the terrain. See TLspLabelPainter#setUseTerrainForCulling.

ImprovementLuciadFusion

LCD-10981
The TLcdGXYRoundedPointListPainter did not correctly paint polygons that crossed the date line.

ImprovementLuciadFusion

LCD-10973
Improved the accuracy of TLcdLonLatParser.

Bug fixLuciadFusion

LCD-11010
Fixed a potential synchronization issue between the calling thread and the Swing EDT in TLspExternalView#display().

Bug fixLuciadFusion

LCD-10984
TLcdGXYLabelPainter and TLcdGXYPolylineLabelPainter's clone method didn't do a correct deep clone of all fields. This could lead to incorrectly painted labels when enabling asynchronous painting.

Bug fixLuciadFusion

LCD-11005
It is now possible to enable only a subset of the navigation actions when the combined gestures property is activated using the TLspTouchNavigateController#setCombineGestures(true). See the javadoc of setShouldRotate, setShouldPan, setShouldZoom and TLspTouchNavigateController(aShouldRotate, aShouldZoom, aShouldPan) for more details.

Upgrade considerationLuciadFusion

LCD-10526, LCD-10974
To simplify implementing an ILcdGXYChainableController, the view no longer dispatches the same event twice to controllers implementing both MouseListener/MouseMotionListener/MouseWheelListener and ILcdAWTEventListener. For example, the view used to dispatch a mouse drag event to both handleAWTEvent and mouseDragged. This is no longer the case.
If you have a controller like this, you can dispatch events yourself as follows:
      @Override
      public void handleAWTEvent(AWTEvent aEvent) {
        // delivers drag events to #mouseDragged, wheel events to #mouseWheelMoved, and so on
        com.luciad.gui.TLcdAWTUtil.dispatchAWTEvent(aEvent, this);
      }
    

2019.0.10

Bug fixLuciadFusion

LF-1858
Fixed Fusion Studio notifications when deployed in WebLogic server.

Bug fixLuciadFusion

LCD-10966
TLcdServiceLoader no longer throws an exception when the current thread's context class loader is null.

Bug fixLuciadFusion

LCD-10960
Fixed the handling of the SLD label placement offset for lines in Lightspeed views: while the implementation previously positioned the label at a random side of the shape depending on the current view extent, it now takes the offset sign into account to consistently position the label at one side of the shape.

Bug fixLuciadFusion

LCD-10959
Improved the TLcdGeoTIFFModelEncoder#canExport to check that the image within the model does have values of type double. If this is the case the method returns false as encoding such images is not supported by the GeoTIFF encoder.

2019.0.09

Bug fixLuciadFusion

LCD-10945
In a Lightspeed view, imagery with an IndexColorModel could sometimes be visualized with incorrect colors.

Bug fixLuciadFusion

LF-1856

ILcdLoggerFactory and its implementations are no longer obfuscated so that they can be picked up by the service loader.

You don't need to do anything when you obfuscate your application and include our luciadlightspeed.pro file in your Proguard configuration, as is recommended.

If you use your own Proguard configuration file which does not include luciadlightspeed.pro, you need to add the following lines:

      -keep interface com.luciad.util.logging.ILcdLoggerFactory
      -keep class * implements com.luciad.util.logging.ILcdLoggerFactory
    

Bug fixLuciadFusion

LCD-10918
SLD raster rendering in GXY ignored any alpha band in the source image in case no channel selection and/or normalization was defined.

Bug fixLuciadFusion

LCD-10944
Improved the robustness of ALcdImageMosaic to cope with small inaccuracies between the image bounds and the mosaic's tile grid bounds.

Upgrade considerationLuciadFusion

LCD-10871
The fillOutlineArea property of TLcdGXYImagePainter is now set to false for models with multiple images when created with TLcdGXYImagePainter.create. Some layer factories use this method internally. The result is that outlines will no longer be filled for these cases. This avoids cluttering the view with red hatched rectangles in areas where they overlap.

Upgrade considerationLuciadFusion

LF-1706
Remove duplicate, older versions of slf4j-api and spring-tx. The removed jars are slf4j-api-1.7.22.jar and spring-tx-5.1.1.RELEASE.jar.

2019.0.08

Bug fixLuciadFusion

LCD-10915
Fixed a potential deadlock when initializing a TLspSwingView in certain circumstances.

Bug fixLuciadFusion

LCD-10914
3D Tiles visualisation: Fixed an issue where TLcdOGC3DTilesModelDecoder would not propagate correctly the transformation matrix from the tileset.json to the meshes.

Bug fixLuciadFusion

LCD-10905
Encoding a ALcdImage with the TLcdGeoTIFFModelEncoder could fail when the image only had ALcdBandMeasurementSemantics and no ColorModel could be associated with it. This could happen for example when applying image operators on images.

Bug fixLuciadFusion

LCD-10870
Calling TLcdDatabaseModel#clearCache now correctly invalidates the cache instead of only discarding local changes.

2019.0.07

Bug fixLuciadFusion

LCD-10897
The clone method of the following painters didn't do a correct deep clone of all fields. This could lead to incorrectly painted labels when enabling asynchronous painting.

Bug fixLuciadFusion

LCD-10894
The TLcdTFWRasterModelDecoder did not take the provided default model reference into account as fall-back when it was provided through the class constructor.

Bug fixLuciadFusion

LCD-10879
Transforming points from a geocentric reference to a geocentric reference with an other unit of measure could result in incorrect results.

2019.0.06

Bug fixLuciadFusion

LF-1832
Fixed issues with LuciadFusion Studio compatibility with Microsoft Edge.

Bug fixLuciadFusion

LF-1840
Fixed the file info error message for SLD decoding failures to use the more descriptive style failure message.

Bug fixLuciadFusion

LCD-10865
A WFS 2.0 GetFeature request containing a PropertyName filter and sent as an XML POST request triggered a ClassCastException.

Bug fixLuciadFusion

LCD-10779
TLcdGXYOnPathLabelingAlgorithm sometimes put labels at the wrong side of the line when using AlignmentMode#LEFT or AlignmentMode#RIGHT.

2019.0.05

ImprovementLuciadFusion

LF-1335, LF-1738
The deployment build script (deploy_fusionplatform_service) does not compile the classes under the samples folder anymore, sample classes aren't added to the war and zip files that the script creates.

ImprovementLuciadFusion

The API to create new on-map navigation controls has been simplified:

ImprovementLuciadFusion

LF-1520
Some improvements have been made to improve the performance of LuciadFusion Platform. With these improvements, the application communicates less with the database, which improves the performance of the application.

ImprovementLuciadFusion

LCD-10603
TLspInteractiveLabelsController was updating labels regardless of which view they belonged to. The controller now only updates labels that belong to the view it is configured for.

ImprovementLuciadFusion

LCD-10572
It is now possible to pan a 2D map with two fingers without jitter if the two fingers are close enough to each other. See TLspTouchNavigateController#set2DPanDistanceThreshold for more details.

Bug fixLuciadFusion

LCD-10863
TLcdXYEllipse and TLcdLonLatEllipse: inversed the results of the getTangent2D method to match the direction (counter-clockwise) of the computePointSFCT method.

Bug fixLuciadFusion

LF-1821
Fixed an issue where the deployment build script deploy_fusionplatform_service failed when the src folder containing custom classes was found.

Bug fixLuciadFusion

LCD-10814
Some GeoTIFF files with multi-band data could not be decoded in a headless environment. This was due to the default value for optimize.raster.color.model which was true but cannot be used in a headless environment. The implementation has been fixed and the above flag defaults value has been set to false such that the behavior is the same in an environment with or without graphics.

Bug fixLuciadFusion

LF-1521
When creating a service from a data item and the user cancels, don't create the product.

Bug fixLuciadFusion

LCD-10795
TLspPinLineStyle#getPinVisibilityThreshold() is now evaluated correctly for pins that use PinEndPosition.MIDDLE_OF_BOUNDS.

2019.0.04

ImprovementLuciadFusion

LCD-10131
Fixed an issue where the LASzip file was displayed in reverse color when both low and high bits of a 16-bit color were populated.

ImprovementLuciadFusion

LCD-10805
TLcdCassiniSoldner was added. This projection contains ellipsoidal cassini calculations. TLcdCassini has not been modified. It still only supports spherical calculations. TLcdWKTReferenceParser and TLcdEPSGReferenceParser have been modified to support this new projection.

ImprovementLuciadFusion

LF-1730
Show "Loading..." on Style detail page when the style information is being loaded from the server.

ImprovementLuciadFusion

LF-1827
LuciadFusion now reports when the fusion.studio.configuration.datastore property is not set. The prevents LuciadFusion from using an incorrect path for e.g. the uploads directory.

ImprovementLuciadFusion

LCD-10571
The distance threshold at which touch navigation switches between rotating and pitching in 3D, can now be customized. See TLspTouchNavigateController#setPitchDistanceThreshold for more details.

Bug fixLuciadFusion

LF-1819
Fix issue with database validation failures happening when changing the catalog database username.

Bug fixLuciadFusion

LF-1677
Add hatching to bounds feature drawn in the Studio preview map when the actual data isn't previewed, and removed the "almost world bounds" check which prevented the data/bounds from being rendered when the data bounds were close to world extents.

Bug fixLuciadFusion

LCD-10753
3D Tiles conversion: Reduced the memory usage of the conversion from OSGB to 3DTiles.

Bug fixLuciadFusion

LF-1820
Fixed an issue with services having NULL public_ids when migrating from older versions. During the upgrade, all services with NULL public_ids will now be given a unique one.

Bug fixLuciadFusion

LCD-10808
A WFS Transaction Update request was implemented by a delete and insert of respectively the original and updated object, instead of an actual update of the original object. This could trigger unexpected object id changes in case of a database back-end.

Bug fixLuciadFusion

LCD-10800
The SLD normalize improvement LCD-10441 caused a regression where an SLD raster symbolizer with an RGB channel selection containing the same band would throw a NullPointerException.

Bug fixLuciadFusion

LCD-10796
TLcdLonLatGridPainter: fixed a regression introduced in 2018.1 that caused vertical labels not to snap to the edge of the view anymore.

Bug fixLuciadFusion

LF-1689, LF-1753
Moved some hard-coded UI text to the translation files so that it can be localized.

Bug fixLuciadFusion

LF-1797
Fixed an issue where the product validation information was missing after updating the metadata of the product. This prevented creating a service from the product in some cases.

Bug fixLuciadFusion

LF-1779
File Server: Fixed an issue where the file download links are corrupted when a context path is used.

Bug fixLuciadFusion

LCD-10803
Performing a GetFeatureInfo request on a queryable raster layer would fail for the text/plain info format.

Bug fixLuciadFusion

LCD-10793
TLspTouchNavigateController#getMaximumNumberOfPoints incorrectly reported that it could handle up to 10 touch points. TLspTouchNavigateController does not handle more than 2 touch points.

Bug fixLuciadFusion

LF-1724
Close the user tour when the user presses ESCAPE

Bug fixLuciadFusion

LF-1470
Close the typeahead suggestions list if the fetch suggestions request returns error

Upgrade considerationLuciadFusion

LCD-10798
The laszip4j library has been upgraded to 0.7.

2019.0.03

ImprovementLuciadFusion

LCD-10782
TLspTouchSelectEditController now allows configuring its select controller model.

ImprovementLuciadFusion

LCD-4001
The TAB raster model decoder provides a more clear message in case the TAB file may be for MapInfo MAP (vector) files.

ImprovementLuciadFusion

LCD-10239
The GeoTIFF model decoder documentation contains information on the heuristic used to mark data as elevation.

ImprovementLuciadFusion

LCD-9862
Removed obsolete section in OGC server documentation regarding setting up of native libraries. Native libraries used within LuciadLightspeed / LuciadFusion are extracted from jars automatically.

ImprovementLuciadFusion

LCD-10740
The SERVICE request parameter validation check in the WMS, WFS, WMTS, WCS and CSW server has been made case insensitive to improve interoperability with non-compliant OGC web service clients.

Bug fixLuciadFusion

LCD-10781
A regression in LuciadLightspeed 2019.0 prevented TLspSelectController from calling its protected methods.

Bug fixLuciadFusion

LCD-10746
Resolved a performance regression when rendering halo's in HiDPI displays.

Bug fixLuciadFusion

LCD-10748
TLcdMeasureFormatUtil now formats flight levels correctly, using an "FL" prefix.

Bug fixLuciadFusion

LCD-10783, LCD-7660, LCD-7633
The handling of WFS 1.1 GetFeature requests could trigger a service exception report in case of a POST request with a BBOX filter containing coordinates outside the coordinate reference's projection bounds.

Bug fixLuciadFusion

LCD-10780
TLcdAltitudeFormat no longer adds a space after the flight level prefix FL.

Bug fixLuciadFusion

LCD-10648

TLspTouchNavigateController now extends ALspConfinedTouchController. This fixes a bug where calling startInteraction or terminateInteraction would call those same methods multiple times on the rest of the controller chain.

This could cause problems in any of the appended controllers. For example, when a TLspKeyActionController was appended to it, it would trigger a NullPointerException.

Bug fixLuciadFusion

LCD-9815
Model change events must happen on the Event Dispatch Thread (EDT). The WMS client sample now fulfils this expectation.

Bug fixLuciadFusion

LCD-10756
TLcdWFSProxyModelFactory and TLcdWFSProxyModel#Builder did not take into account a configured model reference parser when decoding WFS response data.

Bug fixLuciadFusion

LCD-10657
GML model encoders: encoding an empty model could sometimes result in an exception stating "No compatible elements to export".

Bug fixLuciadFusion

LCD-10744
TLcdWKTReferenceParser didn't interpret the latitude origin for Cassini projections correctly. This also impacted TLcdEPSGReferenceParser for EPSG references EPSG:2314, EPSG:3068, EPSG:3140, EPSG:3377-3385, EPSG:4390-4398, EPSG:24500, EPSG:28191, EPSG:28193 andEPSG:30200.

Upgrade considerationLuciadFusion

LCD-10792
TLspTouchNavigateController: the setPitchSensivityFactor method which was accidentally added in version 2019.0.02 has been removed again.

2019.0.01

ImprovementLuciadFusion

LCD-10719
The WCS client API now automatically uses sensible settings for TLcdWCSProxy's tiled multilevel raster structure, based on the coverage bounds. This helps to efficiently query WCS raster data and avoids manual configuration of the raster structure settings (tile width, tile height, rows, columns ...).

ImprovementLuciadFusion

TLcdGXYSurfacePainter now supports creation of a surface, provided that it has an exterior ring and no inner rings.

Bug fixLuciadFusion

LF-1790
Removed -XX+UseParNewGC java command line parameter from the Fusion deployment startup scripts, which prevented the server from starting when running Java 11.

Bug fixLuciadFusion

LF-1791
Fixed an issue that prevented data from being added to an existing product in LuciadFusion Studio.

Bug fixLuciadFusion

LCD-10689
When running LuciadLightspeed on a 32-bit JVM, functionality that depends on OpenCL could cause exceptions, e.g. when using an ALcdImageOperator.

Bug fixLuciadFusion

LCD-10701
Improved rendering of SLD icons on HiDPI displays.

Bug fixLuciadFusion

TLcdIconFactory.LINK_DECO_ICON: made the 16x16 icon consistent with the other icon sizes.

Bug fixLuciadFusion

LCD-10688
TLspIconStyle: icons did not adapt correctly when switching between a HiDPI and non-HiDPI screen. As a result icons would appear to large on the non-HiDPI screen or to small when switching to a HiDPI screen.

Bug fixLuciadFusion

LCD-10687
TLcdImageIcon: the icon would not be painted with the correct resolution when switching between a HiDPI and a non-HiDPI display.

Bug fixLuciadFusion

LCD-10686
TLspSLDStyler configured an incorrect labeling algorithm for line and polygon symbolizers. This would result in polygons with labels on the outline of the polygon instead of labels inside the polygon.

Bug fixLuciadFusion

LCD-10730
TLspSelectController was no longer able to select objects with the rectangle selection feature.

2019.0

ImprovementLuciadFusion

The lightspeed.imageprojection sample has been modified to show a sample video draped onto the terrain instead of a single image icon.

ImprovementLuciadFusion

Improved the rendering of both GXY and Lightspeed views on High DPI screens. Accordingly, TLcdImageIcon now supports multiple versions of an icon for different resolutions and uses the proper one according to the DPI scale of the screen.

Note:In most Linux distributions, Java does not pick up the operating system's configured scale factor. You can use the -Dsun.java2d.uiScale VM parameter to manually set the scale factor.

Please refer to the articles Support high-resolution displays on a GXY map and Support high-resolution displays on a Lightspeed map for more information.

ImprovementLuciadFusion

LCD-10410
TLcdWFSDataSource.Builder now allows to set a QName as feature type name, next to the existing capability to set a String. This better aligns with the OGC WFS specification, which focuses on the use of qualified names for feature types.

ImprovementLuciadFusion

LCD-3558
Improved the performance of adding and removing (many) layers to a view.

ImprovementLuciadFusion

ILcdPointList now implements all methods of ILcdPointList2. As such, there is no need to use the latter anymore.

ImprovementLuciadFusion

The WFS client model decoder class TLcdWFSModelDecoderDecorator can now be instantiated with a custom ILcdOWSTransport. Example uses cases include the configuration of authentication credentials or request / response interception.

ImprovementLuciadFusion

Visualizing Bing Maps data has been simplified: Adding the Bing Maps logo and copyright information on your view is also simplified:
  • Introduced TLcdBingMapsCopyrightIcon#asComponent method allowing to convert the copyright icon in a component which can be added to a Swing UI
  • Introduced the TLcdBingMapsLogoIcon class (including a similar asComponent method), making it easy to add the Bing Maps icon to a Swing UI

ImprovementLuciadFusion

You no longer have to create and set up a TLcdGXYAsynchronousPaintQueueManager to use asynchronous layer wrappers in an ILcdGXYView.

ImprovementLuciadFusion

It is now possible to add products containing elevation data to an LTS service. The elevation data will be fused into a LuciadFusion coverage before it is served. A preprocess job will be created for every elevation data product in an LTS service to perform the fusing. The fused output of an elevation data product is optimized to be consumed by LuciadRIA.

ImprovementLuciadFusion

Luciad Fusion system administrators can now configure Fusion to use an Oracle database (versions 11g, 12c and 18c) for the catalog (see config/application-fusion.development.yml for details).

ImprovementLuciadFusion

Luciad Fusion system administrators can now configure Fusion to use a SQL Server database (versions 2012, 2014, 2016 and 2017) for the catalog (see config/application-fusion.development.yml for details).

ImprovementLuciadFusion

LCD-10526
The new TLcdGXYNavigateController allows you to zoom using the mouse wheel and pan by dragging the mouse. TLcdGXYSelectController2, TLcdGXYEditController2, TLcdGXYNewController2, TLcdGXYInteractiveLabelsController, TLcdAdvancedMapRulerController, and TLcdMagneticNorthGXYController now implement ILcdGXYChainableController, so you can simply append a navigate controller to add zoom and pan behavior.

ImprovementLuciadFusion

TLcdGXYLayer now configures a more accurate pen by default. If you need to switch back to the previous implementation, you can do so by calling layer.setGXYPen(new TLcdGXYPen());.

ImprovementLuciadFusion

The Studio web front end can now be customized through configuration files. The theme configuration file can be reloaded automatically after any changes have been made, the user interface can be adjusted automatically according to the new styling values.

ImprovementLuciadFusion

Raster painting performance has been improved in Lightspeed views for imagery that has an IndexColorModel and for RGB images without an alpha channel. The performance improvement will be automatically applied when possible, this requires no configuration.

ImprovementLuciadFusion

LF-1339
Data and styles uploaded in the LuciadFusion Studio web front end can now be deleted. Previously it was not possible to delete uploaded data or styles. The corresponding files will be deleted from the uploads folder if a data or style is deleted. Note that deleting a data or style can impact products or services.

ImprovementLuciadFusion

TLcdCSVModelDecoder now uses the TLcdHiddenDataPropertyAnnotation to annotate its geometry property and its WKT property. These properties will no longer be revealed to the end-user in Sample UI nor in Lucy UI.

ImprovementLuciadFusion

LF-1451
Crawl jobs can now be configured to delete Data and Styles if the corresponding files are found to be deleted when crawling. This can be enabled by setting the crawl job property ignoreDeletedFiles to false using the REST API or changing the 'Deleted Files' option of a crawl job to 'Detect' in the web interface.

ImprovementLuciadFusion

LF-1528, LF-1450, LF-1223
Add the ability to order the products within a service from within the LuciadFusion Studio web front end.

ImprovementLuciadFusion

LCD-10243
LAS and LAZ files which only contain black colors now will be treated as non-colored data.

ImprovementLuciadFusion

LF-1627
A new configuration property has been added to allow users to define a directory where the temporary preprocessing files will be stored in. The point cloud preprocessor creates some intermediate results during the preprocessing and deletes them afterwards, these files will be stored in this directory. See the fusion.ogctilesservice.preprocessorTempPath property in the fusion.common.yml config file for more information.

ImprovementLuciadFusion

LCD-9956
ILcdEllipsoid: introduced ILcdEllipsoid#geoc2height to calculate the height above the ellipsoid for a geocentric point.

Upgrade considerationLuciadFusion

The lib directory now contains a newer version of the httpmime jar (httpmime-4.5.3.jar -> httpmime-4.5.6.jar). The lib directory now contains a newer version of the httpclient-cache jar (httpclient-cache-4.5.3.jar -> httpclient-cache-4.5.6.jar).

Upgrade considerationLuciadFusion

The lib directory now contains a newer version of the QueryDsl jars (querydsl-*-4.1.3.jar -> querydsl-*-4.2.1.lcd-2.jar). The lib directory now contains a newer version of the Liquibase jar (liquibase-core-3.5.3.jar -> liquibase-core-3.6.3.jar).

Upgrade considerationLuciadFusion

Lightspeed views now support high DPI rendering. This means that fonts, icons and other map elements will be automatically resized in proportion to the DPI scale factor configured in the operating system. Due to the way high DPI support is implemented in Swing, however, applications that use a Lightspeed view now essentially have an additional coordinate system to deal with, which we refer to as "toolkit coordinates". In most scenarios this is merely an implementation detail. Applications may need to be adjusted to work correctly with DPI scaling if they

Please refer to the javadoc of ALspViewXYZWorldTransformation for more information on toolkit coordinates and DPI scaling.

Upgrade considerationLuciadFusion

The method TLcdWFSDataSource#getFeatureTypeName() now returns a QName instead of a String, to better reflect the focus of the OGC WFS specification on the use of qualified names for feature type names. Existing implementations can be updated by simply relying on the toString method to convert the QName to a String.

Upgrade considerationLuciadFusion

TLcdIconFactory.DRAW_VARIABLE_BUFFER_ICON has been removed since it was duplicating the TLcdIconFactory.DRAW_VARIABLE_WIDTH_BUFFER_ICON.

Upgrade considerationLuciadFusion

TLcdGXYSelectController2 now only draws a multi-select rectangle when holding down the shift key. This makes it trivial to add pan behavior by appending TLcdGXYNavigateController. To revert the previous behavior, call selectController.setMultiSelectModifierKey(0);.

Upgrade considerationLuciadFusion

ALspDensityStyle.Builder and subclasses: the public constructors have been removed. Creating your own density style (builder) instances was never supported. Removing the constructors makes this clear.

If you called the public constructor of TLspDensity...Style.Builder, use the TLspDensity...Style#newBuilder method instead.

Upgrade considerationLuciadFusion

LCD-10486

ILcdGXYPen and ILcdAWTPath now support double coordinates to improve precision in HiDPI views. Hereafter methods accepting integer coordinates accept double coordinates.

In the unlikely event that you have a custom ILcdGXYPen or ILcdAWTPath implementation, you may have to modify it to use double coordinates as well, or alternatively convert the double coordinates to integers.

The following classses inherit ALcdGXYPen, and they were updated accordingly to be able to use double coordinates.

Accordingly, the type of the protected field ALcdGXYPen#fLastAWTPoint has been changed to TLcdXYPoint and the field has been renamed as fLastViewPoint.

Upgrade considerationLuciadFusion

LCD-9310, LCD-9763
A new version of the JAI ImageIO library is used.
  • Support for decoding TIFF files using floating point predictor 3 (TIFF Technical Note 3) has been added.
  • It improves on memory usage needed for reading the image metadata for large (Big)TIFF files when decoding the model.

Upgrade considerationLuciadFusion

All public classes that depended on the legacy 3D component were removed from the API.

Upgrade considerationLuciadFusion

LuciadLightspeed now uses LWJGL as its Java binding for the OpenGL and OpenCL APIs (instead of the JogAmp libraries used by previous versions). This means that the following JAR files are no longer part of the release:

  • gluegen-rt-<version>.jar
  • gluegen-rt-<version>-natives-<platform>.jar
  • jocl-<version>.jar
  • jocl-<version>-natives-<platform>.jar
  • jogl-all-<version>.jar
  • jogl-all-<version>-natives-<platform>.jar

The following JARs have been added to replace the above:

  • lwjgl-<version>.jar
  • lwjgl-<version>-natives-<platform>.jar
  • lwjgl-jawt-<version>.jar
  • lwjgl-opencl-<version>.jar
  • lwjgl-opengl-<version>.jar
  • lwjgl-opengl-<version>-natives-<platform>.jar

Users upgrading from LuciadLightspeed V2018.x or earlier to V2019.0 may need to adapt their IDE settings or build scripts to reflect these changes.

Additionally, the migration to LWJGL has also brought with it some changes to how Lightspeed views deal with NIO buffers. The most visible result of these changes is that some data which was previously stored in native memory, will now be stored on the heap. As a result, upgrading an application from an older version of LuciadLightspeed to V2019.0 or newer may result in the application using less native memory and more heap memory. This may require some adjustment of JVM parameters, especially for applications that were tuned to run within tight memory constraints.

Finally, some of the API surrounding ALcdGLBinding has been changed incompatibly:

  • ILcdGLBuffer et al. have been removed. All API methods that used this interface now accept only java.nio.Buffer and/or primitive arrays. Applications that used these API methods will have to be updated accordingly. Note that the new class TLcdGLNIOBufferFactory should be used to allocate buffers that are intended to be passed to OpenGL calls.
  • The interface ILcdGL has been streamlined and now contains only the OpenGL core and compatibility profile API (i.e. no OpenGL extensions). It has, however, been updated to cover all OpenGL versions up to and including OpenGL 4.6. Applications that contain custom OpenGL code and use certain OpenGL extensions, can access these extensions by calling LWJGL directly. This is safe and easy to do since LWJGL exposes the OpenGL API entry points as static methods.
  • ILcdGL has also been stripped of method overloads that take a primitive array followed by an array offset parameter. Applications that use these methods should use an NIO buffer instead, positioned to the appropriate offset.
  • The methods makeCurrent(), canMakeCurrent() and release(), which were previously deprecated, have now been removed from ILcdGLDrawable. To execute code that requires an active OpenGL context, use the drawable's invokeLater() or invokeAndWait() methods instead.
  • The previously deprecated displayChanged() method has been removed from ILcdGLEventListener. The method was never called by any implementation of ILcdGLDrawable.

Upgrade considerationLuciadFusion

LCD-10581
The return types of some of the methods of the following classes were narrowed from Enumeration to ILcdAutoCloseableEnumeration.
  • ILcdDatabaseDecoder
  • ILcdDatabaseDecoder2
  • TLcdDatabaseModel
  • TLcdDatabaseReadOnlyModel
The new return type allows clients to close enumerations so resources can be cleaned up.

Upgrade considerationLuciadFusion

LCD-10353
The class com.luciad.ogc.common.log.TLcdOGCLogFilter has been removed from the API. This Servlet Filter implementation was introduced in the past for request logging purposes but was never integrated / used in any of the OGC web service (WFS / WMS / WCS) implementations. The removal of this class should not pose any impact.

2018.1

2018.1.16

Bug fixLuciadFusion

LCD-10139
Fixed an issue where the bounds of an ALcdImage might not get painted if the model contained multiple images with different references.

Bug fixLuciadFusion

LF-1770
Fixed an issue where adding a tile store file to already crawled coverages would cause LuciadFusion to create duplicate data of the coverages when crawling the tile store file.

Bug fixLuciadFusion

LCD-10650
TLcdGXYLabelPainter and its extensions could paint labels of non-selected objects in the selection color.

Bug fixLuciadFusion

LF-1755
Fixed an issue with the Studio datepicker. It was broken when Studio is translated to another language.

Bug fixLuciadFusion

LF-1756
Fixed an issue where the special keyword S52-SLD was missing from the capabilities of an WMS service if it contained ECDIS data.

Bug fixLuciadFusion

LF-1754
Fixed an issue where deleting a service could fail if the preprocess output for that service could not be deleted. LuciadFusion will now delete the service even if the deletion of the preprocess output fails. Deletion of the preprocess output failing usually indicates that those files are still used by some other process.

Bug fixLuciadFusion

LCD-10645
The TLcdGXYClippingPainterWrapper performed its clipping incorrectly when the clipping geometries passed world boundaries. This could happen for example when defining a clip shape in a Lambert Conformal Conic based coordinate reference and displaying the data on the map in an Equidistant Cylindrical projection.

Bug fixLuciadFusion

LCD-10628
ALcdTransformingModel: Fixed a memory leak that could occur when modifying elements in the original model.

Bug fixLuciadFusion

LCD-10554
TLspLabelPainter: labels using a TLspTextStyle with an underline text attribute could, in some case, be painted as a label without underline.

2018.1.15

ImprovementLuciadFusion

LCD-10631
The Lightspeed demo sample was removed from the release. Refer to the Lucy Showcase for integration samples and the samples and tutorials for simple use cases.

ImprovementLuciadFusion

LCD-10611
It is now possible to customize the distance at which the pin of a label disappears. See TLspPinLineStyle.Builder#pinVisibiltyThreshold.

Bug fixLuciadFusion

LCD-10505
The axis-order was not correctly handled for all coordinate reference systems. For example the Polish CRS EPSG:2180 reverses the X and Y axis which needs to be reflected in the GetMap BBOX parameter.

Bug fixLuciadFusion

LCD-10584
Using TLspFixedOnPathLabelLocationProvider for curves with a large length (around 1000km or longer) resulted in unstable labels.

Bug fixLuciadFusion

LCD-10629
Bounds transformations from a reference with a cylindrical projection to a geodetic reference would sometimes result in bounds that are too small. This could result in data not being shown in the view when zooming out.

2018.1.14

ImprovementLuciadFusion

LF-1757
Added a new method to the TLfnPointCloudPreprocessor class which returns the list of data sources.

ImprovementLuciadFusion

LCD-10612
The OGC Web Client HTTP(S) connection class TLcdOWSHttpTransport now automatically sets a "User-Agent" request header on each request (with as value the String Java followed by the Java version). This improves the interoperability with servers that require a non-empty value for this header.

Bug fixLuciadFusion

LCD-10595
TLspShapeLayerBuilder: when culling was disabled and a TLcdModelQueryConfiguration was configured, the objects on the map would not be updated when the view scale changed.

Bug fixLuciadFusion

LCD-9051
The TLcdGeoTIFFModelDecoder could result in certain cases in throwing an IllegalArgumentException. This was the case when
  • the decoder was configured to create multiple levels automatically for files having only a single level of detail
  • the data had 4 samples/pixel
Note that for performance it is always better to ensure the GeoTIFF file is well-structured, i.e., it is organized with internal tiling and having multiple levels of details.

Bug fixLuciadFusion

LCD-10604
The WMTS client could not handle WMTS services with capabilities that did not include a service identification section.

2018.1.13

Bug fixLuciadFusion

LCD-10592
The TLcdWFSModelDecoderDecorator#decodeModel methods to manually decode WFS response data did not set a model reference in case of WFS 2.0 response data.

Bug fixLuciadFusion

LCD-10597
Fixed an issue when creating a TLcd2DEditablePointList or TLcd3DEditablePointList based on another point list that had no editable points. They assumed that the delegate points were editable, causing ClassCastExceptions.

Bug fixLuciadFusion

LCD-10578
TLspLabelPainter: curved labels with a white color (or an other light color) and no halo showed dark artifacts along the edges of the text.

Bug fixLuciadFusion

LCD-10585
An exception handler configured on ALcdWMSProxy was not called in case of a server that went offline.

Upgrade considerationLuciadFusion

LCD-10570
The JOGL, JOCL, and GlueGen libraries have been updated to version 2.3.2+4-lcd. This is a patched version of the official 2.3.2 version of JOGL, which now also fixes a bug that could cause Lightspeed to crash in Linux + AMD setups.

2018.1.12

Bug fixLuciadFusion

LF-1745
When a coverage in a tile store was updated, a new data was created for that coverage instead of updating the original data for that coverage. This could cause the capabilities of a service to not be updated if the data for the coverage was published in a service. This has now been fixed so that the data is updated instead of creating a new one.

Bug fixLuciadFusion

LCD-10565
TLsp3DIconStyle: When the geometry to position the 3D icon was provided with an ALspStyleTargetProvider, the 3D icon was not positioned at the correct height when the elevation mode on the style was set to ABOVE_TERRAIN.

2018.1.11

ImprovementLuciadFusion

LCD-10557
The complex line stroking implementation TLcdGXYComplexStroke now allows to disable pattern rotations, which can be useful in case of text-based patterns. A new constructor has been added to enable/disable rotation for each pattern individually.

ImprovementLuciadFusion

LF-1743
The LuciadFusion engine now can handle GeoTIFF for which the image outline is not axis aligned. This used to result in an exception that the model reference could not be encoded in the meta data.

ImprovementLuciadFusion

LCD-10537
The SLD implementation now supports inline graphics containing Base64-encoded SVG graphic icons, next to the existing support for Base64-encoded bitmap graphic icons and XML-encoded SVG graphic icons.

Bug fixLuciadFusion

LCD-10480
TLcdDimensionFilter#createSnappingFilter snapped to the first or last interval of an axis, even though the given filter value was outside the range of that axis. No it only performs snapping when the filter value is within the axis range. For a model that defines multiple images on a time axis, this resulted in the behavior that an image was always displayed, even though the time filter specifies a time that is outside the time range of the ILcdMultiDimensionalModel.

Bug fixLuciadFusion

LCD-10297
TLcdGXYNewController2 and TLcdGXYTouchNewController: a regression triggered by LCD-9483 could trigger warnings to be logged in some exceptional cases.

Bug fixLuciadFusion

LCD-10579
TLcdWKTReferenceParser threw a NPE when trying to parse a COMPD_CS with an unsupported vertical data. It now throws a ParseException.

2018.1.10

Bug fixLuciadFusion

LF-1735
When creating a new service whose type may require preprocessing, entering a service name with invalid disk path characters no longer causes the preprocessing field to disappear from the UI.

Bug fixLuciadFusion

LF-1701
Fixed an issue where a product was not correctly updated if it was indexed at the same time.

Bug fixLuciadFusion

LF-1710
The LuciadFusion Studio Products page now includes type filters for Mesh, Point Cloud, and Unknown product types.

Bug fixLuciadFusion

LF-1726
Fixed an issue where the LuciadFusion Platform application could not be deployed to the WebLogic application server due to library conflicts.

Bug fixLuciadFusion

LF-1727
Fixed an issue in LuciadFusion Studio that caused a “Sec-Websocket-Protocol” error to occur when a WebSocket notification was sent.

2018.1.09

ImprovementLuciadFusion

LCD-10524, LCD-10412
The common GML decoder class TLcdGMLModelDecoder now allows to configure whether the interpolation of linear GML elements needs to be geodesic in case of a geodetic reference, through the newly introduced methods setLinearElementsUseGeodesicInterpolationForGeodeticSrs and isLinearElementsUseGeodesicInterpolationForGeodeticSrs. This impacts the GML elements LineString, LineStringSegment and LinearRing. Although these GML elements conceptually represent geometries with a linear interpolation, they are often used to represent geometries with lon/lat coordinates and a geodesic interpolation.

Bug fixLuciadFusion

LCD-10546
TLcdVVJPanel: fixed an accuracy problem when horizontally zooming in on a vertical view.

Bug fixLuciadFusion

LCD-10545
TLcdVVTerrainModel: when computing the terrain for a buffer with purely vertical segments, the calculation could get stuck in an infinite loop.

2018.1.08

ImprovementLuciadFusion

LCD-10532
The SLD Lightspeed implementation now supports the rendering of curved labels that follow a feature's geometry, a capability already supported in the SLD GXY implementation. A common example is the labeling of road names. This capability can be enabled on a TLcdSLDTextSymbolizer by configuring an SLD vendor option with name followLine and value true.

Bug fixLuciadFusion

LCD-10491
Fixed an issue with the undo behavior of extruded shapes after their creation with a right click. When an object creation finished with a right click, the next editing operation was not recorded as expected. As a result, corrupted undo operations were removing created object completely.

Bug fixLuciadFusion

LCD-15000
Fixed an issue with TLspRulerController when #displayAzimuth was set to true, a misleading snap target was created during the creation of a new measurement.

Bug fixLuciadFusion

LCD-10523
ALcdTransformingModel: would fire incorrect model events, triggered by changes on the original model in some cases.

2018.1.07

Bug fixLuciadFusion

LCD-10521
TLspIconStyle, TLspParameterizedIconStyle: A scale configured on these styles in combination with the default selection style could cause a partially hidden selection box when the icon was selected.

Bug fixLuciadFusion

LCD-10518
The SLD channel selection / normalize operation ignored any alpha band in the source image, causing a potential removal of transparency in the result.

Bug fixLuciadFusion

LCD-10512
TLspIconStyle, TLspParameterizedIconStyle: The scale configured on these styles was not taken into account for selection, as a result icons could incorrectly be selected or not be selectable.

Bug fixLuciadFusion

LCD-10510
TLspLonLatGridStyler: the setLabelLineOffset and setLabelEdgeOffsets methods didn't always have any effect.

Bug fixLuciadFusion

LCD-10507
TLspShapeLayerBuilder: When there are frequent model updates, for certain camera angles objects would sometimes appear to be flickering.

Bug fixLuciadFusion

LCD-10519
Fixed an issue where for certain DTED data sets, under certain conditions, the visualization was not correct at tile borders.

2018.1.06

ImprovementLuciadFusion

LCD-10459
Improved the default styling for E57 point clouds. The size of the icons used for the points is more reasonable now.

ImprovementLuciadFusion

LCD-7988
In a snapping operation, a domain object snaps to another nearby domain object on the map. TLspPointToPointSnapper now allows you to find out to which domain object the snapping object has snapped. Use the TLspPointToPointSnapper.OBJECT_PROPERTY_KEY to get the target domain object from the TLspEditOperation produced by TLspPointToPointSnapper.snap method. See the developer guide for sample code.

Bug fixLuciadFusion

LF-1709
A product created using the REST API was given the product type 'Unknown' while it was actually 'Empty'. This caused newly created products to not show up in the web interface when setting the type filter to 'Empty'. This has now been fixed by setting the type to 'Empty' when creating the product.

Bug fixLuciadFusion

LF-1714
Fixed user tour popup text to remove instances of <strong> HTML elements.

Bug fixLuciadFusion

LF-1719
Fixed an issue where a scheduled crawl job could fail with the error "AccessDeniedException: You are not logged in".

Bug fixLuciadFusion

LF-1708
Fixed an issue where Internet Explorer 11 cannot open OGC Tile services. Internet Explorer cannot handle some compressed responses which are prepared using deflate compression algorithm and contain ZLIB wrapper bytes.

Bug fixLuciadFusion

LF-1698
If during crawling a Data was part of a larger data set (e.g. DTED or OSGB data set), no public id would be generated for that Data, making it not possible to reference it in REST API calls. This has now been fixed, and a public id will be generated for all previously crawled data that has no public id.

Bug fixLuciadFusion

LCD-10440
TLspIconStyle: When the elevation mode of the style was set to ABOVE_TERRAIN and there was no terrain or imagery layer in the view, the icon would incorrectly have a small height offset in a 3D view.

Bug fixLuciadFusion

LCD-10485
TLcdPrintPreview: added some missing translation strings. The possible translation keys are listed in the setStringTranslator method javadoc.

Bug fixLuciadFusion

LCD-10482
The TLcdModelQueryConfiguration of a layer would not always be taken into account when a repaint was triggered by changes to model elements.

Bug fixLuciadFusion

LF-1711
Fixed an issue where the Apply Changes and Discard Changes buttons were shown when changing the crawl job schedule in the Web UI, even though no changes were made. To avoid confusion on when a schedule change was saved, the status message at the bottom of the crawl job page was removed. The schedule is not changed as long as the Apply Changes/Discard Changes buttons do not appear. If a schedule change has been made and the Apply Changes button is clicked, the change is saved once those buttons have disappeared.

Bug fixLuciadFusion

LF-1705
Fixed an issue where styles using TextSymbolizerType were assigned the type None instead of Vector. The None style type has also been changed to Unknown instead. Related to this, the Web UI incorrectly showed the type Empty to filter styles on. This has now been changed to Unknown.

Bug fixLuciadFusion

LF-1697
When exposing a WMS service that contains only ECDIS data, LuciadFusion now always advertises that it support the S52 SLD extension for customized styling. This already was the case for individual S-57 or S-63 cells, but not for catalogs. The result was that clients (for example Lucy) didn't show ECDIS configuration panels.

Bug fixLuciadFusion

LCD-10488
Fixed an issue in TLcdLonLatArc#getLength2D. It always returned the full lengths, even when the two parameters were not 0.0 and 1.0.

2018.1.05

ImprovementLuciadFusion

LCD-10441
The SLD normalize operation now automatically calculates the normalization min/max interval(s), to avoid the need for users to define them upfront. If the min/max interval(s) are not defined, a histogram operation is used to automatically deduce them from the data.

ImprovementLuciadFusion

LCD-10263
TLspTouchNavigateController keeps track of the inconsistent series of touch events when navigating in a Lightspeed view with multiple fingers. Before this enhancement, the contradictory state of the touchpoints reported with an error message which may leave the view unresponsive. Now, before the view becomes unresponsive, the controller waits until all the touched fingers lifted. Afterward, the controller starts to interact with the view as usual.

Bug fixLuciadFusion

LCD-10467
3D Tiles encoding: Fixed a bug when the amount of indices of a mesh would be greater than the size of a short. Now encoding those as unsigned integers.

Bug fixLuciadFusion

LF-1713
Fixed an issue when accessing the original, full-detail shape of a fused text vector object (for example through ((ILcdShapeList) e).getShape(0)). That object was originally an ILcdText object, but the fused full-detail shape could be absent.

2018.1.04

ImprovementLuciadFusion

TLcdEllipsoidRhumblineUtil: The #polygonContains2D, #intersectsGeodesicRhumbline and #intersectionGeodesicRhumblineSFCT methods now do the necessary calculations on the ellipsoid passed as a parameter instead of on a sphere.

ImprovementLuciadFusion

LCD-10442
Improved the message in the WMS service exception report for the case when the parameter for the coordinate reference system is missing for operations like GetMap and GetFeatureInfo. In case of WMS 1.3.0 the parameter CRS is required and for WMS 1.1.x the parameter SRS is required.

Bug fixLuciadFusion

LCD-10447
Source names of supporting files extracted from iso 19115 metadata files are now url decoded before being returned by TLcdModelMetadata#discoverSupportingSources

Bug fixLuciadFusion

LCD-10445
TLcdGeoJsonFeature#applyDataType would incorrectly resolve null values to empty HashMap instances.

Bug fixLuciadFusion

LCD-10336
The map navigation has been improved when using touch displays. To get the best user experience, enable combined gestures on TLspTouchNavigateController with setCombineGestures(true) On 2D maps, you can pan, rotate and zoom at the same time with two fingers. On 3D maps, the map will pitch when using two fingers close to each-other, otherwise you can rotate and zoom at the same time. Default behaviour unchanged, map can be rotated, zoomed, panned and pitched(only 3D) individually. Drift problem solved while rotating the map.

2018.1.03

ImprovementLuciadFusion

LCD-10422
The TLcdGXYEllipsePainter now starts painting its axis line editing handles after the first point has been placed. This used to only happen after the second point was placed. This brings the behaviour of the TLcdGXYEllipsePainter in line with Lightspeed.

ImprovementLuciadFusion

LCD-10201
A number of improvements have been implemented related to the WFS server's interoperability with 3rd party WFS client solutions:
  • For GML 3.1 / 3.2 responses, linear GML elements are used by default. This makes sure that ILcdPolyline and ILcdPolygon instances are respectively encoded to LineString and LinearRing elements, regardless of their interpolation. Previously, GeodesicString elements were used for a geodesic interpolation.
  • The sample WFS server now uses qualified feature type names by default. Additionally, these feature type names are reused as XML element names in the GML output data.

ImprovementLuciadFusion

LCD-10425
TLcdXMLBuiltInEncoderLibrary: improved handling of object property values containing 0x1a characters, which represent character errors that cannot be defined in XML. To avoid any XML encoding issues, such characters are converted to the - character.

Bug fixLuciadFusion

LF-1692
Fixed an issue where the public id of a data item could change after the corresponding data file was updated and the file was crawled. This only occurred if no related metadata file for the data existed.

Bug fixLuciadFusion

LCD-10421
Fixed issue with the TLcdGXYGeoBufferPainter where the buffer contour was painted with geodetic lines but the buffer axis line was painted with straight lines when using a geodetic model reference in combination with an ILcdGXYPen created with the ALcdGXYPen.Quality.FASTEST enum value.

Bug fixLuciadFusion

LF-1690
Fixed an issue where a finished crawling notification could incorrectly be shown after saving the crawling schedule. After a crawl job had finished, the finished crawling notification sometimes mentioned an incorrect finishing status. This has also been fixed.

Bug fixLuciadFusion

LF-1683
Fixed an issue where the LuciadFusion Studio web front end didn't redirect users after login when a different context path was used.

Bug fixLuciadFusion

LF-1682
Fixed an issue in the LuciadFusion Studio web front end where translation files couldn't fetched properly when a custom context path was used.

Bug fixLuciadFusion

LF-1685
Fusion Studio now uses a secure WebSocket connection (wss://) between browser and backend, if it is accessed over HTTPS. This avoids issues where the browser would disallow the WebSocket to be established, due to the mixed content security policy.

Bug fixLuciadFusion

The output format encoding in the DescribeFeatureType requests in XML Schema location URLs could contain an unexpected + character.

Bug fixLuciadFusion

LF-1686
Fixed an issue where a crawl job for the uploads directory was not created and therefore the files under that directory weren't recrawled unless the user uploaded new files. This problem occurred when the upload directory was not empty and LuciadFusion Studio started with a fresh database.

Bug fixLuciadFusion

LCD-10378
Fixed issue with TLspFixedInPathLabelLocationProvider, where an incorrect locations was provided for composite curves.

Upgrade considerationLuciadFusion

The Java Expression Language dependency has been upgraded from version 2.2 to 3.0. Consequently, an application server or servlet container with support for EL 3.0 API or higher is now required for deployment of the LuciadFusion Platform, for instance, Tomcat 8 or higher.

2018.1.02

ImprovementLuciadFusion

LCD-10414
TLcdServiceLoader: improved compatibility with certain OSGi implementations.

ImprovementLuciadFusion

LCD-10156
The border factor property of raster layers allows you to configure processing some additional data outside of the view. This reduces the popping effect while panning or zooming. TLspRasterLayerBuilder and TLspRasterLayer now allow you to configure to include texture loading in this additional processing. By default, it is not included. Including it increases the memory and cpu usage, but will often give faster updates for small pan and zoom operations.

Bug fixLuciadFusion

LCD-10379
OGC 3D Tiles decoders can now handle query parameters in the contents' URL.

Bug fixLuciadFusion

LCD-10405
Fixed an issue where E57 files declaring extension namespaces could not be decoded.

Bug fixLuciadFusion

The OGC Filter evaluation of mathematical expressions containing an Add, Substract, Divide and/or Multiply operation could wrongly misinterpret numeric input values as dates.

Bug fixLuciadFusion

LCD-10404
Fixed an issue where the WMTS server tried to write data to an already closed response. This issue occured when the client closed the connection while the server was still working on it.

Bug fixLuciadFusion

The WMS server's command dispatcher TLcdOGCSLDWMSCommandDispatcher did not always include the request context parameter when invoking the createGXYLayer method on the configured layer factory of type ALcdSLDWMSGXYLayerFactory.

Bug fixLuciadFusion

LCD-10401
Fixed an issue when using applyOnInteract2DBounds on a model based on a LuciadFusion vector coverage. It would retain all overlapping tiles in memory, causing out of memory if the requested bounds were large. Note that regular visualization or other built-in functions never triggered this problem, as they use a different path.

Bug fixLuciadFusion

LCD-10388
Fixed an issue when interactively editing geodetic ellipses (TLcdLonLatEllipse) on a Lightspeed view using the regular TLspEllipseEditor. When dragging a handle on one of the axes beyond XYZ, the ellipse was flipped: the major axis reversed and rotated by 180 degrees. This has no visual result on the ellipse, but was unexpected.

Bug fixLuciadFusion

LCD-10406
Fixed a regression related to the decoding of SLD ParameterValue elements, introduced by enhancement LCD-10387.

2018.1.01

ImprovementLuciadFusion

LCD-10343
The WFS client can now handle WFS feature types for which the mandatory geographical reference information is missing in the WFS server's capabilities.

ImprovementLuciadFusion

LCD-10387
The SLD label painting pipeline in GXY / Lightspeed views now support the use of multiline labels, by using a CDATA element inside the label content that specifies a new line as follows: <![CDATA[ ]]>

ImprovementLuciadFusion

LCD-10365

TLcdWMMMagneticNorthMap#setIgnoreModelLifeSpan and TLcdWMMMagneticNorthMap#setInputStreamFactory can now be called even before the data files have been set.

Additionally, improved the error output for methods that cannot be called before the data files have been set.

ImprovementLuciadFusion

LCD-10337, LCD-10423
TLcdWKTReferenceParser now support WKT strings for the EPSG:3857 reference that were formatted using the gdal library.

ImprovementLuciadFusion

LCD-10275
Added caching for HTTP(S)-based XML Schema locations when evaluating an OGC Filter on an XML dataset.

Bug fixLuciadFusion

LF-1652
The paint order for styled data mentioned in the REST API documentation was opposite of the actual paint order. The documentation has been updated and now correctly states that the paint order for styled data is last to first.

Bug fixLuciadFusion

LCD-10374
TLcdOGC3DTilesModelDecoder : Fixed a problem when handling gltf nodes identifiers that are Integers.

Bug fixLuciadFusion

LF-1661
Fixed an issue where using a path containing one or more symlinks for the datastore directory would crash LuciadFusion after a restart. The crash log would contain a "ValidationException: Data root /datastore/path/uploads already exists" message when this occurred.

Bug fixLuciadFusion

LF-1647
Fixed bug where the name of a style would default to the file path instead of the file name of the sld file.

Bug fixLuciadFusion

LF-1644
Fixed an issue where the preprocessing path changing dialog in the LuciadFusion Studio web front end would show incorrect descriptions.

Bug fixLuciadFusion

TLcdISO8601DateFormat did not correctly handle parsing errors according to the contract defined in java.text.Format. In case of parsing errors:
  • parseObject(String) now throws a ParseException instead of an IllegalArgumentException.
  • parseObject(String, ParsePosition) now returns null instead of throwing an IllegalArgumentException.

Bug fixLuciadFusion

LCD-10305
The resolution logic introduced by LCD-9859 could cause the return of RGBA images for elevation coverages, leading to possible data interpretation issues in WCS clients.

Bug fixLuciadFusion

LCD-10299
The automated conversion of OGC filter to SQL inside database models did not support database properties of type java.sql.Timestamp.

Bug fixLuciadFusion

LCD-10312
Fixed issue that would cause a ConcurrentModificationException when toggling tableview visibility with multiple editable domain objects selected.

Bug fixLuciadFusion

LCD-10356
ILcdTransformingModel: when model changes were triggered on the original model, you did not always get an event on the ILcdTransformingModel. This was the case when using ILcdModel#allElemensChanged or ILcdModel#removeElement followed by an ILcdModel#addElement for the same object.

Bug fixLuciadFusion

LCD-10304
Fixed issue with broken mouse clicks that have modifiers, for example ALT-clicks. This issue was introduced by the fix for LCD-10086.

Bug fixLuciadFusion

LCD-10358
Fixed bug where TLcdWMMMagneticNorthMap#setDate would throw an exception for invalid dates, even when isIgnoreModelLifeSpan is true.

Bug fixLuciadFusion

LCD-10321
Fixed memory leak in TLspShapePainter that could be triggered when using a styler that does not reuse ILcdIcon implementations.

2018.1

ImprovementLuciadFusion

TLcdSystemPropertiesUtil: new utility methods have been added to check whether Java 10 or Java 11 is used.

ImprovementLuciadFusion

LCD-10283
SLD raster rendering in GXY / Lightspeed now supports the SLD normalize operation to normalize raster data to a given min and max interval. Through the existing class TLcdSLDContrastEnhancement, a TLcdSLDNormalize instance can be set that defines the normalization step; the min and max interval values are defined through the vendor options "minValue" and "maxValue". Aligned with the SLD specification, a TLcdSLDContrastEnhancement defining a normalize operation can either be set globally on the raster symbolizer (to let it apply to all raster channels) or separately per raster channel selection.

ImprovementLuciadFusion

LF-1636
The Studio frontend will now safe-guard against service names that only contain symbols.

ImprovementLuciadFusion

LF-1461, LF-1114
Details about the files found by crawl jobs can now be viewed in the LuciadFusion Studio web front end. When viewing crawl job details, you can now see statistics such as the number of files crawled, skipped, and failed. The files discovered by the crawl job are also now displayed in a list in the crawl job details view, and details on each individual file can be viewed by clicking on the file name in the list. The file details contains a link to the associated data (if any), and any errors encountered while processing the file during crawling.

ImprovementLuciadFusion

LF-1620
To improve performance and robustness, the Studio web front end preview maps can now show dataset bounds instead of the actual data for non-raster datasets.

ImprovementLuciadFusion

LCD-10206
TLspParameterizedLineStyle can now be configured with a dash pattern via its builder.

ImprovementLuciadFusion

LCD-10047
The OGC Web Client classes TLcdWFSDataSource, TLcdWMSDataSource, TLcdWMTSDataSource and TLcdWCSDataSource have improved support for parameterized URIs:
  • TLcdWFSDataSource.Builder.uri: now supports the use of the parameters 'data', 'typename' and 'typenames' to automatically set the desired feature type name.
  • TLcdWMSDataSource.Builder.uri: now supports the use of the parameters 'data', and 'layers' to automatically set the desired layer(s); additionally, the parameters 'styles' and 'format' can be used to respectively set the layer style(s) and desired format.
  • TLcdWMTSDataSource.Builder.uri: now supports the use of the parameter 'data' to automatically set the desired layer, similar to the existing supported parameter 'layer'.
  • TLcdWCSDataSource.Builder.uri: now supports the use of the parameters 'data' and 'coverage' to automatically set the desired coverage name.

ImprovementLuciadFusion

Added compatibility for OracleJDK/OpenJDK 11. Warnings might still appear at runtime when using those JDK but can be avoided using the --add-opens flags. More information about this flag is available in the technical notes.

ImprovementLuciadFusion

Added TLfnPointCloudPreprocessor to the Fusion API. This API lets you preprocess point cloud file such as LAS, LAZ or E57 so they can efficiently be served in LuciadFusion Studio. LuciadFusion Studio automatically preprocesses any point cloud file that is served as OGC 3D Tiles. The difference is that this preprocessor lets you perform the preprocessing as part of a separate process. The output can be served directly with LuciadFusion Studio without further processing requirements.

The TLfnPointCloudPreprocessor has a command-line sample that you can find in samples.fusion.pointcloud.PointCloudPreprocessorTool.

ImprovementLuciadFusion

LuciadFusion Studio now provides a JSON REST API. The REST API allows developers to automate the most common use-cases like publishing data as a service and updating the data in a live service. Previously these tasks needed to be executed manually using the web interface. For a default installation, the entry point of the API for a running LuciadFusion server can be found at http://localhost:8081/api, and the documentation at http://localhost:8081/api/documentation.

ImprovementLuciadFusion

Added support for the E57 format. This format is commonly used for by certain LIDAR scanners. To decode an E57 file, use the TLcdE57ModelDecoder. This produces a model with a TLcdE57ModelDescriptor, which can be used to access the metadata of the decoded model. Models can be visualized using a TLspLIDARLayerBuilder.

ImprovementLuciadFusion

LCD-9910
Improved asynchronous painting performance in ILcdGXYView instances with many invisible layers.

ImprovementLuciadFusion

LCD-7843
TLcdOGCModelReferenceParser: the decoder can now parse model references in the form of URLs.

ImprovementLuciadFusion

LCD-10078
An extra constructor has been added to the class TLcdWCSCoverageModelDecoder to allow configuring a custom ILcdOWSHttpTransport instance. This interface is used by the OGC client implementations to perform request / response handling.

ImprovementLuciadFusion

LCD-10054
TLspRasterLayerBuilder and TLspRasterLayer now allow configuring whether the layer should be repainted as soon as a tile is available. If the incremental painting property is set to false, the layer is not updated until all tiles are ready.

ImprovementLuciadFusion

LuciadFusion Studio now supports the localization of the UI text, and allows you to add translations to a new language. Studio determines which language to display based on the language setting in the web browser. if it cannot find a translation match, English is used by default. For more information, please consult the LuciadFusion Platform developer guide.

ImprovementLuciadFusion

The LuciadFusion Studio web front end allows the user to change the name (which is also used as the unique identifier) of a product inside a service. This allows the user to replace a product in a service while keeping the URL to that product intact. For example, when a service serves weather data which gets updated regularly, the user can replace the outdated weather data with fresh data without the need to update the URL used in the client.

ImprovementLuciadFusion

LF-1332
The LuciadFusion Platform developer, deployment and migration guides have been merged into a single guide. The content of the guides has also been restructured.

ImprovementLuciadFusion

LCD-9017
The abstract model implementation ALcdModel has a method setModelDisposer to register a function to be called on ILcdModel#dispose(). This avoids the need to override the method ILcdModel#dispose() when using a model implementation based on ALcdModel.

The GeoTIFF model decoder registers such a function to the model such that file descriptors are closed on disposal of the model. There is no need anymore to do this yourself for GeoTIFF.

ImprovementLuciadFusion

LCD-2075
TLcdLayerTree now by default hides its root node. If you don't want this, call TLcdLayerTree#setRootVisible(true).

ImprovementLuciadFusion

LCD-9286
TLcdWKTModelReferenceDecoder and TLcdEPSGModelReferenceDecoder now log a warning when a .prj or .epsg file is found, but with an invalid/unsupported WKT or EPSG string.

ImprovementLuciadFusion

TLcdGXYLabelPainter, TLcdGXYPolygonLabelPainter, and TLcdGXYPolylineLabelPainter now support HTML labels. In addition, minor layout issues were resolved in TLcdGXYLabelPainter.

ImprovementLuciadFusion

LCD-9223
TLcdTextIcon is a new multi-line text icon implementation. TLcdBoxIcon draws an outlined and/or filled box around another icon.

ImprovementLuciadFusion

LCD-9922
TLcdDTEDColorModelFactory The default color scheme for elevation data was enhanced to differentiate between levels of 3500m, 4000m, 4500m, 5000m, 5500m and 6000m. Each of these levels now has a different color. This will cause regions with high altitude, like e.g. the Himalayas, to show more details. The createColorModel method uses these updated colors and levels by default. The colors and levels returned by the static methods getDefaultColors and createColorModel will include the updated colors and levels.

ImprovementLuciadFusion

LCD-10286
Improved error message in case a WFS service cannot be set up because the data is backed by an ILcdModel with model metadata that doesn't mark the content as vector data.

ImprovementLuciadFusion

LCD-10281
TLcdWKTReferenceParser now also supports WKT strings that use Mercator_Auxiliary_Sphere as projection parameter

ImprovementLuciadFusion

LCD-10285
TLcdWKTReferenceParser now also supports WKT strings that use Dutch_Stereographic as projection parameter

Bug fixLuciadFusion

LCD-10091
XML framework: fixed a ClassCastException when working with an XML list type of xsd:integer or xsd:long values.

Bug fixLuciadFusion

LCD-9111
Fixed bug that would make OpenFlight models have incorrect bounding boxes, because transformations were not taken into account.

Bug fixLuciadFusion

LCD-9927
The model metadata of OpenFlight models decoded by TLcdOpenFlightModelDecoder will now also include the bounding box.

Bug fixLuciadFusion

LF-1519
Fixed an issue where web clients (web browser, LuciadRIA) requesting a tile from a service (e.g. WMS or OGC 3D Tiles) would not cache the result. This reduces the amount of requests sent to the LuciadFusion server.

Bug fixLuciadFusion

LF-1632
Fixed fusing a raster coverage of type IMAGE with an area of interest (bounding box) for geographic references. The area of interest was internally converted to a polygon to determine the clip to apply.

Bug fixLuciadFusion

LF-1634
Fixed an issue where the preview map on the product detail page doesn't fit on the data.

Bug fixLuciadFusion

LF-1633
Fixed an issue where the geometric error of the preprocessed data is extremely large for non-leveled point clouds. This caused problems when trying to visualize such a this preprocessed result in the client.

Bug fixLuciadFusion

LCD-10168
TLcdOGC3DTilesModelDecoder now correctly decodes normals. This especially improves the rendering of meshes without textures when lighting is enabled.

Bug fixLuciadFusion

LCD-10290
Visualizing a Lightspeed layer created for a model with zero width and/or height bounds in combination with an OGC SLD style containing one or more rules with filters could lead to an IllegalStateException.

Bug fixLuciadFusion

LCD-10277
Fixed an issue when displaying lines with 3D information from LuciadFusion vector coverages. In some cases, their Z information got lost.

Bug fixLuciadFusion

LCD-10288
TLcdClusteringTransformer: When reused after another transformer was configured on the TLcdTransformingModel, model changes that occurred when it was not in use, were not visualized anymore (e.g. added elements were missing).

Upgrade considerationLuciadFusion

A uniqueness constraint was added to the public id columns of the tables that contain Data and Services in the database (imported_data and geo_service). The REST API uses the public id as the identifier for Data and Services and requires this value to be unique. Ensure that all the public ids of Data and Services are unique before upgrading or it will fail.

Upgrade considerationLuciadFusion

The addition of the REST API requires that the 'pgcrypto' extension need to be enabled when using a PostgreSQL database. This extension allows LuciadFusion to create unique identifiers (of type UUID) for the domain objects that are obtainable through the REST API.

Upgrade considerationLuciadFusion

Added a dependency to the LWJGL library version 3.2.0, used to retrieve window handles.

Upgrade considerationLuciadFusion

The JOGL, JOCL, and GlueGen libraries have been updated to version 2.3.2+3-lcd. This is the same as the official 2.3.2 version of JOGL, with the exception that it contains a fix to prevent a JVM crash when closing an application on the Mac OS X platform when using OpenJDK 11.

Upgrade considerationLuciadFusion

For Java 11 support, Spring Boot and its dependencies have been upgraded. The libraries that have been upgraded are as follows:
  • Spring Boot (version 2.1.0.RELEASE)
  • Spring Core (version 5.1.2.RELEASE)
  • Spring AOP (version 5.1.2.RELEASE)
  • Spring Beans (version 5.1.2.RELEASE)
  • Spring Expression (version 5.1.2.RELEASE)
  • Spring Context (version 5.1.2.RELEASE)
  • Spring JDBC (version 5.1.2.RELEASE)
  • Spring Security LDAP (version 5.1.1.RELEASE)
  • Spring Boot Starter (version 2.1.0.RELEASE)
  • Spring Boot Starter Actuator (version 2.1.0.RELEASE)
  • Spring Boot Starter Security (version 2.1.0.RELEASE)
  • Spring Boot Starter Web (version 2.1.0.RELEASE)
  • Spring Boot Starter Websocket (version 2.1.0.RELEASE)
  • Spring Boot Configuration Processor (version 2.1.0.RELEASE)
  • Spring Cloud Eureka (version 2.1.0.M1)
  • HikariCP (version 3.2.0)
  • Jackson (version 2.9.7)
  • Gson 2.8.7
  • JAXB Api (version 2.3.1)
  • JAXB Implementation (version 2.3.0.1)
  • Javax Annotation API (version 1.3.2)
The following properties were updated along with these libraries.
  • server.context-path property has been changed to server.servlet.context-path.
  • server.session.timeout property has been changed to server.servlet.session.timeout.
  • management.context-path has been renamed as management.server.servlet.context-path, therefore the properties which use it have been adjusted accordingly. endpointPattern of fusion.actuators.security.authenticatedEndpoints has been changed.
  • Property 'management.security.enabled' is deprecated, there is no longer a separate security auto-configuration for the Actuators. For more information please refer Spring Boot 2.0 Migration Guide - Actuator Security
  • Property 'security.basic.enabled' is deprecated, the security auto-configuration is no longer customizable.
  • management.endpoints.web.exposure.include has been added to determine which actuator endpoints will be exposed. For more information about the Actuator configuration, please refer to:

Upgrade considerationLuciadFusion

To document the JSON REST API and provide an interactive console (see LuciadFusion Studio REST API Developer’s Guide - Interactive API documentation) several Swagger related libraries were added. The Guava library has been updated to the version required by these new libraries. The following libraries have been added:
  • Spring-plugin (version 1.2.0.RELEASE)
  • Swagger-Core (version 1.5.20)
  • SpringFox (version 2.9.2)
The following libraries were updated:
  • Guava (version 20.0)

Upgrade considerationLuciadFusion

A new version of the jai_imageio library is used. It no longer depends on classes that are not available in certain Java versions.

Upgrade considerationLuciadFusion

Some API constructs in Luciad's abstract OpenGL binding have been deprecated:
  • ILcdGLBufferFactory and ILcdGLBuffer should be replaced by the equivalent java.nio.Buffer constructs.
  • The makeCurrent(), canMakeCurrent() and release() methods of ILcdGLDrawable are prone to improper use. Code that requires an active OpenGL context outside of a regular repaint cycle should instead be scheduled using the invokeLater() or invokeAndWait() method of the drawable.
  • ILcdGLEventListener#displayChanged() is never called by any current implementations of ILcdGLDrawable. The init() method serves essentially the same purpose and should be used instead.

2018.0

2018.0.12

ImprovementLuciadFusion

LCD-10242
Improved interoperability with WMS servers that define WMS extensions through the XML Schema attribute 'noNamespaceSchemaLocation'.

ImprovementLuciadFusion

LCD-10187
The WFS server is now flexible against the casing used in the output format parameter in GetFeature requests.

Bug fixLuciadFusion

LCD-10264
Fixed TLcdDTEDModelDecoder behavior which became more strict in 2018.0 on DTED file names. This was related to improved meta data decoding functionality.

Bug fixLuciadFusion

LCD-10260
TLcdCSWDecoder now properly decodes OWS 1.0 exception reports.

Bug fixLuciadFusion

LF-1113
A fallback has been added to the crawling process in case the original model reference cannot be encoded in WKT. Now WGS 84 will be used as a default and the model bounds will be converted to WGS 84. This results in Studio being able to crawl files with special model references which cannot be encoded in WKT, which used to fail. This mainly affects raster formats, in particular GeospatialPDF.

Bug fixLuciadFusion

LF-1629
The Fusion server process did not shut down properly when triggering the Spring shutdown actuator.

Bug fixLuciadFusion

LCD-10212, LCD-10213, LF-1626
Fixed an issue where the WMTS server could produce:
  • inverted-color images for jpeg output.
  • non-transparent images for png output with requested transparency for the map background.
The server now returns a proper image.

Bug fixLuciadFusion

LF-1623
The LuciadFusion Platform CSW catalogue service now uses the correct context path for the links in the service metadata.

Bug fixLuciadFusion

LCD-5486, LCD-9543
The SLD GXY raster rendering pipeline did not respect any configured scale ranges. The scale ranges were applied but an additional scale range was often added depending on the pixel density of the data.

Bug fixLuciadFusion

LCD-10188
The SLD Lightspeed raster rendering pipeline did not support the use of a geometry property name in raster symbolizers.

Bug fixLuciadFusion

LCD-10267
The TLcdRasterImageBuilder now handles the case of an ILcdRaster with a large tile size.

Bug fixLuciadFusion

LCD-10244
Fixed an issue that could cause TLcdClusteringTransformer to stop updating clusters if the user intentionally sets the system clock back while the application is running.

Bug fixLuciadFusion

LCD-10225
TLcdClusteringTransformer: when using multiple scale denominators to create a scale based cluster transformer with TLcdClusteringTransformer#createScaleDependent, an exception was incorrectly thrown when the denominators were ordered from low to high values. As a result it was not possible to create a scale based cluster with more than one scale denominator.

Bug fixLuciadFusion

LCD-10203
TLspPlotLayerBuilder : Fixed a NullPointerException that could occur when performing a query on a plot layer (e.g. when using the select controller).

Bug fixLuciadFusion

LCD-10161
Fixed an issue where point-to-point snapping could behave erratically for domain objects that do not implement ILcdPoint.

Bug fixLuciadFusion

LCD-10179
Fixed the handling of negative GridOffsets X / Y / Z resolution values in WCS 1.1 GetCoverage requests.

Upgrade considerationLuciadFusion

TLcdClusteringTransformer#createScaleDependent has been deprecated. To create a scale based cluster transformer TLcdClusteringTransformer#createMapScaleDependent should be used instead.

2018.0.11

ImprovementLuciadFusion

LCD-9732
The WFS client samples now enable support for the GeoJSON exchange format, next to GML 2 / 3.1 / 3.2.

ImprovementLuciadFusion

LCD-10181, LCD-10210
TLcdBingMapsModelDecoder now uses HTTPS for its imagery and tile requests.

Bug fixLuciadFusion

LF-1625
Fixed issue where recrawling a data root would not cause derivative products and services to have updated bounds in their metadata.

Bug fixLuciadFusion

LF-1624
Fixed issue where recrawling a data root would not cause some data with new content to have updated bounds.

Bug fixLuciadFusion

LF-1616
Fixed an issue that would not properly update a Product when any of its Data entries was deleted.

Bug fixLuciadFusion

LCD-9926
Fixed an issue in TLcdGXYCirclePainter that would break outline selection and isTouched behavior when working with multiple circles. This also affected the editing of variable width buffers.

Bug fixLuciadFusion

LCD-10202
In some cases, the Z (height) information of rhumb polylines was lost when visualizing in a Lightspeed 3D view. This happened when a lon-lat-height rhumb polyline was part of a composite curve. This is now resolved.

2018.0.10

ImprovementLuciadFusion

LCD-10196
TLcdImageModelMeasureProviderFactory now creates providers that track model changes.

ImprovementLuciadFusion

LCD-10182
The magnetic north data files for WMM now use the WMM2015v2 coefficients. NOAA has issued this update to address degraded performance of the WMM2015 in the Arctic region.

ImprovementLuciadFusion

ILspTerrainSupport now has an additional intersectTerrain method which can be used to perform ray/terrain intersection tests even when the view is set to 2D.

Bug fixLuciadFusion

LCD-9716
TLspShapeLayerBuilder: An OutOfMemoryException could occur in some cases when visualizing dynamic data in layers build with TLspShapeLayerBuilder.

Bug fixLuciadFusion

LCD-10146
Fixed bug that could cause the TLspContext of an ALspLayer to (incorrectly) return a null pointer when calling #getModel.

Bug fixLuciadFusion

LCD-10155
A threading issue within an internal GXY view pool used by the WMS has been fixed. Internal clean up could result in a NoSuchElementException which in turn would result in HTTP status code 500 (internal server error).

Bug fixLuciadFusion

LCD-10186
Fixed an integer overflow issue that caused transactions of over 2 GiB to be rolled back after encoding. This would appear to a user as if the data was being encoded correctly, i.e. the output file would grow steadily, only to suddenly disappear at the end.

Bug fixLuciadFusion

LCD-10180
Fixed an issue where a ConcurrentModificationException was triggered in some rare cases.

Bug fixLuciadFusion

LCD-10175
Fixed issue where creating a point near the start and endpoint of a pointlist would not work.

Bug fixLuciadFusion

LCD-10154
The vertical label displacement property in SLD styles was incorrectly interpreted downwards instead of upwards in a GXY view.

Bug fixLuciadFusion

LCD-10124
Fixed an issue that would cause point insertion not to work correctly for 3D pointlists in a 3D view on high-altitude terrain.

2018.0.09

ImprovementLuciadFusion

LF-1599
End point url is added for CSW metadata records of 3D Tiles services.

Bug fixLuciadFusion

The GLTF decoder now accepts missing primitive type. When that field is incorrect or absent, the decoder now simply falls back to GL.Triangle.

Bug fixLuciadFusion

LCD-10031
Fixed an issue where tilting or zooming past a certain threshold caused a flicker for draped raster layers in 3D views.

Bug fixLuciadFusion

LF-1600
The LuciadFusion Platform WMS service now defines correct bounds for the root WMS layer inside the capabilities, instead of always using the world extent.

Bug fixLuciadFusion

LCD-10141
Fixed a quadratic complexity problem in TLcdGXYContinuousLabelingAlgorithm that could cause performance problems when working with 100s/1000s of labels.

Bug fixLuciadFusion

LCD-10138
Fixed an issue with touch controllers on TLspExternalView. At some point, it would try and create an AWTEvent with a null source component.

Bug fixLuciadFusion

LCD-10149
The GeoTIFF encoder now encodes model references with a user defined geodetic datum correctly. Only the first parameter of the geodetic datum transformation was stored.

Bug fixLuciadFusion

LCD-10134
The parsing of the WMS capabilities could get into an infinite loop in the case a WMS layer is defined without a geographic coordinate reference, i.e., CRS:1.

Bug fixLuciadFusion

LCD-10097
Fixed an issue where an image height provider returned an incorrect value for a coordinate on the edge of a tile in certain cases.

2018.0.07

ImprovementLuciadFusion

LCD-10114
The GeoTIFF decoder supports a user defined projection (GeoTIFF key 3075) with coordinate transformation code 9815 as Hotine Oblique Mercator (variant B), as defined in the EPSG database.

Bug fixLuciadFusion

LCD-10113
TLspParameterizedLineStyle: An IllegalArgumentException would be thrown for some Color values that were provided as an attribute in a ILcdExpression when selecting an object.

2018.0.04

ImprovementLuciadFusion

LF-1497

The TLfnRasterCoverageMetadata now allows to define an area of interest (bounding box), which is used to clip the data within the raster coverage. This does not affect the coverage tile set structure which is determined by the bounding box.

Note that the version number of the tile store format has been updated for this.

ImprovementLuciadFusion

LF-1476
Improved the performance of services with many products.

Bug fixLuciadFusion

LF-1568
Service exception reports returned by the WMTS service are now of content type 'text/xml'. Previously the content type was not in accordance with the OGC WMTS protocol specification.

Bug fixLuciadFusion

LCD-10071
TLcdOGCFilterEvaluator#buildFilter would return ILcdDynamicFilter instances for unsupported TLcdOGCFilter instances. Using the returned dynamic filter would result in runtime exceptions (like NullPointerExpceptions).

Bug fixLuciadFusion

LCD-10082
The evaluation of a OGC filter could result in a NullPointerException when the filter contains XPaths using the descendant-or-self axis specifier.

Bug fixLuciadFusion

LCD-10060
TLspShapeLayerBuilder: Fixed a memory leak that could occur when modifying elements of the layer's model. This could only occur when the layer was configured with a TLcdModelQueryConfiguration and/or the minimum object size for painting was not equal to 0.

Bug fixLuciadFusion

LF-1568
Service exception reports returned by the WFS service are now of content type 'text/xml'. Previously the content type was not in accordance with the OGC WFS protocol specification.

Bug fixLuciadFusion

LF-1568
Service exception reports returned by the WCS service are now of content type 'text/xml' when using version 1.1.0 or 1.1.1 of the protocol. Previously the content type was not in accordance with the OGC WCS protocol specification for version 1.1.0 and 1.1.1.

Bug fixLuciadFusion

LCD-10086
Fixed an issue with right-clicks in Swing views. Lightspeed incorrectly assumed that these right-clicks had the CTRL modifier set (due to https://bugs.openjdk.java.net/browse/JDK-8041928). One way this manifested itself, was that right-clicking on selected objects in a Swing view, would deselect the objects.

2018.0.03

ImprovementLuciadFusion

LCD-10077
TLcdSVGIcon now supports icons that have no width or size but do have a view box.

ImprovementLuciadFusion

LF-1555
The page where the files shared through the File Server services are listed is made accessible to everybody, users don't have to log in anymore.

ImprovementLuciadFusion

LF-1537
File Server: improved performance when browsing very large datasets.

ImprovementLuciadFusion

LF-1564
During the creation of 3D Tiles services, the preprocessing output directory can now be changed.

ImprovementLuciadFusion

LCD-9999
Model metadata retrieved from any model that also implements ILcdModelContainer will now by default include the data categories of the contained submodels as well.

ImprovementLuciadFusion

LCD-9967
ALcdModel has new methods to set or get the function that is used to collect metadata for the model. See ALcdModel#getModelMetadataFunction and ALcdModel#setModelMetadataFunction

ImprovementLuciadFusion

LCD-10068
The TLcdGeoJsonModelDecoder will set TLcdCoreDataTypes.DOUBLE_TYPE and TLcdCoreDataTypes.LONG_TYPE respectively in the data type for double and long values, instead of TLcdCoreDataTypes.NUMBER_TYPE for both.

Bug fixLuciadFusion

LCD-10072
Removed the enforcing of accessor.byteOffset as per the GLTF 2.0 spec.

Bug fixLuciadFusion

Resolved a constructor issue in TLcdCGMModelDescriptor.

Bug fixLuciadFusion

LCD-9952
The GeoTIFF decoder now can handle case of missing ProjectedCSTypeGeoKey within the GeoTIFF tags by handling it as user defined.

Bug fixLuciadFusion

LCD-9955
The GeoTIFF decoder now correctly interprets model references where a user defined geodetic datum is used (GeoTIFF key 2062). The interpretation of the rotation and the scale correction has been fixed.

Upgrade considerationLuciadFusion

LCD-10003
TLcdModelList#setClassTraceOn is now declared static, similar to other classes with that method. If you override this method somewhere in your code, you should make that overriding method static as well.

Upgrade considerationLuciadFusion

LCD-10001
TLcdFeatureIndexedAnd2DBoundsIndexedModel#setTraceOn is no longer declared static. This was a bug, since the method would enable tracing on for every instance of that class, which is not what the javadoc says it does. If you call this method statically somewhere in your code, you should either:
  • replace it with a call to TLcdFeatureIndexedAnd2DBoundsIndexedModel#setClassTraceOn, which results in the same behaviour as before, or
  • call the method on a specific instance of the class.

2018.0.02

ImprovementLuciadFusion

LCD-10013
TLcdWKTReferenceFormatter now better detects if a geodetic datum uses a vertical reference.

ImprovementLuciadFusion

LF-1588
Improved the geometric error calculation for preprocessed point clouds. To benefit from this improvement, remove and recreate your OGC 3D Tiles services.

ImprovementLuciadFusion

LCD-10000
TLcdInputStreamFactory now supports relative paths in HTTP/HTTPS URL's.

ImprovementLuciadFusion

LF-1259
The crawling engine will now consider both directories and files, where before it considered only files. This allows directory-based model decoders to be plugged into the crawling engine.

ImprovementLuciadFusion

LF-1534, LF-1535
Improved the metadata retrieval speed and memory usage for preprocessed point clouds. To benefit from this improvement, remove and recreate your OGC 3D Tiles services. Improved the preprocessing speed for very large mesh datasets.

ImprovementLuciadFusion

LCD-7968
TLcdGeoJsonModelDecoder can now decode geojson files with properties that have special characters (non-alphanumerics/underscores) in their name. Note that such properties will be renamed to something that does meet the requirements.

ImprovementLuciadFusion

LF-1139, LF-1492
When extending LuciadFusion Platform with additional controllers/services, it is now possible to reuse the TLfnFusionPlatformApplication class instead of creating a new main class. This enhancement fixes the problem where servlet containers start up LuciadFusion Platform more than once because multiple application entry points are discovered. You can now plug in additional Spring classes by using the fusion.config.additionalScanPackages property. See config/fusion.common.yml or the development guide for more information on how to use this property.

ImprovementLuciadFusion

LCD-9931, LCD-9883, LCD-9281
Improved error messages when TLcdSHPModelDecoder2 encounters corrupted SHX, SBN or SBX files.

ImprovementLuciadFusion

The EPSG resources are updated to EPSG database v9.3.

ImprovementLuciadFusion

LCD-3324
The TLcdGeoJsonModelEncoder will now include the bounding box ('bbox' property) in the resulting geojson file if the model to be encoded is ILcdBounded.

ImprovementLuciadFusion

LCD-6117
The MIF model decoder now supports a lot more different geodetic datums. For a detailed list of supported datums, refer to the javadoc of TLcdMIFModelReferenceParser.

ImprovementLuciadFusion

LCD-9283
TLcdSHPModelEncoder: The DBF file writer now logs warning messages when field names are truncated because of the limiting dBASE IV format.

ImprovementLuciadFusion

LCD-9881
The geojson model decoder now uses EPSG:4979 as default fallback reference when the input file contains Z-coordinates.

Bug fixLuciadFusion

LCD-10013
TLcdWKTReferenceParser added incorrect authority and axis metadata to compound WKT references.

Bug fixLuciadFusion

LCD-9984
Added support for content.uri in tilesets. If one of content.url or content.uri is not present, the other will be used.

Bug fixLuciadFusion

LCD-10024
Fixed a where hidden entrypoint files were taken into account instead of the non-hidden corresponding files.

Bug fixLuciadFusion

LCD-10004
LuciadLightspeed now supports OGC 3D Tiles URL containing query parameters and correctly uses those for all subsequent requests.

Bug fixLuciadFusion

Improved the compatibility of the OGC 3D Tiles service with respect to the OGC 3D Tiles specification. To benefit from this, remove and recreate any mesh-based OGC 3D Tiles services.

Bug fixLuciadFusion

LCD-9954
Added support for content.uri in tilesets. This is now used by default instead of content.url

Bug fixLuciadFusion

LCD-9935
Fixed a precision problem occurring with 3DTiles' not axis-aligned Bounding Boxes.

Bug fixLuciadFusion

LCD-10038
Fixed an issue that caused some database decoders (e.g. Oracle) to construct an empty or syntactically incorrect column list whenever values with vendor-specific data types are selected.

Bug fixLuciadFusion

LCD-9263
Fixed bug that could crash the TLcdSHPModelDecoder2 when multiple threads concurrently try to decode the same .shp file that is missing a valid corresponding .sbn or .sbx file.

Bug fixLuciadFusion

LF-1509
LuciadFusion Platform now always disables the use of OpenCL in the imaging engine by default. You can enable it again using the com.luciad.imaging.disableOpenCLImagingEngine system property.

Bug fixLuciadFusion

LCD-9930
The default, automatically generated URLs listed in the operations metadata of the WFS capabilities did not include the part covered by a wildcard URL pattern defined in the deployment descriptor.

Bug fixLuciadFusion

LF-1525
In specific cases the crawler included the point (0,0) when determining the extent of the data set.

Bug fixLuciadFusion

LCD-10028
The Maven deployment script in build/maven will no longer allow deployment to the system's local repository (~/.m2/repository) since doing so results in file corruption. The default repository path has been updated to a more suitable location.

Bug fixLuciadFusion

LCD-10040
Considerably improved snapping performance in Lightspeed views for large complex polygons.

Bug fixLuciadFusion

LCD-9934
Fixed bug in TLcdSHPModelDecoder that would leak the .dbf file descriptor when a shape file's header could not be read.

Bug fixLuciadFusion

LCD-8540
licenseserver.exe: when you specify a log file, the log file will now contain the log messages for all specified license files, instead of only the messages for the first given license file.

Bug fixLuciadFusion

LCD-9402
The OBJ model decoder now correctly handles referenced texture files that contain spaces in their path.

Bug fixLuciadFusion

LCD-7888
The geojson model decoder now simply ignores features with a null geometry, instead of throwing an exception.

Bug fixLuciadFusion

LCD-9770
Different geojson features with the exact same geometry are no longer considered 'equal' by their equals method.

2018.0

ImprovementLuciadFusion

TLspViewNavigationUtil's fit behavior now uses the TLcdModelMetadata bounds, if present. This makes the fit behavior more consistent, regardless of whether or not the model is ILcdBounded.

ImprovementLuciadFusion

LF-1214
The drop-down menu of available data formats in Studio's data table now shows a nice, human-readable name for the GeoPackage and LRDB formats.

ImprovementLuciadFusion

LCD-9816
The XML decoders now accept anyURI values with spaces. Although it is highly discouraged to use spaces in an anyUri, it is not prohibited - see https://www.w3.org/TR/xmlschema-2/#anyURI.

ImprovementLuciadFusion

LCD-6481
TLcdLASModelDecoder#setPerformBoundsAndRangeScan now allows skipping the (limited) data scan during decoding.

ImprovementLuciadFusion

LCD-9603
TLcdCSVModelDecoder now supports newline characters in quoted content.

ImprovementLuciadFusion

OGC filter: some new vendor specific functions have been added allowing to check whether a property matches one of multiple values. Consult the javadoc of the TLcdOGCVendorSpecificFunctions class for more information.

ImprovementLuciadFusion

LuciadFusion Studio now includes a 3D Tiles service. Using this service you can stream a massive amount of mesh and/or point cloud data to any client supporting the 3D Tiles protocol. The supported input formats are OSGB and LAS/LAZ files. Point cloud data is automatically preprocessed into a spatially indexed multi-level point cloud store.

ImprovementLuciadFusion

ImprovementLuciadFusion

TLcdPointCloudModelDecoder: this new class decodes point clouds in the Luciad point cloud file format (tilestore.lpc files).

ImprovementLuciadFusion

LuciadLightspeed now supports the OGC 3D Tiles and OSGB formats. This enables users to decode large 3D mesh or point cloud data sets and display them efficiently in a Lightspeed view. For more details, see:
  • The 3D Tiles Developer's Guide
  • The javadoc of TLcdOGC3DTilesModelDecoder on how to decode OGC 3D Tiles
  • The javadoc of TLcdOSGBModelDecoder on how to decode OSGB files
  • The javadoc of TLsp3DTileLayerBuilder on how to visualize such data

ImprovementLuciadFusion

TLcdExpressionFactory can now create expressions for trigonometric, vector and distance operations. A view position attribute, which represents the view coordinates of the object that is evaluated, was also added.

ImprovementLuciadFusion

Three parameterized styles that can be used by the TLspShapePainter (e.g. layers created with TLspShapeLayerBuilder) were added to the com.luciadview.lightspeed.style package:
  • TLspParameterizedIconStyle
  • TLspParameterizedLineStyle
  • TLspParameterizedFillStyle
These styles are configured using ILcdExpression, which can be created with the TLcdExpressionFactory. This allows to style objects based on their property values without the need to create a custom ALspStyler and submit multiple styles. Since the evaluation of the expressions of the style is done on the GPU and only one style needs to be used for property based styling, performance will improve compared with a custom ALspStyler.

The sample package samples.lightspeed.style.expressions contains a sample demonstrating how the parameterized styles can be used.

These styles can be used for dynamic and static data sets. However, for large static point data sets, it is recommended to use TLspPlotLayerBuilder.

ImprovementLuciadFusion

The properties in the LAS data model (see TLcdLASModelDescriptor) now disallow null values, because they cannot have absent values. Only the "ExtraBytes" property is nullable, because whether or not extra bytes are present depends on the file content, not the LAS point format.

ImprovementLuciadFusion

TLcdOGCWMSProxyModelDecoder: an extra constructor has been added which allows to specify the ILcdOWSTransport. This can for example be used to connect to a server which requires authentication.

ImprovementLuciadFusion

The LAS model decoder can now decode LASzip (LAZ) 1.0, 1.1, 1.2 and 1.3 files. It depends on the laszip4j third party library for this.

ImprovementLuciadFusion

Studio now includes a file server service. You can use it to let users download geospatial dataset files "as is". To allow downloading a dataset, select it in the data view, press "Create Service" and then choose the "File Server" service type.

ImprovementLuciadFusion

LF-1250
Studio now recognizes and stores the relations between a composite dataset and its children. This considerably improves the crawling performance for composite datasets such as ECDIS catalogs and DTED and CADRG data. In addition, the Studio data view now automatically aggregates composite datasets, hiding all children. This behavior is automatically active for all newly crawled content. You can disable it by deactivating the fusion.studio.configuration.hideDataSeriesChildren configuration property.

ImprovementLuciadFusion

The new TLcdModelMetadata class encapsulates advanced metadata information (including ISO 19115 metadata) about ILcdModel instances. ILcdModelDecoder has a new method decodeModelMetadata to retrieve model information without having to decode the entire model. The information can also be accessed from any ILcdModel. The Luciad model decoders have been enhanced to decode the metadata as efficiently as possible and provide more generic metadata, such as the data category, related files and their mime types.

ImprovementLuciadFusion

LCD-9430
ILcdFeatured and related interfaces have been deprecated in favor of ILcdDataObject and TLcdDataModel.

ImprovementLuciadFusion

LCD-8520
Modulo and integer to float conversion operations are added to the TLcdExpressionFactory.

ImprovementLuciadFusion

LCD-7761
The TLcdCSVModelDecoder can be used to decode CSV files.

ImprovementLuciadFusion

The GXY view map implementations (for example, TLcdMapJPanel) now come with grid layers that automatically refine when zooming in. If you want the previous behavior you can call setGridLayer(new TLcdMapLonLatGridLayer());.

ImprovementLuciadFusion

LCD-4316

TLcdCompositeModelReferenceDecoder: a composite model reference decoder has been added. To easily populate the composite instance with all available ILcdModelReferenceDecoder instances, the model reference decoders have been made available as @LcdService.

The same has been done for the encoding of the model references by introducing TLcdCompositeModelReferenceEncoder.

ImprovementLuciadFusion

LCD-9509
The OGC Web Client Suite Developer's Guide has been extended with a quick start sample to illustrate loading WCS, WFS and WMTS data in a GXY and Lightspeed view, next to the existing quick start sample for WMS.

ImprovementLuciadFusion

LCD-8866
The OGC Web Client implementations WMS, WFS, WCS and WMTS now support the use of a "direct data URL", consisting of the server URL and a key-value pair property 'data=...' that refers to the identifier of the desired data (WMS / WMTS layer, WCS coverage or WFS feature type id). This "direct data URL" can be set as follows:
  • WMS: through TLcdOGCWMSProxyModelDecoder#decode or (since issue fix LCD-10047) through TLcdWMSDataSource#Builder#uri.
  • WFS: through TLcdWFSModelDecoderDecorator#decode or (since issue fix LCD-10047) through TLcdWFSDataSource#Builder#uri.
  • WCS: through TLcdWCSCoverageModelDecoder#decode or (since issue fix LCD-10047) through TLcdWCSDataSource#Builder#uri.
  • WMTS: through TLcdWMTSModelDecoder#decode or (since issue fix LCD-10047) through TLcdWMTSDataSource#Builder#uri.

ImprovementLuciadFusion

LCD-9409
To ease connecting to a WFS and to better align with Luciad's general model decoding API, a new convenience class TLcdWFSDataSource has been introduced. A TLcdWFSDataSource models all aspects of a WFS data source (URL, feature type, format, ...). Instances can be created through the embedded builder and afterwards supplied to TLcdWFSModelDecoderDecorator or TLcdWFSProxyModel#Builder to decode WFS data into a model.

ImprovementLuciadFusion

LCD-9410, LCD-8866
To ease connecting to a WCS and to better align with Luciad's general model decoding API, two new convenience classes TLcdWCSCoverageModelDecoder and TLcdWCSDataSource have been introduced:
  • TLcdWCSCoverageModelDecoder is an implementation of ILcdModelDecoder to decode WCS coverage data into a model. Users can define the data to be decoded as a TLcdWCSDataSource instance (see next bullet) or as a String representing the URL and a key-value pair property 'data=...' that refers to the identifier of the desired coverage.
  • TLcdWCSDataSource models all aspects of a WCS data source (URL, coverage, format, ...). Instances can be created through the embedded builder and afterwards supplied to the new class TLcdWCSCoverageModelDecoder .

ImprovementLuciadFusion

LuciadLightspeed now comes with several JavaFX integration samples, which can be found in the package samples/lightspeed/integration/javafx.

ImprovementLuciadFusion

The Natural Earth sample data (see Shp/NaturalEarth) has been updated to version 4.1.

ImprovementLuciadFusion

com.luciad.util.collections: the collections for primitive types were extended with methods to efficiently add an entire array of values without the overhead of boxing the primitive values. See the javadoc for the new addAll methods for more detail.

ImprovementLuciadFusion

LCD-9096
TLcdCRSReferenceParser and TLcdCRSReferenceFormatter now also support the "CRS:83" and "CRS:27" references, and now also have support for ILcdXYWorldReference. TLcdOGCModelReferenceParser and TLcdOGCModelReferenceFormatter now also handle references in the CRS name space.

ImprovementLuciadFusion

LCD-9611

ImprovementLuciadFusion

LCD-8401
Greatly improved the worst-case performance of TLcdClusteringTransformer. This improvement greatly reduces the clustering time when zooming in on a large (100.000s of points) clustered data set. For a data set with approximately 300.000 points, this can give a 20x performance improvement.

ImprovementLuciadFusion

ILcdSelection now has a new default method getSelectedObjects that exposes the selected objects as a List. In addition, the interface now has a type parameter so you can select more specific collections.

ImprovementLuciadFusion

ILcdModelContainer now has a new default method getModels that exposes the models as a List.

ImprovementLuciadFusion

LCD-9413

ImprovementLuciadFusion

LCD-4144
TLspShapeLayerBuilder: you can now configure whether the created layer should be regarded as a source for snapping points via TLspShapeLayerBuilder#snapTarget.

Bug fixLuciadFusion

Changed TLcdSpatiaLiteModelDescriptor.TYPE_NAME to correspond with the actual type name in the model descriptor instances.

Bug fixLuciadFusion

TLcdEditableModelListDescriptor's constructor taking a type name and display name switched the arguments around.

Bug fixLuciadFusion

Improved trackpad/magic mouse zooming on macOS in GXY and Lightspeed views.

Bug fixLuciadFusion

LCD-9434
Fixed a JRE related performance problem that occurs when using JRE 1.8 update 131 and newer on macOS. It caused low framerates when moving or dragging the mouse.

Upgrade considerationLuciadFusion

Added a dependency on the third party library HPCC Collections for efficient HashMap implementation which is used in PointCloud tile voxelization.

Upgrade considerationLuciadFusion

Due to the introduction of enhancement LCD-4316, the ILcdModelReferenceDecoder and ILcdModelReferenceEncoder instances in a deployed application should no longer be obfuscated. The Proguard configuration file in the release has been adjusted for this. If you use your own Proguard configuration, make sure to update it as well.

Upgrade considerationLuciadFusion

TLcdGeoJsonModelDecoder now ensures that the uid property value of decoded Geojson features is always of type String, as described by the associated data model. Implementations that expected an Integer type in case of a numeric value in the input data should adapt accordingly.

Upgrade considerationLuciadFusion

ILcdOWSTransport a default canPerformRequest method has been added to the interface, allowing users of the transport to first check whether the request can be performed.

Upgrade considerationLuciadFusion

TLspPlotStyle : The alpha value of the modulation color configured on the style is now also taken into account, previously it was ignored. The transparency of the icon is now determined by multiplying the alpha value of the modulation color and the opacity configured on the style. If in your code you use a modulation color which is transparent on your style e.g. TLspPlotStyle.newBuilder().modulationColor(new Color(255,0,0,128)).build(), then you will need to change this to TLspPlotStyle.newBuilder().modulationColor(new Color(255,0,0,255)).build() if the icon needs to remain fully opaque.

Upgrade considerationLuciadFusion

TLcdInputStreamFactory now by default requests compressed content over HTTP, using the "Accept-Encoding" header, for performance. When serving compressed data is not available on the server, it automatically falls back on raw data, unless specified differently. This can be disabled using:
  • The boolean system property com.luciad.io.TLcdInputStreamFactory.acceptHttpCompressedEncoding
  • The method TLcdInputStreamFactory#setAcceptCompressedEncoding
  • The setDefaultRequestProperty("Accept-Encoding", null) method on a specific factory instance
There is no change on the user side, as the TLcdInputStreamFactory automatically unzips the content.

Upgrade considerationLuciadFusion

LCD-9343
ALspDensityStyle: the deprecated protected constructors from ALspDensityStyle and its subclasses have been removed.

Upgrade considerationLuciadFusion

The CSW server component is now included in the OGC server component.

Upgrade considerationLuciadFusion

Removed the protected fNextNumber and fScaleOrigin fields from the GXY view map implementations (for example, TLcdMapJPanel). If you used fNextNumber, you should manage the map count yourself in your map extension class. If you used fScaleOrigin, you can replace it with 450 / (2 * Math.PI * TLcdConstant.EARTH_RADIUS).

Upgrade considerationLuciadFusion

TLcd3DPrimitiveType: this class represents an enumeration, but still had a public constructor. This constructor has been removed as nobody should create new instances of this class.

Upgrade considerationLuciadFusion

TLcdModelDescriptor's protected fields have been removed from the API. You can replace any uses with calls to the respective setter and getter methods.

Upgrade considerationLuciadFusion

Removed the isBackgroundImageCapable methods from the GXY view map implementations (for example, TLcdMapJPanel). You can safely replace any invocation with false.

Upgrade considerationLuciadFusion

LCD-9577
TLcdGXYLayer's default interact margin has been increased to 32 pixels. It ensures that a model element is still painted if its visual representation falls inside the view, but its model bounds do not. If you notice a performance impact, you can change the value back by calling layer.setInteractMargin(5).

Upgrade considerationLuciadFusion

The heuristic used by the Lightspeed view to determine the size of its OpenGL resource cache has been modified to result in somewhat bigger cache sizes. This reduces the risk of performance issues when loading large amounts of data in the view. This change does not affect applications that explicitly specify the cache size using TLspViewBuilder#glResourceCacheSize. Note that the cache size can also still be specified by setting the system property com.luciad.view.lightspeed.opengl.cacheSize to a value in megabytes, e.g. -Dcom.luciad.view.lightspeed.opengl.cacheSize=768.

2017.1

2017.1.18

ImprovementLuciadFusion

LF-1476
WMS layer scale ranges are now handled more efficiently in the WMS service, resulting in faster responses for WMS requests outside the visible range.

ImprovementLuciadFusion

LF-1476
SLD scale ranges are now handled more efficiently in the LuciadFusion Platform WMS service for products with a single SLD style for all contained data, resulting in a significant performance improvement for WMS requests outside the visible range.

ImprovementLuciadFusion

LCD-9863
When your license file now specifies the license server, but not the amount of floating licenses, the connection to the license server is now checked. Before, the license server was not contacted at all.

Bug fixLuciadFusion

LCD-9153
The SLD Lightspeed sample did no longer apply SLD styling to raster layers since 2017.0.

Bug fixLuciadFusion

LCD-9913
Fixed a NullPointerException when painting content on an GXY view with a world reference that does not extend TLcdGridReference.

2017.1.17

ImprovementLuciadFusion

TLcdOGCFilter: added support to set a TLcdOGCResourceId condition for a single id value, instead of requiring the need to use a TLcdOGCResourceIdOperator condition.

ImprovementLuciadFusion

LF-1274
Improved wording on the close / cancel buttons of dialogs.

ImprovementLuciadFusion

LCD-9219, LCD-9493
TLcdTransformingModelFactory : the bounds of the transformed model are now valid immediately when creating it. This allows you to fit on the layer containing the transformed layer as soon as you created the layer, for instance.

Bug fixLuciadFusion

LF-1480
The startup scripts for LuciadFusion Server now add the necessary compatibility flags for Java 9, so starting the LuciadFusion Server with the provided scripts now works on Java 9.

If you do not use the provided startup scripts, you need to specify these compatibility flags manually. Specifically, you need to specify this JVM parameter : --add-modules=ALL-SYSTEM

Bug fixLuciadFusion

LF-1513
Fusion replication kept running on the server, even though the client connection was aborted. This could cause unnecessary resource usage and huge log output on the server.

Bug fixLuciadFusion

LCD-9869
Counter-clockwise rhumb-polygons that were visualized with an TLspLineStyle using a dash pattern, were visualized with geodetic lines instead of rhumb lines.

Bug fixLuciadFusion

LCD-9897
Fixed an issue with TLspPortholeController: an exception was thrown if the porthole was resized to a width or height of 0 pixels, on a 3D map.

2017.1.16

ImprovementLuciadFusion

LCD-9874
The Lightspeed layer now avoids for the non-tiled case creating a TLcdWMSGetFeatureInfoContext when the query coordinate is outside the extent of the GetMap request.

ImprovementLuciadFusion

LCD-9871
The WFS server's GeoJSON output now includes 3D coordinates.

ImprovementLuciadFusion

TLspRulerController no longer paints azimuth arrows in cartesian mode.

Bug fixLuciadFusion

LF-1505
Fixed an issue where the 'create service', 'create product' and 'add to product' buttons would not work when inspecting a Data item.

Bug fixLuciadFusion

LCD-9872
The TLcdEPSGReferenceFormatter#formatGeodeticDatum method now formats the WGS 84 datum as EPSG:6326 instead of EPSG:6763.

Bug fixLuciadFusion

LCD-9867
The use of ALcdWMSProxy#setCacheImage(true) could lead to incorrect cache entries in case of style parameter changes (e.g., an SLD).

Bug fixLuciadFusion

LCD-9168
Fixed several instances where an exception could occur when rapidly switching between 2D and 3D.

2017.1.15

ImprovementLuciadFusion

LCD-9147
The default SLD label locations have been improved for area-like shapes in the GXY view, making sure that the labels are nicely centered around an anchor point inside the shape - aligned with the existing SLD default label locations in a Lightspeed view.

Bug fixLuciadFusion

LCD-9859
The WCS Server could get overloaded / generate timeouts in case too large amounts of data were needed to process a GetCoverage request; an example use case is the request of a coverage backed by a large high-resolution data set with only a single level of detail. The WCS Server now uses additional resolution logic to avoid this and return an image with a red hatched pattern in case of a resolution mismatch betweem the request and the data - similar to how raster painting works in the client.

Bug fixLuciadFusion

LCD-9856
The SLD Recode element was not correctly decoded: the Data value was never set on its MapItem elements.

2017.1.14

Bug fixLuciadFusion

LF-1501
When serving AIXM 3.0, 4.0 or 4.5 data over WMS or WMTS using LuciadFusion Platform, only a subset of the available features was visualized.

Bug fixLuciadFusion

LCD-9835
TLcdSVGIcon no longer supported inline PNG content since the upgrade to Batik 1.9.

Bug fixLuciadFusion

LCD-9854
Fixed an issue that caused incorrect queries to be generated when the system locale doesn't use . (period) as its decimal separator.

2017.1.13

ImprovementLuciadFusion

LCD-9266
The performance of WMS GetCapabilities requests were improved for WMS services with a large amount of WMS layers.

ImprovementLuciadFusion

LCD-9817
WMTS servers sometimes advertise incompatible tile matrix sets for a WMTS layer (e.g., a tile matrix set defined in a projection that does not overlap with the WMTS layer bounds), potentially causing an issue when trying to visualize the data in a view. The WMTS client now automatically avoids this by ignoring incompatible tile matrix sets.

ImprovementLuciadFusion

LCD-9790
The error dialog that is shown when an license error occurs now allows you to exit the application immediately.

Bug fixLuciadFusion

LCD-9811
The openflight model decoder is now able to handle relative paths to external references that contain backslashes on a non-Windows OS.

Bug fixLuciadFusion

LCD-9791
The license mechanism now also recognizes MAC addresses of disconnected network cards on Linux and macOS. On Windows this was already the case.

Bug fixLuciadFusion

LCD-9818
OGC Filter: using a TLcdOGCBinaryComparisonOperator with numeric values and with matchCase set to false caused the numerical values to be interpreted as Strings in case of a database model, potentially resulting in incorrect results.

Bug fixLuciadFusion

LCD-9823
When using TLcdPolarStereoGraphic, converting lon lat points to polar stereographic points could result in NaN values when the true scale latitude is nearly at the pole.

2017.1.12

ImprovementLuciadFusion

LCD-9799
The geojson model decoder now accepts '_' characters (underlines) in data type names.

ImprovementLuciadFusion

LCD-8837
Improved message in case connection to a OGC service fails due to a SSL related problem.

Bug fixLuciadFusion

LCD-9795
Fixed handling of null values for NUMERIC, DATE and DATETIME data types. These values are now decoded as null instead of throwing a NullPointerException.

Bug fixLuciadFusion

Fixed rare threading issue ("Unable to marshal") in TLcdXMLDataObjectEncoderLibrary.

Bug fixLuciadFusion

LF-1433
Fixed rare threading issue ("Unable to marshal") during GML encoding on the WFS server.

Bug fixLuciadFusion

LCD-9808
Fixed an issue with TLspRulerController. When #setKeepMeasurements was set to true, the last created measurement would remain selected during the creation of a new measurement.

Bug fixLuciadFusion

LCD-9761
Fixed handling of layers having a Dimension element without a value for the unitSymbol field. The unitSymbol field is optional. When absent it could cause a NullPointerException.

Bug fixLuciadFusion

LCD-9801
TLspPlotLayerBuilder : The plot layer did not always take locks on the model when accessing it, which could lead to unexpected exceptions.

2017.1.11

ImprovementLuciadFusion

LCD-9737
It is now possible to define different line and label styles for horizontal and vertical lines for MGRS and Georef grids in a Lightspeed view. See TLspMGRSGridStyle#axes and TLspGeorefGridStyle#axes.

ImprovementLuciadFusion

LCD-9771
The geojson model decoder has new API for setting a custom model reference parser.

Bug fixLuciadFusion

LCD-9792
The BoundingBox element within the WMS capabilities now honours the axis order in case it is expressed in EPSG:4326 iso the default CRS:84.

Bug fixLuciadFusion

LCD-9774
The geojson encoder now only flushes its underlying output stream after encoding has finished.

2017.1.10

ImprovementLuciadFusion

LF-1490
By default, the GeoTIFF encoder used by the WCS service produces tiled GeoTIFF output. LuciadFusion platform now also support the 'wcs.outputFormat.geotiff.enableTiling' option that is available in the WCS library component. This option allows you to disable this default behavior, and make sure that non-tiled GeoTIFF output is produced. This can be done by modifying the value of the fusion.ogc.wcs.enableGeotiffTiling option in the LuciadFusion Platform configuration files (see config/fusion.common.yml).

ImprovementLuciadFusion

LCD-9709
We now avoid drifting when editing a 3D pointlist with a high z-value by performing the translation relative to ellipsoid instead of at its actual height.

ImprovementLuciadFusion

LCD-9769
Improved lightspeed editor snapping accuracy. We now avoid a transformation when source and target layer are different, but share the same model reference.

Bug fixLuciadFusion

LCD-9779
A GetMap request with an empty LAYERS for an image size within the cache threshold resulted in an internal server error (NullPointerException). The server now returns a proper WMS exception.

Bug fixLuciadFusion

LCD-9776
Fixed regression in handling WMS 1.1 service exception reports. The regression did hide the actual message.

Bug fixLuciadFusion

LCD-9780
The default value of the configuration option for the interpretation of the axis-order for EPSG:4326 for WMS 1.3.0 requests is changed to true. This makes the default value compliant with the WMS 1.3.0 specification.

Add the following to your LuciadFusion web.xml file fpr the WMS to disable inversion (making the WMS non-compliant):
      <init-param>
        <param-name>EPSG.4326.latlon</param-name>
        <param-value>false</param-value>
      </init-param>
    

Bug fixLuciadFusion

LCD-9780
The default value of the configuration option for the interpretation of the axis-order for EPSG:4326 for WMS 1.3.0 requests is changed to true. This makes the default value compliant with the WMS 1.3.0 specification.

ALcdWMSProxy: the default value for the property invertXYForEPSG4326 is true.

Bug fixLuciadFusion

LCD-9780
The default value of the configuration option for the interpretation of the axis-order for EPSG:4326 for WMS 1.3.0 requests is changed to true. This makes the default value compliant with the WMS 1.3.0 specification.

Add the following to your WMS web.xml file to disable inversion (making the WMS non-compliant):
      <init-param>
        <param-name>EPSG.4326.latlon</param-name>
        <param-value>false</param-value>
      </init-param>
    

Bug fixLuciadFusion

Fixed a bug that would cause the Lightspeed view to become severely corrupted after using the mouse rotation or zoom controllers on Intel HD GPUs.

Bug fixLuciadFusion

LCD-9768
SLD rendering in a Lightspeed view did not take into account a perpendicular offset value from an SLD polygon symbolizer.

2017.1.09

ImprovementLuciadFusion

LCD-9686
The tiled WMS GXY painter, TLcdGXYTiledWMSProxyPainter, now supports configuring whether the parent tiles of visible tiles should be requested, through a newly introduced setter and getter: setParentTileRequestAllowed(boolean) and isParentTileRequestAllowed(). The default is true, because it benefits user experience (e.g., data is visible when you zoom out); when disabled, only the visible tiles will be requested.

Bug fixLuciadFusion

LCD-9740
Fixed issue where the halo of a label in arabic could be painted in the wrong direction (from left to right instead of right to left).

Bug fixLuciadFusion

LCD-9748
TLcdGXYBufferPainter and TLcdGXYGeoBufferPainter could get stuck when performing a mouse drag during the creation of a buffer.

Bug fixLuciadFusion

LCD-9757
TLsp3DIconStyle: the opacity configured on the style was not applied when using an OpenFlight model as the 3D icon.

Bug fixLuciadFusion

LCD-9746
Fixed an incorrect interpretation of SLD line stroke dash offset values in a Lightspeed view.

Bug fixLuciadFusion

LCD-9743
ILcdGXYPainter implementations: in some cases, shapes could be unexpectedly clipped on 4K displays. This has been fixed.

Bug fixLuciadFusion

LCD-9711
Decoding a TLcdSLDFeatureTypeStyle from an OGC StyledLayerDescriptor file using TLcdSLDFeatureTypeStyleDecoder generated a NullPointerException in case debugging was enabled.

2017.1.08

ImprovementLuciadFusion

LCD-7002
TLspTouchNavigateController now allows you to rotate the camera up or down (aka 'pitching') by dragging two fingers up or down.

ImprovementLuciadFusion

LCD-9728
TLcdGML32LinearRing/TLcdGML31LinearRing now automatically remove pointProperty values with a dead xlink.

ImprovementLuciadFusion

LCD-9686
TLcdEarthGXYRasterPainter now supports configuring whether the parent tiles of visible tiles should be requested, through a newly introduced setter and getter: setParentTileRequestAllowed(boolean) and isParentTileRequestAllowed(). The default is true, because it benefits user experience. When disabled, only the visible tiles will be requested.

Bug fixLuciadFusion

LCD-9719
Improved SHP and SQLite decoder compatibility with Windows network URI's.

Bug fixLuciadFusion

Improved the javadoc of ILcdModelDecoder.discoverDataSources(String). It now better describes the contract of the method.

Bug fixLuciadFusion

LCD-9684
Fixed a problem where image data could fail to render and cause exceptions. This issue could occur when using image processing with OpenCL on Intel hardware with a recent driver.

Bug fixLuciadFusion

LCD-9715
Fixed an issue with TLspViewXYZWorldTransformation2D: it would fire property changes even when no properties changed.

2017.1.07

ImprovementLuciadFusion

LCD-9694
TLcdGXYScaleIndicator and TLspScaleIndicator now have a method setBarSegmentCount that allows configuring the amount of bar segments.

ImprovementLuciadFusion

LCD-9697
Relaxed parsing of GeoTIFF tag 42113 (GDAL_NODATA). Floating numbers using a comma as decimal separator are accepted.

ImprovementLuciadFusion

LCD-9669
In enhancement LCD-9517 behavior was added to the WMS painters to request images larger than the view port. For the Lightspeed WMS painter the check whether a new image needs to be requested has been updated such that it does this earlier. This helps avoiding gaps on the map display when a new WMS request is needed.

ImprovementLuciadFusion

LCD-9688
Improved painting performance for certain kinds of very sparse, poorly tiled multilevel image mosaics or tile sets when used in interactive layers.

Bug fixLuciadFusion

LF-1471
When starting the ogc.server sample from the LuciadFusion release, no slf4j binding could be found, resulting in reduced logging.

Bug fixLuciadFusion

LF-1467, LF-1473
Fixed an issue where validation results couldn't be serialized properly due to obfuscation. This could lead to errors when trying to publish a data source to an OGC service.

Bug fixLuciadFusion

LCD-9708
The DTED directory decoder could throw a IndexOutOfBoundsException in case it was configured with a bounds area not overlapping with the actual data. Now it throws an IOException following the contract of ILcdModelDecoder.

Bug fixLuciadFusion

LCD-9647
TLspMGRSGridStyle, TLspGeorefGridStyle, TLspXYGridStyle and TLspLonLatGridStyler now allow setting different edge offsets for each side of the view.

Bug fixLuciadFusion

LCD-9702
Improved handling of the GeoTIFF tags. The case with a count of 0 data elements was not handled correctly and resulted in exceptions.

Bug fixLuciadFusion

LCD-9701
TLcdProj4ReferenceFormatter returned incorrect strings for geodetic references. It returned proj4 strings with a "lonlat" or "latlon" projection instead of "longlat" or "latlong".

Bug fixLuciadFusion

LCD-9699
Source elements without a value array element caused a RuntimeException.

Bug fixLuciadFusion

LCD-9667
Fixed possible infinite loop in ArcInfo ASCII Grid decoder for invalid input files.

Bug fixLuciadFusion

LCD-9696
TLcdWKTReferenceFormatter didn't format references using the azimuthal equidistant projection correctly.

2017.1.06

ImprovementLuciadFusion

LCD-9680
You can now pass a ALspCreateControllerModel into TLspRulerController. This allows you to limit the point count of created measurements, or let the ruler controller create custom ALspMeasurement objects.

Bug fixLuciadFusion

LCD-9670
Fixed issue where a freehand drag of a pointlist would not respect the minimum pointcount set by the create controller model.

2017.1.05

ImprovementLuciadFusion

LF-1465
The LuciadFusion engine now encodes tiles using the newly introduced ILcdEarthTileDataCodec#encodeTile method. This method provides additional geographical context about the tile to be encoded (reference, bounds, ...), making it easier to reuse the engine in a tile processing pipeline that requires this information.

ImprovementLuciadFusion

LCD-9685
The non-tiled WMS GXY painter, TLcdWMSProxyGXYPainter, now supports the configuration of the preferred reference to be used in map requests, through a newly introduced setter and getter: setPreferredMapRequestReference(ILcdXYWorldReference) and getPreferredMapRequestReference().

ImprovementLuciadFusion

LCD-9683
Implemented workaround for certain zip-compressed KMZ files with bad headers for file entries. Previously, these files could not be decompressed completely causing missing icons and images in your KML files.

Bug fixLuciadFusion

LCD-9676
The previous fix LCD-9466 to add the missing property link inside a WFS 2.0 Transaction Update request incorrectly used the Name XML element instead of the expected ValueReference XML element.

Bug fixLuciadFusion

LCD-9616
The default value of the configuration option for the interpretation of the axis-order for EPSG:4326 for WMS 1.3.0 requests is changed to true. This makes the default value compliant with the WMS 1.3.0 specification.

You can change the value in the configuration file fusion.common.yml to disable this inversion (making the WMS non-compliant). Change the value fusion.ogc.EPSG4326LatLon to false.

Bug fixLuciadFusion

LCD-9616, LCD-8512
The default value of the configuration option for the interpretation of the axis-order for EPSG:4326 for WMS 1.3.0 requests is changed to true. This makes the default value compliant with the WMS 1.3.0 specification.

ALcdWMSProxy: the default value for the property invertXYForEPSG4326 is true.
TLcdWMSDataSource.newBuilder() constructs a builder where the default value for the property invertXYForEPSG4326 is true.

Bug fixLuciadFusion

LCD-9616
The default value of the configuration option for the interpretation of the axis-order for EPSG:4326 for WMS 1.3.0 requests is changed to true. This makes the default value compliant with the WMS 1.3.0 specification.

Add the following to your WMS web.xml file to disable inversion (making the WMS non-compliant):
      <init-param>
        <param-name>EPSG.4326.latlon</param-name>
        <param-value>false</param-value>
      </init-param>
    

Bug fixLuciadFusion

LCD-9681
Formatting a geodetic world reference using TLcdWKTReferenceFormatter resulted in an empty string.

Bug fixLuciadFusion

The WCS GetCoverage request handler could not handle GetCoverage XML requests using a RectifiedGrid instead of a Grid to specify the desired spatial resolution.

Bug fixLuciadFusion

LCD-9618
Fixed an issue where painting or querying images that rely on RenderedImages with tile grid offsets could throw exceptions in some cases.

Bug fixLuciadFusion

LCD-9671
TLcdGML32ArcByCenterPoint and TLcdGML31ArcByCenterPoint: resolved an issue in the connect method that could cause the arc to move to the model origin (0,0).

Bug fixLuciadFusion

LCD-9658
TLcdGXYCirclePainter: resolved an issue that prevented the selection of very small circles.

Bug fixLuciadFusion

LCD-9652
The WCS GetCoverage request handler could not handle geodetic coordinates expressed in a reference with a lat/lon axis order instead of a lon/lat axis order (e.g. urn:ogc:def:crs:EPSG::4326).

2017.1.04

Bug fixLuciadFusion

LF-1454
Fixed an issue where the Studio previewer would always perform requests using the HTTP protocol, even if Studio is configured to use HTTPS.

Bug fixLuciadFusion

LCD-9657
Zooming in on a pole in a 3D geocentric view may cause many tiles to be loaded. Fixed an issue where this could lead to an OutOfMemoryError after some time.

2017.1.03

ImprovementLuciadFusion

LCD-9661
The WFS client can now correctly handle GML feature collection data containing a top-level envelope in which the mandatory srsName attribute is missing. Such data can be encountered when using Geoserver with WFS 2.0 (see https://osgeo-org.atlassian.net/browse/GEOS-7660).

ImprovementLuciadFusion

It is now possible to set the default srsName to the GML model decoders that will be used to determine the model reference if neither the first feature, its possible envelope or the possible envelope of the feature collection has an srsName attribute set.

ImprovementLuciadFusion

LCD-9638
TLspMGRSGridStyle now has an option to always keep labels inside the view. While many labels were already kept inside the view, this was not the case yet for zone/band or 100k labels that are placed inside their square.

Bug fixLuciadFusion

LCD-9666
Using military symbols in combination with the realtime.gxy.clusterLabeling sample didn't work correctly.

Bug fixLuciadFusion

LCD-9649
Fixed issue with points where the clampToGround altitude mode would not move the point to the terrain.

Bug fixLuciadFusion

LCD-9627
Fixed a threading issue in TLspPopupMenuSelectionCandidateHandler.

2017.1.02

ImprovementLuciadFusion

LCD-9625
TLcdXMLSchemaBasedDecoder/TLcdXMLDecoder: improved protection against XML eXternal Entity injection (XXE) by disallowing external entities. This also applies to XML based formats such as GML, NVG, and AIXM 5.

ImprovementLuciadFusion

LF-1440
Changed the start/stop buttons on the job overview page. They are now in a table column, just like the start/stop buttons on the services overview page.

ImprovementLuciadFusion

LCD-9591
CVSModelDecoder now prefers longitude and latitude coordinates over grid coordinates.

ImprovementLuciadFusion

LCD-9578
TLcdSLDFileGXYLayerFactory now takes icon sizes into account for PointSymbolizers in an SLD (.sld) file. This avoids clipped icons at the edge of images produced by a Luciad WMS server relying on SLD files for data styling - such as LuciadFusion Studio / Platform.

ImprovementLuciadFusion

LCD-8807
The performance of TLcdWMSCapabilities#findWMSLayer has been improved for the case where there are thousands of layers.

Bug fixLuciadFusion

LCD-9625
A security issue has been fixed in the OGC web services related to the handling of XML POST requests, that could enable untrustworthy clients to access server information.

Bug fixLuciadFusion

LF-1446
Fixed an issue that broke the ability to add products while creating a new service.

Bug fixLuciadFusion

LF-1442
Timestamps at which styles, products and services were created are now consistently shown on all list and detail pages.

Bug fixLuciadFusion

LF-1444
Fixed an issue where long filepaths would overflow modal dialogs.

Bug fixLuciadFusion

LCD-9626, LCD-9386
Fixed a few minor threading violations in editing code. This affects both the TLspCreateController as well as the TLspEditController.

Bug fixLuciadFusion

LCD-9632
TLcdTimeFilteredSimulatorModel: setting the begin- and end-date without setting a ILcdSimulatorModel to filter now works again.

Bug fixLuciadFusion

LCD-9629
TLsp3DIconStyle: when a a rotation was defined via ILcdOriented and via the TLsp3DIconStyle, the rotation from ILcdOriented was applied first. This order has been reversed, so that it's more intuitive to align your 3D model correctly.

Bug fixLuciadFusion

LF-1435
A security issue has been fixed in the OGC web services related to the handling of XML POST requests, that could enable untrustworthy clients to access server information.

Bug fixLuciadFusion

LCD-9628
TLcdGeoJsonEncoderUtil now takes complex polygons defined with angular coordinates into account

2017.1.01

ImprovementLuciadFusion

TLcdEarthGXYViewTileSet now allows to globally enabling anti-aliasing.

ImprovementLuciadFusion

LCD-9595
The TLcdKML22GXYLayerFactory now enables labels by default, even when placemarks are not explicitly selected. This ensures consistency with Lightspeed layers.

ImprovementLuciadFusion

LCD-9598
CVSModelDecoder: improved robustness when dealing with unmatched quotes.

ImprovementLuciadFusion

LCD-9517
The non-tiled WMS painters support requesting images from the WMS that are larger than the view port of the map (image size and area). This allows on following map re-paints to reuse the retrieved WMS image when possible. This is the case when the proxy configuration is the same and when the area covered and image pixel density of the image are close enough with the previous request. This reduces the number of WMS requests when the map is panned (slightly).

ImprovementLuciadFusion

LCD-9528
The GXY layer factory order when using TLcdServiceLoader has been adjusted so that GML data is styled using SLD if the SLD file is next to the GML file.

ImprovementLuciadFusion

LCD-9475
Our GeoPackage and LRDB encoders now try to use compatible tile sets in a model directly, instead of wrapping their image content in a new one. This increases performance and improves handling of empty tiles, which may result in significantly smaller files for certain model types (e.g. LuciadFusion tile stores).

ImprovementLuciadFusion

LCD-9550
Added support for WKT references with "WGS 1984 Major AuxSphere" (or a variant) as datum name.

Bug fixLuciadFusion

LF-1422, LF-1424
Fixed an issue with search fields where, if you pressed enter without selecting a suggestion, the field would get cleared and no search would be performed.

Bug fixLuciadFusion

LF-1153
Publishing an NVG file on the LuciadFusion Platform WFS server is not supported, but LuciadFusion Studio still allowed doing so. This resulted in crashes on the server. This has been fixed.

Bug fixLuciadFusion

LF-1429
In some cases, the LuciadFusion engine didn't produce anti-aliased tiles when fusing vector data to image coverages.

Bug fixLuciadFusion

LF-1427
Adding null models to a TLcdModelTreeNode now always immediately throws a NullPointerException. This avoids possible other exceptions in unrelated parts of the code.

Bug fixLuciadFusion

LCD-9604
The OGC WCS client could trigger the use and display of incorrect WCS coverage caches in case of subsequent use of multiple coverages with equal positions, bounds and resolution settings.

Bug fixLuciadFusion

LF-1418
Requesting WFS features using the XML POST and using a BBOX filter could fail in some cases with a validation error. The validation did check if the BBOX coordinates were within the range [-180,180] for geodetic references.

Bug fixLuciadFusion

LF-1377
Fixed caching issue with the style previewer in Studio. When a SLD file gets recrawled, the changes in the style should now be immediately visible in the previewer.

Bug fixLuciadFusion

LCD-9525
The CADRG model decoder now expands the color model for decoded tiles to full ARGB by default. This ensures that CADRG tiles with clashing color maps are rendered correctly. The decoder can still be forced to use indexed color models by setting the expandColorMap property to false.

Bug fixLuciadFusion

LCD-9592
TLcdClusteringTransformer could, under some circumstances, get stuck. This has now been fixed.

Bug fixLuciadFusion

LCD-9470
Spatial queries on GeoPackage models would sometimes not return objects with bounds that cross the date line. These objects are now properly included in the result.

Bug fixLuciadFusion

LCD-9551
The performance of the TLcdClusteringTransformer could worsen over time when using a lot of different classifications. This has now been fixed.

Bug fixLuciadFusion

Coverages with a WGS84 reference (EPSG:4326) could in some cases be visualized incorrectly, or cause exceptions. This was a regression introduced in the previous patch release.

Bug fixLuciadFusion

LCD-9012
TLcdEPSGReferenceFormatter didn't always return a String of the form "EPSG:xxxx", but it could sometimes return a String of the form "urn:ogc:def:crs:EPSG::xxxx". As a result the WMS proxy would not always correctly recognize CRSes advertised by the WMS as supported. It would then fall back on another CRS and reproject the data.

Bug fixLuciadFusion

LCD-9545
Doing a POST request to the server with an incorrect feature type and a BBOX filter that

Bug fixLuciadFusion

LCD-9533
TLcdEPSGReferenceFormatter didn't always return a String of the form "EPSG:xxxx", but it could sometimes return a String of the form "urn:ogc:def:crs:EPSG::xxxx".

Bug fixLuciadFusion

LF-1369
The WMS server swallowed IllegalArgumentExceptions that are thrown by a delegate ILcdWMSGXYLayerFactory. Because of this, the logs didn't show why a WMS layer could not be created. This made it more difficult, for example, to discover programming errors for custom implementations.

Bug fixLuciadFusion

LCD-9531
On some Linux systems, logging out while a Lightspeed application was running could result in the Lightspeed view throwing an exception.

2017.1

ImprovementLuciadFusion

A number of improvements have been implemented related to the server's support for WFS 2.0:
  • Support has been added for the optional 'RESOURCEID' parameter in a WFS 2.0 GetFeature request. This parameter can be used to query a feature based on its identifier, without the need to specify a feature type.
  • Support has been added for the WFS 2.0 requests ListStoredQueries and DescribeStoredQueries, along with support for the default, standardized stored query urn:ogc:def:query:OGC-WFS::GetFeatureById. This stored query can be used inside GetFeature requests to query a feature based on its identifier.
  • The error reporting in case of invalid requests has been improved.
  • The WFS 2.0 capabilities now include information about constraints and supported conformance classes.

ImprovementLuciadFusion

ELcdBingMapsMapStyle: the enumeration has been extended with values for CANVAS_DARK, CANVAS_GRAY and CANVAS_LIGHT, allowing you to access those Bing Maps styles. See the Bing Maps blog post for the announcement from Microsoft about those new map types.

ImprovementLuciadFusion

OGC Filter: the handling for spatial operators has been improved:
  • Some inconsistencies between the BBOX operator and the other spatial operators have been removed.
  • When the TLcdOGCPropertyName used in the spatial operator to point to the geometry refers to a non-existing property, the geometry will evaluate to null instead of falling back to the domain object itself. This ensures that the spatial operators behave as descriped in the specification in section 7.8.3.4 NULL geometries.

ImprovementLuciadFusion

LF-1279
Added new properties to configure default metadata that will be used when generating any missing required ISO-19115 meta data properties during import jobs
  • fusion.studio.configuration.defaultMetadata.language: represents the language of the dataset (e.g. en, nl, fr, etc)
  • fusion.studio.configuration.defaultMetadata.abstractText: is used as a default abstract text
  • fusion.studio.configuration.defaultMetadata.responsibleParty.role: function performed by the responsible party
  • fusion.studio.configuration.defaultMetadata.responsibleParty.organisationName: name of the organisation associated with the dataset
  • fusion.studio.configuration.defaultMetadata.responsibleParty.email: list of emails to communicate with, person(s) and organisations associated with the dataset

ImprovementLuciadFusion

Added new properties to configure default background data and style preview data
  • fusion.studio.configuration.defaultData.defaultBackgroundData: is used to configure the default background data
  • fusion.studio.configuration.defaultData.defaultRasterData: is used to configure data for raster style previews
  • fusion.studio.configuration.defaultData.defaultVectorData: is used to configure data for vector style previews

ImprovementLuciadFusion

TLcdDurationFormat: this new java.text.Format class allows to parse and format durations.

ImprovementLuciadFusion

LF-1314
Improved the "Product contents" UI. It now allows you to set styles on a large number of data items at once.

ImprovementLuciadFusion

LF-1342
The LuciadFusion Platform WFS server now allows to overcome a limitation found in a number of 3rd party WFS clients, such as ArcGIS and Geotools, so that it is now compatible with them. This functionality can be enabled by modifying the fusion.ogc.wfs.enableFeatureTypeNameCompatibilityMode flag in the fusion.common.yml configuration file. This flag, and more information about its behavior can be found in the config/fusion.common.yml file.

ImprovementLuciadFusion

The CSW client is now part of LuciadLightspeed.

ImprovementLuciadFusion

LF-1263, LF-1295
The LuciadFusion Platform Server launcher now shows a clear warning when using a 32-bit version of Java, instead of just terminating the process.

ImprovementLuciadFusion

LF-1343
The LuciadFusion Platform LTS service now also logs the data source title next to the name when an error occurs.

ImprovementLuciadFusion

LF-1333
LuciadFusion Platform now comes by default with a set of vendor-specific deployment configuration files to ease the deployment on GlassFish, Apache Geronimo and Oracle WebLogic. The files can be found in the build/fusionplatform/WEB-INF directory.

ImprovementLuciadFusion

The Fusion server now includes an OGC Catalog service (CSW) allowing you to query metadata of all datasets and services using standardized OGC CSW queries. The service is automatically enabled. It can be configured from the Fusion Studio services page and using the configuration files in the config directory. The latter also allows you to enable the INSPIRE application profile, if desired.

ImprovementLuciadFusion

LF-1190
Improved the behavior of deleting content roots. This now only removes part of the search-cache, instead of the previous behavior: To clear the entire search-cache.

ImprovementLuciadFusion

LCD-9422
TLcdAWTEventFilterBuilder now emulates a right mouse button on macOS when using the ctrl key.

ImprovementLuciadFusion

LCD-9408
A WMS GetFeatureInfo encoder for the text/plain mime-type has been added. It replaces the encoder that was part of the samples and provides more information about the selected objects. For more details on the encoder have a look at the documentation of TLcdWMSTextPlainGetFeatureInfoEncoder.

ImprovementLuciadFusion

LF-1329
Autocompletion for styles will now show a style's title instead of its name.

ImprovementLuciadFusion

LCD-8737
3D icons and geo-referenced meshes are now rendered in two passes when the shape painting hints on the TLspShapePainter are set to MAX_QUALITY. The hints can also be set when creating a layer with the TLspShapeLayerBuilder As a result, 3D icons with transparent textures will no longer contain 'holes'.

ImprovementLuciadFusion

LCD-6472
TLspShapePainter can now be used to visualize geo-referenced ILcd3DMesh. As a result, TLsp3DMeshPainter has been deprecated.

ImprovementLuciadFusion

LCD-9393
CSVModelDecoder now supports quoted values.

ImprovementLuciadFusion

LF-1322
Removed the runtime check for Mac OS that would prevent Fusion from starting up on Mac OS. Mac OS is now supported by default.

ImprovementLuciadFusion

ILcdLayered (and hence all view implementations) now has a new default method getLayers that exposes the layers as a List.

ImprovementLuciadFusion

LCD-9376
TLcdGML32LineString/TLcdGML32LineStringSegment and TLcdGML31LineString/TLcdGML31LineStringSegment now report rhumb interpolation if their SRS uses a mercator projection.

ImprovementLuciadFusion

TLcdOGCFilter: added the convenience method asPredicate to easily evaluate an OGC Filter into a predicate.

ImprovementLuciadFusion

LF-1275
You can now consult recent Fusion Studio log entries from the Web UI. You can find the log on the Settings page.

ImprovementLuciadFusion

LF-1299
The button for removing dataroots is now disabled if it's impossible to remove that dataroot (for example, for the dataroot where uploads are stored).

ImprovementLuciadFusion

LF-1158
The Jobs UI has been redesigned. It has been split into an overview page listing all import jobs, and a detail page showing the properties of a single job.

ImprovementLuciadFusion

TLspShapePainter and TLspShapeLayerBuilder can now be used to create density plots by submitting ALspDensityStyle instances from the used styler. As a result, TLspDensityPainter and TLspDensityLayerBuilder have been deprecated. Consult the class javadoc of TLspShapePainter for more information.

ImprovementLuciadFusion

LCD-8466
The XML decoding framework now better handles "any" elements with namespace restrictions.

ImprovementLuciadFusion

TLcdWKTReferenceFormatter and TLcdWKTReferenceParser now support formatting and parsing references with a EGM2008 geoid geodetic datum in particular cases.

ImprovementLuciadFusion

The GeoTIFF decoder and encoder now can handle the vertical reference geoid EGM2008. Note that the decoder flag TLcdGeoTIFFModelDecoder.isSupportGeoidDatums must have the value true.

ImprovementLuciadFusion

ILcdDisposable now extends from AutoCloseable. This means that objects that implement ILcdDisposable can now also be used in try-with-resources statements.

ImprovementLuciadFusion

ILcdTransport now extends from ILcdDisposable. This allows to directly dispose the transport instead of doing an instanceof 'ILcdDisposable' check first on the transport, and then disposing it.

ImprovementLuciadFusion

LCD-9106
TLcdBingMapsModelDecoder: improved reliability when working with servers that occasionally return an error.

ImprovementLuciadFusion

The TLcdGeoidGeodeticDatumFactory class now supports the EGM2008 geoid model. See TLcdGeoidGeodeticDatumFactory.EGM2008_GRID_TWO_AND_HALF_MINUTE

ImprovementLuciadFusion

LCD-7540
TLspScaleBasedStylerBuilder can now be used to create a scale dependent ALspStyler. On the builder it's possible to configure scale ranges linked to an ALspStyler. The resulting ALspStyler will automatically switch between styles depending on the scale of the view.

ImprovementLuciadFusion

LF-1123
TLcdXMLDataModelBuilder now avoids parsing the same schema multiple times. This results in a performance improvement when initializing XML based formats.

ImprovementLuciadFusion

ALcdGXYPen#create allows creating a pen implementation based on a model reference and rendering quality preference.

ImprovementLuciadFusion

LCD-9164
The package com.luciad.beans and several older GUI classes have been deprecated to avoid cluttering the API. There should be no need to use them.

ImprovementLuciadFusion

LCD-9040
TLcdXMLPeeker allows to quickly obtain the root element name of an XML datasource.

ImprovementLuciadFusion

LCD-4821
The GML model decoders now offer a specific method to decode a GML geometry.

ImprovementLuciadFusion

LCD-9527, LCD-9519
Improved the performance when repeatedly querying an ILcdModel with an OGC Filter. This can considerably improve SLD styling performance for GML based models. This also solves a possible memory leak regression caused by the fix for LCD-9455.

ImprovementLuciadFusion

LCD-9476
The WMS client now can handle WMS capabilities responses containing multiple root WMS layers. The WMS specifies the capabilities document must contain a single root WMS layer. However, some WMS servers may advertise multiple root layers.

ImprovementLuciadFusion

LCD-9433
Greatly improved the reference formatting performance of the TLcdEPSGReferenceFormatter class. It is now up to a 100 times faster.

ImprovementLuciadFusion

LCD-9514
The GeoTIFF decoder now accepts incomplete model references immediately when in non-strict mode. Model references defined within the GeoTIFF tags are considered incomplete when a user defined geodetic datum is specified without information on the geodetic datum transformation wrt WGS84, ie, the geo-directory tag 2062 is missing. In strict mode the GeoTIFF decoder does not accept such a model reference and the model reference must be specified in an external file. In any case a warning is logged when such an incomplete model reference is detected.

ImprovementLuciadFusion

LF-1078
The use of synchronized methods has been reduced within the custom JAI cache implementation (mostly used by TLcdGeoTIFFModelDecoder). This should improve the fusion performance for the GeoTIFF format.

Bug fixLuciadFusion

LF-1121
Fixed an issue where a search on type in the style panel wouldn't return anything, even though there are styles of that type present.

Bug fixLuciadFusion

LF-1353
LuciadFusion Platform didn't start up correctly on machines with certain default Locales, for example "tr_TR". It now sets default Locale to "en_US" when starting LuciadFusion Platform.

Bug fixLuciadFusion

LF-1349
The startup scripts used to start the Fusion platform server from a zip artifact didn't set the java.library.path vm property, possibly causing linking errors at run-time.

Bug fixLuciadFusion

LF-1352
Fixed an issue that would result in no data being shown when a search filter contained over 20,000 results.

Bug fixLuciadFusion

LF-1172
Fixed issue where the preview bounding box of a product or data item would not be at the correct location.

Bug fixLuciadFusion

LF-1111
Fixed meta data upload issues.

Bug fixLuciadFusion

LF-1350
The LuciadFusion Platform deploy build script produced a zip and war file with duplicate jar entries. This has been fixed.

Bug fixLuciadFusion

LCD-9323
OGC Filter: the names for the comparison operators exposed in the capabilities were wrong for Filter 2.0.

Bug fixLuciadFusion

LF-1086, LF-1110, LCD-9806
TLfnFileSystemTileStore: File deletion is now more reliable on Windows. This means that deleting a coverage or asset is now less likely to throw an IOException.

Bug fixLuciadFusion

LCD-9414
Decoding the XML representation of an OGC filter containing an empty literal elements would result in a TLcdOGCLiteral containing an empty list as value. Prior to V2017.0, this would result in a literal with an empty string. This behavior is now restored.

Bug fixLuciadFusion

LCD-3380, LCD-8846
Layers created with TLspShapeLayerBuilder having an ALspDensityStyle now have a default selection style. Previously objects would disappear when selected.

Bug fixLuciadFusion

LF-1281
Fixed issue with the import metadata button in the data details page. The upload is now correctly executed on the datastore and the ISO 19115 metadata is updated and reflected instantly in the UI.

Bug fixLuciadFusion

LCD-9407
TLcdGeoPackageModelDecoder: Points are now always returned when filtering geometries based on their size. This fixes an issue with SLD styling on GeoPackage models containing points.

Bug fixLuciadFusion

LF-1150
Path prefixes (ALfnEnvironment#addPathPrefix) didn't always work correctly on Windows.

Bug fixLuciadFusion

LCD-9395
TLspViewXYZWorldTransformation3D could fire property change events before the entire state of the object was updated. This could possibly create problems in listeners that depend on the state being updated.

Bug fixLuciadFusion

LCD-9045
Fixed an issue which caused artifacts when visualizing certain tile sets containing (alpha premultiplied) transparency. This was most noticeable when displaying tiled WMS services providing vector data.

Bug fixLuciadFusion

LF-1267
Fixed an issue where users could not open the user guide in a new tab by ctrl-clicking on the link in the navigation bar.

Bug fixLuciadFusion

LCD-9522
Fixed an issue with the header length of some CADRG files, which caused the decoder to throw an EOFException.

Bug fixLuciadFusion

LCD-9524
Fixed a possible threading issue when decoding XML on multiple threads at the same time.

Bug fixLuciadFusion

LCD-9494
The CADRG decoder now detects and attempts to correct an offsetted subframe mask table, which would otherwise result in decoding errors.

Bug fixLuciadFusion

Fixed a rare ConcurrentModificationException when constructing a new TLcdXMLEntityResolver using the default constructor.

Upgrade considerationLuciadFusion

LCD-9513, LCD-8614
Ensured that TLspEditingStateEvent supports multiple objects in a single event. This allows editing state listeners to be more efficient when editing a large group of objects. This incompatible change removes the TLspEditingStateEvent.getObject() method in favor of a TLspEditingStateEvent.getObjects() method, which returns a list of objects, instead of a single domain objects. If you have code that relies on TLspEditingStateEvent objects, you can easily update your code by iterating over the list of objects returned by TLspEditingStateEvent.getObjects() in a for loop, and handle the event one by one. Note that if you manually used to call ALspEditor.edit() in your code, without using a TLspEditController, you now also have to call ILspInteractivePaintableLayer.editedObjectChanged() explicitly in your own code. The responsibility of calling this method has been moved from the editor to the controller. The default TLspCreateController and TLspEditController have been updated to reflect this, but if you have your own controller (that does not extend from either controllers), then you might have to call ILspInteractivePaintableLayer.editedObjectChanged() directly in your controller.

Upgrade considerationLuciadFusion

The Fusion server now requires the PostGIS extension in order to be used with a PostgreSQL database.

Upgrade considerationLuciadFusion

Upgraded JTS to version 1.14.0 The dependency changed from com.vividsolutions:jts:1.8 to com.vividsolutions:jts-core:1.14.0

Upgrade considerationLuciadFusion

The protected TLfnEngineFactory#createEngineSession method was removed from the API. This method was not designed to be called or overridden.

Upgrade considerationLuciadFusion

LCD-6951
The ArcInfo ASCII Grid format does not include metadata for specifying the coordinate reference system (CRS) of the data. This needs to be specified using an external file (eg .prj or .ref) which is handled by the ILcdModelReferenceDecoder.

The decoder no longer has a default model reference (EGM96) as fall-back when no external geo-reference is found. This makes it visible that important metadata is missing rather than showing the data at a wrong location. The behavior is consistent with other model decoders.

Users that want to get the behavior as before can do this based on the following fragment in their application code. TLcdArcInfoASCIIGridModelDecoder arcInfoASCIIGridModelDecoder = new TLcdArcInfoASCIIGridModelDecoder(); arcInfoASCIIGridModelDecoder.setDefaultModelReference( new TLcdGeodeticReference(new TLcdGeoidGeodeticDatumFactory().createGeodeticDatum(EGM96_GRID_BILINEAR)) );

Upgrade considerationLuciadFusion

The CSW API is now final. The following changes were made since the 2017.0 release:
  • ALcdCSWRecordDescriptor has been renamed to TLcdCSWRecordType and all subclasses have been replaced by constants.
  • ILcdCSWQueryHandler is now part of ILcdCSWCapabilitiesProvider.
  • ILcdCSWQueryHandler#getQueryLanguages has moved to ILcdCSWCapabilitiesProvider#getInputRecordTypes.
  • ILcdCSWQueryHandler#getOutputRecordTypes has moved to ILcdCSWCapabilitiesProvider#getOutputRecordTypes.
  • ILcdCSWQueryHandler#getFilterCapabilities has moved to ILcdCSWCapabilitiesProvider#getFilterCapabilities.
  • ILcdCSWQueryHandler#getQueryLanguages has been removed.
  • ALcdCSWFilterQueryHandler#executeFilter now passes the original request.
  • TLcdCSWGetCapabilitiesRequest has been removed.
  • TLcdCSWCommandDispatcherContext has been removed.
  • ALcdCSWCommandDispatcherFactory#createQueryHandler has been moved to ILcdCSWCapabilitiesProvider#getQueryHandler
  • TLcdCSWGetCapabilitiesRequest: removed getVersion and setVersion
  • TLcdCSWOpenSearchTemplate: removed OutputFormat in favor of TLcdCSWRecordType
  • TLcdCSWQuery: split up get/setElements into get/setElements and get/setElementNameSet
  • TLcdCSWElementSetName: renamed get/setValueObject to get/setElementSet
  • TLcdOpenSearchAtomFeed: removed some property constants, use the getters and setters instead
  • TLcdCSWServiceException: has been moved to the com.luciad.ogc.csw package
  • TLcdCSWRecordPropertyRetrieverProvider: now takes a record type as constructor argument
  • Several client API related classes have been moved out of the com.luciad.ogc.csw.server package

2017.0

2017.0.10

ImprovementLuciadFusion

LF-1356
Ensured that metadata gets updated for data items upon a recrawl, whenever the data has been modified. This only affects automatically generated metadata. Manually uploaded metadata will not be overridden.

ImprovementLuciadFusion

LCD-9499
An optimization has been done in the output stream used within the JPEG tile data codec for the case where there is no need for use of the custom transparency extension. This avoids writing byte[] by looping over the individual bytes as is done in the default implementation of FilterOutputStream.

ImprovementLuciadFusion

LF-1040
TLfnWMSCommandDispatcherFactory#createModelProvider threw a ClassCastException when the createModelDecoderFactories method is overridden, and returns something else than the default implementation. It now throws an IllegalArgumentException with a proper error message.

Bug fixLuciadFusion

LCD-9506
A WFS 2.0 Transaction Insert request could trigger a request decoding error in the server.

Bug fixLuciadFusion

LCD-9454
A GeoJson datamodel's type now has an instance class that extends ILcdShapeList as well as ILcdDataObject, so encoders like the GeoPackage encoder can recognize it

Bug fixLuciadFusion

LF-1320
Character encoding now only gets specified on responses from Studio, for textual content-types. This resolves issues where older/third-party OGC/LTS clients could not connect with services served by LuciadFusion Platform 2017.0

Bug fixLuciadFusion

LF-1345
The logfile actuator (http://host:port/{contextPath}/actuators/logfile) was broken after the recent changes to the logging configuration (LF-1313). In order to fix this, the default log file location is now defined in the development and production profiles (config/application-fusion.development.yml and config/application-fusion.production-template.yml) instead of in the logback configuration file (config/fusion.logback.xml).

Bug fixLuciadFusion

LF-1095
The composite format method ALfnFormat#createAsset(String, List<ALfnAssetMetadata>) now exposes the reason why an asset could not be created by the underlying delegate formats supporting the data format. When the delegate format threw an IOException this exception is forwarded to the caller. When multiple delegate format implementations indicate they can support the format (via ALfnFormat#canCreateAsset) their exceptions are aggregated in a single IOException. The source exceptions are available via the suppressed exceptions and they are logged as warning messages.

Bug fixLuciadFusion

LCD-9502
Parsing esri world files could result in runtime exceptions. Now such exceptions result in an IOException.

2017.0.09

ImprovementLuciadFusion

LCD-9455
Improved the performance of OGC Filter evaluation when using successive equal xpath expressions.

ImprovementLuciadFusion

LCD-9457
Improved decoding of GML 3.2 documents referring to the SFP 2.0 schema.

ImprovementLuciadFusion

LCD-9478
TLcdGML32LineString/TLcdGML31LineString and TLcdGML32LineStringSegment/TLcdGML31LineStringSegment now automatically remove pointProperty values with a dead xlink.

ImprovementLuciadFusion

LCD-9419
TLcdGML32GeodesicString/TLcdGML31GeodesicString now automatically remove pointProperty values with a dead xlink.

ImprovementLuciadFusion

LCD-9471
The WMTS client now exposes information about the location of the data inside a layer, by means of the newly introduced getWGS84LonLatBounds() method in TLcdWMTSLayer.

Bug fixLuciadFusion

LCD-9483
TLcdGXYNewController2 and TLcdGXYTouchNewController: in some cases, freehand creation caused duplicate points to appear in the resulting polyline.

Bug fixLuciadFusion

LCD-9466
The property link inside a WFS 2.0 Transaction Update request was not correctly encoded (in the client) and decoded (in the server).

Bug fixLuciadFusion

LCD-9445
Floating licenses for optional components were counted incorrectly since 2017.0. This has been fixed.

Bug fixLuciadFusion

LCD-9486
TLcdGXYRoundedPointListPainter: fixed a recent regression (introduced by LCD-9282) that caused some handles not be editable anymore.

Bug fixLuciadFusion

LCD-9458
Native libraries in the thirdparty OSGi bundle (thirdparty.jar) are now properly exported so the library loader can find them.

2017.0.08

ImprovementLuciadFusion

LCD-9425
TLcdServiceLoader now includes extra information when it cannot find the required LcdService annotation. Additional information includes:
  • The name of the LcdService annotation the service loader is looking for as it may be obfuscated.
  • The actual annotations that are available at runtime on the class.
This helps you to find out what is going. For example when you create a deployment configuration with a mix of obfuscated and non-obfuscated classes.

ImprovementLuciadFusion

LF-1313
It is now easier to adapt or replace the logging configuration. For more information, see the logging.config property in the fusion.development and fusion.production-template profiles, and the config/fusion.logback.xml file. Because of this changes, the (unused) config/logback-test.xml was removed.

ImprovementLuciadFusion

LF-1294
Small improvements to the Studio User Guide.

ImprovementLuciadFusion

LCD-9302
The TLcdTFWModelDecoder now supports JPW as world file for JPG images.

ImprovementLuciadFusion

LCD-9355
The speed of the method TLcdOGCWMSProxy.isSupportedXYworldReference has been improved significantly.

Bug fixLuciadFusion

LCD-9351
A WMS map caching issue has been fixed that could lead to an out-of-memory error in the rendering pipeline (Lightspeed / GXY) in case of frequent changes on the ALcdWMSProxy element (e.g., configuration of dimensions).

Bug fixLuciadFusion

LCD-9417
The WFS model TLcdWFSProxyModel could determine an incorrect geometry property name in case of a WFS feature type served by LuciadFusion Platform and backed by an XML Schema with multiple complex types.

Bug fixLuciadFusion

LCD-9449
TLcdWKReferenceParser did not always interpret the latitude_of_origin parameter for the polar stereographic projection correctly. Also, TLcdWKReferenceFormatter now formats the true scale latitude correctly.

Bug fixLuciadFusion

LCD-9435
TLspXYGridLayerBuilder and TLcdXYGridLayer: Fixed exception when no grid data is configured at zoomed out scale levels. This was a regression, introduced by the fixes for LCD-9383 and LCD-9387.

Bug fixLuciadFusion

LCD-9438
TLspGXYLayerAdapter: when switching between polar south and north projections, a repaint was not triggered.

Bug fixLuciadFusion

LCD-9353
The method TLcdOGCWMSProxy.isSupportedXYworldReference was sometimes incorrect. It could return a false positive. For example when the server reported to support EPSG:3266 the method would return true when checking for EPSG:32662 even when the server did not advertise support for the latter.

Bug fixLuciadFusion

LCD-9420
TLcdISO19139MetadataEncoder now encodes the correct public schema location for the GMX namespace.

2017.0.07

ImprovementLuciadFusion

LCD-9391

Bug fixLuciadFusion

LCD-9389
Unsafe symbols, e.g. spaces, in the artifactId of some LuciadLightspeed components are now replaced by underscores. This should fix any POM validation errors you may have encountered.

Bug fixLuciadFusion

LCD-9401
Fixed issue within GeoTIFF model decoder for certain BigTIFF files. BigTIFF files with RGB data having an extra sample per pixel with unspecified meaning could lead to an exception with the message Invalid scanline stride in java 8.

Bug fixLuciadFusion

LCD-9316
When painting a point with height 0 and ElevationModeOBJECT_DEPENDENT, ON_TERRAIN or ABOVE_TERRAIN, its body and label were painted at an incorrect height when the datum of the model reference was different than the datum of the terrain reference (WGS84).

Bug fixLuciadFusion

LCD-9387
TLspXYGridLayerBuilder and TLcdXYGridLayer: creating a grid with different spacings and/or intervals for the x and y axes, didn't always work correctly.

Bug fixLuciadFusion

LCD-9383
TLspXYGridLayerBuilder and TLcdXYGridLayer: In some cases, lines or labels could be missing.

Bug fixLuciadFusion

LCD-9380
The SLD dynamic icon location support introduced by LCD-9207 did not work properly in case of OGC Symbology Encoding 1.1.

Upgrade considerationLuciadFusion

LCD-9390
The isUseDataSourceAsFallback and setUseDataSourceAsFallback were removed from the TLcdRPCModelReferenceDecoder class. These methods were added starting from the 2016.1.37 LuciadLightspeed patch release to solve a performance problem (LCD-8979). A better fix was added, which doesn't require these methods anymore. Compile errors can be solved by not calling these methods anymore.

2017.0.06

ImprovementLuciadFusion

TLcdGeoJsonModelDecoder now preserves the order of keys in feature properties that are decoded into a Map.

Bug fixLuciadFusion

LF-1317
Fixed mapping of the imported data controller

Bug fixLuciadFusion

LCD-9375
The Maven configuration was updated with the libraries that were changed or added for 2017.0. Broken links to Maven Central, which caused some libraries to be miscategorized as provided by Luciad, were restored.

Bug fixLuciadFusion

LF-1308
Removed unnecessary content-type configuration that forced the response type to be application/json for every controller.

Bug fixLuciadFusion

LCD-9371
When registering custom encoders with the same mime-type in the WMS server lower priority encoder implementations overwrote higher priority implementations.

Bug fixLuciadFusion

LCD-9372
TLcdUtmMgrsUtil returned an (incorrect) location when converting a non-existing MGRS coordinate to a lon lat coordinate instead of throwing a ParseException.

Bug fixLuciadFusion

LF-1312
The LuciadFusion WFS generated multiple redundant feature types for a vector coverage created from GML data.

2017.0.05

Bug fixLuciadFusion

LCD-8559
TLsp3DIconStyle: the 3D icon was positioned at the wrong height when an ALspStyleTargetProvider was used to provide geometry at another location than the domain object.

Bug fixLuciadFusion

LCD-9352
When using a TLcdGeodeticDatum instance created using the default constructor, modifying a property (for example the prime meridian) would change its reference datum as well. This could result in incorrect transformations between references with different geodetic datums, and incorrect reference encoding (for example EPSG/WKT).

2017.0.04

ImprovementLuciadFusion

LF-1287
Added "Create product" and "Add to product" buttons on data detail page.

ImprovementLuciadFusion

LF-1301
Added buttons for actions when the user has successfully added a dataroot.

ImprovementLuciadFusion

LF-1273
Changed the Spring Boot actuators configuration. The actuators base path is now /actuators after the server's context path. Where they used to be mapped directly behind the servers context path. E.g. if you configured the server's context path to be the root (/). Then the health actuator will now be mapped to /actuators/health, where it used to be mapped to /health. Additionally the security configuration of the spring boot actuators has been changed. Where it was required for a user to have the ACTUATORS role to be able to access the actuators. Now all authenticated users will be able to access the actuators.

ImprovementLuciadFusion

LCD-9320
TLcdWKTReferenceParser can now parse WKT reference string that contain an azimuthal equidistant projection (TLcdAzimuthalEquidistant).

Bug fixLuciadFusion

LF-1304
Fixed an issue with adding and removing styles from a product.

Bug fixLuciadFusion

LF-1297
Fix searching for products in the service creation form.

Bug fixLuciadFusion

LCD-9314
TLcdColorConvertOp: fixed an alpha band issue when converting color spaces. This issue caused certain GeoTIFF files to not be displayed properly.

Bug fixLuciadFusion

LF-1292
When using multiple LuciadFusion servers using the same tile store location, the WMS service didn't always detect the addition and removal of coverages done by an other server instance. These changes are now detected within a second.

2017.0.03

ImprovementLuciadFusion

LCD-9331
The GetFeatureInfo domain object TLcdWMSGetFeatureInfoRequest has a new method setAdditionalParameters, enabling users to include vendor-specific parameters in GetFeatureInfo KVP requests.

Bug fixLuciadFusion

LCD-9335
TLcdCoverageModelDecoder didn't work correctly when using a TLcdCoverageDataSource with a Windows Network Path (for example \\server\bla).

Bug fixLuciadFusion

LCD-9324
TLcdClusteringTransformer: Clustering a model with many (100000+) of points could block the UI for several seconds.

Upgrade considerationLuciadFusion

LCD-9301
TLcdSHPDomainObject.clone now has extra checks to prevent NullPointerException's when f.e. editing SHP files without DBF data.

2017.0.02

ImprovementLuciadFusion

LF-1278
Improved performance of adding data to a product. This improvement is especially noticeable when adding a large number of data items to a product.

ImprovementLuciadFusion

LCD-9197
The disk tile cache checks whether sufficient disk space is left on the device. If not the size of the disk cache is reduced automatically and a warning is logged.

ImprovementLuciadFusion

LCD-9200
The clearing of the disk cache on exit of the application is improved. Some folders where not deleted cluttering the file system.

ImprovementLuciadFusion

LCD-9292, LCD-7643
TLcdInputStreamFactory now automatically follows URL redirections across different protocols.

ImprovementLuciadFusion

LCD-9289
The SLD implementation now supports Base64-encoded embedded graphic icons that also include mime type information.

ImprovementLuciadFusion

LCD-9076
TLcdVVTerrainModel now supports variable (per segment) terrain sampling rates. The sample interval for each segment can be specified by overriding the calculateStepSize() method.

ImprovementLuciadFusion

LCD-9242
An SLD fill pattern is now anchored on a world point of the view. This makes the pattern aligned over tiles when used in a tiled WMS.

Bug fixLuciadFusion

LF-1282
Fix detection of styles after obfuscation

Bug fixLuciadFusion

LF-1265
Forced character encoding of resources to UTF-8

Bug fixLuciadFusion

LF-1264
Fixed a redirection issue with the Fusion Studio webapp. Browsing to the webapp root would not trigger a redirect to /studio/.

Bug fixLuciadFusion

LF-1261
When a client application sends an empty string value for the layer style name the default style configured on the product is used. A default layer factory was used erroneously as fall-back.

Bug fixLuciadFusion

LF-1154
The disk tile cache used for the WMS and WMTS services was not cleared on exit of the application.

Bug fixLuciadFusion

LF-1280
The LTS and LFS clients now better handle response content types that contain a character encoding.

Bug fixLuciadFusion

LCD-9306
GeoTIFF files with RPC00B coefficients take precedence over other geo-reference tag information. In some cases the CRS correctly used the RPC00B coefficients for determining the model reference but incorrectly still used other tags for positioning the image within the model reference. This applies to JPEG2000 as well.

Bug fixLuciadFusion

LCD-9304
In rare cases, TLcdAlbersEqualAreaConic#world2DEditableBoundsOnEllipsoidSFCT could return incorrect bounds.

Bug fixLuciadFusion

LCD-9072
TLcdCGMModelDecoder: Elliptical arcs were decoded incorrectly in some cases.

Bug fixLuciadFusion

LCD-9107
Fixed an SLD regression in 2016.1.x and 2017.0 that caused raster images to disappear in case of an SLD with a custom color map.

Bug fixLuciadFusion

LCD-7466
TLcdGXYPolylineLabelPainter didn't take the view rotation into account in all cases. This for example happened when painting labels for measurements created by TLcdAdvancedMapRulerController.

Bug fixLuciadFusion

LCD-9288
Fixed a memory leak that could occur in TLspLabelPainter when painting many moving objects with a changing label content. This could lead to an OutOfMemoryError after some time.

Bug fixLuciadFusion

LCD-9276
Fixed an issue where, in some rare cases, toggling the visibility of a layer painting a tile set could prevent painting from finishing.

Bug fixLuciadFusion

LCD-8403, LCD-8750
You no longer need to specify the nut.nativeDir system property to be able to use license files with iButton keys. All necessary libraries are now packaged inside jar files, and will be found from the classpath now instead of the native library path.

Bug fixLuciadFusion

LCD-9271
Fixed case of decoding GeoTIFF using the ModelTransformationTag for positioning the image in combination with a geodetic reference. This was a regression caused by implementing LCD-9202.

2017.0.01

ImprovementLuciadFusion

LCD-9207
The SLD implementation now supports dynamic locations for external graphic icons: an icon location can include {$propertyName} variables, referring to actual properties of the features to be styled.

ImprovementLuciadFusion

LF-1145
It is now possible to add an updateSequence to the WCS Capabilities. See ILcdWCSCapabilitiesProvider#getUpdateSequence.

ImprovementLuciadFusion

LF-1119, LF-1145
The Capabilities for WMS, WFS and WCS services set up using LuciadFusion Studio didn't contain an updateSequence.

ImprovementLuciadFusion

LF-1107
LuciadFusion Studio now avoids parsing metadata XML schemas for every data that is encountered during crawling. This brings a large performance (30-50%) improvement for the crawling jobs.

ImprovementLuciadFusion

LCD-8973
TLcdISO19139MetadataDecoder and TLcdISO19139MetadataEncoder now allow enabling the caching of application schemas. See setUseApplicationSchemaCache. Caching is now enabled by default.

ImprovementLuciadFusion

LCD-7829
TLcdWKTReferenceParser now also supports gnomonic projections.

ImprovementLuciadFusion

LCD-8799
TLcdEPSGReferenceParser and TLcdEPSGModelReferenceDecoder now document which geodetic datums, ellipsoids and projections from the EPSG database are supported.

ImprovementLuciadFusion

LCD-8989
The GeoTIFF model decoder now detects if a user-defined reference is used if the GTCitationGeoKey contains the value WGS_1984_Web_Mercator_Auxiliary_Sphere. If this is the case the EPSG:3857 reference (Web Mercator) is used.

ImprovementLuciadFusion

LCD-9182
TLcdEPSGReferenceParser now takes less time to initialize.

ImprovementLuciadFusion

LCD-9203
TLspRulerController#setMeasureMode will now throw an exception when trying to set the measure mode to null.

ImprovementLuciadFusion

LCD-2155
TLcdGXYCircleBy3PointsPainter/TLcdGXYShapePainter: improved rendering of ILcdCircleBy3Points instances that cross a pole.

ImprovementLuciadFusion

LF-1099
The quality setting of the JPEG tile data codec used in the Fusion Engine can be controlled with a system property. To set the value to 0.95 use -Dcom.luciad.fusion.tilestore.jpeq.quality=0.95. The default quality value used is 0.9.

ImprovementLuciadFusion

LCD-8189
The GeoTIFF model decoder now decodes geo-references using the RPC00B coefficients without requiring a world file (.tfw). When no geo-reference data is available as GeoTIFF tags the decoder looks for the existence of the optional _rpc.txt which contains the RPC00B coefficients.

Bug fixLuciadFusion

LCD-9247
The iterator returned by TLcdLocationListLabelingAlgorithmSupport#createLabelPlacementIterator didn't always behave correctly. Calling hasNext() multiple times without calling next() could result in a different result. This could lead to ArrayIndexOutOfBoundsExceptions.

Bug fixLuciadFusion

LCD-9244
The OGC WMS server incorrectly used a lon lat instead of a lat lon axis order when interpreting the bounding box information of a GetMap request with CRS urn:ogc:def:crs:EPSG::4326.

Bug fixLuciadFusion

LCD-9057
ALspStyle which have a color property, assumed that the color was defined in the sRGB color space. Now the color space is taken into account.

Bug fixLuciadFusion

LCD-6586, LCD-4856
TLcdUTMGrid could contain an incorrect EPSG authority code in its metadata after modifying the zone, hemisphere, geodetic datum or projection.

Bug fixLuciadFusion

LCD-6608
TLcdEPSGReferenceParser would throw exceptions for a few SR-ORG codes.

Bug fixLuciadFusion

LCD-7882
TLcdAlbersEqualAreaConic#world2lonlatOnEllipsoidSFCT would create points containing a NaN value when using a spherical ellipsoid.

Bug fixLuciadFusion

LCD-9204
TLcdMapG2DLineStyle did not respect the unit of measure of the view's world reference.

Bug fixLuciadFusion

LCD-9202
Fixed too enthusiastic derivation of model references introduced by fixing LCD-8981. There is often no need to.

Bug fixLuciadFusion

LF-1109, LF-1019
Fixed performance regression introduced by the fix of LF-1075 that cause very long loading times for tile stores with many coverages on Linux.

Bug fixLuciadFusion

LCD-9188
Fixed an OpenGL state leak in TLsp3DMeshPainter.

Bug fixLuciadFusion

LCD-9183
Fixed an issue where touch input might break when tapping on a component while that component gets hidden (for example, a dialog's close button).

Bug fixLuciadFusion

LCD-9088
The GeoTIFF model decoder now uses the Oblique Mercator variant B as default when a user defined projection CS is used with value CT_ObliqueMercator. The decoder also handles geographic CS types codes based on ellipsoid only.

Bug fixLuciadFusion

LCD-9085
TLcdLonLatGeoBuffer instances that contain a base shape with non-consecutive coinciding points could be visualized incorrectly.

Bug fixLuciadFusion

The TLcdEllipsoid#bufferContour2DOfSegmentSFCT and TLcdEllipsoid#bufferContour2DOf2DPolylineSFCT methods now use geodetic calculations instead of spherical calculations.

Bug fixLuciadFusion

LCD-9088
For some configurations of TLcdObliqueMercator, converting from world to lon-lat could result in points with NaN values.

Bug fixLuciadFusion

LCD-9103
The OGC clients threw an incorrect exception (TLcdOWSUnsupportedVersionException) when a HTML website was accessed that did not represent an OGC web service.

2017.0

ImprovementLuciadFusion

An new Dublin Core metadata package is now available in com.luciad.format.metadata.dc.model. It provides support for the DCMI's specification for metadata.

ImprovementLuciadFusion

An new ATOM metadata package is now available in com.luciad.format.metadata.atom.model. It provides support for describing metadata using the Atom Syndication Format.

ImprovementLuciadFusion

Added a new, generic cartesian reference that can be used as a model reference or world reference. You can optionally specify a unit of measure (ILcdISO19103UnitOfMeasure) per axis. This reference can be used to specify any non geospatial 2D X/Y plane or 3D X/Y/Z volume.

See TLcdCartesianReference for more information, or the TimeView sample code where it is used for a time-line.

ImprovementLuciadFusion

TLcdUnitOfMeasureFactory: a number of predefined unit of measures have been added as constants to this class. Part of these constants were already available in the API, but are now grouped in a central location to make it easier to find them.

ImprovementLuciadFusion

TLcdOGCSortBy: new (static) methods are added, which facilitate the creation of a sort-by instance for the most common use-cases. See the comparing and thenComparing methods. A utility method to convert the sort-by condition to a java.util.Comparator has also been added (see the asComparator method).

ImprovementLuciadFusion

The SLD GXY implementation now supports the rendering of curved labels that follow a feature's geometry; a common example is the labeling of road names. This capability can be enabled on a TLcdSLDTextSymbolizer by configuring an SLD vendor option with name followLine and value true.

ImprovementLuciadFusion

New custom OGC functions have been introduced which operate on strings: see TLcdOGCVendorSpecificFunctions.STRING_LENGTH_FUNCTION_NAME, TLcdOGCVendorSpecificFunctions.STRING_SUBSTRING_FUNCTION_NAME, TLcdOGCVendorSpecificFunctions.STRING_SUBSTRING_START_FUNCTION_NAME, TLcdOGCVendorSpecificFunctions.STRING_TO_LOWER_CASE_FUNCTION_NAME and TLcdOGCVendorSpecificFunctions.STRING_TO_UPPER_CASE_FUNCTION_NAME.

ImprovementLuciadFusion

Some changes to the product directory structure have been implemented:

  • The resources directory in the installation root has been renamed to config to better reflect its content type.
  • All sample Proguard configuration files have been collected into build/proguard instead of being scattered around.

ImprovementLuciadFusion

The WFS client now supports the new "minBoundsSize" OGC function. When used with servers that support this function (for example LuciadFusion), the function is evaluated by the server, so the client can avoid retrieving small elements.

This function allows to filter out elements which do not have a certain minimum size. A use-case of this function is requesting only the elements which will be visible when painting data on a map at a certain scale, and skip all objects which are too small.

For more information, see TLcdOGCVendorSpecificFunctions.

ImprovementLuciadFusion

LCD-7622
TLcdDataModelDescriptor now uses sensible defaults for model element types and model types if you pass null for the respective arguments:
  • The TLcdDataModel.getDeclaredTypes() are used as model element types if you pass null.
  • The TLcdDataModel.getTypes() are used as model types if you pass null.

ImprovementLuciadFusion

TLcdSymbol now has a new symbol type: a filled circle with a double outline.

ImprovementLuciadFusion

Added new parameter to TLcdKML22Parameter called "asynchronousAllowed". This allows you to set whether dynamic models should retrieve their resources synchronously or asynchronously. The default behavior is asynchronous, as before. We recommend setting this parameter to false when working on a server-side application such as WMS. Note that by default, if you are already using a parameters updater object, such as TLcdKML22GXYViewParametersUpdater, TLcdKML22GXYViewParametersUpdater, then this will automatically update this setting based on the preferences of the currently active view.

ImprovementLuciadFusion

Added decoding/encoding support for GML 3.2 coverages (see TLcdGML32AbstractCoverage and subclasses). Note that visualization of or image operations on GML coverages are not supported.

ImprovementLuciadFusion

LCD-3555
TLcdWFSClientModelEncoderFactory now includes GeoJSON in its advertised output formats. This made the previously available sample code to support GeoJSON redundant, so that sample code has been removed (WFSClientModelEncoderFactory).

ImprovementLuciadFusion

LCD-8853
To be able to use an existing OpenGL texture object with ALspTextureObject, it was required to overwrite all the methods of this class. Now it's only required to overwrite ALspTextureObject#getTextureObject to provide the OpenGL texture object ID.

ImprovementLuciadFusion

LCD-8974
A new custom OGC function is introduced: see TLcdOGCVendorSpecificFunctions.GEOMETRY_TYPE_FUNCTION_NAME. This function allows to filter on specific geometry types. A use-case for this function is having SLD rules which only apply on a specific geometry type.

ImprovementLuciadFusion

TLcdWFSProxyModel.Builder: a new modelDecoder method is available which allows to specify a model decoder for a specific output format.

ImprovementLuciadFusion

Introduced first version of LuciadFusion Studio. This web-based application offers a front-end and backend for managing data, creating products, and publishing the results as any of the available OGC Services.

ImprovementLuciadFusion

A new custom OGC function is introduced: see TLcdOGCVendorSpecificFunctions.MIN_BOUNDS_SIZE_FUNCTION_NAME and TLcdOGCFilterFactory#minBoundsSize. This function allows to filter out elements which do not have a certain minimum size. A use-case of this function is requesting only the elements which will be visible when painting data on a map at a certain scale, and skip all objects which are too small.

ImprovementLuciadFusion

The scale range of a layer in a 3D view is now applied using a local scale instead of a single scale per view. Unlike a 2D view, a 3D view does not have a single map scale, every point in the visible area in a 3D view has another scale. Previously, the scale range was all-or-nothing, based on a scale determined at one location on the screen. Now, within one view the layer can load data for nearby regions within the scale range, and leave out data for regions outside the scale range.

If you have a TLcdModelQueryConfiguration on a layer in 3D, the layer will use different OGC conditions for different regions in your view at the same time. For example, within one view you can have major roads in the distance as well as minor roads nearby.

The "minimum object size for painting" setting on a layer is also applied adaptively. Previously, each frame one uniform pixel size was used for the entire layer, based on a scale determined at one location on the screen. Now, the layer can load smaller elements near the viewer and only larger elements further in the distance.

ImprovementLuciadFusion

Improved handling of large vector data sets by introducing the ILcdModel.query method and the concept of a TLcdModelQueryConfiguration which can be set on a TLspLayer and TLcdGXYLayer.

  • The new default method ILcdModel.query method allows to request from a model all elements that match a certain OGC filter. That OGC filter can contain a "BBOX" operator as well as other non-spatial conditions. You can also specify a certain order and/or limit.
  • Since it's a default method, it is available for all ILcdModels. By default, it will use applyOnInteracts2DBounds if available, or elements otherwise. This means most in-memory models will use a spatial tree to evaluate the spatial part of the OGC filter, and evaluate other parts by testing all remaining elements.
  • Certain models have an optimized implementation of the ILcdModel#query method. For example database models will convert the OGC filter to SQL and let the database do the filtering. WFS models will send the filter to the WFS server so that the server can perform the filtering, and only needs to send the requested elements back to the client.
  • By configuring a TLcdModelQueryConfiguration on the layer, you can specify which OGC filter the layer should use at a certain scale when it queries the model. This allows to reduce the amount of data the layer loads at certain scales. This also works in 3D, where the scale is not uniform across the screen. See TLspShapeLayerBuilder.modelQueryConfiguration and TLcdGXYLayer.setModelQueryConfiguration.
  • When a layer is styled using SLD styling, a TLcdModelQueryConfiguration is automatically derived from the SLD to ensure that only the data which will be visualized is loaded. See for example TLspShapeLayerBuilder.sldStyle.
For more information, please refer to the javadoc of TLcdModelQueryConfiguration or the LuciadLightspeed Developer's Guide. See also the article How to visualize OpenStreetMap data sets with LuciadLightspeed on the Luciad Developer Platform for an example use case.

ImprovementLuciadFusion

LCD-8678
Several API usability improvements were made for working with OGC filters:

ImprovementLuciadFusion

Several minor inconsistencies in the different evaluators for OGC filters have been fixed. An example of such an inconsistency is an evaluator which would return true for A == B but false for A >= B.

ImprovementLuciadFusion

LCD-8418, LCD-7697
ALspCameraConstraint can now be used to constrain parameters other than those passed to lookAt() and lookFrom(), such as the field of view or the near and far clipping planes. This improvement also fixes possible drifting of a 3D camera when a constraint is active (reported in LCD-7697).

ImprovementLuciadFusion

XML framework: improved the handling of content in elements of the "any" type.

ImprovementLuciadFusion

LCD-8743
The WFS model TLcdWFSProxyModel now properly takes into account all bounding boxes of a feature type to locate the data. In the past, only one bounding box was considered, which is the most common use case.

ImprovementLuciadFusion

LCD-8968
ILcdModelDecoder now has a method to retrieve all ILcdDataSource instances for a given source path. This method can be used in conjunction with the new API to retrieve a specific ILcdModel custom model decoder that wraps an existing ILcdModelDecoder, we highly recommend delegating these new default interface methods as well.

ImprovementLuciadFusion

LCD-8896
An new ISO metadata package is now available in com.luciad.format.metadata.model.service. It provides support for the ISO 19119 specification for Geographic information Services.

ImprovementLuciadFusion

LCD-8965
All common implementations of ILcdISO19103UnitOfMeasure now implement equals() and hashcode() so that they can be compared more easily. This also makes serialization of units of measure easier to implement.

ImprovementLuciadFusion

ImprovementLuciadFusion

ImprovementLuciadFusion

LCD-8467, LCD-3912
TLcdISO8601DateFormat formats and parses java.util.Date objects to/from the ISO 8601 date/time format representation.

ImprovementLuciadFusion

TLcdOGCFilterEvaluator now supports case-insensitive "is like" operators as mentioned in the OGC Filter 1.1 specification OGC 04-095c1. See TLcdOGCIsLikeOperator#setMatchCase for more information.

ImprovementLuciadFusion

A new server and client API for OGC Catalogue Services (CSW) has been introduced.
For more information, see:
  • The OGC CSW Catalog Server developer's guide (CSW_DeveloperGuide.pdf)
  • The class javadoc of TLcdCSWServlet and TLcdCSWClient
  • The package javadoc of com.luciad.ogc.csw

ImprovementLuciadFusion

In the WFS service, the default implementation of ALcdOGCWFSCommandDispatcherFactory#createModelDecoderFactory returns a TLcdOGCModelDecoderFactory. This factory automatically picks up all the data connectors that are found on the class path. It uses the TLcdServiceLoader to find all the ILcdModelDecoders of the formats that are installed.

ImprovementLuciadFusion

LCD-6715
In the WCS service, the default implementation of ALcdOGCWCSCommandDispatcherFactory#createModelDecoderFactory returns a TLcdOGCModelDecoderFactory. This factory automatically picks up all the data connectors that are found on the class path. It uses the TLcdServiceLoader to find all the ILcdModelDecoders of the formats that are installed.

ImprovementLuciadFusion

The WMS now has anti-aliasing enabled by default, which produces smoother rendering results.

ImprovementLuciadFusion

LCD-8438
The version suffix for third-party library jars has been reformatted to improve compatibility with some third-party classloaders. The jars are now named according to the format lib-version.lcd-buildnumber.jar. For example, libfoo@2.0+3-lcd.jar is named libfoo-2.0.lcd-3.jar in the new format.

ImprovementLuciadFusion

LCD-8924
The LSP decoder sample (a.k.a. data viewer) now picks up companion .sld files for imagery files such as tif. This allows to specify for example band selections using an .sld file next to the tif file. An example sld file can be found in 'samples/resources/Data/SLD/raster_band_selection.xml' (it assumes 4-band imagery, but can easily be modified).

ImprovementLuciadFusion

LCD-8924
The GXY decoder sample (a.k.a. data viewer) now picks up companion .sld files for imagery files such as tif. This allows to specify for example band selections using an .sld file next to the tif file. An example sld file can be found in 'samples/resources/Data/SLD/raster_band_selection.xml' (it assumes 4-band imagery, but can easily be modified).

ImprovementLuciadFusion

LCD-8922
TLcdISO19115GeoGraphicBoundingBox is now no longer limited to geodetic geo referenced coordinates.

ImprovementLuciadFusion

LCD-8917
The sample WMS server code to monitor a directory for new/removed/updated data, available in samples.wms.server.updater, has been updated to use Java's NIO WatchService API instead of custom directory monitoring logic.

ImprovementLuciadFusion

The sample package samples.lightspeed.daynight contains a sample showing how to visualize a day/night map using the Lightspeed styling API. The sample visually distinguishes day and night as well as civil/nautical/astronomical twilight. It also displays the point on the Earth where the sun is directly overhead.

ImprovementLuciadFusion

The WMTS Client now supports multidimensional data. More specifically, the TLcdWMTSModelDecoder now returns an ILcdMultiDimensionalModel. By applying a dimensional filter (ILcdMultiDimensionalModel.applyDimensionFilter), you can now change one or more values of a model with multidimensional data (e.g. GRIB or NetCDF), and see the underlying image change accordingly.

ImprovementLuciadFusion

TLcdAnimation is a new lambda-friendly implementation of ILcdAnimation.

ImprovementLuciadFusion

TLcdLayer: added a setSelectableSupported method.

ImprovementLuciadFusion

The WFS client now supports connecting to WFS 2.0.0 servers. This includes OGC Filter 2.0 support. Do note that stored queries are not yet supported.

ImprovementLuciadFusion

The WFS server now supports WFS 2.0.0 clients. This includes OGC Filter 2.0 support. Do note that temporal filtering and stored queries are not yet supported.

ImprovementLuciadFusion

A model decoder for Fusion coverages has been added: TLcdCoverageModelDecoder decodes coverages directly from their coverage XML file description and treats it just like any other data source. The decoder additionally supports coverage data outside the context of a tile store, and coverage data served via a LTS service. The remote coverages need to be specified via the TLcdCoverageDataSource.

Only coverages of types ELfnDataType#IMAGE,ELfnDataType#ELEVATION, and ELfnDataType#RASTER are supported.

The returned models expose their dimensions through the ILcdMultiDimensional interface.

ImprovementLuciadFusion

LCD-3862
There is a default command dispatcher factory available which provides a good starting point for making a Web Map Service with few or no additional programming. The TLcdOGCWMSCommandDispatcherFactory loads most of its functionality using a service loader mechanism. More specifically, implementations of decoders and layer factories are picked up automatically when they are annotated with the appropriate LcdService annotation. The sample command dispatcher factory extends from the default factory and only adds dynamic behavior.

ImprovementLuciadFusion

The display names of several formats have been improved. Also, TLcdModelDescriptor.sourceNameToDisplayName has been added to derive a display name from a source name.

ImprovementLuciadFusion

You can use a new, lazy-loading ESRI Shapefile decoder: TLcdSHPModelDecoder2.

This decoder does lazy loading of elements, based on the client request.
  • This ensures a low memory footprint if only part of the data is needed at the same time:
    • when visualizing a small area
    • when a model query filter is used
    • when doing processing on the elements one by one
  • It also ensures fast model creation.

We recommend using the new TLcdSHPModelDecoder2. If you do want eager-loading behavior, you can use TLcdSHPModelDecoder. It loads all records up-front, including all geometry and property data. This results in large memory footprint as well as a big decoding hit on startup, but subsequent queries are very fast.

TLcdSHPModelDecoder2 is registered in the Java service registry, while TLcdSHPModelDecoder is no longer registered. If you use the Java service loader to look up model decoders, you will automatically use the new decoder.

ImprovementLuciadFusion

TLcdSLDLabelingAlgorithm now prefers static labels over dynamic ones. This behavior was set as the default labeling behavior. This is for example useful for cases where you need consistent consistent label positions over multiple repaints, such as a (Tiled) WMS or WMTS server implementation. You can still enable the dynamic behavior, where multiple locations are tried, by passing false to the constructor.

ImprovementLuciadFusion

PNG encoding in the fusion engine is now faster. The implementation now uses the ObjectPlanet PNG encoder.

ImprovementLuciadFusion

LCD-8800
GML decoding: improved robustness when decoding GML features with incomplete geometry.

ImprovementLuciadFusion

WMS server: TLcdWMSModelProvider was added. This ILcdModelProvider has support for multi-dimensional models and has a model cache.

ImprovementLuciadFusion

LCD-8767
TLcdOWSBoundingBox now implements ILcdBounded. This allows you to retrieve an ILcdBounds object using objects of the TLcdOWSBoundingBox class.

ImprovementLuciadFusion

LCD-8745
TLcdKMLGXYLayerFactory now makes it possible to easily create layers for KML data.

ImprovementLuciadFusion

LCD-8745
TLcdSLDFileGXYLayerFactory was added. This layer factory creates SLD styled layers if the data source file is accompanied by an SLD (.sld) file.

ImprovementLuciadFusion

LCD-8745
TLcdWMTSGXYLayerFactory now makes it possible to easily create layers for WMTS data.

ImprovementLuciadFusion

LCD-8745
TLcdMIFGXYLayerFactory now makes it possible to easily create layers for MIF data.

ImprovementLuciadFusion

LCD-8789
The XML framework now logs a warning if it encountered broken xlinks during decoding.

ImprovementLuciadFusion

LCD-8655
Added support for OGC Filter 2.0.
This adds support for temporal operators. See TLcdOGCBinaryTemporalOperator for details. You cannot serialize this operator to a 1.1 OGC Filter.
Other notable changes when using Java to create filter and condition:
  • You can use a function (TLcdOGCFunction) as condition ( ILcdOGCCondition) if it evaluates to a boolean result.
  • Instead of using "object ids" or "feature ids" on TLcdOGCFilter, you can now use a condition to match ID: see TLcdOGCFilterFactory.resourceIds(). Using object ids directly is deprecated, but still works.
Both changes can be used regardless of whether the condition will eventually be serialized to a 1.1 OGC Filter (for example WFS 1.x, or SLD), or a 2.0 OGC Filter (for example WFS 2.0).
Binary arithmetic operators (Add/Mul/Sub/Div) are no longer supported in the OGC Filter 2.0 standard. You can still create them and evaluate them, but you will get an error when it is serialized to OGC Filter 2.0 XML (for example WFS 2.0).

ImprovementLuciadFusion

ALcdMultiDimensionalModelProvider provides a default implementation of its getModel method that takes dimensional parameters. This adds multidimensional support to WMS if your models implement ILcdMultiDimensionalModel.

ImprovementLuciadFusion

LCD-7978
The new TLcdShapeDataTypes.SHAPE_TYPE is a built-in data type (TLcdDataType) that you can use for properties that are ILcdShape.

ImprovementLuciadFusion

LCD-6917
3D icons are now rendered in two passes when the painting hints on the view are set to NICEST. As a result, 3D icons with transparent textures will no longer contain 'holes'.

ImprovementLuciadFusion

ILcdFilter now extends java.util.function.Predicate<T> and implements test() using a default method that delegates to accept().

ImprovementLuciadFusion

For better interoperability with reverse proxies, the server now uses OnlineResource paths relative to the servlet mapping instead of relative to the servlet container in its capabilities. For backwards compatibility, the behavior towards older clients remains as it was before. This feature requires that both client application (DCM, Lucy, ...) and server are using LuciadFusion V2017.0 or higher. If you're running a LuciadFusion server behind a reverse proxy and want to take advantage of this feature, you should make sure both client and server are up-to-date.

ImprovementLuciadFusion

LCD-8209
The sample package samples.lightspeed.style.textured is removed. The fill style sample in the package samples.lightspeed.style.fillstyle shows how to use a texture with a fill style.

ImprovementLuciadFusion

LCD-8546, LCD-8801
ILcdBounds now has a few new default convenience methods:
  • getMinX(), getMaxX(), getMinY(), getMaxY(), getMinZ(), getMaxZ(): provide the left/right/lower/upper/bottom/top boundary values. These are derived properties, calculated from the location and width/height/depth. They can be overridden for performance
  • getCenter(): provides a point that is the center of the bounds.

ImprovementLuciadFusion

ILcdLogger received new methods which accept a Supplier<String> as argument instead of a String, similar to what has been done in the JDK for the java.util.logging.Logger class.

ImprovementLuciadFusion

LCD-8247
TLcdAWTUtil now has two new utility methods to add and remove components from a parent container that is already visible on screen (addComponent, removeComponent). This is often needed when adding items to the map overlay panel, but is useful for other cases as well. Sample code was updated to make use of this utility method. Consult the reference documentation for more details.

ImprovementLuciadFusion

LCD-8097
TLsp3DIconStyle: It is now possible to configure a translation to apply to the 3D icon. See TLsp3DIconStyle.Builder#translate().

ImprovementLuciadFusion

LCD-8444
TLcdTransportFactory.createTransport(): the created transport now uses the default java.net.Authenticator to obtain the credentials when connecting with a secure server/proxy, and the default java.net.ProxySelector to determine whether a proxy must be used.

ImprovementLuciadFusion

LCD-8460
GML encoding: in some cases, the configured target namespace was not taken into account.

ImprovementLuciadFusion

LCD-8383
TLspLabelPainter now logs an error when using TLspCurvedPathLabelingAlgorithm in combination with a TLspIconStyle.

ImprovementLuciadFusion

LCD-3689, LCD-7153
TLcdSelectionChangedEvent can now be constructed and queried using java.util.Map.

ImprovementLuciadFusion

LCD-7541
GML decoding: reduced memory needs when decoding large documents that don't have a version specific extension.

ImprovementLuciadFusion

LCD-7418
TLcdSymbol: improved anti-aliased rendering of circles.

ImprovementLuciadFusion

LCD-7419
TLcdSymbol now uses anti-aliasing by default.

ImprovementLuciadFusion

LCD-8397
GML encoding: fixed a possible NullPointerException when exporting a degenerate arc-by-bulge.

ImprovementLuciadFusion

LCD-8179, LCD-9736
TLspMGRSGridStyle, TLspGeorefGridStyle and TLspXYGridStyle now contain methods that allow to customize the label position. See labelPosition() and labelLinePosition().

ImprovementLuciadFusion

LCD-8326
ALcdGXYNewControllerModel2 now also paints handles while creating shapes.

Bug fixLuciadFusion

LCD-9010
The use of tiled visualization for WMS layers containing rasterized vector data could sometimes result in vector graphics being cut off at the boundaries of the WMS layer.

Bug fixLuciadFusion

LCD-9034
LcdService is now retained at runtime. This for example allows to retrieve the priority from a service. This change allowed to fix the order of the services returned by the ServiceRegistry sample class.

Bug fixLuciadFusion

LCD-9033
Geodetic bounds with a height of (approximately) 180 degrees were not always transformed correctly to a reference with a different geodetic datum. This could cause issues such as height providers not returning any heights.

Bug fixLuciadFusion

LCD-8940
Fixed a possible NPE when calling ALfnCoverage#getTile() on a coverage that includes a tile message digest. It is now possible to call this method with null as message digest buffer argument.

Bug fixLuciadFusion

LCD-8894
WMS Get map requests could suffer from a tiny offset due to rounding errors.

Bug fixLuciadFusion

LCD-8831
In some cases, TLcdWFSProxyModelDescriptor#getModelElementTypes() returned too many data types.

Bug fixLuciadFusion

GML encoding: has-a-shapelist domain objects are now correctly encoded to GML 2.

Bug fixLuciadFusion

The default ILcdModelProvider returned by ALcdOGCWMSCommandDispatcherFactory#createModelProvider threw an IllegalArgumentException instead of an IOException when no model decoder can be found for a given source.

Bug fixLuciadFusion

LCD-7277
TLcdSHPModelDecoder: The character set used for String values parsed from the DBF file was incorrect if the DBF file uses one of the ISO-8859 encodings.

Bug fixLuciadFusion

LCD-8772
It is now possible to easily change the brightness, contrast and transparency of rendered WMS maps in GXY; these properties have been made configurable on the WMS GXY painters TLcdWMSProxyGXYPainter and TLcdGXYTiledWMSProxyPainter.

Bug fixLuciadFusion

LCD-9107
Fixed a bug in TLcdGXYImagePainter that caused no image data to be painted. This bug could occur when setting an ALcdImageOperatorChain on the painter. It was most easily triggered when using an SLD with a color map to paint the image data.

Bug fixLuciadFusion

In rare cases, TLcdWarpMultilevelRasterPainter painted data where no data should have been available. This could for example happen for DTED data where data is available on the DMED level, but not on the DTED0 level.

Bug fixLuciadFusion

LCD-8616
XML framework: improved compatibility with JDK 1.8.

Upgrade considerationLuciadFusion

TLcdXMLBuiltInConstants.XSD.TypeIndex has been removed from the API, as it serves no practical purpose. In the highly unlikely event you were using this constant, you can safely replace any reference to it by zero.

Upgrade considerationLuciadFusion

Due to the introduction of support for OGC Filter 2.0 (see LCD-8655), using the TLcdOGCFilterDecoder to convert an XML representation of a filter into a TLcdOGCFilter instance will not always result in a Java structure which matches the filter structure. The Java filter will be the equivalent of the XML representation, but the individual building blocks of the Java filter might differ from the XML building blocks.

For example

      <ogc:PropertyIsEqualTo>
      <ogc:Function name="my_custom_function">
      <ogc:Literal>foo</ogc:Literal>
      </ogc:Function>
      <ogc:Literal>true</ogc:Literal>
      </ogc:PropertyIsEqualTo>
    
might be converted to just a TLcdOGCFunction which evaluates to a boolean, instead of being wrapped in a TLcdOGCBinaryComparisonOperator.

Upgrade considerationLuciadFusion

The deprecated classes from the com.luciad.ogc.filter package have been removed, as well as the TLcdOGCBinarySpatialFilterFactory class.

These classes have been deprecated since V6 and were only used in V5 to decode an XML representation of an OGC filter into Java classes. For this, you can use the TLcdOGCFilterDecoder instead.

Upgrade considerationLuciadFusion

TLcdTransformingModelFactory no longer offers a way to specify whether the transformed model should keep a spatial index. It will never do so. This also means returned models will no longer implement ILcd2DBoundsIndexedModel.

Upgrade considerationLuciadFusion

TLcdOGCFilterSpatialEvaluator: the constants of this class have been removed. These constants were ILcdSpatialEvaluatorFunction instances which should not have been used directly. If you want to perform spatial filtering, you either decode an XML representation of a filter into an TLcdOGCFilter, or you use the TLcdOGCBinarySpatialOperator class.

Upgrade considerationLuciadFusion

LCD-3073
The third library dependency on Batik has been updated from version 1.7 to 1.9. Its dependency on Xalan has also been updated from version 2.6.0 to 2.7.2.

Upgrade considerationLuciadFusion

The interface ILcdCoverageFilterFactory has been removed from the API. A compile error will notify you if you were using this interface, which we don't anticipate as it was not used effectively. The new ILcdWCSCapabilitiesProvider offers a more powerful and easier-to-use replacement, should there be a need.

Upgrade considerationLuciadFusion

LCD-7995
TLcdCompositeModelDecoder now throws an exception when no delegate decoder creates a non-null model. Before, it returned null instead. This change has little impact as calling code already had to deal with exceptions. In addition, it is more clear because of the exception message, and is more in line with what to expect from ILcdModelDecoder.decode, as defined by the interface. See javadoc of TLcdCompositeModelDecoder.decode for details.

Upgrade considerationLuciadFusion

LCD-8955
Upgraded woodstox to a newer version. Previously, the XML module had a dependency on woodstox 4.0.9, but this has been upgraded to woodstox 5.0.3 for compatibility reasons.

Upgrade considerationLuciadFusion

TLcdOGCBinaryComparisonOperator: the unsupported class constants MATCH* have been removed from the API. As it was virtually impossible to use them, we don't expect this to affect anyone.

Upgrade considerationLuciadFusion

The following classes related to the MTM format have been deprecated: TLcdMultilevelTiledModelDecoder, TLcdMultilevelTiledModelDescriptor and TLcdMultilevelRegularTiledModelDecoder.

Upgrade considerationLuciadFusion

The caching behavior for ILcdWFSFeatureType on the WFS server has been modified. Previously, caches used the ILcdWFSFeatureType instance itself as key for a cache. This implies that caches didn't work as expected when using different WFS feature type instances that represent the same data.

This instance-based caching mechanism has been replaced by a caching mechanism that uses the following properties as cache key:

  • ILcdWFSFeatureType#getQName: uniquely identifies the WFS feature type.
  • ILcdWFSFeatureType#getUpdateSequence: identifies the 'version' of the WFS feature type. I.e. if a property of the feature type changes, its update sequence should change as well.
  • ILcdOGCModelProvider#getUpdateSequence: identifies the 'version' of the underlying data. I.e. if the data changes, this update sequence should change as well.

Upgrade considerationLuciadFusion

TLcdKML22LookAt and TLcdKML22Camera used to have a method adjustCameraSFCT to modify the settings of an ILcdGLCamera of an ILcdGLView (so not GXY nor Lightspeed views). These methods are no longer available. It is still possible to fit an ILcdGLView on a feature using TLcdKML22GLViewFitAction, as before.

Upgrade considerationLuciadFusion

For reasons of technical software consistency, TLcdCADRGModelDecoder and related API have moved to the NITF component, part of the option Defense Standards. Please contact Luciad support if you have questions on how to get access to this option.

Upgrade considerationLuciadFusion

The LuciadFusion server API (com.luciad.fusion.server.*) has been superseded with the LuciadFusion Platform. Please refer to the Fusion migration guide for more information.

Upgrade considerationLuciadFusion

The WMS server has added caches on two new levels:

  • The command dispatchers now use a mechanism of view pooling. This changes the call order of methods such as TLcdOGCWMSCommandDispatcher.clearGXYView. If needed, the pool size (ALcdWMSCommandDispatcher.setGXYViewPoolSize) can be set to 0 obtain the old behavior.
  • It now uses a non-persistent tile cache for tiled (Tiled WMS) GetMap requests. This cache makes sure that subsequent tile requests are handled much faster, improving the performance and scalability of the WMS server when using tiled requests. See ALcdOGCWMSCommandDispatcherFactory for more information (also on how to disable tile caching for example).

This implies that for data that changes dynamically, extra care needs to be taken to make sure caches are invalidated. To this end, the following API was introduced:

  • ALcdWMSLayer#setUpdateSequence: Used to indicate that a WMS layer has changed. This includes all dependencies such as styles, layer factory implementation, etc...
  • ILcdModelProvider#getModelUpdateSequence: Used to indicate that the underlying data has changed. This can mean that the model has been changed in-memory, or that the underlying data (file/database/...) has been changed.

By default, the implementations of these methods (mostly) assume static data/layers. For WMS servers that serve data that changes over time (for example data updates), these methods should be used correctly. Note that the LuciadFusion Platform already takes care of this. An alternative is to disable the caches.

Upgrade considerationLuciadFusion

The Java Servlet dependency has been upgraded from version 3.0 to 3.1. Consequently, an application server or servlet container with support for Java Servlet 3.1 or higher is now required for deployment of the server - for instance, Tomcat 8 or higher. The impact of this is expected to be low since Java Servlet 3.1 is widely adopted by application server and servlet container products. The servlet container delivered with the Luciad products, Jetty 9, already supports Servlet 3.1.

Upgrade considerationLuciadFusion

The Java Servlet dependency has been upgraded from version 3.0 to 3.1. Consequently, an application server or servlet container with support for Java Servlet 3.1 or higher is now required for deployment of the server - for instance, Tomcat 8 or higher. The impact of this is expected to be low since Java Servlet 3.1 is widely adopted by application server and servlet container products. The servlet container delivered with the Luciad products, Jetty 9, already supports Servlet 3.1

Upgrade considerationLuciadFusion

The isAntiAliased method was added to the ILcdGXYView interface. The view implementations have the corresponding setter. This allows to globally enable anti-aliasing on a view, to achieve smoother rendering results. This can lead to a compile error for custom ILcdGXYView implementations. The compile error can be solved either by delegating to an other view, or by implementing this method when no delegate is available. A basic implementation would be to always return true or false.

Upgrade considerationLuciadFusion

All WCS request handler implementations are no longer part of the public API:

  • TLcdWCSGetCapabilitiesRequestHandler
  • TLcdWCSDescribeCoverageRequestHandler
  • TLcdWCSGetCoverageRequestHandler

Any unlikely usages of these concrete classes can be replaced as follows:

  • Decoration: in case you were wrapping the request handlers, you can generically wrap them instead, they offered nothing in addition to the ILcdRequestHandler interface.
  • setCoverageOfferingList and setServiceMetaData calls can be replaced by creating/wrapping the ILcdWCSCapabilitiesProvider in the WCS command dispatcher factory. This is a much more powerful, easier and safer approach to achieve similar results. See also the other release note about ILcdWCSCapabilitiesProvider for more information.

Upgrade considerationLuciadFusion

The ILcdWCSCapabilitiesProvider interface was added. This interface describes the capabilities of a WCS service. Advantages over ILcdCoverageOfferingList are that:

  • it is easier now to update the coverage offering while the service is running.
  • it allows to lazily load models to improve the scalability of the server.
  • it allows to do per-request handling of coverages. This for example allows to filter out coverages for specific users or groups.
  • it separates the configuration/metadata from the actual use of models.

The models should be accessed through the model provider. To this end, the method createModelProvider was added to the ALcdOGCWCSCommandDispatcherFactory. The default implementation TLcdOGCModelProvider maintains a cache for all decoded models.

The ALcdOGCWCSCommandDispatcherFactory allows you to plug in a ILcdWCSCapabilitiesProvider by overriding the createWCSCapabilitiesProvider method.

The methods createServiceMetaData and createCoverageOfferingList of ALcdOGCWCSCommandDispatcherFactory remain to exist but they will be no longer be abstract. Overwriting the new method to create the capabilities provider createWCSCapabilitiesProvider will be the preferred way of working instead of using the two previously mentioned methods.

In order to make sure this new interface is used in the WCS server, the following change was made:

  • TLcdWCSCommandDispatcherContext now contains the methods getCapabilitiesProvider() and getModelProvider() instead of the getCoverageOfferingList() and getServiceMetaData() methods. Usages of these methods can be replaced by the corresponding functionality on the ILcdWCSCapabilitiesProvider.

Upgrade considerationLuciadFusion

All WFS request handler implementations are no longer part of the public API:

  • TLcdWFSDescribeFeatureTypeRequestHandler
  • TLcdWFSGetCapabilitiesRequestHandler
  • TLcdWFSGetFeatureRequestHandler
  • TLcdWFSLockFeatureRequestHandler
  • TLcdWFSTransactionRequestHandler

Any unlikely usages of these concrete classes can be replaced as follows:

  • Decoration: in case you were wrapping the request handlers, you can generically wrap them instead, they offered nothing in addition to the ILcdRequestHandler interface.
  • setFeatureTypeList calls (which had inherent threading issues) can be replaced by creating/wrapping the ILcdWFSCapabilitiesProvider in the WFS command dispatcher factory. This is a much more powerful, easier and safer approach to achieve similar results. See also the other release note about ILcdWFSCapabilitiesProvider for more information.
  • The TLcdDataModel instances passed to TLcdWFSTransactionRequestHandler can now be configured in the WFS command dispatcher factory. See ALcdOGCWFSCommandDispatcherFactory#createTransactionContentDataModels(). By default, this method, amongst others, returns the AIXM 5.1 data model (if available).

Upgrade considerationLuciadFusion

LCD-4837

The ILcdWFSCapabilitiesProvider interface was added. This interface describes the capabilities of a WFS service. Advantages over ILcdWFSFeatureTypeList are that:

  • it allows adding/removing data without restarting the server
  • it allows to lazily load models to improve the scalability of the server
  • it allows to do per-request handling of feature type. This for example allows to filter out feature types for specific users or groups.

The ALcdOGCWFSCommandDispatcherFactory allows you to plug in a ILcdWFSCapabilitiesProvider by overriding the createWFSCapabilitiesProvider method.

In order to make sure this new interface is used in the WFS server, the following changes were made:

  • TLcdWFSCommandDispatcherContext now contains a getCapabilitiesProvider() method instead of the getFeatureTypeList(), getServiceProvider() and getServiceMetaData() methods. Usages of these methods can be replaced by the corresponding functionality on the ILcdWFSCapabilitiesProvider.
  • TLcdWFSRequestContext now contains a getCapabilitiesProvider() method instead of the getAvailableFeatureTypes method. Usages of this method can be replaced by a call to ILcdWFSCapabilitiesProvider#getFeatureTypes. It will also be necessary to handle the TLcdWFSServiceException that is thrown by this method (during a request, this exception should not be caught).
  • The TLcdWFSFilteredModelFactory constructor now doesn't take any parameters as input anymore.
  • ALcdOGCWFSCommandDispatcherFactory#createFilteredModelFactory now takes an ILcdWFSCapabilitiesProvider as argument instead of an ILcdWFSFeatureTypeList.

Upgrade considerationLuciadFusion

The interfaces ILcdRequest and ILcdResponse have been extended with additional methods that are useful in the context of conditional get requests. The methods were already available on the concrete implementations for which internally instance of and casting was done to achieve the desired behavior.

This change affects users that have implemented ILcdRequest and ILcdResponse themselves. There is no need to implement these interfaces yourselve though as there are implementations available within the Luciad product.

Upgrade considerationLuciadFusion

The interfaces ILcdRequest and ILcdResponse have been extended with additional methods that are useful in the context of conditional get requests. The methods were already available on the concrete implementations, but are now accessible from the interface without the need for downcasting.

This change affects users that have implemented ILcdRequest and ILcdResponse themselves. There is no need to implement these interfaces yourself though as there are implementations available within the Luciad product.

Upgrade considerationLuciadFusion

TLcdWMTSModelDecoder now returns models with has-an-image domain objects instead of just an image. So the element(s) returned by ILcdModel.elements() no longer extend from ALcdImage, but rather contain a reference to such an ALcdImage. In certain conditions, the returned TLcdWMTSModelDescriptor also implemented ILcdEarthModelDescriptor, this is no longer the case. Because of the has-an-image approach, the WMTS client can now support multidimensional data such as GRIB or NetCDF that varies over time, altitude or other dimensions (see also ILcdMultiDimensionalModel). By applying a dimensional filter (ILcdMultiDimensionalModel.applyDimensionFilter), you can now change one or more values of of a multidimensional data model, and see the underlying image change accordingly. This means the behavior of serving NetCDF and GRIB data through a WMTS is very similar to opening it locally. This change does not affect any typical painting related code, the regular approaches remain to work as expected (e.g. TLcdGXYImagePainter or TLspRasterLayerBuilder). Should direct access to the image data be needed, please refer to ALcdImage.fromDomainObject.

Upgrade considerationLuciadFusion

The interfaces ILcdKVPRequest and ILcdXMLRequest have been merged within their common super-interface ILcdRequest. Consequently, these interfaces have been removed. This change makes the request interface more in line with the well-known Servlet API, and makes it easier to use. It also allows to deal with other content types in the future, and resolves an API dependency on JDom XML parsing. In addition, extra methods are exposed on ILcdRequest to have access to more information such as the attributes and the user principal.

As a consequence the interface ILcdRequestHandler and the abstract class ALcdOGCCommandDispatcher (and their implementations) have been updated accordingly. They now have a single method void handleRequest(ILcdRequest aRequest, ILcdResponse aResponse) throws TLcdOGCServiceException which is used for all requests. This further simplifies the request handling, allowing implementations to decide if they want to differentiate on the content type of the request or not.

Code that used to differentiate based on the content type of the request (e.g. instanceof ILcdKVPRequest or ILcdRequestHandler.handleRequest(ILcdKVPRequest ...)) needs to be adapted, the compiler will flag these places. Typical OGC service customizations had no need to do this. The type of request can now be determined using the content type of the request, utility methods TLcdServletUtil#isKVPRequest and TLcdServletUtil#isXMLRequest are available.

Upgrade considerationLuciadFusion

ILcdInitializationConfig now exposes an ILcdServletContext object. This servlet context object contains the configuration for a group of servlets, while ILcdInitializationConfig contains the configuration for a single servlet. This is useful for example to configure a shared cache between servlets. This change normally does not affect anyone as the implementation of this interface is provided by the product.

Upgrade considerationLuciadFusion

Server-side support for coverages of type VECTOR has been superseded with other mechanisms. Please refer to the Fusion migration guide for more information.

This means that it is no longer possible to read existing VECTOR coverages anymore. This also means it is no longer possible to fuse data as VECTOR coverages anymore.

Upgrade considerationLuciadFusion

Support for coverages of type VECTOR has been superseded with other mechanisms. Please refer to the Fusion migration guide for more information.

This means that it is no longer possible to read existing VECTOR coverages anymore. This also means it is no longer possible to fuse data as VECTOR coverages anymore.

Upgrade considerationLuciadFusion

Client-side support for coverages of type VECTOR has been deprecated in favor of other mechanisms for publishing vector data. Please refer to the Fusion migration guide for more information.

This means that LuciadFusion clients remain able to read existing VECTOR coverages. We recommend publishing vector data through the OGC WFS protocol.

In the context of this change, these API changes were done:

  • The ELfnDataType#VECTOR field has been deprecated.
  • Classes related to ELfnDataType#VECTOR coverages have been deprecated.

Upgrade considerationLuciadFusion

The PNG encoder implementation TLcdGXYViewPNGEncoder now uses the ObjectPlanet PNG encoder, which is part of an additional 3rd party library. The ObjectPlanet PNG encoder library is a lot faster than the previously used JAI based PNG encoding.

As a result the implementation of TLcdGXYViewPNGEncoder.encodeGXYView declares it can throw an IOException. The interface ILcdGXYViewEncoder.encodeGXYView already declared the IOException on its method. This affects only users using the concrete class TLcdGXYViewPNGEncoder, which is very unlikely.

Upgrade considerationLuciadFusion

LCD-450
The class ALcdWMSProxy no longer implements the interface ILcdDataSource. ILcdDataSource implementations are expected to not contain business logic and they are expected to be modeled such that they can be serialized, which was not achievable for ALcdWMSProxy. The class TLcdWMSDataSource provides a proper ILcdDataSource implementation for a WMS client proxy object.

Upgrade considerationLuciadFusion

The dependency on the Jackson library changed from version 1 to 2. In case you had code written directly to this library, you can keep on using Jackson 1 and 2 together as they have separate namespaces: org.codehaus.jackson and com.fasterxml.jackson respectively. Please refer to the library documentation for more information about this change.

Upgrade considerationLuciadFusion

LCD-8782
Various protected fields in the core point and bounds classes have been made private. They were already clearly documented that they should not be accessed directly.

Changed classes and fields:

If you access any of these fields, you will now get a compilation error. Each of the fields has an alternative method that you should use.

Upgrade considerationLuciadFusion

LuciadFusion can not support legacy AIXM 5.0 anymore. AIXM 5.0 was introduced in 2007 by FAA and Eurocontrol as an intermediary to validate a new approach. This has lead to the creation of the official AIXM 5.1 standard in 2010, which of course remains supported, together with AIXM 3.3 and 4.x.

Upgrade considerationLuciadFusion

LCD-8698

Proguard's jar-merging capability is no longer supported. Proguard merges .jar files by simply adding all files contained inside multiple jar files in a single jar file, not handling duplicate file names. This creates issues with the contents of the META-INF directories, present in every jar file. Most notably, the contents of the META-INF/services directory must be preserved as of now.

To know if you are affected or not, search your configuration files for the '-outjars' Proguard option. If it specifies a directory name, you are not affected. If it specifies a file name, you are affected. You can solve it by changing the file name into a directory name, and update the remainder of your build script to work with that directory rather than a single file. This avoids using Proguard's jar-merging; it now obfuscates and copies every jar file separately into the output directory. All example build scripts were updated to do so.

Should you not make this change, existing projects will keep on working. When starting to use new 2017.0 functionality, you may experience that not all services (model decoders, layer factories etc.) are found after deploying your application.

Our product code (com.luciad.*) started to make use of TLcdServiceLoader in certain places (identical to java.util.ServiceLoader), such as the default WMS server configuration. Previously, it was only used by sample code (samples.*). This allows for many benefits, now and in future versions, to pick up optional dependencies. For example, the default WMS server may automatically pick up the MrSID data format if you installed it.

These so called 'services' are listed in files in the META-INF/services directory of various jar files. Distinct jar files use the same file names, as prescribed by ServiceLoader. When deploying your application using Proguard, as our example deployment scripts do, care must be taken to disable its jar-merging capability which does not correctly handle those services files (see also https://sourceforge.net/p/proguard/feature-requests/94/). This can be done by specifying the name of a directory instead of a file for the -outjars property. Proguard then no longer attempts to merge the jar files, but instead obfuscates them all individually and places them in the output dir. Should jar-merging still be required, we recommend using an existing technology that supports services files, as most do.

Upgrade considerationLuciadFusion

The ILcdRequest interface has been extended with a few additional methods. It provides access to the current authenticated user, if any authentication is taking place. It also allows to retrieve programmatically set attributes to pass on information. As instances of this interface are created internally, you are normally not affected by this change.

Upgrade considerationLuciadFusion

It is now possible to make ILcdGXYView implementations behave synchronously. This can be enabled or disabled by using the setAsynchronousAllowed method on the ILcdGXYView implementations.

The isAsynchronousAllowed method was added to the ILcdGXYView interface to make sure layers/painters/... can detect if asynchronous behavior is allowed. This can lead to a compile error for custom ILcdGXYView implementations. The compile error can be solved either by delegating to an other view, or by implementing this method when no delegate is available. A basic implementation would be to always return true or false.

The TLcdGXYViewBufferedImage and TLcdGXYViewPlanarImage and their extension now don't allow asynchronous painting/operations by default. The previous behavior can be restored by calling view.setAsynchronousAllowed(true).

Upgrade considerationLuciadFusion

ILspLayer can have now post-processing effects with a TLspLayerStyle. TLspLayerStyle styles a layer as a whole contrary to ILspStyler or ALspStyle that perform the styling per object. TLspLayerStyle can be set and retrieved with the newly added methods ILspLayer#setLayerStyle(TLspLayerStyle) and ILspLayer#getLayerStyle(). For layers built by TLspShapeLayerBuilder, you can also set the layer style with ALspLayerBuilder#layerStyle(TLspLayerStyle). You can now set a TLspLayerStyle on a Lightspeed layer to
  • change the transparency of the entire layer
  • perform color conversions on the fly. For instance, you can convert an entire layer to greyscale.
  • adjust the brightness and the contrast of each pixel.
  • swap colors on the fly.

Upgrade considerationLuciadFusion

All usages of ILcdDataSourceModelDecoder in the API were removed and replaced by ILcdModelDecoder. This affects the ILfnDataSourceModelDecoderFactory interface and its implementations. Compile errors can be fixed by using ILcdModelDecoder instead.

Upgrade considerationLuciadFusion

ILcdModelDecoder now supports decoding ILcdDataSource objects. More specifically, it now contains the canDecodeSource(ILcdDataSource) and decodeSource(ILcdDataSource) methods with a default implementation that adds support for the TLcdDataSource data source implementation. This means that it is not needed to implement or use ILcdDataSourceModelDecoder anymore, since you can now use ILcdModelDecoder instead.

Custom ILcdModelDecoder instances that override the methods with ILcdDataSource as argument, need to make sure they call the overridden method using super as well. Not doing so breaks the default support for TLcdDataSource.

Upgrade considerationLuciadFusion

Some thread names have been improved to facilitate debugging and profiling. If you were relying on any Luciad thread name (which is not recommended), adjust your code accordingly.

Upgrade considerationLuciadFusion

The fusion engine now doesn't support fusing multivalued data as MULTIVALUED coverages anymore. Support for MULTIVALUED coverages was very limited. You can still fuse multivalued assets as RASTER coverages, which is better supported.

In the context of this change, API changes were done:

  • The ALfnFormat class now doesn't contain an ILcdEarthMultivaluedProviderFactory anymore. This means that its constructors now don't accept such a parameter anymore. The getter and setter for this property was removed as well.
  • The ALfnFormat#newMultivaluedFormat methods were removed.
  • A similar change was done for TLfnFormat.
This also means that MULTIVALUED coverages can not be read anymore by fusion clients. In order to upgrade the tile store, the assets that were used to create these coverages should be refused to a RASTER COVERAGE.

Upgrade considerationLuciadFusion

Support for MULTIVALUED fusion coverages has been removed. This type of coverage was only used for GRIB files, but support for MULTIVALUED GRIB files had many limitations. Note that the fusion engine now supports the fusing of GRIB files to RASTER coverages, which is better supported.

This means that fusion clients will not be able to read existing MULTIVALUED coverages anymore. This can be resolved by re-fusing multivalued assets as RASTER coverages.

In the context of this change, these API changes were made:

  • The ELfnDataType#MULTIVALUED field was removed.
  • Several (deprecated) setAssetPart and addAssetPart methods were removed from TLfnRasterAssetMetadata.Builder. You can use the addAssetPart method that doesn't take any parameters instead.
  • The get/setParameter methods were removed from TLfnRasterCoverageMetadata.Builder. You can use the parameter methods instead.
  • Fields were removed from TLfnQuery.Property:
    • RASTER_ASSET_parameter_name
    • RASTER_ASSET_parameter_unit
    • RASTER_COVERAGE_parameter_name
    • RASTER_COVERAGE_parameter_unit
    These were only useful in the context of multivalued assets and coverages.

Upgrade considerationLuciadFusion

The Apache HttpClient library has been updated to version 4.5.2.

Upgrade considerationLuciadFusion

The Fusion engine now uses TLcdNetCDFModelDecoder to fuse GRIB models. GRIB models that are decoded using TLcdNetCDFModelDecoder can now be fused to an IMAGE, as well as to a RASTER coverage. The latter adds out-of-the-box support for dimension filters (for time, elevation or other dimensions) to GRIB coverages when visualizing them. This also means that the Fusion engine now doesn't support models that were decoded using TLcdGRIBModelDecoder anymore.

Upgrade considerationLuciadFusion

The signature of TLcdOpenFlightModelDecoder.createModelReference has been changed: the method is now allowed to throw an IOException. This allows the method to delegate to an ILcdModelReferenceDecoder instance.

Upgrade considerationLuciadFusion

TLcdSelectionSupport: the updateAppendedSelectionChanges method has been removed. It should not be necessary to call or override the method.

Upgrade considerationLuciadFusion

LCD-8456
TLspLonLatGridStyler#LabelPosition values were interpreted incorrectly. More specifically EAST was interpreted as WEST, and vice versa. This is now fixed.

2016.1

2016.1.33

ImprovementLuciadFusion

LCD-9098
The native touch library now also supports touch events for views inside a sun.awt.windows.WEmbeddedFrame.

ImprovementLuciadFusion

LCD-9059
Added the possibility to configure a connection timeout and read timeout in TLcdInputStreamFactory. These timeout will be applied to any URLConnection opened by the factory.

ImprovementLuciadFusion

LCD-9028
A new optional WMTS servlet configuration parameter "request.baseUrl" has been added to the deployment descriptor of the Fusion server, allowing to manually set a base URL for the WMTS requests listed in the capabilities.

Bug fixLuciadFusion

LCD-9101
Fixed a memory leak in TLcdGXYImagePainter. This memory leak could occur when setting a ALcdImageOperatorChain on the painter. This memory leak is most easily triggered when using an SLD with a color map to paint the image data.

Bug fixLuciadFusion

LF-1100
The fusion engine easily failed when fusing large image files with an SLD with a color map next to it. This was cause by too much memory being allocated temporarily and the CPU spending too much garbage collecting. This could result in an OutOfMemoryException. An other cause was a memory leak during raster painting, LCD-9101.

Bug fixLuciadFusion

LCD-9099
TLcdColorMapCustomizer: the layout of the labels was wrong when you removed or added a level to the color map.

Bug fixLuciadFusion

LCD-8964
Fixed a possible deadlock in TLspLabelPainter when using an ALspStyleTargetProvider that returns HTML formatted strings.

Bug fixLuciadFusion

LCD-8319
TLcdGeoJsonModelDecoder would indicate it could decode a folder named "geojson". As a result, the decoder sample and Lucy added a button in the file chooser to load the whole directory, but loaded only the first file.

Bug fixLuciadFusion

LCD-9065
The SLD label painters (TLcdSLDFeatureTypeStylePainter and TLcdSLDRulePainter could sometimes throw an unexpected runtime exception for certain label location indices. These cases are now handled more gracefully, for example using a TLcdNoBoundsException for the labelBoundsSFCT method.

Bug fixLuciadFusion

LCD-9047
Improved performance when painting stripped GeoTIFF files with TLcdGXYImagePainter.

Bug fixLuciadFusion

LCD-9055
TLcdScaleFormat used to return and accept Double.NaN. Setting Double.NaN as scale on a view could result in unexpected behavior. This has been fixed by adjusting the format to refuse this value.

Bug fixLuciadFusion

Fixed an issue where, in some cases, displaying point-sampled raster data caused exceptions.

Bug fixLuciadFusion

LF-1098
Windows network paths could be handled incorrectly when creating asset metadata from NetCDF or S57 catalogue data located.

2016.1.32

Bug fixLuciadFusion

LCD-8952
Editing in a Lightspeed view no longer invalidates multi-object handles if an unrelated change has occurred in another part of the view. This includes adding and removing of layers, making layers visible and invisible, and changing the editing state of layers that are not being edited.

Bug fixLuciadFusion

LCD-9044
The following methods now also return a non-null result when the TLcdHasGeometryAnnotation was added on a super type of the domain object's data type:
  • ALcdShape#fromDomainObject
  • ALcdImage#fromDomainObject
  • ALcdBounds#fromDomainObject

2016.1.31

ImprovementLuciadFusion

LCD-9028
A new optional servlet configuration parameter "request.baseUrl" has been added to the deployment descriptor of the WMS, WFS and WCS, allowing to manually set a base URL for the service requests listed in the capabilities.

ImprovementLuciadFusion

LCD-9028
A new optional servlet configuration parameter "request.baseUrl" has been added to the deployment descriptor of Luciad's OGC services, allowing to manually set a base URL for the service requests listed in the capabilities.

ImprovementLuciadFusion

LCD-9027
TLcdWKTReferenceParser now supports WKT Strings with the EUREF89 datum.

ImprovementLuciadFusion

LCD-8495
Added support for EPSG references based on the GDM2000 datum. This includes references 3375-3385, 4742 and 4920.

Bug fixLuciadFusion

LCD-8937
Fixed a problem with KMZ models where the resources are located relative to a non-rooted KML-file inside the KMZ archive. These are now correctly discovered during decoding.

Bug fixLuciadFusion

LCD-9013
Fixed an issue that could cause a ConcurrentModificationException while painting a vector coverage in a Lightspeed view.

2016.1.30

Bug fixLuciadFusion

LCD-8981
TLcdGeoTIFFModelDecoder did not handle GeoTIFF files using the ModelTransformationTag tag correctly. This resulted in incorrect positioning and visualization of the data.

Bug fixLuciadFusion

LCD-8939
TLcdCGMModelDecoder: The conjugate axis defining an ellipse were assumed to be the main axis. Now the decoder correctly calculates the main axis based on the conjugate axis.

2016.1.28

Bug fixLuciadFusion

LCD-8931
The native touch library now has two system properties to tweak its behavior. Refer to TLcdTouchDevice for more information.

2016.1.27

ImprovementLuciadFusion

LCD-8948
TLcdColorMapCustomizer: it is now possible to change the text color and font by recursively iterating through the component's children and calling setForeground/setFont.

Bug fixLuciadFusion

LCD-8953
The SLD WMS capabilities XML Schema sld_capabilities_1_3_0.xsd delivered with the WMS server contained a schema location path that was incompatible with Spring Boot.

Bug fixLuciadFusion

LCD-8951
Fixed an issue that would cause KML files where all the elements would only have a start or end bounds, to incorrectly report the global time bounds for that renderable model.

Bug fixLuciadFusion

LCD-8881
The default SLD label color in GXY views was not correctly set to black.

2016.1.26

ImprovementLuciadFusion

LCD-8927
TLcdLoggerFactory can now handle comments in its configuration file.

ImprovementLuciadFusion

LCD-8851
TLspPlotStyle: TLspPlotStyle#asBuilder now allows to reconfigure the color model.

ImprovementLuciadFusion

LCD-7442, LCD-8938
It is now possible to customize the tile grid used by the tiled WMS painters for GXY and Lightspeed views. The tile grid can be specified through a newly added constructor in TLcdGXYTiledWMSProxyPainter and TLspTiledWMSProxyPainter. Customizing tile grids can be useful to align with a server-defined tile grid used for caching of requests.

Bug fixLuciadFusion

BlackLimeLookAndFeel: an indeterminate JProgressBar having its value set to the maximum now shows up. Before, such progress bars being in the indeterminate, finished state remained all black.

Bug fixLuciadFusion

LCD-8890
When the optional material attribute of a geometry element was missing a NullPointerException was thrown. Now a default styling will be applied, when there is no material defined.

Bug fixLuciadFusion

LCD-8906
Some combinations of expand, crop and resize operations resulted in exceptions for some image sizes.

2016.1.25

ImprovementLuciadFusion

The WCS server now uses EPSG:4326 as fallback in case the data's native reference does not have an EPSG representation.

ImprovementLuciadFusion

LCD-8904
TLcdEPSGReferenceParser now supports coordinate references based on the China 2000 datum (CGCS2000).

Bug fixLuciadFusion

LCD-8911
TLspTextStyle: Text with trailing white spaces appeared to be stretched.

Bug fixLuciadFusion

Fixed an issue that would prevent overlay components on a TLspExternalView from updating correctly in applications that use more than one view.

Bug fixLuciadFusion

LCD-8867
TLcdIconFactory did not support all available Locales. This could result in exceptions or the creation of the wrong icons.

Bug fixLuciadFusion

LCD-8893
Fixed a NullPointerException that could occur during painting when logging is enabled.

2016.1.24

Bug fixLuciadFusion

LCD-8862
TLcdKML22ResourceProvider: Fixed resolution of links to URL's with spaces in them. These are now properly encoded as URL safe strings.

Bug fixLuciadFusion

LCD-8471
In some cases, the boundedBy property of a GML model implementation would not be calculated automatically.

Bug fixLuciadFusion

LCD-8885
Some datums returned by TLcdGeoidGeodeticDatumFactory returned NaN heights instead of throwing an exception when not including lcd_geoid_resources.jar on the class path.

Bug fixLuciadFusion

LCD-8884
In some cases, TLspOnPathLabelingAlgorithm didn't calculate a location for all labels. This could happen for example when using a data set where part of the objects don't have any labels.

2016.1.23

Bug fixLuciadFusion

LF-1086
In some cases, TLfnFileSystemTileStore failed to delete resources. This now works more robustly.

2016.1.22

ImprovementLuciadFusion

LCD-8806
TLcdVVJPanel#setSensitivity now allows configuring the input sensitivity when interacting with altitude points and/or the vertical cusor.

ImprovementLuciadFusion

LCD-8860
GML decoding: improved unit-of-measure related logging.

Bug fixLuciadFusion

LCD-8863
Fixed a quadratic complexity issue in the TLcdLabelLocations class. This could affect label painting performance when painting many labels (1000+) at the same time.

Bug fixLuciadFusion

LCD-8839, LCD-8849
TLcdClusteringTransformer: Fixed event handling when a domain object in the original model changed. This fixes cases where domain objects removed from the original model were being kept in the clustered model and cases where model change events were fired on the original model for unrelated domain objects.

Bug fixLuciadFusion

LCD-5618
Fixed an issue where touch events were sometimes not delegated from TLspAWTView's overlay panel to the view. This was especially noticeable when balloons were open.

Bug fixLuciadFusion

LCD-8854
Fixed an issue that could cause draped layers to flicker when looking at the horizon over mountainous terrain.

2016.1.21

Bug fixLuciadFusion

LCD-8834
The WFS GetFeature request handler could trigger a NullPointerException in case the query included an OGC Filter with XPath expression and the resulting response was empty.

Bug fixLuciadFusion

LCD-8832
Using an SLD with an external graphic icon could lead to an OutOfMemory error in a Lightspeed view in case of frequent layer repaints.

2016.1.20

Bug fixLuciadFusion

LCD-8822
TLcdGeoTIFFModelDecoder now takes the sampling mode (point vs. area-sampled) into account when deriving the bounds of the image. TLcdGeoTIFFModelEncoder now takes the sampling mode (point vs. area-sampled) into account when writing the bounds of the image.

Bug fixLuciadFusion

LCD-8819
Using TLspPinLineStyle didn't work correctly on the Mac OS X platform with NVIDIA graphics. In 2D, the line color was always black. In 3D, no pin was visible at all.

2016.1.19

ImprovementLuciadFusion

LCD-8803
GML decoding: improved SRS-related logging.

ImprovementLuciadFusion

LCD-8802
In 3D, visual artifacts related to z-ordering could occur when using the visual inspection controllers. This has been fixed.

ImprovementLuciadFusion

LCD-8797
TLspPinLineStyle.PinEndPosition now also has a CLOSEST_POINT_ON_EDGE position.

ImprovementLuciadFusion

TLspExternalView is a new ILspView implementation which can paint directly into an externally supplied OpenGL context (rather than creating a new context of its own). This is useful in cases where a Lightspeed view should be integrated with a non-Java application and windowing toolkit (e.g. a C++ application using Qt). The article How to integrate LuciadLightspeed in a C++ application on the Luciad Developer Platform provides more detailed information.

ImprovementLuciadFusion

LCD-8787
TLcdAdvancedMapRulerController#setAlwaysCreate allows creating measurements that start from existing measurements. If you don't set the flag, clicking or dragging an existing measurement edits that measurement. The javadoc has more information on how to add snapping behavior to this.

ImprovementLuciadFusion

LCD-8778
The WMS client's XML capabilities decoder now supports capabilities documents that contain style definitions at the end of a layer definition instead of at the standardized position defined by the WMS capabilities XML Schema.

Bug fixLuciadFusion

LCD-8766
Fixed an issue that caused the swipe and porthole controllers to appear jittery when zooming in and out in a 3D view.

Bug fixLuciadFusion

LCD-8805
TLcdResizeOp did not behave consistently in conjunction with TLcdExpandOp. In some cases this could result in an error when forcing visualization of high resolution data from a zoomed out perspective.

Bug fixLuciadFusion

Setting the overlay component of a TLspAWTView to invisible did not actually hide the child components that had been added to it.

Bug fixLuciadFusion

LCD-8812
When printing a 3D view, visual artifacts on the print could occur if the visual inspection controllers were used on the view. This has been fixed.

Bug fixLuciadFusion

LCD-8796
TLspShapePaintingHints.Builder#overlapResolution: When configuring the overlapResolution with ELspQualityHint.NICEST, the outlines of overlapping filled shapes were rendered incorrectly when the ALspStyler, configured on the layer, used other styles than TLspLineStyle and TLspFillStyle.

Bug fixLuciadFusion

LCD-8808
TLspLayerTreeNode#removeAllLayers() caused an AssertionError when running with assertions enabled.

Upgrade considerationLuciadFusion

LCD-8624
ALspStyleTargetProvider.StyleTargetType and ALspStyleTargetProvider#getStyleTargetTypes have been deprecated since they have no functional use.

2016.1.18

ImprovementLuciadFusion

LCD-8723
Reduced the amount of editing state events fired when incrementally selecting or deselecting shapes.

Bug fixLuciadFusion

LCD-8788
Setting a time instant or time interval on a TLcdWCSProxy domain object did not invalidate the loaded WCS image raster.

Bug fixLuciadFusion

LCD-8721
Prevented exception that could occur for 3D shapes when performing undo operations.

Bug fixLuciadFusion

LCD-8769
Fixed flickering for sample visual inspection controls overlay panels.

Bug fixLuciadFusion

LCD-8763
TLcdEllipsoidUtil#orientation2D could return an incorrect orientation for some polygons.

2016.1.17

ImprovementLuciadFusion

LF-1075
TLfnFileSystemTileStore: performance improvement for adding a large amount of assets.

2016.1.16

Bug fixLuciadFusion

LCD-8761
TLspLabelPainter painted a frame/fill, even for empty labels, when using a TLspLabelBoxStyle.

Bug fixLuciadFusion

LCD-8759
When there was a general TileMatrix definition and a TileMatrixSetLink which defines row and column limits for the TileMatrix for a specific layer, WMTS client was requesting all the tiles in the TileMatrix for that layer. This was leading to performance problems since the client was requesting invalid tiles and having error messages from the server for each invalid tile.

Bug fixLuciadFusion

LCD-8754
Restored missing POM files for some native libraries (GEOS and the LizardTech Decoding SDK).

Bug fixLuciadFusion

LCD-8751
World scaled icons with a larger height than width, were difficult to select.

Bug fixLuciadFusion

LCD-8725
Improved referencing accuracy for image data with a small rotation.

Bug fixLuciadFusion

LCD-8720
Fixed a threading violation that could occur while editing polylines.

2016.1.15

Bug fixLuciadFusion

LCD-5810, LCD-7629
Improved performance and memory usage when processing or painting images that are not tiled or not tiled efficiently.

Bug fixLuciadFusion

LCD-8742
Fixed a WMS XML capabilities decoding regression (introduced by LCD-8001) that prevented the decoding of custom operations in the capabilities.

2016.1.14

ImprovementLuciadFusion

LCD-6858
TLcdSpeedUnit now includes miles/hour (mph).

ImprovementLuciadFusion

LCD-5185
TLcdGXYImagePainter: tiles at the current zoom level are now loaded first, without waiting for the tiles of coarser levels to load first.

ImprovementLuciadFusion

LCD-8477, LCD-6320
The SLD Feature Type Style decoder and encoder now support Feature Type Styles documents that define VendorOption key/value properties on a symbolizer. This information can be accessed in the API through the different symbolizer classes (for instance, TLcdSLDPolygonSymbolizer) via a new method getVendorOptions() and class TLcdSLDVendorOption.

ImprovementLuciadFusion

LF-1071
Performance improvement for the WMTS and LTS service when no S63 license is available. Tile requests can be a few 10's of milliseconds faster in that case, depending on the number of assets in a coverage.

ImprovementLuciadFusion

LCD-8469
TLsp3DIconStyle: It is now possible to define a minimum pixels size for a 3D icon. This minimum pixel size is only applied when world scaling is used. See TLsp3DIconStyle.Builder#minimumPixelSize}.

ImprovementLuciadFusion

LCD-3472
TLsp3DIconStyle: It is now possible to apply view scaling to a 3D icon. When using this type of scaling, the 3D icon will always have the same (pixel) size in the view. See TLsp3DIconStyle.ScalingMode#VIEW_SCALING}.

ImprovementLuciadFusion

LCD-8704
SLD graphic strokes now support the Gap property for external graphics. This property can be used to define the gaps between icons when they are used for a line stroke.

Bug fixLuciadFusion

LF-1046
Multidimensional WMS model was sometimes producing wrong tiles when applying different filtering values to the model in a short period of time.

Bug fixLuciadFusion

LCD-8734
Background raster layers were not always updated correctly when making changes to them.

Bug fixLuciadFusion

Improved the WMS XML capabilities decoding process by adding support for the format element inside LegendURL, StyleSheetURL and StyleURL elements.

Bug fixLuciadFusion

LCD-8715
TLcdGXYImagePainter level switch factor was incorrectly interpreted when painting ALcdMultilevelImageMosaics. which were only painted when you zoomed in.

Bug fixLuciadFusion

LCD-8712
TLspRasterLayer: fixed artifacts in terrain when the view's GL resource cache is close to its limit.

Bug fixLuciadFusion

LCD-8705
Fixed a WMS XML capabilities decoding issue that caused a decoding failure in case of WMS layer style definitions containing LegendURL, StyleSheetURL and/or StyleURL elements.

Bug fixLuciadFusion

LCD-8697
TLcdGXYBoundsPainter#boundsSFCT now throws a TLcdNoBoundsException if its bounds are not defined.

2016.1.13

ImprovementLuciadFusion

LCD-8692
It is now possible to configure the gamma value of a TLcdSLDRasterSymbolizer through its builder.

ImprovementLuciadFusion

LF-1061
The WMS server no longer advertises coverages as separate WMS layers if they are already advertised as part of a theme. This avoids duplicate WMS layer entries in the capabilities.

ImprovementLuciadFusion

LF-1060
The WMS server now advertises themes as retrievable (named) WMS layers, so that WMS clients can use them to easily get a map for all coverages part of a theme.

ImprovementLuciadFusion

LF-1021
Exceptions that happen on the server are now logged with the complete stack trace instead of with just the message.

Bug fixLuciadFusion

LCD-8701
Fixed a NPE that could occur when calculating the geodesic area after switching from 2D to 3D.

Bug fixLuciadFusion

LCD-8700
TLcdCGMModelDecoder: The wrong style was configured for the outlines of areas.

Bug fixLuciadFusion

LCD-2922
In the Tracking Camera Lightspeed sample, synchronous painting is now enabled on the track layer. This avoids jitter when model updates take longer than rendering a frame.

Bug fixLuciadFusion

LCD-8693
TLcdWFSProxyModel: when constructing a proxy model which does not contain GML elements, the model would re-query the server on each interaction in CACHE_ALL mode.

Bug fixLuciadFusion

LF-1067
IMAGE coverages containing ECDIS data could not be painted using the Fusion WMS server anymore.

2016.1.12

ImprovementLuciadFusion

LCD-8623
TLcdTransformingModelFactory now allows you to specify whether the transformed model should keep a spatial index. This means you can now avoid the cost of spatial indices when your data updates often.

ImprovementLuciadFusion

LCD-5185
TLcdEarthGXYRasterPainter: tiles at the current zoom level are now loaded first, without waiting for the tiles of coarser levels to load first.

ImprovementLuciadFusion

TLcdGXYImagePainter now supports asynchronous painting of non-quadtree structured ALcdMultilevelImageMosaics. However, all levels must have the same sampling mode.

Bug fixLuciadFusion

LCD-8686
TLcdTimeBounds: the hashCode and equals method implementations were not in sync, which is a violation of their contract.

Bug fixLuciadFusion

LCD-8682
Images painted asynchronously by TLcdGXYImagePainter were sometimes painted in the wrong color when zooming in. This has been fixed.

Bug fixLuciadFusion

LF-1058
TLfnTileStoreProvider#getTileStore(URI) could sometimes return a tile store with an incorrect path on Windows.

Bug fixLuciadFusion

LCD-8676
Multidimensional WMS model was not exposing a vertical dimension whose name was not "DEPTH" or "ELEVATION". This was preventing the WMS Client to extract correct dimension information from a WMS source. Now the model exposes all dimensions of a WMS source.

Bug fixLuciadFusion

LCD-8647
Fixed an issue in TLcd2DBoundsIndexedModel when using "elementChanged" for elements with "undefined" bounds going to "defined" bounds.

Bug fixLuciadFusion

LCD-8661
World scaled icons with an anchor point other than the center of the icon were difficult to select.

Bug fixLuciadFusion

LCD-8632
The WMS client could not properly handle WMS layers with a max scale denominator value of Double.MAX_VALUE.

Bug fixLuciadFusion

TLcdColor.makeTransparentColor: now returns the actually requested color.

Bug fixLuciadFusion

LCD-8504
Fixed NPE that could occur when a secondary view is disposed.

Bug fixLuciadFusion

LCD-8241, LCD-8505
When multiple 3D views, with context sharing enabled, were used, the altitude exaggeration factor would not be applied correctly in all views.

Bug fixLuciadFusion

LCD-8631
The SLD raster styling capability of the WMS server sample could lead to empty image responses, due to data getting rendered asynchronously.

Bug fixLuciadFusion

LCD-8630
The SLD raster styling capability of the WMS server sample could not handle raster data of type ILcdRaster / ILcdMultilevelRaster / ILcdEarthTileSet if the data was not of the type ALcdImage.

Bug fixLuciadFusion

LCD-8630
SLD raster styles were not supported on ILcdRaster / ILcdMultilevelRaster / ILcdEarthTileSet data if the data was not of the type ALcdImage.

2016.1.11

ImprovementLuciadFusion

LCD-8619
A stereoscopic Lightspeed view that can be used with 3D glasses has been added. See the javadoc of TLspViewBuilder#buildStereoscopicView and TLspStereoDeviceBuilder for more information.

ImprovementLuciadFusion

LCD-8435
The Maven deploy script now defines separate targets to deploy the Luciad core libraries, custom-built and publicly available third-party libraries. These targets can be called separately for users requiring more control over what gets deployed to the Maven repository. The default behavior of the Ant script and the wrapper shell scripts has remained unchanged and is to deploy all libraries and resources. A new target deploy:private and wrapper shell scripts deploy.private.sh|bat have been added to deploy only non-publicly available libraries (core and custom builds). Note that use of this target is not recommended and therefore not supported by Luciad.

Bug fixLuciadFusion

LCD-8604
TLsp3DIconStyle: When reusing a 3D icon style instance on a second view or layer, the 3D icon would not be visible in one of them.

Bug fixLuciadFusion

LCD-8605
TLspComplexStrokedLineStyle: When the elevation mode was set to ON_TERRAIN, shapes with non zero altitude were not draped correctly on the terrain.

Bug fixLuciadFusion

LCD-6249, LCD-8357
Fixed an issue where switching between 2D and 3D while editing a sphere or a dome would cause visual artifacts and glitches.

Bug fixLuciadFusion

LCD-8602
TLcdKML22BalloonContentProvider now respects the configured background color.

2016.1.10

ImprovementLuciadFusion

LCD-8502
TLcdCGMModelDecoder: CGM closed arcs are now supported. Previously they were handled the same as open arcs.

ImprovementLuciadFusion

BlackLimeLookAndFeel now has slightly more prominent dialog borders. This is for example useful when a dialog shows on top of another dialog.

ImprovementLuciadFusion

LCD-8574
LCD-6476 caused a behavioral change in the decoding of references in GML documents, resulting in the interpretation of "http://www.opengis.net/gml/srs/epsg.xml#4326" as a lat-lon reference. To maintain compatibility with older WFS servers and other GML clients, this has been changed back to lon-lat. This lon-lat interpretation can also be activated in TLcdOGCModelReferenceParser by calling setParseGMLPrefixedEPSG4326AsLonLat(true).

ImprovementLuciadFusion

LCD-8581
The TLspEditController now only queries the layer editor for new edit handles when there has been an updated to any of the edited objects. (Previously, it would request new handles from the editor for every model change)

Bug fixLuciadFusion

LCD-8595
TLcdGML32Circle/TLcdGML31Circle did not expose a correct arc angle, which could lead to an incorrect visualization of these shapes.

Bug fixLuciadFusion

LCD-8577
BlackLimeLookAndFeel now supports custom background colors, for example in text fields. This for example means that the text fields in Lucy Map Centric now color red when an invalid value is entered.

Bug fixLuciadFusion

LCD-8575
Fixed an issue that could cause layers to temporarily stop updating if the system clock changed while the application was running.

Bug fixLuciadFusion

LCD-8555
Fixed an error that could occur when painting or querying image mosaic's with variable resolution.

2016.1.09

Bug fixLuciadFusion

LCD-8567
Fixed an inefficiency in the GetFeature request's XML encoding generation pipeline, which could cause performance reductions when performing GetFeature requests.

Bug fixLuciadFusion

LCD-7921
Fixed an issue in TLcdDatabaseModel that would cause a NullPointerException when adding elements to an empty database.

Bug fixLuciadFusion

LCD-8561
When BlackLimeLookAndFeel is used in combination with the JIDE docking framework (for example in Lucy), floating panels could not be resized properly.

Bug fixLuciadFusion

LCD-8554
TLsp3DIconStyle: When the styled domain objects were not an instance of ILcdShape the 3D icons would not be placed on or above the terrain correctly.

Bug fixLuciadFusion

LCD-8450
Fixed some corner cases where 3D terrain was not sufficiently detailed.

Bug fixLuciadFusion

LCD-8433
Removed GDAL dependency from Fusion Client.

2016.1.08

ImprovementLuciadFusion

LCD-8544
Improved the robustness of the XML decoders when parsing invalid properties.

Bug fixLuciadFusion

LF-1052
TLfnTileStoreModelDecoder#discoverDataSources() could be blocked when an error occurs.

Bug fixLuciadFusion

LCD-8541
The default in-path labeling algorithm for Lightspeed views didn't handle ILcdCompositeCurve instances well. This could cause labels to be places outside the labeled objects, for example when using GML or labeling WFS data.

Bug fixLuciadFusion

LCD-8548
Fixed an issue related to the internal WMS auto-detection mechanism to determine the correct axis order for the EPSG:4326 (WGS 84) reference in case of a WMS 1.3.0 server; the determined axis order was not correctly used for all layers.

Bug fixLuciadFusion

LCD-8538
Fixed error when visualizing mixed color-measurement data.

Bug fixLuciadFusion

LCD-8531
TLcdGeoJsonModelDecoder: the instance class was not configured on the generated data type.

2016.1.07

ImprovementLuciadFusion

LCD-8388
TLcdGeoJsonModelDecoder: It is now possible to decode GeoJSON data with custom geometry by overwriting TLcdGeoJsonModelDecoder#parseCustomGeometry.

Bug fixLuciadFusion

LCD-8528
A density layer would not update when there was a change on the filter that was configured on the layer.

Bug fixLuciadFusion

LCD-8516
Icons would sometimes turn black when reparenting a view while context sharing was disabled.

2016.1.06

Bug fixLuciadFusion

Fixed a recent regression in the WMS server sample that prevented the rendering of Earth data repositories.

Bug fixLuciadFusion

LCD-8500
TLcdColorLookupOp: the operator did not work correctly for color images without an alpha channel.

Bug fixLuciadFusion

LF-1047
Increased the robustness of temp file removal when fusing SHP files.

Bug fixLuciadFusion

LCD-8499
TLcdCGMModelDecoder: The start and end angle for arcs were interpreted incorrectly.

Bug fixLuciadFusion

LF-1045
The WMS server was serving the same image for different elevation filter values.

Bug fixLuciadFusion

LF-1043
NetCDF image fusing was not respecting color maps provided with a SLD style file.

Bug fixLuciadFusion

LF-1036
The Data Server's HTML front-end was not properly populated with sample requests in servlet containers other than the embedded Jetty server.

2016.1.05

ImprovementLuciadFusion

LCD-8481
TLcdMIFModelDecoder and TLcdTABRasterModelDecoder now support data defined in a Pseudo Mercator projection.

ImprovementLuciadFusion

LCD-7591
GML encoding: improved the export of models that are not GML feature collections but do contain GML features (e.g. WFS models).

ImprovementLuciadFusion

BlackLimeLookAndFeel: the color of selected toggle buttons is now slightly more prominent.

ImprovementLuciadFusion

LCD-8441
You can now add new points to the beginning or end of ILcd2DEditablePolyline implementations (2D/3D polylines, arrows, buffers etc.) with a CTRL+left click to any location on the view by using TLsp2DPointListEditor. If the clicked point is closer to the first point than the last point of the shape, it will be inserted as the first point, otherwise it will be inserted as the last point.

ImprovementLuciadFusion

LCD-8451
DimensionalFilterManager was setting a model's filter value to the first possible value of the filter when the model is added to a view and if the model is the first model for that filtering dimension in the view. This was preventing you to set a filter value on the model and then display it with the same filtering value via the DimensionalFilterManager. To achieve that, you had to set the same filtering value after displaying the model. Now with this enhancement, the DimensionalFilterManager sets the value of the filter by getting it from the model if the model is the first model of that dimension in the UI.

Bug fixLuciadFusion

LCD-8483
Fix visualization of alpha channel for non 8-bit/component RGBA rasters.

Bug fixLuciadFusion

The ALcdMeasureProvider instances created by a TLcdImageModelMeasureProviderFactory would return in some cases the least detailed value when sample density was set to Double.NaN, instead of the most detailed value.

Bug fixLuciadFusion

LCD-8463
Implemented a workaround for JDK-8066871, which causes java.lang.VerifyError: Bad local variable type at run-time with code compiled at language level 1.8 on Windows.

Bug fixLuciadFusion

LCD-8252
3D icons were not projected correctly in all 2D projections.

Bug fixLuciadFusion

LCD-7937, LCD-8342
TLspComplexStrokedLineStyle: text could be painted upside down, even when enabling the rotateUp() setting. This could happen when painting shape lists using a complex stroke, or when returning multiple style targets for an object.

Bug fixLuciadFusion

LCD-8457
The default line label position of the Lightspeed XY grid (TLspXYGridLayerBuilder) had changed from right to left. This was a recent regression.

Bug fixLuciadFusion

LCD-8449
TLcdGXYShapePainter#getObject did not always return the expected object.

Bug fixLuciadFusion

LCD-8448
SLD color maps specified in a raster symbolizer were not always correctly applied for non-elevation data, which could lead to invisible data.

Bug fixLuciadFusion

LCD-8227
Fixed possible exception when painting 3D icons or 3D meshes with textures.

Bug fixLuciadFusion

LCD-8446
TLcdInputStreamFactory: for very large files the created streams could sometimes not read all available bytes. This could give errors for some decoders (ex. GeoTIFF).

2016.1.04

ImprovementLuciadFusion

LCD-8159
TLcdClusteringTransformer: ILcdClusterShapeProvider implementations can now return regular shapes from the com.luciad.shape package. If you need to return a non-standard shape implementation, it is still not allowed to implement ILcd2DEditableShape.

ImprovementLuciadFusion

LCD-8445
Vendor-specific parameters included in URLs supplied to TLcdWCSClient, TLcdWFSClient, TLcdWMSClient or TLcdWMTSClient now take precedence above equally-named parameters in the URLs listed in the XML capabilities. This resolves interoperability issues with servers that include templates for vendor-specific parameters in the URLs listed in the XML capabilities.

ImprovementLuciadFusion

LCD-8440
Improved the robustness of TLcdInterval#equals.

Bug fixLuciadFusion

LCD-4751
TLcdGML32LineString and TLcdGML31LineString instances defined in a geodetic reference were not interpolated correctly.

2016.1.03

ImprovementLuciadFusion

LCD-8012
TLcdGXYNewController2 and TLcdGXYTouchNewController now support creation based on a single drag gesture. This works for pointlist-based shapes, ellipses, circles, bounds and buffers. More specifically, TLcdGXYPointListPainter and TLcdGXYGeoBufferPainter have been specially optimized to efficiently process these gestures.

ImprovementLuciadFusion

LCD-8154
It is now possible for the line labels of the xy and georef grids in a Lightspeed view to:
  • define an offset from the view edge
  • define an offset from the grid line
  • always paint them horizontally

ImprovementLuciadFusion

LCD-8419
GML decoding: the GML-based decoders now cache parsed model references.

ImprovementLuciadFusion

LCD-8417
TLcdGeoPackageModelEncoder can now encode models with an ALcdImage domain object or the domain object is an ILcdDataObject whose type contains a TLcdHasGeometryAnnotation with an ALcdImage property.

ImprovementLuciadFusion

LCD-7391
The optional logging servlet filter, TLcdLogFilter, has been upgraded with an improved encryption algorithm (AES in CTR mode) to encode log entries.

Bug fixLuciadFusion

LCD-8230
When a point close to the edge of the visible area of a projection was styled with a 3D icon, an exception was thrown when the 3D icon itself crossed the boundary in a 3D view.

Bug fixLuciadFusion

LCD-8436
Spatial queries are now inclusive of their bounds. Points that lie directly on the bounds are now returned as well.

Bug fixLuciadFusion

LCD-8552
Fusion Client no longer has a hard dependency on the Geometry component. This caused problem with Maven when using Fusion Client without Geometry. Note that you only need the optional Geometry component when you query tile store metadata using a spatial filter.

Bug fixLuciadFusion

LCD-8426
TLcdDMEDModelDecoder: the minLevel parameter was not taken into account for the ALcdImage's created by the decoder.

Bug fixLuciadFusion

LCD-7902
SLD icon rotation and opacity customization was not supported for world-sized SVG icons.

Bug fixLuciadFusion

LCD-6849
Encoding an SLD Feature Type Style with inline graphics content produced an incorrect encoding of the Base64 representation of the included graphics.

Bug fixLuciadFusion

LCD-8423
The OGC server sample's HTML front-end was not properly populated with sample requests in servlet containers other than the included Jetty server.

Bug fixLuciadFusion

LCD-8263
SLD label decluttering did not work properly in case of a custom label painter; only one label location was tried.

Bug fixLuciadFusion

LCD-8420
Possible RejectedExecutionException when resizing a TLspOffscreenView. This was a recent regression.

2016.1.02

ImprovementLuciadFusion

LCD-8408
The TLspIconStyle.Builder#icon() method now throws a clear exception when a null icon is set. This should never happen. When you don't want to paint an icon, avoid passing a TLspIconStyle to the ALspStyleCollector.

ImprovementLuciadFusion

LCD-7735
Maven deployment shell files have been added. They are configured to call deploy.xml with the included Ant distribution. The script itself has been updated to use the user's Maven cache as the default repository for deployment.

ImprovementLuciadFusion

LCD-7896
The Maven deployment script has been modified to skip artifacts that can't be deployed for some reason. It will try to deploy the remaining artifacts and report on those that failed upon completion.

ImprovementLuciadFusion

The Apache Ant distribution shipped with LuciadLightspeed has been updated to version 1.9.7. The Ivy library has been updated to version 2.4.0 and Ant-Contrib 1.0b3 is now included.

ImprovementLuciadFusion

LCD-7915
The XML implementation no longer depends on the StAX-utils library. Consequently, this library has been removed from the list of 3rd party library dependencies shipped with the product.

ImprovementLuciadFusion

LCD-8271
Clarified some documentation in ALspEditor.

ImprovementLuciadFusion

LCD-8090
TLspZoomController, TLspRotateController and TLspPanController's cursors can now be customized.

ImprovementLuciadFusion

LF-1022
When using Tomcat as servlet container, verbose stack traces could sometimes be observed in the server log files containing notifications of a org.apache.catalina.connector.ClientAbortException. This exception is thrown by Tomcat when a servlet is trying to send a result to a client which already closed the connection. The Fusion server used to handle this exception as a regular IOException, by logging its stacktrace and sending a service exception report to the client - which fails in this case, resulting in a similar exception. This exception is now no longer propagated in the Fusion server.

Bug fixLuciadFusion

LCD-5860
TLcdAdvancedMapRulerController: in some cases, a perfectly straight ruler line would disappear.

Bug fixLuciadFusion

LCD-8400
TLcdGeoJsonModelDecoder used the TLcdPrimaryKeyAnnotation incorrectly when a feature was decoded via TLcdGeoJsonModelDecoder#decodeFeature. As a result it could be that the id was missing on the generated ILcdDataObject.

Bug fixLuciadFusion

LCD-8392
Resolved a possible deadlock situation during initialization of samples.common.MouseCursorFactory.

Bug fixLuciadFusion

LCD-6604
TLcd2DBoundsIndexedModel.elements().nextElement() now throws NoSuchElementException when there are no more elements. This is according to the Enumeration.nextElement() contract.

Bug fixLuciadFusion

LCD-8098
The protected fLon and fLat fields in TLcdLonLatPoint are deprecated. Do not use these fields directly, instead use move2D() and getLon() and getLat().

Bug fixLuciadFusion

LCD-8391
TLcdColorConvertOp: fixed error when converting float RGB to 8-bit RGBA.

Bug fixLuciadFusion

LCD-8389
TLcdGeoJsonModelDecoder parsed long values of properties as doubles.

Bug fixLuciadFusion

LCD-8307
The OGC server sample's ANT build script now replaces '+' characters in jar names with '-', to overcome a deployment compatibility issue with Oracle WebLogic.

Bug fixLuciadFusion

LCD-8269
The WCS client did not correctly interpret elevation values in case of WCS coverages with elevation data and in case it was configured to use multiple levels of detail (see TLcdWCSProxy#setRasterCount). This caused a broken visualization and incorrect elevation value readouts.

Bug fixLuciadFusion

LCD-8272
The copy constructor of TLcdWMSCapabilities did not copy the registered formats for the WMS SLD profile requests GetLegendGraphic and DescribeLayer.

Bug fixLuciadFusion

LCD-8278
Fixed a rare endless loop when using the MGRS grid in 3D. This problem could block a single task executor thread.

Bug fixLuciadFusion

LCD-8181
Fixed a possible memory leak when using a layer with labels enabled.

Bug fixLuciadFusion

LCD-8268
ALcdImagingEngine: fixed error when using a large image with a palette-based color.

Bug fixLuciadFusion

LCD-8246
The installation instructions for the hardware key for Linux have been updated for modern distributions. Specifically, the udev rules were updated to work for recent Linux versions.

2016.1

ImprovementLuciadFusion

LCD-7952
The memory consumed by a WCS model has been reduced significantly. This is especially noticeable when a large number of levels of detail and tiles are used(see TLcdWCSProxy#setRasterCount, TLcdWCSProxy#setTileColumnCount and TLcdWCSProxy#setTileRowCount).

ImprovementLuciadFusion

LCD-8161
The common view coordinate that can be added to an MGRS layer in a GXY or Lightspeed view has been improved. It now displays a String that can be added in front of the visible labels to form a full MGRS String. See TLcdMGRSGridOverlayLabelBuilder#COMMON_VIEW_COORDINATE and TLspMGRSGridOverlayLabelBuilder#COMMON_VIEW_COORDINATE. The same improvement was added for georef grid layers. See TLspGeorefGridOverlayLabelBuilder#COMMON_VIEW_COORDINATE.

ImprovementLuciadFusion

LCD-8213
The WCS client now automatically recognizes the GeoTIFF format 'GeoTIFFFLOAT32'.

ImprovementLuciadFusion

Google Earth Enterprise image repositories can now be used to create a non-tiled repository and serve the imagery through WMS. More information on how to decode Google Earth Enterprise image repositories can be found in the javadoc of TLcdGEEModelDecoder.

ImprovementLuciadFusion

ALspGLResource now has a default implementation for the destroy(ILcdGLDrawable) method. When extensions of this class call super.destroy, error checking is added to make sure no destroyed GL resources are used during painting. If they are, an exception is thrown. This avoids possible VM crashes.

ImprovementLuciadFusion

It is now possible to enable GetFeatureInfo requests for a WMS layer at the client side, even though the capabilities advertise that GetFeatureInfo requests are possible. See
  • TLcdWMSStyledNamedLayerWrapper#setQueryable(boolean)
  • TLcdSLDNamedLayer#setQueryable(boolean)

ImprovementLuciadFusion

TLspLayerTreeNode: a new constructor which accepts a model has been added.

ImprovementLuciadFusion

TLspLayerTreeNodeCellRenderer is a new extension of TLcdLayerTreeNodeCellRenderer specific for Lightspeed views. It implements the same behavior already present in TLcdGXYLayerTreeNodeCellRenderer, where layers are grayed out when they are outside their scale range.

ImprovementLuciadFusion

TLcdGXYLayerTreeNode: a new constructor which accepts a model has been added.

ImprovementLuciadFusion

LCD-7903
TLcdGXYRoundedPointListPainter: improved discretization for polygons crossing the boundaries of rectangular projections.

ImprovementLuciadFusion

TLspFusionVectorLayerBuilder will now use GeoSym styling for both bodies and labels when visualizing a VPF coverage. Previously, the GeoSym styling was only used for the body.

ImprovementLuciadFusion

LCD-8171
The TLsp2DPointListEditor no longer consumes mouse-wheel events in its creation handle.

ImprovementLuciadFusion

LCD-5629
It is now possible to fit on the actual location of WMTS data, if this location is defined in the WMTS capabilities. In the past, the data's tile pyramid bounding box was used, which typically corresponded to world bounds.

ImprovementLuciadFusion

LCD-7508
Fusion now initializes faster by performing some set-up work in the background.

ImprovementLuciadFusion

The WMS client now prefers CRS:84 above EPSG:4326, if the application's view reference is not supported by the server and if the server supports CRS:84. This avoids potential axis ordering issues with EPSG:4326.

ImprovementLuciadFusion

TLcdDataModelDescriptor: the constructor now allows to specify the model element types and model types as a collection instead of as a set. As it is strongly recommended to specify the model element types, the other constructors have been deprecated.

ImprovementLuciadFusion

LCD-8136
It is now possible to customize GetFeatureInfo request handling to support querying for all features interacting with a given pixel bounds (e.g., provided through an optional parameter). This use case is supported by the existing ALcdWMSCommandDispatcher#performSelectionAt and its sensitivity parameter - which was not correctly taken into account in the past.

ImprovementLuciadFusion

TLspModelElementTrackingPointProvider can now handle domain objects which do not extend fromILcdShape, but rather expose one on their data model using the TLcdHasGeometryAnnotation.

ImprovementLuciadFusion

When using TLspAWTView, vsync is now enabled when it is not explicitly disabled using the vendor specific GPU settings.

ImprovementLuciadFusion

LCD-8066
TLspComplexStrokedLineStyle now has a modulation color. Via this modulation color it is also possible to change the opacity of the stroked line.

ImprovementLuciadFusion

The sample package samples.lightspeed.timeview contains a ready-to-use time slider component which has a Lightspeed view. You can add layers to it with data that has time information.
See TimeSlider javadoc for more details.

ImprovementLuciadFusion

LCD-5122

ImprovementLuciadFusion

LCD-7855
TLcdStatusEvent now has new factory methods to make it easier to report progress and messages. In addition, messages can now include a severity.

ImprovementLuciadFusion

LCD-2904
TLspViewNavigationUtil can now perform animated center operations.

ImprovementLuciadFusion

TLcdGXYShapePainter now allows to set the selection mode and edit mode separately, see setSelectionMode(int) and setEditMode(int). This for example allows the painter to paint an outline for the selected paint mode, while painting a fill for the regular paint mode.

ImprovementLuciadFusion

ALcdWMSProxy now has a utility method that allows to retrieve all WMS layers. It is also possible to retrieve only visible and/or only queryable WMS layers. See ALcdWMSProxy#getNamedLayer(boolean, boolean).

ImprovementLuciadFusion

LCD-8042
TLspLabelPainter now doesn't depend on ALspLabelTextProviderStyle instances to override and implement the equals and hashCode methods anymore. Not doing so resulted in hard to find problems with labels.

ImprovementLuciadFusion

LCD-8041
TLcdEllipsoidUtil, TLcdCartesian, TLcdEllipsoidRhumblineUtil, and the spherical variations now have a method closestPointOnShape to calculate the point of a polyline or polygon that is closest to a given point.

ImprovementLuciadFusion

TLcdWKTReferenceFormatter now formats the axis information as well.

ImprovementLuciadFusion

LCD-3271

Additional API was added to retrieve the exact parameters needed for a GetFeatureInfo request for a given point in view coordinates. The result can be used as input for the ALcdWMSProxy#createFeatureInfoInputStream() method. See:

  • TLcdGXYTiledWMSProxyPainter#getFeatureInfoContext
  • TLcdWMSProxyGXYPainter#getFeatureInfoContext
  • TLspWMSGetFeatureInfoContextQuery

ImprovementLuciadFusion

GetFeatureInfo request now also work for SLD layers (TLcdSLDNamedLayer) when using ALcdWMSProxy#createFeatureInfoInputStream().

ImprovementLuciadFusion

Luciad now supports Mac OS X. The minimum requirements to run Luciad based software on a Mac are:
  • Mac OS X 10.9 or later
  • Intel 64-bit CPU
  • JDK 1.8 or later

ImprovementLuciadFusion

The wms.client.gxy, wms.client.ecdis.gxy and the wms.client.lightspeed samples now demonstrate how to visualize GetFeatureInfo responses on the map. This is done using the WMSGetFeatureInfoMouseListener class. This class uses a WMSGetFeatureInfoResponseDecoder to convert a response to an ILcdDataObject, which is added to the map.

ImprovementLuciadFusion

TLcdOGCPropertyName has received a new convenience constructor that accepts a Java QName.

ImprovementLuciadFusion

LCD-7949, LCD-7306
To improve the event handling of TLcdWFSProxyModel, three existing methods have been reintroduced with an additional argument to specify an event type (ILcdFireEventMode):
  • setFilter(TLcdOGCFilter, int)
  • setCachingModel(int, int)
  • invalidate(int)
This enables users to explicitly trigger an event while invoking these methods, so that any listeners can be notified of changes to the model. A typical use case is to trigger a repaint when calling one of these methods.

ImprovementLuciadFusion

LCD-7959
TLcdWCSProxyModelDescriptor now uses the coverage's label as display name, because it is intended as a human-readable name for the coverage. If not available, the coverage's name is used, similar to the past.

ImprovementLuciadFusion

LCD-7957
TLcdWFSProxyModelDescriptor now uses the feature type's title as display name, because it is intended as a human-readable name for the feature type. If not available, the feature type's name is used, similar to the past.

ImprovementLuciadFusion

TLcdDimensionAxis.TIME_AXIS: a constant has been added representing a time axis, which is convenient when you are creating your own time-dependent models.

ImprovementLuciadFusion

LCD-3204
ALspEditable3DMesh can now contain texture coordinates. This allows you to provide the texture coordinates in a custom TLspShapeDiscretizer by overriding TLspShapeDiscretizer#discretizeSFCT().

ImprovementLuciadFusion

LCD-7611
TLcdWFSProxyModelDescriptor now provides information about the possible data types in the model. This information is accessible through the regular ILcdDataModelDescriptor methods getModelTypes() and getModelElementTypes().

ImprovementLuciadFusion

LCD-7917
The new TLcdGXYRotateController allows you to rotate GXY views.

ImprovementLuciadFusion

LCD-7918
Vendor-specific parameters included in URLs supplied to TLcdWCSClient, TLcdWFSClient, TLcdWMSClient or TLcdWMTSClient are now automatically used in all requests sent to the server. This supports use cases such as services requiring authentication through a proprietary token parameter.

ImprovementLuciadFusion

TLcdGXYShapeListPainter and TLcdGXYSurfacePainter now also implement ILcdGXYPathPainter. This also improves the out-of-the-box labeling support.

ImprovementLuciadFusion

TLcdGXYLabelPainter: a new method (setAntiAliased) has been introduced which allows to enable anti-aliasing. Anti-aliasing has been enabled by default.
The same has been done for the TLcdGXYPolygonLabelPainter, TLcdGXYPolylineLabelPainter, TLcdMapLonLatGridLayer, and TLcdMapGeorefGridLayer.

ImprovementLuciadFusion

LuciadFusion now supports fusion of vector data retrieved from an PostgreSQL PostGIS database.

ImprovementLuciadFusion

LCD-5125
TLcdOGCModelReferenceParser and TLcdOGCModelReferenceFormatter allow parsing and formatting commonly used OGC model reference strings.

ImprovementLuciadFusion

LCD-7502
TLspLabelPainter now supports the z-order configured in TLspTextStyle, TLspIconStyle and TLspPinLineStyle for labels. This gives control over the painting order for labels. For performance reasons, it is advised not to use many different z-orders.

ImprovementLuciadFusion

TLcdModelDescriptor: a setter has been added for the source name.

Bug fixLuciadFusion

LCD-8249, LCD-8030
Fixed a possible deadlock that could occur when using a synchronous layer (TLspLayer#setSynchronous(true) or TLspShapeLayerBuilder#synchronous(true)) with labels.

Bug fixLuciadFusion

The launcher (start.jar) now explicitly sets java.library.path to empty unless it's defined in a .vmoptions file or JVM_ARGS. This prevents platform-dependent default values from causing issues with native library loading.

Bug fixLuciadFusion

LCD-8205
The sample class SLDFeatureTypeStyleStore now differentiates between measurement data (e.g., containing elevation data) and multi-spectral data to improve the selection of suitable SLDs in the SLD samples.

Bug fixLuciadFusion

LCD-8224
Fixed a rare ConcurrentModificationException when using TLspShapePainter.

Bug fixLuciadFusion

LCD-8188
TLcdRPCModelReferenceDecoder: the decoder did not support tab characters between the key and value.

Bug fixLuciadFusion

Fixed possible native crash that was caused by the usage of already destroyed resources.

Bug fixLuciadFusion

LCD-8147
In some cases, an asynchronously painted ILcdGXYLayer could throw an IllegalMonitorStateException.

Bug fixLuciadFusion

BlackLimeLookAndFeel now supports JSliders that have their inverted property set to true.

Bug fixLuciadFusion

LCD-7279
TLcdSLDFeatureTypeStyleDecoder: fixed the decoding from an XML document with a 1.1.0 StyledLayerDescriptor.

Bug fixLuciadFusion

LCD-8138
Fixed a rare OutOfMemoryError when using an MGRS grid in a 3D Lightspeed view. This exception could occur when moving close to the terrain and tilting the camera.

Bug fixLuciadFusion

LCD-8238
The default styler on raster layer did not allow customizing the color map for models with measurement data.

Bug fixLuciadFusion

When a Json file contains properties with an array as value, TLcdGeoJsonModelDecoder modelled that collection using a collection property with a type that extends from TLcdCoreDataTypes.DATA_OBJECT_TYPE, even when the values in that collection are no ILcdDataObjects. It now uses a type that extends from TLcdCoreDataTypes_OBJECT_TYPE instead. The same fix was applied for map properties.

Bug fixLuciadFusion

LCD-8085
TLspViewNavigationUtil's center methods now take the terrain into account.

Bug fixLuciadFusion

LCD-8057
The WMS server didn't always respect the painting order when doing a GetFeatureInfo request. This could lead to responses of objects that are painted underneath another object.

Bug fixLuciadFusion

LCD-8036
The WMS server didn't always respect max feature count parameter of a GetFeatureInfo request.

Bug fixLuciadFusion

LCD-8052
The result of TLcdGXYIconPainter#boundsSFCT is now a tighter fit around the actual icon.

Bug fixLuciadFusion

LCD-7948
TLcdWFSProxyModel: doing multiple calls to the elements or applyOnInteract2DBounds methods will now always return the same domain object instances when the domain object represents the same object on the server. This is needed to be able to select the domain objects on a Lightspeed view, or to activate labeling.

Bug fixLuciadFusion

The WMTS client sometimes still showed error tiles in case of a tile not found (HTTP 404) response.

Bug fixLuciadFusion

LCD-6636
TLspShapeDiscretizer now correctly triangulates ILcdPolygons that are vertical (i.e. exactly perpendicular to the ellipsoid).

Bug fixLuciadFusion

LCD-4290
TLcdSHPModelDecoder: The TLcdDataModel generated for empty SHP files was incorrect. Now a TLcdDataModel is generated based on the properties defined in the DBF file, if available.

Upgrade considerationLuciadFusion

LCD-8198
The overlay panel of Lightspeed views, which typically contains the navigation controls or a scale icon, can now avoid full redraws in a number of scenarios. This makes it behave subtly faster, resulting in somewhat higher frame rates depending on the screen resolution and exact set-up. It may uncover bugs in client code that previously remained unnoticed. Should you experience a partially updating overlay, check out the documentation in ILspAWTView.getOverlayComponent. Most notably, samples classes HaloLabel, TouchInformationPanelController and PreviewerOnMapCustomizerFactory (Lucy) had to be adjusted.

Upgrade considerationLuciadFusion

Packaging for the sqlitej native library has changed. Instead of a single statically linked object, the library now dynamically links to sqlite3. Apart from there now being two native libraries, you should not be affected in any way by this change.

Upgrade considerationLuciadFusion

SpatiaLite has been updated to version 4.3.0. The decoder now also supports databases created with SpatiaLite 4.0.0 and above. Newly created databases will be in the 4.0.0 format and cannot be read by older versions of the decoder. For more information, see https://www.gaia-gis.it/fossil/libspatialite/wiki?name=switching-to-4.0.

Upgrade considerationLuciadFusion

LCD-8048, LCD-8054
TLspFrustum was made immutable to avoid potential concurrency issues. In order to do this, some of the methods were changed:
  • The computeFromModelViewProjectionMatrix() method was replaced with the factory method createFromModelViewProjectionMatrix().
  • The computeFromViewRectangle() method was replaced with the factory method createFromViewRectangle().
  • The return type of the getCorners() method was changed from ArrayList<TLcdXYZPoint> to List<ILcdPoint>. It now also returns an immutable List of points.

Upgrade considerationLuciadFusion

Model references that contain metadata (ILcdExtendedModelReference) are now only considered equal if they have the same axis ordering. This means for example that from now on "urn:ogc:def:crs:OGC:1.3:CRS84" (which is a lon-lat reference), and "urn:ogc:def:crs:EPSG::4326" (which is a lat-lon reference) are now considered different. The references in this example can be parsed using TLcdOGCModelReferenceParser.

Upgrade considerationLuciadFusion

LCD-5225
The vertex array renderer accessible using ILspView.getViewServices().getVertexArrayRenderer() no longer uses the standard gl_Color attribute. If you have written a custom painter that uses this vertex array renderer together with custom shader programs, you need to update your vertex programs to no longer use gl_Color, but use following construct:
      //declare custom attribute and uniforms
      attribute vec4 aLspColor;
      uniform vec4 uLspColor;
      uniform bool uUseAttribute;

      // ...

      void main() {
      // ...
      vec4 colorToUse = uUseAttribute ? aLspColor : uLspColor;
      // ...
      }
    
Any calls to ILcdGL.glColor4f (or equivalent) should be replaced with setting the uLspColor uniform on the shader. For instance:
      int[] currentProgramRet = new int[1];
      gl.glGetIntegerv(ILcdGL.GL_CURRENT_PROGRAM, currentProgramRet);
      int currentProgram = currentProgramRet[0];
      if (currentProgram > 0) {
      int uLspColor = gl.glGetUniformLocation(currentProgram, "uLspColor");
      if (uLspColor > 0) {
      gl.glUniform4f(uLspColor, fColor[0], fColor[1], fColor[2], fColor[3]);
      }
      }
    

Upgrade considerationLuciadFusion

It is now possible to pass query context parameters to the ALcdWMSProxy#createImageInputStream and ALcdWMSProxy#createFeatureInfoInputStream method directly. See TLcdWMSGetMapContext and TLcdWMSGetFeatureInfoContext. For GetFeatureInfo requests, this allows to specify which feature info format to use, and which layers should be queried, without the need to modify the ALcdWMSProxy object. This provides a better way to do getFeatureInfo request calls in a thread-safe manner.

The ALcdWMSProxy#createImageInputStream and ALcdWMSProxy#createFeatureInfoInputStream method are abstract, which means that custom implementations of this class will show a compile error. For wrappers, this can easily be resolved by delegating to the wrapped ALcdWMSProxy. For custom implementations, these new methods will need to be implemented. ALcdWMSProxy#createImageInputStream should pose no problems since no extra parameters were introduced. The implementation of the new ALcdWMSProxy#createFeatureInfoInputStream method will need to take the new arguments (i.e. the contents TLcdWMSGetFeatureInfoParameters) into account.

Upgrade considerationLuciadFusion

TLcdGeoJsonModelEncoder and the GML model encoders now format geodetic WGS84 lon-lat references with EPSG as authority as "CRS84" by default. This new behavior can be reverted, see TLcdOGCModelReferenceFormatter#setFormatEPSGLonLatWGS84AsEPSG4326() for more information.

Upgrade considerationLuciadFusion

The lcd_wms_client_earth.jar file was removed. This also means that a Maven artifact was removed. Dependencies on lcd_wms_client_earth.jar should be removed and replaced by a dependency on lcd_wms_client.jar.

Upgrade considerationLuciadFusion

LCD-7986, LCD-5592
ILspTexturedStyle now supports the use of ALsp2DTextureObject. To support this it now has a new getTextureObject method and the textureObject method was added to ILspTexturedStyle.Builder. This new functionality allows to use an OpenGL texture directly with an ILspTexturedStyle.

Upgrade considerationLuciadFusion

LCD-7395
The JOGL, JOCL, and GlueGen libraries have been updated to version 2.3.2+2-lcd. This is the same as the official 2.3.2 version of JOGL, with two exception. The first is a change for the Mac OS X platform that fixes following JOGL issues:
  • 1277: GLCanvas content draws in wrong position when canvas moves after JFrame containing it is setVisible(true) on EDT
  • 1299: warning when using JOGL on Mac OS X El Capitan
  • 1306: Medium-weight tooltips are painted behind the GLCanvas
  • 1307: GLCanvas is always drawn on top when using a JTabbedPane
The second is a fix for a memory leak that occurs when creating two OpenGL drawables that perform GL context sharing, and then destroying one. The other could previously not be garbage collected in this case.

Upgrade considerationLuciadFusion

LCD-6476
GML decoding: the GML decoders now exclusively rely on the model reference axis metadata as provided by their reference parsers. This may impact the parsing of coordinates using the "EPSG:4326" model reference. In particular, if you have previously customized a GML decoder with a TLcdEPSGReferenceParser and you relied on OGC's legacy lon-lat interpretation of the "EPSG:4326" string instead of EPSG's official lat-lon interpretation, you should use TLcdOGCModelReferenceParser instead and enable the lon-lat interpretation by calling setParseUnprefixedEPSG4326AsLonLat(true).

2016.0

2016.0.13

ImprovementLuciadFusion

LCD-8134
TLcdWMTSClient could throw a NullPointerException in case of an unresolvable REST URL template.

ImprovementLuciadFusion

LCD-8149
TLspViewNavigationUtil#centerOnModelBounds now also works for model references that are not instances of ILcdGeoReference. Note that, for this case to work, the model reference has to equal the view's reference.

ImprovementLuciadFusion

LCD-8146, LCD-8104
The WMTS client no longer shows tile decoding issues in the tiles themselves. This has been replaced by warning log statements.

ImprovementLuciadFusion

LCD-8137
The XML decoders no longer fail on empty double and float elements.

Bug fixLuciadFusion

LCD-8167
Fixed a performance bottleneck when visualizing shapes in an ILcdGXYView with a constantly changing world reference.

Bug fixLuciadFusion

LCD-8156
GML encoding: fixed an issue when encoding WFS models whose domain objects contain multi-curve geometries.

Bug fixLuciadFusion

LCD-8143
TLcdEllipsoid#geodesicPointSFCT did not always return the point at the shortest distance at a fraction between two points on one of the poles. As a result lines on the poles could be incorrectly visualized in a 2D projection.

Bug fixLuciadFusion

LCD-8141
TLcdResizeOp did not handle palette indexed color images correctly when down-scaling the image a lot.

Bug fixLuciadFusion

LCD-8130
A regression in recent patches caused incorrect results related to height / value provision and raster-as-icon visualization, in case of source image data with a SinglePixelPackagedSampleModel.

2016.0.12

ImprovementLuciadFusion

LCD-8086
The launcher script for the sample server (FusionServer.sh/bat) has been modified to work on headless machines.

Bug fixLuciadFusion

LCD-8130
A regression in recent patches caused incorrect results related to RASTER fusion, in case of source image data with a SinglePixelPackagedSampleModel.

Bug fixLuciadFusion

LCD-8130
A regression in recent patches caused incorrect values in images generated by the WCS, in case of source image data with a SinglePixelPackagedSampleModel.

Bug fixLuciadFusion

LCD-8119
TLcdMedianOp: the median operator did not work on images with 2 or 3 bands.

Bug fixLuciadFusion

LF-1004
Fusion is now more robust against WMTS services that use a data format that is not a supported MIME type.

2016.0.11

ImprovementLuciadFusion

LCD-8087
A launcher script was added for the OGC server sample (OGCServer.sh/bat). Using this script, it is now possible to run the server on a headless machine.

ImprovementLuciadFusion

TLcdWFSGetFeatureRequestHandler now doesn't log errors anymore when a feature can't be encoded. The stack traces can still be obtained by enabling debug logging for the "com.luciad.ogc.wfs" package.

Bug fixLuciadFusion

LCD-8031
The WMTS client threw an IndexOutOfBoundsException in case it didn't found any non-empty tiles.

Bug fixLuciadFusion

LCD-8078
Platform detection for PowerPC and Mac OS X 32-bit has been removed. Native libraries for these platforms can no longer be loaded. You should not be affected by this change, as these platforms have never been officially supported.

Bug fixLuciadFusion

LCD-8079
The samples.ogc.wfs.client sample now uses a default MAXFEATURES value of 1000 in all GetFeature requests, to avoid overloading a server with too large data requests.

Bug fixLuciadFusion

LCD-8063
The OGC WCS server's GetCapabilities response no longer contains null Strings. If an optional value is not available (e.g., a coverage description), an empty String is used.

2016.0.10

Bug fixLuciadFusion

LCD-8044
Fixed NPE when visualizing a non-tiled WMS layer and moving the view outside the model bounds.

Bug fixLuciadFusion

LCD-7241
Balloon sample: showing the balloon for the moving point resulted in flickering.

Bug fixLuciadFusion

LCD-8033
WMS models did not support time and elevation dimensions if they weren't defined with their official names TIME and ELEVATION with upper case letters. This has been made more flexible, by supporting dimension names TIME, ELEVATION, DEPTH and ALTITUDE - regardless of the letter case.

Bug fixLuciadFusion

LCD-8025
Fixed a layer selection problem when using a string translator in the visual inspection sample controls. This also affected LuciadLightspeed based products with visual inspection controllers.

Bug fixLuciadFusion

LCD-8028
Layer tree tooltips were no longer displayed in the samples and most LuciadLightspeed based applications.

Bug fixLuciadFusion

LCD-7991
Fixed a problem with using TLspCreateController.nextStep() in conjunction with military symbology.

Bug fixLuciadFusion

LCD-8026, LCD-7176
TLcdWKTReferenceParser and TLcdWKTReferenceFormatter can now handle mercator projections with a true scale latitude (mercator variant B).

2016.0.09

Bug fixLuciadFusion

LF-1000
Fixed a bug in fusion support for VPF datasets without scale information. Such datasets have a zero or negative scale denominator, which was not taken into account.
Note that for such datasets LuciadFusion will auto-detect a scale based on the extent of the data (see TLfnFormat.getScaleDenominator). You may need to manually adapt the Compilation Scale of your assets.

Bug fixLuciadFusion

LCD-7999
TLspIconStyle: Icons painted in view coordinates would not be visible if the icon style was configured with ElevationMode.ON_TERRAIN.

2016.0.08

ImprovementLuciadFusion

LCD-8004
It is now possible to calculate the closest geodesic distance to a rhumbline segment, see TLcdEllipsoidRhumblineUtil#closestPointOnRhumblineGeodesic and TLcdSphereRhumblineUtil#closestPointOnRhumblineGeodesic.

ImprovementLuciadFusion

LCD-7998
The servlet class TLcdWMSServlet has been extended with a protected factory method createCommandDispatcherFactory(ServletConfig), to allow customization of the command dispatcher factory instance.

ImprovementLuciadFusion

LCD-7992
The product documentation isn't opened automatically anymore when launching start.jar.

ImprovementLuciadFusion

LCD-7989
The sample service in start.jar now uses a different port for each Luciad product. This allows to run samples from different products simultaneously without having to reconfigure ports first.

Bug fixLuciadFusion

LCD-8007
TLcdClusteringTransformer can now handle original models where all points are on the same longitude. It threw OutOfMemoryErrors before.

Bug fixLuciadFusion

LCD-8009
BlackLimeLookAndFeel (used by for example Lucy Map Centric) now uses the special Noto font only for Latin locales, falling back to the default Java fonts otherwise.

Bug fixLuciadFusion

LCD-8001
TLcdWMSClient did not always detect support for GetLegendGraphic and DescribeLayer requests in the WMS capabilities.

Bug fixLuciadFusion

LUCY-4487
TLcdEarthGXYRasterPainter and TLcdGXYImagePainter: when printing a map with these painters, the resulting printout could be blurry.

Bug fixLuciadFusion

LCD-6878
TLspIconStyle: Icons could appear completely white when dynamically changing the size of the icon.

Bug fixLuciadFusion

LCD-7993
Fixed the 'Semantics do not describe a single color' error that could sometimes occur when visualizing elevation coverages with encoded as image/tiff.

Bug fixLuciadFusion

LCD-7982
The WCS model generated a NullPointerException when used in an ILspLayer on a Lightspeed view.

Bug fixLuciadFusion

LF-981
Fixed a bug affecting the fusion of vector data in lon-lat coordinates when "force linear interpolation" is on. This bug could cause some complex polygons to fail with "Inner ring cannot be determined to be inside an outer ring".

Bug fixLuciadFusion

LCD-7868
TLcdCone3DMesh#getPrimitive would return a primitive with incorrect vertex indices when TLcdCone3DMesh#getVertexSFCT was not called once first.

Bug fixLuciadFusion

LCD-7647
TLcdGeoTIFFModelEncoder: it was not possible to encode raster data represented in a grid reference with a projection of the type TLcdAlbersEqualAreaConic.

2016.0.07

ImprovementLuciadFusion

The WMS client samples 'samples.wms.client.gxy.MainApplet' and 'samples.wms.client.lightspeed.MainPanel' now automatically show a time and elevation slider map widget in case these dimensions are discovered in one of the selected WMS layers.

ImprovementLuciadFusion

LCD-7626
TLspSetControllerAction can now use 'null' as controller to set on the view.

Bug fixLuciadFusion

LCD-7887
Fixed an issue where TLspRulerController#setLabelStyler(TLspPaintState, ILspStyler) would set the passed styler for all paintstates, instead of just the one that has been passed.

Bug fixLuciadFusion

LF-260
Fixed a bug affecting the fusion of vector data, which could cause some features to fail with "Intersections do not end in end tile".

Bug fixLuciadFusion

LCD-7976
Fixed an issue in TLcd2DBoundsIndexedModel: it could not store domain objects which had an ALcdImage in their data type marked with TLcdHasGeometryAnnotation.

Bug fixLuciadFusion

LCD-7974
Fixed some threading problems in TLspEditController and TLspCreateController.

Bug fixLuciadFusion

LCD-7963
TLcdDTEDDirectoryModelDecoder: fixed case issue when auto-detecting bounds.

Bug fixLuciadFusion

LCD-7967
TLcdCompositeOp: fixed rounding error when compositing images. This could make further operations such as TLcdBinaryOp difficult to use.

Bug fixLuciadFusion

LCD-7910
Fixed flickering when zooming in very closely on the terrain in 3D.

Bug fixLuciadFusion

LCD-7956
Fixed sporadic flickering when using non-tiled WMS visualization in a Lightspeed view.

Bug fixLuciadFusion

LCD-7966
Fixed a JDBC driver leak when using "alwaysCloseConnection" for database models. The driver was registered each time a connection was opened, instead of once.

Bug fixLuciadFusion

LCD-7955
Fixed a rare ArrayIndexOutOfBoundsException when printing labels with a halo on a Lightspeed map with high quality settings.

Bug fixLuciadFusion

LCD-7942, LCD-4089
SLD files containing inline Base64 image content defined in an external graphic were not always properly decoded.

Bug fixLuciadFusion

LCD-7317
Lighting would change when center of view falls off the ellipsoid into the horizon when tilting the view.

Bug fixLuciadFusion

LCD-7489
The icon for Lightspeed's default controller is now the same as the icon for the general controller created by the sample ControllerFactory.

Bug fixLuciadFusion

LCD-4553
TLspComplexStrokedLineStyle: Complex strokes were applied once to all shapes together in an ILcdShapeList. The same issue would appear when using an ALspStyleTargetProvider which creates multiple geometries. This resulted in unexpected results with decorations. For example an arrow decoration at the start would only show up on the first shape of the ILcdShapeList instead of at the start of each sub-shape.

2016.0.06

ImprovementLuciadFusion

LCD-3767
The fusion.client.lightspeed sample now fits on new layers when they are added.

ImprovementLuciadFusion

LF-977
The WMS service now supports the style ID parameter in WMS GetMap requests. The names of the different SLD feature type styles of a coverage define the set of supported style IDs, and are advertized in the capabilities. Beware that name of an SLD feature type style is optional. Anonymous SLD feature type styles will not be accessible using a style ID.

ImprovementLuciadFusion

LF-925
The WMS server now supports SLD user styles for raster coverages, as it already did for vector coverages. You can use this for example to style fused elevation data using a user-defined color map.

ImprovementLuciadFusion

The WCS service in the LuciadFusion Data Server has been extended with a convenience parameter in the deployment descriptor (build/fusion/resources/WEB-INF/web.xml) to easily enable / disable GeoTIFF tiling. Although tiling is preferred in terms of performance, disabling it can be required to support 3rd party WCS clients that do not support tiled GeoTIFFs.

Bug fixLuciadFusion

LCD-7947
Made the sample FusionCatalogModelDecoder robust against unsupported coverages. Unsupported coverages are now gracefully skipped with a warning rather than thrown upon, such that the 'good' coverages can still be loaded and displayed in for example the lightspeed.decoder sample.

Bug fixLuciadFusion

LF-983
LuciadFusion engine did not fuse CADRG data at the right level when using multiple assets.

Bug fixLuciadFusion

LF-984
LuciadFusion engine did not correctly handle coverages of type RASTER with assets that use a different palette color. Such coverages will now automatically convert the data to RGBA.

Bug fixLuciadFusion

LF-856
Fixed a bug affecting the fusion of vector data, which could cause some features that cross the 180th meridian to fail with "No corresponding builder for edge link" or "java.lang.ArrayIndexOutOfBoundsException: -1".

2016.0.05

ImprovementLuciadFusion

LCD-7900
TLcdWMSClient no longer logs a stacktrace when passing an invalid URL.

Bug fixLuciadFusion

LCD-7939
TLcdColorConvertOp: fixed error when converting 16-bit RGB to 8-bit RGBA.

Bug fixLuciadFusion

LCD-7938
Fixed a bug in the WMTS client which could cause read operations to fail with a "Stream closed" exception. This was a recent regression.

2016.0.04

ImprovementLuciadFusion

LCD-7870
To improve the interoperability with 3rd party OGC WMS servers, WMS GetMap requests no longer include a background color parameter in case of a transparent image request.

ImprovementLuciadFusion

LCD-7861
When normal coordinates are missing in a Collada file, a mesh without normals will now be produced. Previously it was not possible to visualize a Collada model with missing normals.

ImprovementLuciadFusion

LCD-7851
The native library loader will now prefer loading from java.library.path if it's set.

ImprovementLuciadFusion

TLcdMedianOp: new image operator that computes the median value in a small area around each pixel.

ImprovementLuciadFusion

LCD-7655, LCD-7596, LCD-5939
TLspRasterLayer: the view is now updated even more gracefully when changing the model or styling. Structural changes to simple images (e.g. ALcdBasicImage or ALcdMultilevelImage) are now also handled without flickering. This includes for example changes to data resolution, bounds, and reference.

ImprovementLuciadFusion

LCD-7250
It is now possible to remove overlay labels from a TLcdMGRSGridLayer instance, see TLcdMGRSGridLayer#removeOverlayLabel.

ImprovementLuciadFusion

LCD-7750
The WCS service has been extended with a convenience parameter in the deployment descriptor (build/ogc/resources/WEB-INF/web.xml) to easily enable / disable GeoTIFF tiling. Although tiling is preferred in terms of performance, disabling it can be required to support 3rd party WCS clients that do not support tiled GeoTIFFs.

Bug fixLuciadFusion

LCD-7912
When using the TLspPortholeController or TLspSwipeController artifacts could appear in the view on some devices.

Bug fixLuciadFusion

LCD-7895
Marked below libraries as non-public for Maven deployment:
  • com.sun.media:clibwrapper_jiio
  • com.sun.media:jai_codec
  • com.sun.media:jai_imageio
  • javax.media:jai
  • javax.media:jai_core
  • javax.media.jai:mlibwrapper_jai
  • org.jogamp.jogl:jogl-all-main
  • org.jogamp.jocl:jocl-main
  • org.jogamp.gluegen:gluegen-rt-main

Bug fixLuciadFusion

LCD-7907
Fixed an issue where TLspAWTEventFilterBuilder would create a right mouse button filter instead of a middle mouse button filter when calling TLspAWTEventFilterBuilder#middleMouseButton(). This issue was not present the new TLcdAWTEventFilterBuilder, it is a regression introduced by LCD-7159.

Bug fixLuciadFusion

LCD-7885
Fixed an encoding issue which caused the service console to disconnect on Windows.

Bug fixLuciadFusion

LCD-7874
The WMS, WMTS and WFS clients could fail to connect to the server. This was a recent regression.

Bug fixLuciadFusion

LCD-7865
Algorithms extending from ALcdGXYDiscretePlacementsLabelingAlgorithm didn't consistently order labels. This could lead to unstable labels in some cases.

Bug fixLuciadFusion

LCD-7862
TLspBalloonManager: in some cases, the balloon anchor of a line or polygon was not retrieved.

Bug fixLuciadFusion

LCD-7850
When using TLcdXYGridLayer or TLspXYGridLayerBuilder in combination with a world reference with a unit of measure different than 1, the intervals specified in the XY grid style were sometimes incorrectly interpreted. This could lead to a grid that it too sparse or dense.

Bug fixLuciadFusion

LCD-7599
ALspController: A NullPointerException could occur when switching between 2D and 3D whilst also switching controllers in a view listener.

Bug fixLuciadFusion

LCD-7859
Evaluating XPaths that included traversing a list only worked if the domain object representing the list was of type java.util.List. This has been extended with support for any java.util.Collection implementation.

Bug fixLuciadFusion

LCD-7854
TLcdImageIcon: creating and using instances in multiple threads could sometimes result in loading the wrong icon.

Bug fixLuciadFusion

LCD-7852
ALcdBalloonManager no longer modifies the background color of the balloon content.

Bug fixLuciadFusion

LCD-7840
Solved a specific reference parsing problem that could affect TLcyCompositeModelReferenceParser.

Bug fixLuciadFusion

LCD-7495
Fixed error when using band-select on some multi-band images.

2016.0.02

ImprovementLuciadFusion

LF-870
Fusion of WMTS: improved the performance when fusing a WMTS layer using a clipping shape.

Bug fixLuciadFusion

The Fusion server sample was initialized with an incorrect classpath, leading to a conflict between Luciad libraries residing in the lib and in the distrib/ogc folder.

Bug fixLuciadFusion

LF-968
Fusion is now more robust against WMTS services that return empty tiles instead of 404 "Tile not found" and WMTS services that advertize much more tile matrices (levels) than they actually have tiles for.

Bug fixLuciadFusion

LF-867
Fixed a bug when fusing a WMTS layer into a coverage with a reduced bounding box, which caused all of the source data to be squashed inside the reduced bounding box rather than being clipped to it.

2016.0.01

ImprovementLuciadFusion

LCD-7748
Native libraries are now cached to $XDG_CACHE_HOME on Linux, in accordance with the XDG Base Directory specification. If the variable is not set, $HOME/.cache will be used.

ImprovementLuciadFusion

LCD-7754
The WMTS model decoder now automatically detects empty tiles and empty tile matrix sets.
  • Detection of empty tiles works around WMTS services that use an empty tile image instead of a 404 when a tile is not found.
  • Detection of empty tile matrices (levels) works around WMTS services that advertize more tile matrices than they actually have tiles for.

ImprovementLuciadFusion

LCD-7253
TLcdWKTReferenceParser is now more flexible when parsing projection names wrt casing and separator character. Also more aliases are supported now.

ImprovementLuciadFusion

LCD-5516, LCD-7746
TLspRasterLayer: the view is now updated more gracefully when changing the model or styling. Changes that do not affect the structure of the data (e.g. bounds, reference, tile grid, ...) are handled without flickering. Previously this could still occur for quad-tree structured data like LuciadFusion, Bing Maps or some WMTS servers. In practice this means that the usual image processing and time-based data updates are handled without flickering.

ImprovementLuciadFusion

LCD-6626
ILspImageProjectionLayer: model changes are now handled more gracefully

ImprovementLuciadFusion

LCD-6149
The ILcdModelDescriptor of decoded Wavefront Object (obj) models now returns the file name without extension as the display name. Previously it always returned the same value (Wavefront OBJ).

Bug fixLuciadFusion

LCD-7822
Fixed rare NullPointerException in ALspCreateHandle during creation.

Bug fixLuciadFusion

LCD-7815
When using a Lightspeed view, the default labeling algorithms weren't determined correctly when using domain objects that are an ILcdDataObject with a TLcdHasGeometryAnnotation. Also path based algorithms didn't work in that case.

Bug fixLuciadFusion

LCD-7816
The OGC server sample was initialized with an incorrect classpath, leading to a conflict between Luciad libraries residing in the lib and in the distrib/ogc folder.

Bug fixLuciadFusion

LCD-7816
The OGC server sample was initialized with an incorrect classpath, leading to potential conflicts between Luciad libraries residing in the lib and in the distrib/ogc folder.

Bug fixLuciadFusion

LCD-7762
TLspComplexStrokedLineStyle: 3D lines with non zero altitude values would sometimes be visualized with artifacts in a 2D view.

Bug fixLuciadFusion

LCD-7663
The TLcdSHPModelEncoder incorrectly limited the length of numeric fields to 13 characters. This has now been changed to 18 characters.

Bug fixLuciadFusion

LCD-7745
The BBox spatial filter was not supported on objects of type ILcdBounded while not being of the type ILcdShape or ILcdShapeList.

Bug fixLuciadFusion

LCD-7553
When using horizontal grid labels, some labels would be detached from their grid line.

Bug fixLuciadFusion

LCD-7674
TLspFillStyle: When using the TextureCoordinatesMode#OBJECT_RELATIVE mode and a ALspStyleTargetProvider to generate geometry for a domain object, the texture would be applied incorrectly.

Bug fixLuciadFusion

LCD-7653
TLspRasterLayer: terrain could appear blurry under some angles. The issue appeared most frequently when positioning the camera very close to the terrain, looking at the horizon and using a low resolution view.

Bug fixLuciadFusion

LCD-7668
TLspRasterLayer: fixed issue when visualizing color image with a no-data value.

Bug fixLuciadFusion

LCD-7671
Fixed a number of bugs in the synchronization between multiple Tile Store instances on the same directory.

Bug fixLuciadFusion

LCD-7658
TLspIconStyle.Builder#useOrientation(true) didn't work for non-georeferenced (cartesian) views, rsulting in a ClassCastException.

Bug fixLuciadFusion

LCD-7657
Fixed rare shader compilation errors when zooming in on objects that are styled with TLspComplexStrokedLineStyle.

Bug fixLuciadFusion

The transformations configured on a ILspTexturedStyle (e.g. translate) were not always applied. This would occur when a custom styler is used in which a ILspTexturedStyle is created with different transformation parameters.

Bug fixLuciadFusion

LCD-7362
Fixed a memory leak that could occur when visualizing 3D models. When the layer containing the 3D model was removed not all allocated memory was released properly.

Bug fixLuciadFusion

LCD-7631
TLspFillStyle : texture rotation was ignored when the texture coordinates mode was set to TextureCoordinateMode#VIEW_SCALED.

2016.0

ImprovementLuciadFusion

LCD-7650
All TLfnTileStoreProvider instances using the same ALfnEnvironment now use shared ALfnTileStore instances.

ImprovementLuciadFusion

The product documentation has been restyled.
  • StartHere.html was removed. The documentation home page is now at docs/index.html.
  • A new launcher application was added: start.jar. Samples can be started from within the launcher or the product documentation. For an optimal experience, it is recommended to keep the launcher running while browsing the documentation. You can run start.jar directly by double-clicking or executing java -jar start.jar from a console. More information about the command-line interface is available by running java -jar start.jar --help.
  • Individual shell scripts to launch samples have been removed; all samples can be started via the launcher.

ImprovementLuciadFusion

LCD-5542
Native libraries used by LuciadLightspeed are now packaged in jar files. This removes the need to set java.library.path when running LuciadLightspeed-based software. The relevant jars must simply be present on the classpath. The libraries are packaged per platform, so you can safely remove native jars for other platforms.

ImprovementLuciadFusion

LCD-7584
LuciadLightspeed now supports deployment to a Maven repository. POM files for all artifacts, both Luciad and 3rd-party, as well as an Ant script to deploy them are provided in the build/maven directory of the installation.

ImprovementLuciadFusion

LF-901
WMS GetFeatureInfo is now supported by default for all coverage types.

ImprovementLuciadFusion

LCD-7594
The WMS server now properly supports GetFeatureInfo handling for raster data (ALcdImage, ILcdRaster, ILcdMultilevelRaster). The location on the raster data and the corresponding values are automatically determined. Implementations of ILcdWMSGetFeatureInfoRequestEncoder receive the result by means of an ILcdDataObject containing the values.

ImprovementLuciadFusion

LCD-7210
ALspInteractiveLabelProvider now has an updateInteractiveLabel() method. This method can be used to modify a Swing label while it is interactive. It will also make sure that ALspSwingLabelStyler and TLspInteractiveLabelsController are notified of any changes to the interactive label. The updateInteractiveLabel() is called automatically by ALspSwingLabelStyler when a model change was fired for the domain object of the interactive label.

ImprovementLuciadFusion

TLcdGXYImagePainter#create(ILcdModel) was added. This method creates a painter provider that configures a GXY painter with the defaults for painting raster data. This includes color, elevation and measurement (e.g. weather) data.

ImprovementLuciadFusion

TLcdSLDFeatureTypeStylePainter now uses anti-aliasing by default when painting labels. This removed the need to wrap the painter when using it as a label painter.

ImprovementLuciadFusion

It is now possible to introduce clustering to help reduce the clutter when there are many objects in a view. You can make use of a transforming model with a TLcdClusteringTransformer to aggregate model elements that are close together into a cluster. For more information, please refer to the LuciadLightspeed Developer's Guide chapter "Clustering".

ImprovementLuciadFusion

LCD-7131
It is now much easier to work with domain objects that do not implement ILcdShape themselves, but rather expose it as an ILcdDataObject property. Refer to TLcdHasGeometryAnnotation and the fundamentals samples for more information.

ImprovementLuciadFusion

It is now possible to create a tileable ILcdIcon based on a TLcdGXYHatchedFillStyle. See TLcdGXYHatchedFillStyle#asIcon().

ImprovementLuciadFusion

LCD-7488
TLcdDimensionInterval now explicitly allows null as min and max values to indicate it is unbounded at one or both ends. This is useful when modeling an interval that spans all possible values, especially for Comparable types such as String or Date that don't have a MIN_VALUE or MAX_VALUE.

ImprovementLuciadFusion

TLcdGXYNavigationControlsFactory: class now contains factory methods where it is no longer necessary to specify the image path. Images from the release will be used in that case.

ImprovementLuciadFusion

LCD-7434
The TLcdGeoJsonModelEncoder can now encode domain objects that are not an ILcdShape, but which do implement ILcdDataObject and the data type has a TLcdHasGeometryAnnotation. The geometry property in this case must be one of the supported shapes.

ImprovementLuciadFusion

LCD-7133
It is now possible to use textured line and fill colors when using TLspComplexStrokedLineStyle. To support this, new lineTexture and fillTexture methods were added to the stroke builders in ALspComplexStroke. This is demonstrated in the lightspeed.style.strokedline sample, in the Airspace layer.

ImprovementLuciadFusion

LCD-7471
It is now possible to customize the angle threshold that is used to determine if strokes are omitted at a corner or wrapped around it. See TLspComplexStrokedLineStyle.Builder#shapeAngleThreshold.

ImprovementLuciadFusion

LCD-7275, LCD-4106
ALspCreateControllerModel now contains dedicated overridable protected functions that allow you to define the minimum and maximum pointcount for a pointlist during creation.

ImprovementLuciadFusion

SLD styling now takes into account the optional channel selection property of an SLD raster symbolizer, both in GXY and Lightspeed views. This enables users to select the raster channels (bands) of multi-spectral data to be used for Red / Green / Blue or Grayscale rendering. The GXY and Lightspeed SLD samples show this new capability by means of a Las Vegas multi-spectral raster.

ImprovementLuciadFusion

LCD-7446
TLcdRotatingIcon has a mode to automatically rotate itself. This now also works when used in a CellRenderer, for example in a JTree.

ImprovementLuciadFusion

TLspViewBuilder#resolutionScale allows rendering an AWT view at a lower resolution than the view's host component. This is useful for devices with modest resources but high-resolution displays, such as tablets.

ImprovementLuciadFusion

LuciadFusion is extended with support for the ECRG raster format.

ImprovementLuciadFusion

LF-427
LuciadFusion now automatically detects the levels to produce from source data in all cases. This replaces the user-specified setting "levels to produce" or "produce all levels" on the coverage metadata, which is ignored in all cases. This benefits multileveled source data in particular, which now automatically detects the multiple levels in the source data and produces the tiles at the corresponding levels of the coverage's tile pyramid accordingly. This affects formats such as ECRG, CADRG, USRP and NITF.

ImprovementLuciadFusion

LCD-7276
Added ability for TLspCreateController to go to the next step in creation, without explicitly finishing or committing the creation of the shape. This allows you to perform changes to your newly created shape (such as due to a UI event), without interrupting the creation process.

ImprovementLuciadFusion

LF-874
Now each asset of a coverage can have its own input SLD file instead of one SLD file per coverage as before.

ImprovementLuciadFusion

The GL resource cache for Lightspeed views now has better default behavior regarding its maximum size. For most practical purposes, the size no longer needs to be specified. See TLspViewBuilder.glResourceCacheSize for more information.

ImprovementLuciadFusion

TLspViewPaintingHints offers a way to ensure peak performance or quality, taking into account the currently installed GPU.

ImprovementLuciadFusion

LF-871
For interoperability with reverse proxies, the links to the online resources advertized in the capabilities have changed when both server and client are running LuciadFusion V2016.0 or higher. The path of the URI is now relative to the servlet mapping instead of relative to the application server root: by default online resources are now advertized with an empty URI "" instead of "/LuciadFusion/lts". For backwards compatibility, the behavior towards older clients remains as it was before. If you're running a LuciadFusion server behind a reverse proxy and want to take advantage of this feature, you should make sure both client and server are up-to-date.

ImprovementLuciadFusion

LCD-7354
The multidimensional API now includes an interface ILcdMultiDimensionalModel for filtering dimensional data. It is typically implemented by dimensional models such as NetCDF, LuciadFusion raster and NVG models. Even when models implement the interface, implementations may still indicate that particular instances do not support dimensional filtering by returning the empty filter TLcdDimensionFilter.EMPTY_FILTER upon ILcdMultiDimensionalModel.getDimensionFilter().

The new multidimensional API replaces some legacy, format-specific APIs which have been deprecated. Examples of such APIs are get/setDate on ASTERIX and NVG models. A notable difference with these legacy APIs is that the multidimensional models must no longer do any snapping of elements to filters. In case no elements pass a filter, the result must be empty. Snapping can now be applied to any model, using TLcdDimensionFilter#createSnappingFilter.

The following enhancements were also done in this context:
  • TLcdDimensionInterval.Relation and relationTo have been removed and replaced with TLcdDimensionInterval.overlaps.
  • TLcdDimensionInterval now documents the use of null as min or max to indicate that it is unbounded at one or both ends. The methods TLcdDimensionInterval.union, overlaps and compareTo know how to deal with unbounded intervals.

ImprovementLuciadFusion

LuciadFusion is extended with a new asset and coverage type RASTER, which allows preservation of all the source data's multi-dimensional and multi-band information. This can be used to fuse NetCDF data whilst preserving the multi-dimensional nature of the source data. This allows clients to treat fused NetCDF data as if it were regular NetCDF data, using the imaging API. Such fusion models only support the imaging API, they no longer support the raster (tile set) API. The new RASTER data type thus replaces the legacy data types IMAGE, ELEVATION and MULTIVALUED.

The tile format for RASTER coverages is "image/tiff". Every possible combination of possible values for every dimension will be stored as a separate page of a multi-page TIFF file.

The RASTER data type can also be used to preserve the multi-band nature of source data.

'Preservation of multi-dimensional and multi-band nature' does not imply 'preservation of source resolution without any resampling'. Even when preserving multi-dimensional and multi-band nature, fusion may yet resample the source data using bilinear interpolation and warping to fit the source raster into the raster defined by the coverage's bounds, layout and tile resolution.

Fusing coverages as RASTER is thus a lot more powerful than fusing coverages as IMAGE, ELEVATION or MULTIVALUED. There could however be reasons to not use RASTER:

  • When you want to offer the coverage as WMTS, you need to use IMAGE. RASTER coverages do not support WMTS.
  • Preserving the multi-dimensional samples is overhead if you don't need them. When you're only interested in a single 'default' combination of dimensional values, and you want to save bandwidth, you're probably better off using IMAGE.
  • RASTER coverages don't have a compact format for elevation. If you want to use the compact format for elevation to preserve bandwidth, you should use ELEVATION.
  • When you're fusing GRIB data, you'll still have to use MULTIVALUED. GRIB source data cannot be fused as raster, because the source format does not support the imaging API. There is no other good reason to still use MULTIVALUED.

The model structure for a decoded raster coverage is this:
  • The model has a TLfnRasterTileStoreModelDescriptor, which is also an ILcdImageModelDescriptor.
  • If the model has multi-dimensional information, it is also an ILcdMultiDimensionalModel.
  • Even if it doesn't have any multi-dimensional information, the model is still ILcdMultiDimensionalModel, but it has null for filter parameters.
  • The model adheres to the imaging API. You can get the current image usingALcdImage.fromDomainObject(modelElement).
  • The ALcdImage instances themselves are immutable, so when you update the dimensional filter, the reference will be updated with a new instance.

ImprovementLuciadFusion

LCD-7345
ALcdWeakSelectionListener, ALcdWeakLayeredListener, and ALcdWeakPropertyChangeListener can now also be used on ILcdLayerTreeNode as hierarchy listeners.

ImprovementLuciadFusion

LCD-7344
The new class TLcdDeleteSelectionAction allows removing selected objects with undo-redo support.

ImprovementLuciadFusion

TLcdIconFactory has been added to the API, which is a class containing factory methods for ILcdIcon instances. This class allows to create icons for a string identifier, and introduces the concept of "themes": depending on the theme, the returned icon for a certain identifier will be different. Consult the class javadoc for more information.
TLcdIconFactory is the preferred way to create icons based on the resources in the release. Therefore we deprecated the TLcdGUIIcon and TLcdShapeIcon classes in favor of the TLcdIconfactory class.

ImprovementLuciadFusion

TLspPortholeController visually compares two layer sets by exposing one set of layers through a porthole in the other set. The porthole is a rectangular region that follows the mouse. You can customize this controller or use it programmatically. The controller is available in the decoder sample.

ImprovementLuciadFusion

LCD-3901
TLcdRangeSlider now supports Nimbus Look and Feel.

ImprovementLuciadFusion

CSVModelDecoder is a customizable model decoder for point data in CSV files, available as sample code.

ImprovementLuciadFusion

LuciadFusion is extended with support for all raster formats that can be decoded using the GDAL decoder.

ImprovementLuciadFusion

LuciadFusion is extended with support for multi-dimensional NetCDF data, which can be fused to a raster or image coverage. The format ID is defined by ALfnFormat.NETCDF_FORMAT_ID.

Fusing NetCDF data to a raster coverage preserves the multi-dimensional and multi-band nature of the source data. The dimensional information of the source data can be accessed using RasterAssetPart.getDimensions() and RasterAssetPart.Builder.dimensions(). You can restrict the dimensional information to a subset of the source data's using TLfnRasterCoverageMetadata.getDimensions() and TLfnRasterCoverageMetadata.Builder.dimensions().

Fusing NetCDF data to an image coverage renders RGB images from the multi-dimensional source data, and requires a dimensional filter of the same sort that you would use when visualizing the multi-dimensional data. You can define a dimensional filter, consisting of a specific combination of a single dimensional value for each dimension, using TLfnRasterCoverageMetadata.getDimensions() and TLfnRasterCoverageMetadata.Builder.dimensions().

ImprovementLuciadFusion

LCD-7266
TLcdGXYAsynchronousLayerWrapper now logs a warning if it wraps an unsupported layer.

ImprovementLuciadFusion

LCD-7264
Improved TLcdGXYCompositeController robustness when a delegate terminates the controller.

ImprovementLuciadFusion

A 3D arc band shape was introduced; ILcd3DArcBand. This shape represents a subvolume of a sphere. It extends from a minimum radius to a maximum radius from the center point. It is further delimited by a start angle and an arc angle in the horizontal plane and a pitch start angle and a pitch arc angle in the vertical plane. It has two implementations; TLcdLonLatHeight3DArcBand and TLcdXYZ3DArcBand. This shape can only be visualized in a Lightspeed view.

ImprovementLuciadFusion

Support was added for cartesian (XY) grid. They can be displayed in
  • a GXY view using TLcdXYGridLayer. This is demonstrated in the gxy.grid sample.
  • a Lightspeed view with the new TLspXYGridLayerBuilder. This is demonstrated in the lightspeed.grid sample.
Cartesian grids are useful in combination with grid references, but can also be used for non-georeferenced views.

ImprovementLuciadFusion

LCD-7137
ALcdModel now has support to debug missing or wrong locks. Please refer to its class comment for instructions on how to enable it.

ImprovementLuciadFusion

LCD-7159
TLcdGXYPanController, TLcdGXYSelectController2 and TLcdGXYEditController2 now have a new method: setAWTFilter. This allows specifying the mouse events they should respond to. You can easily create such filters using the new TLcdAWTEventFilterBuilder class. Lightspeed users can also use that class instead of TLspAWTEventFilterBuilder, which has been deprecated.

ImprovementLuciadFusion

The printing samples now show how to add a compass icon to the printout.

ImprovementLuciadFusion

LCD-7659
TLcdLonLatPointFormat has been made more flexible and can now parse more commonly used seconds symbols. For example coordinates as they are found on the Wikipedia website can now be parsed by the TLcdLonLatPointFormat.

ImprovementLuciadFusion

ALspSwingLabelStyler now has the protected shouldInvalidateLabel method. This method can be used to improve performance for dynamic models when model changes occur that are not relevant for the swing labels.

ImprovementLuciadFusion

LCD-7044
TLspFixedOnPathLabelLocationProvider was added. This labeling algorithm tries to find a label location at a specific location on a curve. Unlike TLspOnPathLabelingAlgorithm, it doesn't try to keep the label within the view bounds, making it more efficient.

ImprovementLuciadFusion

LCD-7046
TLspFixedInPathLabelLocationProvider was added. This labeling algorithm tries to find a label location inside a shape. Unlike TLspInPathLabelingAlgorithm, it doesn't try to keep the label within the view bounds, making it more efficient.

ImprovementLuciadFusion

LCD-7040
TLspLabelPainter now supports html formatted label strings. When an ALspTextProviderStyle returns such a String, TLspLabelPainter now automatically formats and paints this String using HTML.

ImprovementLuciadFusion

LCD-6385
It is now possible to use ALspSwingLabelStyler to paint swing labels in offscreen views (or other views that don't extend from ALspAWTView). Note that ALspSwingLabelStyler still uses the AWT thread to paint these labels. This means that if an offscreen view is painted on a background thread, it may still need to wait until the AWT thread has finished painting the Swing labels before they become visible.

ImprovementLuciadFusion

LCD-4104
TLspLabelPainter now avoids taking a read-lock on the model if it's not strictly needed.

ImprovementLuciadFusion

LCD-5935
TLspLabelPainter now takes the TLspIconStyle#getModulationColor() into account.

ImprovementLuciadFusion

LCD-4814
TLcdGXYSelectControllerModel2 now also allows selecting objects while pressing the CTRL key. This also means that it is now possible to immediately reshape objects (e.g. add/remove points) without having to select them first. In order to revert this change, you can override the TLcdGXYSelectControllerModel2#selectHowMode method, and return SELECT_HOW_NO_CHANGE if the CTRL key is pressed.

ImprovementLuciadFusion

LCD-7014
The samples now report rendering exceptions in the layer tree. Refer to LayerPaintExceptionDialogAction for more information.

ImprovementLuciadFusion

LCD-6799
A set of security improvements have been implemented:
  • Removed the dependency on the legacy JGenerator 2.2 library,
  • Improved the sanitization of response content to be more robust against CRLF injections and cross-site scripting attempts.

ImprovementLuciadFusion

The sample class structure has been simplified. All Swing samples now extend SamplePanel.

ImprovementLuciadFusion

LCD-6831
The TLcdGeoJsonModelDecoder can now be configured with a data type that contains properties of type: LONG_TYPE, FLOAT_TYPE, DOUBLE_TYPE.

ImprovementLuciadFusion

LCD-5929
The OGC WMS web service previously available in build/wms (containing the build script) and distrib/ogc/LuciadLightspeedWMS_x.x.x (containing a pre-built / ready-to-deploy service) has now been integrated in a combined OGC web service sample, consisting of a WMS, WFS and WCS; the folder build/ogc contains the build script and the folder distrib/ogc/LuciadLightspeedOGC_x.x.x contains a pre-built and ready-to-deploy service. To run the pre-built service, you can still use the script ogc.server.start (.bat/.sh) available in the samples folder, which will deploy the service in a Jetty servlet container.

ImprovementLuciadFusion

LCD-5929
The OGC WFS web service previously available in build/wfs (containing the build script) and distrib/ogc/LuciadLightspeedWFS_x.x.x (containing a pre-built / ready-to-deploy service) has now been integrated in a combined OGC web service sample, consisting of a WMS, WFS and WCS; the folder build/ogc contains the build script and the folder distrib/ogc/LuciadLightspeedOGC_x.x.x contains a pre-built and ready-to-deploy service. To run the pre-built service, you can still use the script ogc.server.start (.bat/.sh) available in the samples folder, which will deploy the service in a Jetty servlet container.

Bug fixLuciadFusion

LCD-7647
The WCS client can now handle coverages of which the reference is expressing using OGC WKT in the WCS DescribeCoverage response.

Bug fixLuciadFusion

LCD-7111
Models decoded via the TLcdSHPModelDecoder did not have a default ILcdModelEncoder.

Bug fixLuciadFusion

LF-912
A bug was fixed which could cause replication of updated coverages between two file system Tile Stores to fail with "The resource with id ... has been modified between ...".

Bug fixLuciadFusion

LF-920
The WCS server now also supports model references which don't have an EPSG code. Such references will be formatted as "urn:ogc:def:crs:WKT::<URL-encoded WKT string>" in the capabilities.

Bug fixLuciadFusion

LCD-7601, LCD-3493
ILcdBounds with a width equal to 360 degrees were visualized incorrectly, bot in a 2D and 3D view. In a 3D view ILcdBounds with an edge on one of the poles would be visualized as it's inverse if it crossed the date line.

Bug fixLuciadFusion

LCD-7635
TLspRasterLayer: fixed issue when toggling layer visibility while the data is not painted.

Bug fixLuciadFusion

LCD-7625
TLcdGXYImagePainter did not support painting >8-bit RGB data with warping.

Bug fixLuciadFusion

LCD-7630
Fixed an issue in the WFS model class (TLcdWFSProxyModel) that prevented it from finding a default geometry property name in case of a DescribeFeatureType response XML Schema with complex types that do not all have explicit content (e.g., that contain a link instead).

Bug fixLuciadFusion

LCD-7470
When using TLspComplexStrokedLineStyle for a closed shape, the start and end of the strokes line could have artifacts.

Bug fixLuciadFusion

LCD-7375
TLcdLayerTree did not respect the font size, as defined by the look and feel, when using Lightspeed views. As a result, large fonts in the layer tree could appear cut off.

Bug fixLuciadFusion

LCD-7333
TLcdSimpleLogger did not log its warnings to the standard error stream.

Bug fixLuciadFusion

LCD-7296
TLspViewXYZWorldTransformation3D's height and width getters were not in sync with the respective property changes.

Bug fixLuciadFusion

LCD-7140
Fixed a threading violation in the internal code of TLspCreateController and TLspEditController.

Bug fixLuciadFusion

LCD-6560
TLcdGXYBoundsPainter: the isTouched and getCursor implementations are now symmetric with the discretization.

Bug fixLuciadFusion

LCD-6175
Small performance improvements for the TLcdStereoGraphic, TLcdGeneralPerspective and TLcdVerticalPerspective projections.

Bug fixLuciadFusion

LCD-2245, LCD-3526, LCD-3966
Several fixes were performed for ILcdProjection implementations. These fixes mostly make the projections more consistent when transforming from/to lon lat. Several edge cases have been fixed.

Bug fixLuciadFusion

LCD-6939
Fixed an issue preventing the correct decoding of XML files containing a union of unions.

Bug fixLuciadFusion

Closing the OutputStream object in a custom implementation of ILcdWMSFeatureInfoRequestEncoder or ILcdGXYViewEncoder resulted in a duplication of the result. This bug has been fixed.

Upgrade considerationLuciadFusion

LCD-7444

ArcSDE has been discontinued by Esri as of ArcGIS 10.3.

See these links for more information:
  • http://downloads2.esri.com/support/TechArticles/W34229_DEPRECATION_PLAN_FOR_ARCGIS_10_4_and_10_3_1__082015.pdf
  • http://blogs.esri.com/esri/supportcenter/2015/02/11/where-is-the-install-for-arcsde-10-3/

Therefore the ARC_SDE_VECTOR_FORMAT_ID and ARC_SDE_RASTER_FORMAT_ID constants in ALfnFormat have been deprecated.

As an alternative to the ArcSDE connector, LuciadLightspeed offers direct connectors for the spatial database back-ends supported by ArcSDE/ArcGIS: SQL Server, Oracle Spatial, DB2, Informix, PostGIS or SAP Hana.
You can also use any of the OGC services (WMS, WFS, WCS).
Contact Luciad Support for more information on how to obtain and use these connectors.

Upgrade considerationLuciadFusion

To enable WCS request parameter access when customizing request-related operations (data decoding, data encoding), a few API changes have been introduced:
  • A new class TLcdWCSRequestContext has been introduced to access request context parameters such as the original HTTP request and the requested coverage(s).
  • The signature of the method ILcdWCSModelEncoderFactory#createModelEncoder(ILcdModel, ILcdOutputStreamFactory, String) has been changed into ILcdWCSModelEncoderFactory#createModelEncoder(ILcdModel, ILcdOutputStreamFactory, String, TLcdWCSRequestContext).
  • The signature of the methods in ILcdCoverageOfferingList have been changed by means of the introduction of an extra argument of type TLcdWCSRequestContext.
  • The methods ILcdCoverageOfferingList#getCoverageOffering(int, TLcdWCSRequestContext) and ILcdCoverageOfferingList#getCoverageOffering(String, TLcdWCSRequestContext) can now throw an IOException.

The change will impact WCS implementations that implement ILcdWCSModelEncoderFactory and/or ILcdCoverageOfferingList. Affected implementations can simply update the signature ignore the new TLcdWCSRequestContext parameter.

Upgrade considerationLuciadFusion

The following methods/classes in ALcdProjection were removed:
  • ALcdProjection.bisectInterval class
  • findBisectLonIntervals()
  • findBisectLatIntervals()
  • bisectLonInterval()
  • bisectLatInterval()
These were not meant to be used or extended.

Upgrade considerationLuciadFusion

To enable the integration of the Luciad imaging API and its TLcdGXYImagePainter for SLD raster styling in GXY views, the dependency on ILcdRasterPainter has been removed from the API. More specifically:
  • ILcdSLDRasterPainterConfigurator and its implementation TLcdRasterPainterConfigurator have been removed.
  • The factory method TLcdSLDSymbolizerPainterFactory#createRasterPainterConfigurator has been removed.
  • The javadoc of the factory method TLcdSLDSymbolizerPainterFactory#createRasterPainterProvider no longer requires an ILcdRasterPainter as return type. Any painter provider capable of rendering rasters is sufficient.
This only impacts users that manually interacted with ILcd/TLcdRasterPainterConfigurator. If this is the case, raster painter customization should be moved to TLcdSLDSymbolizerPainterFactory#createRasterPainterProvider.

Upgrade considerationLuciadFusion

LCD-7413
The Java Servlet dependency has been upgraded from version 2.5 to 3.0. Consequently, an application server or servlet container with support for Java Servlet 3.0 or higher is now required for deployment of the server - for instance, Tomcat 7 or higher. The impact of this is expected to be low since Java Servlet 3.0 is widely adopted by application server and servlet container products for over 6 years. The servlet container delivered with the Luciad products, Jetty 8, already supports Servlet 3.0

Upgrade considerationLuciadFusion

LF-875
The Java Servlet dependency has been upgraded from version 2.5 to 3.0. Consequently, an application server or servlet container with support for Java Servlet 3.0 or higher is now required for deployment of the server - for instance, Tomcat 7 or higher. The impact of this is expected to be low since Java Servlet 3.0 is widely adopted by application server and servlet container products for over 6 years. The servlet container delivered with LuciadFusion, Jetty 8, already supports Servlet 3.0

Upgrade considerationLuciadFusion

LF-816
Solaris 10+ was dropped from the list of supported platforms for LuciadFusion.

Upgrade considerationLuciadFusion

TLfnTileStoreModelDescriptor no longer implements ILcdEarthModelDescriptor. TLfnRasterTileStoreModelDescriptor no longer implements ILcdImageModelDescriptor, rather the concrete internal implementation classes do, but only when applicable:
  • ILcdImageModelDescriptor if the model follows the imaging API. This is the case when the coverage type is RASTER.
  • ILcdEarthModelDescriptor if the model follows the tile set API. This is the case when the coverage type is MULTIVALUED and in some cases also when it is ELEVATION.
  • Both if the model is a hybrid following both these APIs. This is the case when the coverage type is IMAGE and in in most cases also when it is ELEVATION.
This means that TLfnRasterTileStoreModelDescriptor cannot be assigned to any of the aforementioned interfaces without a cast. Model descriptors of specific models will still implement these interfaces, so you can fix any compile errors by doing a type check on the model descriptor before casting.

Upgrade considerationLuciadFusion

LCD-7352
The names of some classes and methods of the multi-dimensional API have changed. You may need to fix compile errors accordingly.
  • ILcdDimension replaces ILcdDimensionAxisValues.
  • TLcdDimension replaces TLcdDimensionAxisValues.
  • ILcdMultiDimensional.getDimensions() replaces ILcdMultiDimensional.getDimensionAxisValues().
  • ILcdDimension.getValues() now returns a bounded and sorted List containing no duplicates instead of an impractical unboundedIterable.

Upgrade considerationLuciadFusion

LCD-7055

The signature of the ALspLabelLocationProvider methods was modified to take an ILspLabelingAlgorithm.LabelContext and an ILspView as method parameter instead of a TLspContext. This makes it possible for implementations of ALspLabelLocationProvider to retrieve context information such as the elevation mode, or the previous label location.

Implementations of ALspLabelLocationProvider will now generate a compile error that can be resolved by modifying the signature accordingly. If TLspContext was used, it can now be retrieved using the following line of code:

      TLspContext aContext = aLabelContext.getContext(aLabel.getLayer(), aView);
    

Upgrade considerationLuciadFusion

Default Adobe Flash output support in the WMS server has been removed. The API class that supported this, TLcdGXYViewSWFEncoder, and the corresponding dependency on JGenerator 2.2 (jgen-2.2.jar and log4j-1.2.15.jar) have therefore been removed from the product.

If you did not explicitly use Adobe Flash output, this will cause no impact other than a potential build script update (because of the removed libraries). If you did use Adobe Flash output and prefer to keep its support in the Luciad WMS, you can request the source code of TLcdGXYViewSWFEncoder, the JGenerator 2.2 library and integration instructions by sending a mail to support@luciad.com.

2015.1

2015.1.29

ImprovementLuciadFusion

LCD-7606
Reduced editor warning "Editor did not produce any handles for geometries to be edited." to a debug logger statement. This message does not necessarily indicate a problem. It could simply mean that the shape should not be edited.

ImprovementLuciadFusion

LF-900
The deploy_fusion.sh/bat script now also recognizes and includes development licenses in the WAR.

2015.1.28

ImprovementLuciadFusion

LCD-7546
TLsp3DIconStyle: it is now possible to configure a modulation color.

ImprovementLuciadFusion

LCD-7590
It is now possible to disable the effect where labels would fade when nearing the horizon in 3D views, see TLspLabelPainter#setDistanceBasedFading(boolean).

ImprovementLuciadFusion

LCD-7587
The WCS model factory TLcdWCSProxyModelFactory has been extended with two new methods that enable users to submit a custom set of ALcdWCSCoverageDecoder instances. This can be used to support custom coverage decoding; for instance, to support exchange formats other than GeoTIFF (default).

ImprovementLuciadFusion

LCD-7612
The WMTS client has been made more flexible against WMTS XML capabilities that are not fully compliant against the OGC OWS Common 1.1 XML Schema used by WMTS. More specifically, a correct order of XML elements is now no longer required.

Bug fixLuciadFusion

TLspLayer#query: Using TLspPaintedObjectsQuery with viewBounds null could return more objects than actually painted.

Bug fixLuciadFusion

LCD-7240
The image height and measurement providers now support interpolation across tile boundaries.

Bug fixLuciadFusion

Invoking the method TLcdWMSRequestContext#getRequest() could result in a NullPointerException.

2015.1.27

ImprovementLuciadFusion

LCD-7580
TLcdWFSProxyModel now optimizes the use of a bounds filter (see TLcdWFSProxyModel#setFilter), by intersecting the configured bounds with the bounds requested by the layer (e.g., when the data is being visualized). In the past, both bounds conditions were submitted to the server, which could lead to a suboptimal server handling performance.

ImprovementLuciadFusion

LCD-7575
The WCS client has been made more scalable to access high-resolution coverages. To support this use case, TLcdWCSProxy has been optimized in terms of memory consumption and performance; this is especially noticeable when a large number of levels of detail and tiles are used (see TLcdWCSProxy#setRasterCount, TLcdWCSProxy#setTileColumnCount and TLcdWCSProxy#setTileRowCount).

Bug fixLuciadFusion

LCD-7578
The WCS model TLcdWCSProxyModel could cause a deadlock in case of an unresponsive server.

Bug fixLuciadFusion

LCD-7576
ILcdText containing an empty line would cause an exception during discretization.

Bug fixLuciadFusion

LCD-7523
TLcdColorMapCustomizer: resolved some usability issues with the "set levels" action.

Bug fixLuciadFusion

LCD-7574
The WCS client used an incorrect resolution for the coverages to be retrieved in case it was configured to use multiple levels of detail (see TLcdWCSProxy#setRasterCount). This could cause invisible coverages at lower levels of detail and reduced overall performance.

2015.1.26

ImprovementLuciadFusion

LCD-7557
The content type of a WCS GetCoverage response containing GeoTIFF data is now always set to the mime type 'image/tiff'; this is the most common mime type to represent TIFF-based data.

ImprovementLuciadFusion

LCD-7445
The lightspeed.imaging.multispectral sample now has the option to normalize the bands of an image. You can enable or disable this operation in the band select panel.

ImprovementLuciadFusion

LCD-7497
TLsp3DIconStyle: It is now possible to configure the opacity of a 3D icon via the style.

ImprovementLuciadFusion

LCD-6659
TLcdGeoTIFFModelDecoder now supports the GDAL_NODATA tag. The value is exposed on the ALcdImage's semantics and automatically used to map particular values to transparent when visualizing the data.

ImprovementLuciadFusion

LCD-7505
It is now possible to change the base URL of the listed requests in the GetCapabilities response, which can be useful to support a setup with a reverse proxy. To support this, the interface ILcdWMSOnlineResourceResolver has been extended with a new type 'CAPABILITIES_REQUEST_BASE_URL', which will be used to retrieve the base URL.

Bug fixLuciadFusion

LCD-7535
TLcdSHPModelEncoder would in some cases produce an invalid SHP file when the exported model contained ILcdShapeList elements with different shape types. Note that in such case only the first element of each ILcdShapeList is exported.

Bug fixLuciadFusion

LCD-7511
The license mechanism now reads the expiration date of the license file correctly, even in environments with calendars that are not Gregorian.

Bug fixLuciadFusion

TLcdLonLatPointFormat: strings containing unknown characters before or after the separator between the longitude and latitude part will now fail to parse.

Bug fixLuciadFusion

TLcdSpeedFormat, TLcdAltitudeFormat and TLcdDistanceFormat now behave the same as the NumberFormat of the JDK when calling parseObject with a string containing only whitespace as input.

Bug fixLuciadFusion

LCD-7567
Fixed a bug in TLcdImageHeightProvider when interpolating {{ALcdImage}} values and at least one of the 4 contributing values is a no-data value.

Bug fixLuciadFusion

LCD-7566
Fixed regression that caused objects that aren't directly ILcdShape to not be editable. These types of objects are editable again.

Bug fixLuciadFusion

LCD-7564
TLspOnPathLabelingAlgorithm calculated incorrect label positions in 3D when using an altitude exaggeration greater than 1, zooming in and tilting the view.

Bug fixLuciadFusion

LCD-7562
Some bugs were fixed which affected WCS offerings of 16-bit SHORT or USHORT data.

Bug fixLuciadFusion

LCD-7561
TLspRasterLayer: fixed exception when using a styler to hide a domain object that was previously shown.

Bug fixLuciadFusion

LCD-7507
LuciadLightspeed Demo - Weather theme: Additional info is logged when it fails to load.

Bug fixLuciadFusion

LCD-7555
LuciadLightspeed Demo - Military Symbology theme: Fixed an issue where the balloon tooltip would move erratically while editing certain shapes.

Bug fixLuciadFusion

LCD-7552
Editing 3D shapes did not work correctly after changing the view's reference.

Bug fixLuciadFusion

LCD-7551
TLcdVVTerrainModel: fixed a regression caused by LCD-7500 that would make the model throw an exception when using buffers.

Bug fixLuciadFusion

LCD-7542
The label styler could be called unnecessarily when doing a layer query using TLspPaintedObjectsTouchQuery.

Bug fixLuciadFusion

LCD-7537
TLcdCurvesOp mapped no-data values to the first point of the curve instead of keeping a no-data value.

2015.1.25

ImprovementLuciadFusion

LCD-2622
TLspCreateController and TLspEditController now abort creation/editing is ALspEditor.canEdit() returns false.

ImprovementLuciadFusion

LCD-7451
TLsp3DPointListEditor now supports creation of 3D pointlists that already contain some initial points in them.

ImprovementLuciadFusion

LCD-7431
Fixed spatial filtering in case no geometry property name is defined.

ImprovementLuciadFusion

LCD-2267
It is now possible to directly set TLspCustomizableStyle instances on TLspLonLatGridStyler. This for example makes it possible to customize the display names of the styles.

Bug fixLuciadFusion

LCD-7515
TLspRulerController: when switching the measure mode after creating a measurement, labels could disappear.

Bug fixLuciadFusion

LCD-7513
The height of geodetic lines with linear interpolation (ILcdCurve.INTERPOLATION_LINEAR) was not used for visualization. As a result they were always painted at zero height.

Bug fixLuciadFusion

LCD-7358
The "overlap resolution" setting in TLspShapePaintingHints was not respected for model elements that contain multiple ILcdShapes (e.g. ILcdShapeLists or the output of an ALspStyleTargetProvider).

Bug fixLuciadFusion

LCD-7506
Fixed the interpretation of the GridOffsets parameter in a WCS 1.1 GetCoverage request, which could lead to responses with an incorrect resolution.

Bug fixLuciadFusion

LCD-7501
In rare cases, calling ALspLabelStyleCollector#group() could produce an IllegalArgumentException.

Bug fixLuciadFusion

LCD-7500
TLcdVVTerrainModel: fixed an inaccuracy in the sampling of the height values.

Bug fixLuciadFusion

LCD-7398
Fixed artifacts when using image processing with OpenCL backend on NVidia hardware with a recent driver.

Bug fixLuciadFusion

LCD-7463
TLspShapePainter: fixed a bug in the touch query for icons with an ON_TERRAIN elevation mode, which made it difficult or impossible to select draped icons under some viewing angles when no terrain was loaded in the view.

Bug fixLuciadFusion

LCD-7473
Fixed an issue where TLspViewNavigationUtil#centerOnModelBounds would zoom in when centering on large geodetic bounds in a 3D view.

Bug fixLuciadFusion

LCD-7472
Fixed a bug in imaging engine's resize operator: it threw an exception if the # bands was a multiple of 4.

Bug fixLuciadFusion

LCD-7490
TLspRasterLayer did not handle has-a-image objects correctly. See ALcdImage.fromDomainObject for details about what this means.

2015.1.24

ImprovementLuciadFusion

LF-881
The fusion of vector data into a raster coverage now uses anti-aliasing during the rasterization process, resulting in an improved line quality.

ImprovementLuciadFusion

LF-878, LF-881
The WMS service in the LuciadFusion Data Server now uses anti-aliasing to render vector coverages and non-tiled coverages with vector data (e.g., ECDIS or SHP), resulting in an improved line quality.

Bug fixLuciadFusion

LCD-7462
The non-tiled painting of WMS data in Lightspeed views in combination with client-side warping resulted in maps that did not cover the entire visible area.

Bug fixLuciadFusion

LCD-7461
TLcdKML22BalloonContentProvider now properly handles TLcdKML22PaintableGroundoverlay elements.

Bug fixLuciadFusion

LCD-7460
The Earth preprocessor sample did not handle processing multiple coverages to the same repository correctly.

2015.1.21

ImprovementLuciadFusion

LF-878
The rendering of vector coverages now uses anti-aliasing, resulting in an improved line quality.

ImprovementLuciadFusion

LCD-7117
Clarified javadoc in TLspPointSetHandle.

ImprovementLuciadFusion

LCD-7201, LCD-7394
Improved the general flexibility of the TLspPointToPointSnapper, by providing a new method that allows you to filter, convert and add custom snap targets based on full context information, such as: domain object, geometry, layer, paintrepresentation and view. Specific paintrepresentations that should be supported can also be configured with the setSupportedStates() method.

Bug fixLuciadFusion

LCD-7439
Fixed decoding of multi-band GeoTIFF data with more than 8 bits/band.

Bug fixLuciadFusion

LCD-7454
Grid labels in a Lightspeed view that use a horizontal orientation (For example TLspMGRSGridStyle.Builder#labelOrientation()) could be detached from their line when they are located near a corner of the view. This problem was more obvious when using a large label edge offset.

Bug fixLuciadFusion

LCD-7453
Deactivating or switching a view's controller in ALspController#handleAWTEventImpl now stops events from propagating down the controller chain.

Bug fixLuciadFusion

LCD-7449
TLspPlotPainter didn't visualize anything when using a style target provider with a different reference than the model reference.

Bug fixLuciadFusion

LCD-7438
Fixed a bug in TLcdOGCSpatialConditionFactory that caused it to throw on objects that don't have a requested property. An object doesn't have a requested spatial property if the object itself is not null, but ILcdPropertyRetriever returned null. Instead of throwing, these objects are now treated as "no match".

Bug fixLuciadFusion

LCD-7431
The OGC spatial filter now automatically determines the spatial property when the <BBOX> element does not specify a <propertyName> element. The spatial property is determined from the data type:
  • If the data type has a TLcdHasGeometryAnnotation, the spatial property is defined by it.
  • If not, it is the property of type ILcdShape.
  • In case there are multiple such properties, an appropriate exception report is generated. This is consistent with the OGC Filter 1.1.0 specification which states that a <propertyName> element is required when there are multiple spatial properties.

Bug fixLuciadFusion

The WMS client sample class ProxyModelFactory did not properly handle WMS servers that only advertise a single root WMS layer.

Bug fixLuciadFusion

LCD-7423
Fixed potential NullPointerException in the KML styler for lightspeed views that could occur when visualizing placemarks with malformed altitude modes.

Bug fixLuciadFusion

LCD-7321
Fixed issue where networklinks containing "onExpire" refreshmode links would not get loaded correctly unless manually updated.

Bug fixLuciadFusion

LCD-7125
Ensured that the TLspPointSetHandle does not fire unnecessary FINISHED interaction state events when moving or dragging the mouse.

2015.1.20

ImprovementLuciadFusion

The sample class WFSFeatureIDRetriever now supports retrieving the id of data objects with a primary key annotation (TLcdPrimaryKeyAnnotation).

ImprovementLuciadFusion

LCD-7428
Made some changes to the WFS client for the sake of interoperability with ArcGIS WFS servers:
  • Spaces in URLs are now escaped as "%20" instead of '+'. Both are valid according to the URI specification, but ArcGIS server can't handle '+' correctly, at least not when it occurs as value of an outputFormat such as "text/xml;+subtype=gml/3.1.1" (escaped).
  • Recognition of output formats has been made more lenient towards casing differences: both "subType" and "subtype" are now recognized in outputFormat parameters such as "text/xml; subType=gml/3.1.1".
  • Recognition of output formats has been made (even) more lenient towards alternative names for formats: "text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0" is now for example also recognized as GML Simple Features Profile.

Bug fixLuciadFusion

LCD-6738
TLcdAxisAlignedRasterReferencer, TLcdRotatedRasterReferencer and TLcdRasterReferencingUtil can now handle the case where only 2 tie points are provided.

Bug fixLuciadFusion

LF-879
The WMS service in the LuciadFusion Data Server now always paints the data of image and elevation coverages, regardless of the map scale. In the past, data was sometimes not visualized at large scales, due to internal logic that only activated raster painting depending on a pixel density threshold.

Bug fixLuciadFusion

LCD-7414
Fixed a rare and minor memory leak in TLspLabelPainter, where the view could keep a reference to one of the domain objects, even when it is removed from its model.

Bug fixLuciadFusion

LCD-7410
Fixed exception when using some huge images with the OpenCL imaging engine.

2015.1.19

ImprovementLuciadFusion

LCD-7403
To improve the interoperability with non-compliant OGC WMS servers, the XML capabilities decoder has been made less strict regarding the CRS and Abstract XML element positions inside a Layer XML element.

ImprovementLuciadFusion

LCD-7399
TLspPopupMenuSelectionCandidateHandler's behavior can now be customized by overriding TLspPopupMenuSelectionCandidateHandler#handleMenuItemHoverChange and TLspPopupMenuSelectionCandidateHandler#handleMenuItemSelected.

Bug fixLuciadFusion

LCD-7386
The DTED/DMED decoders did not distinguish between 0 and unavailable accuracy. The TLcdDTEDCellDescriptor now returns -1 for unavailable accuracy instead of 0.

Bug fixLuciadFusion

LCD-7396
TLcdTransformer: when transforming a set of data objects to a list, the elements were not transformed. This prevents encoding such models to GML.

Bug fixLuciadFusion

LCD-7274
TLcdSHPTiler did not copy directory.ref file when creating SHP tiles.

2015.1.18

ImprovementLuciadFusion

LCD-7392
Improved overall security by implementing additional output neutralization measures to avoid CRLF injection.

ImprovementLuciadFusion

LCD-7391
The optional logging servlet filter, TLcdLogFilter, has been upgraded with an improved encryption algorithm (AES in CTR mode) to encode log entries.

ImprovementLuciadFusion

LCD-7388
The default heap memory size of the OGC services sample has been increased from 384m to 768m, to improve its overall performance when working with larger datasets.

Bug fixLuciadFusion

LCD-1573
The behavior of the WCS client was not synchronous if TLcdWCSProxy#setAsynchronousUpdates was set to false. This resulted in incomplete coverages when the WCS client was used on non-EDT threads, such as in the WMS server.

Bug fixLuciadFusion

LCD-7369
Geotiffs using a custom reference using a polar stereographic projection with a latitude origin different from 90 or -90 were not displayed correctly.

Bug fixLuciadFusion

LCD-7363
Using an empty ILcd2DBoundsIndexedModel for a plot layer would cause exceptions. Also, if the width/height ratio of the bounds was very large or small, the plot layer would not finish painting.

2015.1.17

ImprovementLuciadFusion

LCD-7355
TLspBalloonManager: when calculating the balloon focus point for a model object, the manager now makes use of the geometry provided by the object's style target provider.

ImprovementLuciadFusion

LCD-7158
Temporary files needed to cache large responses are now created in a safer way, i.e. using undeterministic names and with more strict file permissions.

ImprovementLuciadFusion

LCD-7157
Any encountered File-based data locations in XML documents (e.g., local schema locations) read by the WCS are now validated against invalid characters.

ImprovementLuciadFusion

LCD-7348
The label alignment of the ILcdVVRenderer implementations has been improved.

Bug fixLuciadFusion

LCD-7351
Fixed an issue where clicking on the 'north arrow' on a TLspCompassNavigationControl would not rotate the view in certain projections.

Bug fixLuciadFusion

LCD-7367
TLcdWeakIdentityHashMap could throw a ConcurrentModificationException in rare cases.

Bug fixLuciadFusion

LCD-7278
Object selection and touch queries did not take the minimum pixel size configured on a TLspIconStyle into account.

Bug fixLuciadFusion

LCD-7331
TLspShapePainter: fixed a bug in the touch query for icons with an ON_TERRAIN elevation mode, which made it difficult or impossible to select draped icons under some viewing angles.

Bug fixLuciadFusion

LCD-7242
TLspSelectController no longer consumes mouse move events.

Bug fixLuciadFusion

LCD-7353
The WMTS client no longer shows error tiles in case of a tile not found (HTTP 404) responses.

Bug fixLuciadFusion

LCD-7300, LCD-7324
GML encoding: fixed several issues when encoding GML-dependent models whose domain objects contain multiple geometries.

Bug fixLuciadFusion

LCD-7343
Fixed an issue where ALcdCompassNavigationControl did not get repainted when it should.

2015.1.16

ImprovementLuciadFusion

LF-858
It is now possible to disable sync to disk on commit using the system property com.luciad.fusion.engine.syncOnCommit. The default is 'on'. Disabling sync on commit may significantly improve fusion performance, however beware that the consistency of the checkpoint with the tiles on disk in case of power outage is no longer guaranteed.

Bug fixLuciadFusion

LCD-7320
The WFS model class (TLcdWFSProxyModel) did not properly support finding a geometry property name for a feature type if there was no link with its XML type (by means of its name and / or namespace).

Bug fixLuciadFusion

LCD-7316
Fixed errors when visualizing an image that uses a 32-bit signed integer for the band values.

Bug fixLuciadFusion

LCD-7319, LF-865
Fixed a bug affecting the fusion of vector data, which could cause some features that rub against the 180th meridian to fail with "No corresponding builder for edge link".

Bug fixLuciadFusion

LCD-7297
The server no longer logs stacktraces in case of service exception reports, as this is normal behavior for a WMS; instead, an info message is logged with the contents of the service exception message.

Bug fixLuciadFusion

LCD-7310
The TLcdCADRGModelDecoder could not decode files were the headers and data is not ordered normally.

Bug fixLuciadFusion

LCD-6701
TLcdResizeOp did not handle palette indexed color images correctly: the indices were interpolated.

Bug fixLuciadFusion

LF-848
Fixed some numerical precision bugs when fusing vector data which could cause some features to fail with "No corresponding builder for edge link" or "Unsupported polygon: successive end/begin points".

Bug fixLuciadFusion

LCD-7293
Earth preprocessor could get confused when the time zone changes. Most commonly this happened when switching to summer or winter time.

Bug fixLuciadFusion

LF-853
TLfnEngineFactory.getEngines() would not always return all engines. This could cause the job manager panel in the Data Connectivity Manager to show error dialogs when trying to start/pause a job.

Bug fixLuciadFusion

LCD-7312
TLcdSVGIcon no longer changes the context classloader.

2015.1.15

Bug fixLuciadFusion

LCD-7292
The ILspView could slow down or even hang when implementing an ALspSwingLabelStyler by letting getComponent() return null.

Bug fixLuciadFusion

LCD-7134
Images with data in a special RGB color space were not supported.

2015.1.14

Bug fixLuciadFusion

LF-847
Fixed a bug in the fusion of vector data, similar to LF-451, which could cause some features to fail with "No corresponding builder for edge link" in some circumstances.

Bug fixLuciadFusion

LCD-7260
An issue in the WFS model class (TLcdWFSProxyModel) prevented it from automatically finding a geometry property for some feature types, which is needed to support spatial filters.

Bug fixLuciadFusion

LF-842
Some bugs were fixed in the default implementation of ILfnRasterSessionHandler and ILfnVectorSessionHandler. In addition, the code has been made more robust to deal with bad implementations of these handlers: if the handling itself throws an exception, this is now treated as a non-fatal failure.

Bug fixLuciadFusion

LF-840
Worked around a bug in Oracle database models which could cause some features to fail with "Edge already added" in some circumstances.

2015.1.13

Bug fixLuciadFusion

LCD-7258
The class TLcdOWSHttpTransport, used by the OGC clients to communicate with a service, could not properly handle request parameters containing special characters with accents.

Bug fixLuciadFusion

LCD-7258
The class TLcdOWSHttpTransport, used by the WMTS client to communicate with a service, could not properly handle request parameters containing special characters with accents.

Bug fixLuciadFusion

LCD-7257
The WMTS client could not cope with WMTS services that did not list specific request encoding constraints (KVP, REST ...) for listed operations.

Bug fixLuciadFusion

LCD-7256
Fixed an issue in the lightspeed.customization.paintrepresentation sample.

Bug fixLuciadFusion

LCD-7231
Fixed an issue where density layers were not properly updated when used while flickering (by a TLspFlickerController).

2015.1.12

ImprovementLuciadFusion

LCD-7212
Added support for labeling MultiGeometry elements in a Lightspeed view. If your MultiGeometry contains one or multiple Point elements, they will be labeled according to their KML LabelStyle.

ImprovementLuciadFusion

LF-830
The number of threads used by the fusion engine can now be overridden using the system property com.luciad.fusion.engine.threadCount. It is also still possible to override this setting programmatically using ALinEngineEnvironment.setEngineThreadCount(). If set, the programmatic setting takes precedence over the system property. The default number of threads isRuntime.getRuntime().availableProcessors().

Bug fixLuciadFusion

LCD-7247
Fixed a Lightspeed issue with retrieving selection candidates where, in rare cases, different domain objects could be treated as equal. The issue caused these objects to be missing from selections that should contain them.

Bug fixLuciadFusion

LCD-7248
WKT strings using the projection name "Rectified_Skew_Orthomorphic_Natural_Origin" can now be parsed using TLcdWKTReferenceParser.

Bug fixLuciadFusion

LF-837
Fixed a bug in the fusion of vector data, similar to LF-451, which could cause some features to fail with "No corresponding builder for edge link" in some circumstances.

Bug fixLuciadFusion

LCD-6521
Raster layers no longer use direct memory sharing between OpenGL (rendering) and OpenCL (image processing) by default to avoid stability issues. This can result in a slightly longer latency when using image processing. The direct memory sharing can be enabled again by using the following JVM option: -Dcom.luciad.view.lightspeed.opencl.allowCLGLInterOp=true.

Bug fixLuciadFusion

LCD-7236
Fixed issue where a status notification for a new Networklink being loaded would appear before the loaded Networklink was fully processed. This means that when you subscribe to a TLcdKML22DynamicModel.addStatusListener(), and you get an END_BUSY status, the downloaded KML file will be available for consumption at that instant.

Bug fixLuciadFusion

LF-835
Fixed a bug which caused some Geospatial PDF to be fused a level too deep in some cases.

Bug fixLuciadFusion

LF-831
Fixed a bug in the fusion of vector data which could affect coverages with a bounding box that wraps around the 180th meridian. This could cause fusion to fail with "No corresponding builder for edge link".

Bug fixLuciadFusion

LCD-7234
When using continuous labeling for non-selected labels and an other labeling algorithm for selected labels, the selected labels could be dropped.

Bug fixLuciadFusion

LF-828
Fixed a bug in the fusion of vector data which could affect features with a line segment spanning more than 180° in the longitudinal direction. This could cause fusion to fail with "No corresponding builder for edge link".

Bug fixLuciadFusion

LCD-7229
lonlatheight2worldOnEllipsoidSFCT now produces more precise results for TLcdRectifiedPolynomialProjection instances with a degree of 2 or more.

Bug fixLuciadFusion

LCD-7220
TLcdMGRSFormat couldn't parse MGRS Strings with a separator between the grid zone designation and the 100km grid square designation.

Bug fixLuciadFusion

LCD-7219
A rare problem was fixed where TLspInteractiveLabelsController sometimes moved a new interactive label to the incorrect location.

Bug fixLuciadFusion

LCD-7222
The alpha component of TLspPinLineStyle#getColor() was not taken into account. Because of this, transparent pins were painted as opaque pin lines.

Bug fixLuciadFusion

LCD-7243
Fixed NPE that got triggered when removing a TLspPanController from a view.

2015.1.11

ImprovementLuciadFusion

LCD-7198
It is now possible to calculate the closest point on a rhumbline for spheres. See TLcdSphereRhumblineUtil#closestPointOnRhumbline().

ImprovementLuciadFusion

LCD-7185
Performance improvement when using TLspLayer#query with TLspIsTouchedQuery when the queried object is already painted.

Bug fixLuciadFusion

LCD-7208
Fixed memory leak in raster layer. The issue was visible when creating layers or changing models frequently.

Bug fixLuciadFusion

LCD-7199
lonlatheight2worldOnEllipsoidSFCT didn't always produce correct results for TLcdRectifiedPolynomialProjection instances with a degree of 2 or more.

Bug fixLuciadFusion

LCD-7183
A line with two coinciding geodetic points on the date line could cause visual artifacts in a Lightspeed view.

Bug fixLuciadFusion

LCD-7196
The WMTS client no longer shows error tiles in case of a service exception report sent by the server (e.g., often sent if a tile is missing in case of sparse data sets). Instead, the service exception report information can be retrieved via the logs by enabling tracing.

Bug fixLuciadFusion

LCD-7197
The WMTS client did not support the handling of service exception reports in case compression was used by the server.

Bug fixLuciadFusion

LCD-7197
The WMS client did not support the handling of service exception reports in case compression was used by the server.

Bug fixLuciadFusion

LCD-7197
The WFS client did not support the handling of service exception reports in case compression was used by the server.

Bug fixLuciadFusion

LCD-7197
The WCS client did not support the handling of service exception reports in case compression was used by the server.

Bug fixLuciadFusion

LCD-7191
Fixed a NullPointerException that could occur when using an ILspController that returns null in its getLayered() method.

Bug fixLuciadFusion

LCD-7188
Fixed a rare threading issue during label placement that occurred because the ILspView#layers() method was called on a task executor thread.

Bug fixLuciadFusion

LCD-7107, LCD-7195
ALspSwingLabelStyler now clears its cache for objects that are removed from a model.

Bug fixLuciadFusion

LCD-7182
TLcdGXYMagnifierController: when opening the magnifier window for the first time, it could be empty.

2015.1.10

Bug fixLuciadFusion

LCD-7167
Fixed a performance issue for tile set models such as Bing Maps and WMTS in a Lightspeed view: tiles were retrieved one at a time instead of multiple in parallel. Only raster layers with type BACKGROUND and a tile set that does not match the internal tiling structure (e.g. geodetic reference, 4x2 tiles at level 0, 256x256 tiles) were affected.

Bug fixLuciadFusion

LCD-6988
Fixed a WMTS performance issue in Lightspeed views: tiles were retrieved one at a time instead of multiple in parallel. Only layers with type BACKGROUND and a tile set that did not match the internal tiling structure (e.g. geodetic reference, 4x2 tiles at level 0, 256x256 tiles) were affected.

Bug fixLuciadFusion

LCD-7175
Fixed a selection ordering issue for draped shapes in a 3D view without terrain.

Bug fixLuciadFusion

Calling ALspLayer#getCurrentViews() is now thread-safe.

Bug fixLuciadFusion

ALspSwingLabelStyler didn't always call componentChanged() when needed with aInvalidateOnModelChangeEvent == true. In that case, it could for example happen that componentChanged() is called for the ALspSwingLabelStyler of the EDITED paint representation, but no for the REGULAR paint representation.

Bug fixLuciadFusion

LCD-7171
Fixed a rare NullPointerException during navigation in a Lightspeed view with a grid layer.

2015.1.09

Bug fixLuciadFusion

LF-451
Fixed a bug in the fusion of vector data which could cause some features to fail with "No corresponding builder for edge link" in some circumstances.

Bug fixLuciadFusion

LF-826
The fusion engine can now also resume from checkpoint even when the commit policy is PER_COVERAGE.

Bug fixLuciadFusion

LF-196
Fixed a synchronization bug which could occasionally cause the progress to keep on going up even after a job had been stopped.

Bug fixLuciadFusion

LF-760
A fusion job's progress now preserves the elapsed time so that it no longer resets unexpectedly.
  • The elapsed time continues after a stop/restart of a job, instead it continues from the last checkpoint, in accordance with the progress itself.
  • The elapsed time continues after disconnecting and reconnecting the DCM to a remote fusion server.

2015.1.08

ImprovementLuciadFusion

LCD-7106
Improved the label alignment of the ILcdVVRenderer implementations.

ImprovementLuciadFusion

LCD-7146
The optional logging servlet filter, TLcdLogFilter, has been upgraded with an improved encryption algorithm (AES) to encode log entries.

ImprovementLuciadFusion

LCD-7141
Improved overall security by replacing the use of a pseudo random number generator with a cryptographically strong random number generator.

ImprovementLuciadFusion

LCD-6799
Improved overall security by implementing additional output neutralization measures to avoid CRLF injection and cross-site scripting.

Bug fixLuciadFusion

LCD-196
The GXY warping raster painters now paint data accurately when printing at a higher resolution than the view.

Bug fixLuciadFusion

LCD-7148
TLspRasterLayer did not handle changes to the image's semantics nicely: the bounds were shown for a brief moment which appears as flickering when done frequently. It is now handled like other non-structural changes: the old data is shown until the new data is ready.

2015.1.07

ImprovementLuciadFusion

LCD-6227
The decoder for the WMS server sample's XML configuration format, samples.wms.server.config.xml.WMSCapabilitiesXMLDecoder, has been upgraded to use the JDOM XML framework.

ImprovementLuciadFusion

LCD-7124
TLcdMGRSFormat is now more flexible with respect to the number of digits passed as input.

Bug fixLuciadFusion

LCD-4299
Geodetic lines with linear interpolation (ILcdCurve.INTERPOLATION_LINEAR), no longer show wrap-around artifacts in a Lightspeed view.

Bug fixLuciadFusion

LCD-7123
Painting labels in view-space (i.e. using a null model reference) didn't work as expected when using a style target provider that returns null as the style target reference.

Bug fixLuciadFusion

LCD-7115
TLcdComponentPrintable: improved memory use and performance when printing many pages.

Bug fixLuciadFusion

LCD-7116
The orientation of a point was not applied correctly to icons when using a grid reference with a TLcdGeodetic projection.

Bug fixLuciadFusion

LCD-7110
The combination of a TLspWorldSizedLineStyle and a TLspFillStyle would result in the incorrect visualization of polygons. The TLspWorldSizedLineStyle was applied to all the edges of the triangles of the discretized polygon.

Bug fixLuciadFusion

LCD-7091
TLcdCartesian#orientation2D would throw an ArrayIndexOutOfBoundsException when passing a point list with length 1.

2015.1.06

ImprovementLuciadFusion

LCD-7089
The OGC server sample now comes by default with a set of vendor-specific deployment configuration files to ease the deployment on GlassFish, Apache Geronimo and Oracle WebLogic. The files can be found in build/ogc/resources/WEB-INF and are also packaged together with the ready-to-use OGC server sample in distrib/.

ImprovementLuciadFusion

LCD-6125
ALspSwingLabelStyler now avoids firing style change events when they are not needed.

Bug fixLuciadFusion

LCD-7054
TLspTouchNavigateController: fixed a NullPointerException when rotating around a point that is not on the terrain.

Bug fixLuciadFusion

LCD-7098
TLspEditableStyler would fire style change events for all objects (even the ones that are unaffected) when calling the clearStyles() method.

2015.1.05

ImprovementLuciadFusion

LF-814
Fusion now picks up an SLD style file next to the data file by default when building a coverage using any of the concrete subclasses of ALfnCoverageMetadata.Builder. This benefits the following use cases:
  • The Fusion Engine automatically applies the SLD style when fusing vector as image.
  • The WMS Fusion Server automatically applies the SLD style when serving coverages with asset sources in Tile Store, including the specific case of non-tiled coverages.
  • The Fusion Client automatically applies the SLD style when visualizing a vector coverage.
  • The preview layer in the DCM uses the SLD style, but beware that the map layer (when opening the file as a layer) does not.
You can of course still override the default styling with your own.

ImprovementLuciadFusion

LCD-2382
Developer guide was updated to include an image projection topic. A sample was also added to illustrate image projection in a Lightspeed view.

Bug fixLuciadFusion

LCD-6943
Lighting could sometimes change abruptly and incorrectly when navigating the view.

Bug fixLuciadFusion

LCD-7065
TLspCompassNavigationControl: optimized the performance of the fix for LCD-6989.

2015.1.04

ImprovementLuciadFusion

LF-811
Explained how to ignore non-fatal failures in theLuciadFusion Developer's Guide.

ImprovementLuciadFusion

LCD-7050
TLcdSHPPolylineZ, TLcdSHPPolygonZ and TLcdSHPMultiPointZ contained in models produced by the TLcdSHPModelDecoder are now editable.

ImprovementLuciadFusion

LF-808
When fusing vector data as raster, labels will be off by default.

ImprovementLuciadFusion

LCD-7045
To improve the interoperability with non-compliant OGC WMTS servers, the XML capabilities decoder no longer requires that the LowerCorner / UpperCorner XML elements are defined in the OGC OWS 1.1 namespace.

ImprovementLuciadFusion

LF-472
Fusion now takes the clipping shape into account to avoid the creation of empty tiles. Also non-contiguous clipping shapes are correctly dealt with.

ImprovementLuciadFusion

LCD-6877
Allow translation of undoables fired by TLspCreateController, TLspEditController, TLspRulerController and TLspDeleteSelectionAction. This is achieved by setting a ILcdStringTranslator instance on these objects.

ImprovementLuciadFusion

LCD-7033
TLcdPolynomialRasterReferencer and TLcdRationalRasterReferencer now report invalid input during the execution of the #createRasterReference() method.

ImprovementLuciadFusion

LCD-6596
The EPSG resources are updated to EPSG database v8.7.

ImprovementLuciadFusion

LCD-7027
TLcdAxisAlignedRasterReferencer can now handle the case where all tie points are aligned horizontally or vertically.

Bug fixLuciadFusion

LCD-7048
TLspLabelLocations#getLabelLocations() didn't work in some cases, for example when passing a layer to it, but not a paint representation, or vice versa.

Bug fixLuciadFusion

LCD-4461
On Windows systems the selection rectangle would be drawn again on the view when maximizing the window by double clicking the title bar.

Bug fixLuciadFusion

LCD-7031
TLspFusionVectorLayer now no longer loads tiles when out of scale range.

Bug fixLuciadFusion

LCD-6708
Fix 3D (geocentric) TLspViewNavigationUtil#animatedPan.

Bug fixLuciadFusion

LCD-6996
Panning while the view's controller changed could raise a NullPointerException.

Bug fixLuciadFusion

LCD-6989
TLspCompassNavigationControl#setMagneticNorthMap was not taken into account in 3D.

2015.1.03

Bug fixLuciadFusion

LCD-7008
The LAS model decoder now handles files that incorrectly store color as big-endian instead of little-endian. The decoder will detect this case, log a warning and read the color as big-endian. Such files will now show their color instead of black.

Bug fixLuciadFusion

LCD-5760
When ECDIS is not available while a client is trying to update a coverage with S-52 SLD styling, the server now responds with 400 "Bad Request" and an appropriate message.

Bug fixLuciadFusion

LCD-7018
Visualizing SLD files with SVG-icons that have real-world distance measurements (such as cm, mm, or in) has now been made more robust in a Lightspeed view. Previously, in certain edge cases, it was possible for a program to run out of memory in Lightspeed views. This bug did not apply to the rendering of such SLD files in GXY views.

Bug fixLuciadFusion

LCD-6584
In Lightspeed views, SVG-Icons which are linked as external graphics from an SLD stylesheet, and which have a width or height specified in a unit of measure that corresponds to a real-world distance such as mm, cm, or in, are now drawn so that those dimensions correspond to actual distances on the map. A practical result is that the icon's size on the screen will change as the scale of the map changes.

Bug fixLuciadFusion

LF-786
Fixed a bug that could cause artifacts from less detailed levels to bleed through to more detailed levels. This bug affected vector-as-raster coverages such as ECDIS (S-57 and S-63) coverages.

2015.1.02

ImprovementLuciadFusion

LCD-4879
Labels are now painted correctly when using right-to-left (e.g. Hebrew or Arabic) text with TLspCurvedPathLabelingAlgorithm or TLcdGXYCurvedPathLabelPainter.

ImprovementLuciadFusion

LCD-6629
TLcdWKTReferenceParser can now recognise datums with name "D_GGRS_1987" or variants.

ImprovementLuciadFusion

LCD-7003
GML encoders and decoders now support any model reference in addition to the ones that have an EPSG code. Model references that can't be encoded as EPSG will be encoded as WKT, resulting in a URN like this: urn:ogc:def:crs:WKT::<URL-encoded WKT string> This benefits OGC services such as WMS, WMTS, WCS and WFS, which will now be able to offer models in these references.

ImprovementLuciadFusion

LCD-6643
The WMS client now sends the PIXELSIZE parameter when making requests to a WMS server. If the WMS server supports it, it can take the clients pixel size into account when determining scale ranges. The LuciadLightspeed WMS server supports this PIXELSIZE parameter. For more information, please consult the reference documentation of:
  • com.luciad.wms.client.model.ALcdWMSProxy
  • com.luciad.wms.client.model.TLcdWMSGetMapRequest

ImprovementLuciadFusion

LCD-6643
The WMS server can now accept a PIXELSIZE parameter. This server takes this into account when evaluating scale ranges. This way, these scale range calculations on the server can correspond to the map scale on the client. The pixel size is defined in mm per pixel.

ImprovementLuciadFusion

LCD-6892
The WMS client samples 'samples.wms.client.gxy.MainApplet' and 'samples.wms.client.lightspeed.MainPanel' now include a 'Select all' and a 'Clear all' button to easily select all available WMS layers or none at all.

Bug fixLuciadFusion

LCD-6955
TLcdEarthAssetModelCodec did not close its input and output streams explicitly. As a result the file handle release relied on the garbage collector.

Bug fixLuciadFusion

LCD-5760
When ECDIS is not available, the LTS client now omits coverages containing S-52 SLD styling rather than failing the whole connection. The client treats such 'bad' coverages as if they don't exist, while you can continue working with the 'good' ones.

Bug fixLuciadFusion

LCD-6930
ILspView#setAltitudeExaggeration() implementations now throw an IllegalArgumentException when the passed value is 0 or less.

Bug fixLuciadFusion

LCD-7006, LF-701
Fixed a bug in the marshalling of model references when using clipping shapes. The bug affected assets with model references that do no have an EPSG code.

Bug fixLuciadFusion

LCD-7004
Fixed a rendering issue for filled shapes crossing the boundaries of a TLcdGeodetic projection.

Bug fixLuciadFusion

LCD-6661
The evaluation of an SLD rule's scale range did not work properly with a geodetic view reference.

Bug fixLuciadFusion

LCD-6922
TLspLayer: resolved a rare issue where a NullPointerException could happen while painting a layer that is out of its scale range.

Bug fixLuciadFusion

LCD-6598
Fixed some minor bugs in checking of parameters when building an ALfnCoverageMetadata or one of its subclasses.

Bug fixLuciadFusion

LCD-6931
TLspRasterLayer: tile set data (ex. WMTS) was not painted at the correct level if the number of tiles at the least detailed level was very high (ex. 100x100 tiles).

Bug fixLuciadFusion

LCD-6765
Anti-aliasing is now turned on when visualizing SLD circle marks. This means that the outline of the circle now looks smoother.

Bug fixLuciadFusion

LCD-6663
The ALcdScaleIndicator implementations could display invalid scale indications for world references that don't not have meter as the unit of measure. The AScaleSupport sample class now takes this into account as well.

Bug fixLuciadFusion

LCD-6872
TLspRasterLayer: fixed error "Triangles per row must be a multiple of 4". Previously this could happen when painting an image with a tile resolution that is small or not a power of 2.

2015.1.01

ImprovementLuciadFusion

LCD-6892, LCD-6948
The WMS client samples 'samples.wms.client.gxy.MainApplet', 'samples.wms.client.lightspeed.MainPanel' and 'samples.wms.client.opengl.MainApplet' will now automatically try to connect with either the LuciadLightspeed or the LuciadFusion WMS service running on localhost. Additionally, the samples will no longer show two redundant error dialogs in case of a WMS connection failure.

ImprovementLuciadFusion

LCD-6932
To improve the interoperability with non-compliant OGC WMS servers, the XML capabilities decoder has been made less strict regarding the KeywordList XML element position and regarding the need for a Title inside a Style XML element.

ImprovementLuciadFusion

LF-774
Security improvements:
  • The server no longer exposes the stack trace of the internal server error to the client.
  • The server is now more robust against malicious attempts to escape the confinements of its directories.

ImprovementLuciadFusion

LCD-6742
The TLcdEllipsoidalEquidistantCylindrical projection was added. Unlike TLcdEquidistantCylindrical, this projection uses ellipsoidal instead of a spherical approximation.

ImprovementLuciadFusion

LF-785
The build script for the LuciadFusion server application now includes a geronimo-web.xml so that it can readily be deployed in an Apache Geronimo application server.

Bug fixLuciadFusion

LF-804
WMS service: fixed a bug which could cause a NullPointerException when performing a WMS GetFeatureInfo request on an a non-tiled coverage when the initial version of the coverage is still incomplete.

Bug fixLuciadFusion

LCD-6947
EPSG code that use an oblique mercator projection could produce transformation results that are shifted. This affected EPSG codes 3167, 3168, 5247, 29871, 29872 and 29873.

Bug fixLuciadFusion

LCD-6946
TLcdBILModelDecoder: the decoder did not preserve negative no-data values. This is typically used for elevation data.

Bug fixLuciadFusion

LCD-6944
The WCS server now generates a service exception report compatible with WCS version 1.0.0 if an 1.0.0 request is sent specifying an unknown request name.

Bug fixLuciadFusion

LCD-6942
The server no longer logs exceptions that are caused by client abort actions, to avoid log poisoning.

Bug fixLuciadFusion

LCD-4274
When setting the data model name manually by calling TLcdGeoJsonModelDecoder#setDataModelName, this value is no longer automatically sanitized to only include alpha numerical characters.

Bug fixLuciadFusion

LCD-6846
Remove casts to internal ALspRulerMeasurement implementation in ruler controller code. This allows users to add custom ALspMeasurement objects to the ruler controller's model.

Bug fixLuciadFusion

LF-779
GeospatialPDF: fixed a bug in the computation of the pixel density which could cause virtually infinite fusion ETA.

Bug fixLuciadFusion

LCD-6742
TLcdEPSGReferenceParser now creates a grid reference that uses ellipsoidal instead of spherical calculations when parsing EPSG:4087.

Bug fixLuciadFusion

LCD-3366
When creating a default namespace from the data model name, invalid characters are now correctly escaped so that the namespace is always a valid URI, even if the data model name isn't. This avoids browsers to fail in those cases.

2015.1

ImprovementLuciadFusion

TLcdGXYEditController2 now also displays a preview of the object's labels during translation.

ImprovementLuciadFusion

The interpolation mode set to a TLcdWCSProxy can now be retrieved by invoking getInterpolationMethod().

ImprovementLuciadFusion

LCD-1137
The sample class samples.ogc.server.Main has been updated with a -fromsource mode to easily start the OGC sample services in an IDE, directly from the source code.

ImprovementLuciadFusion

LF-778
The WCS service in the LuciadFusion Data Server now supports version 1.1.0 and 1.1.1 of the OGC WCS protocol, next to the already supported version 1.0.0.

ImprovementLuciadFusion

LCD-6826
The WCS server now supports version 1.1.0 and 1.1.1 of the OGC WCS protocol, next to the already supported version 1.0.0.

ImprovementLuciadFusion

Is it now possible to provide a custom ALcdWCSCoverageDecoder which decodes GetCoverage responses according to the imaging API. This decoder replaces the deprecated ILcdWCSCoverageTileDecoder.

ImprovementLuciadFusion

TLcdWCSProxy can specify the resolution of the raster tile instead of the tile width and height.

ImprovementLuciadFusion

TLcdKML22DynamicModel now implements ILcdStatusSource.

ImprovementLuciadFusion

The TLcdWCSProxy model elements of TLcdWCSProxyModels now support the imaging API. They do not extend ALcdImage directly, but instead they have a data property that does. You should access the ALcdImage object using the method ALcdImage.fromDomainObject(TLcdWCSProxy). In other words, they obey the 'has an image' paradigm rather than the 'is an image'.

ImprovementLuciadFusion

LCD-6700
Slightly improved the rendering of filled shapes crossing the projection boundaries.

ImprovementLuciadFusion

LF-746
The server by default no longer saves its statistics in a fusion.stats file. Saving the statistics can still be enabled in the web.xml if desired.

ImprovementLuciadFusion

The WCS server now supports point-sampling mode. The appropriate sampling mode is not configurable, it is automatically chosen based on the sampling mode of the data being served:
  • Image data, such as GeoTIFF areal imagery, is typically area-sampled.
  • Elevation data, such as DTED or GeoTIFF, is typically point-sampled.
When using the default GeoTIFF format, the response to a GetCoverage requests is a GeoTIFF with the appropriate tag set to 'RasterPixelIsPoint' or 'RasterPixelIsArea'.

ImprovementLuciadFusion

The WCS server now supports the "bilinear" interpolation method in addition to "nearest neighbor", and advertises this in the coverage offering. Bilinear interpolation usually yields better results than nearest neighbor interpolation, especially when requesting coverages in a much higher resolution than the native one (oversampling).

ImprovementLuciadFusion

TLcdKML22ModelEncoder is a model encoder to export a KML model into a kml file. Its main purpose is to save models made programmatically. TLcdKML22ModelEncoder has several limitations :
  • This model encoder doesn't export non KML models into KML files.
  • This model encoder does not support kmz extension.
  • This model encoder was not made for round-trips and KML models don't have a reference to this model encoder.
  • Relative network links will not be modified and this model encoder will not copy their target contents.

ImprovementLuciadFusion

WMS models decoded with TLcdOGCWMSProxyModelDecoder will now by default use image/png and transparency as image exchange format settings, instead of image/jpeg with a background color.

ImprovementLuciadFusion

LCD-1722
Lighting for 3D icons is now also supported in a 2D view.

ImprovementLuciadFusion

TLcdMGRSFormat now provides an enumeration to indicate the precision used to format MGRS or UTM/UPS strings. The following methods have been deprecated in TLcdMGRSFormat:
  • getNumberOfDigits(), getPrecision() should be used instead.
  • setNumberOfDigits(int aNumberOfDigits), setPrecision(FormatPrecision aPrecision) should be used instead.

ImprovementLuciadFusion

TLsp3DIconStyle: when using a 3D icon containing textures, the textures will now be compressed. This reduces the amount of memory that is needed on the GPU for showing that 3D icon.

ImprovementLuciadFusion

LCD-6587
Added built-in HTTP Basic Authentication support to TLcdOWSHttpTransport: constructors have been added to supply username and password for authentication at an OGC server.

ImprovementLuciadFusion

KML balloons now support dark Nimbus look and feels in that the balloon background remains white, to be sure text is always readable.

ImprovementLuciadFusion

LuciadFusion now supports point-sampled elevation data. By default, the sampling mode of the assets is preserved in the coverage, but it can be set manually as well. Point-sampled and area-sampled assets can be mixed into either a point-sampled or area-sampled coverage. The interpolation of values from the assets' rasters into the coverage's raster takes care of converting the values from assets that have a different sampling mode than the coverage.
  • You can inspect the sampling mode of coverage with TLfnRasterCoverageMetadata.getSamplingMode().
  • A coverage decoded as a LuciadFusion model offers its data as both an ILcdEarthTileSet and an ALcdImageMosaic, so that it integrates with both the tile set API and the imaging API. However, only the imaging API can accurately visualize point-sampled data. Due to the lack of a point-sampled notion in the tile set API, the data will always be interpreted as area-sampled, resulting in inaccuracies such as pixels which are shifted slightly out of place. When working with point-sampled data, it is thus strongly recommended to use the imaging API. The tile set API is only supported for backwards compatibility.
  • Point-sampled coverages have tile width and height +1 compared to their area-sampled equivalent with the same pixel density (resolution).

ImprovementLuciadFusion

LCD-6420
TLfnTileStoreModelDecoder has been adapted for integration with the imaging API. It produces domain objects that extend ALcdImageMosaic as well as implement ILcdEarthTileSet.

ImprovementLuciadFusion

Collada models referenced in KML files can now be visualized in layers build by TLspKML22LayerBuilder.

Collada is a standard for encoding 3D geometries. It is used as the format for 3D objects in KML. The standard is an official Khronos Standard, supported by major companies such as ATI and NVIDIA. It is also being supported in may 3D modelers and game engines and in Google Earth (through KML). See https://www.khronos.org/collada/ for more information.

Opening a KML file containing Collada 3D objects on a Lightspeed view will show the Collada data. An example use-case is a KML file referring to a set of Collada files representing the buildings of a city.

When opening a KML file containing a Collada model on a GXY view, only the bounds of the Collada model will be shown.

ImprovementLuciadFusion

LuciadLightspeed can now visualize Collada models.

Collada is a standard for encoding 3D geometries. It is used as the format for 3D objects in KML. The standard is an official Khronos Standard, supported by major companies such as ATI and NVIDIA. It is also supported in many 3D modelers and game engines and in Google Earth (through KML). See https://www.khronos.org/collada/ for more information.

The TLsp3DIconStyle class now offers a new method to use a Collada file as icon style. See the TLsp3DIconStyle.Builder#icon(String) method for more information.

This is typically used to style moving objects with for example an airplane, a car or a vessel. The TLsp3DIconStyle class javadoc contains more information on this.

LuciadLightspeed supports Collada data in KML files as well. Consult the KML release notes and KML developer guide for more information.

ImprovementLuciadFusion

LCD-6474
TLcdDTEDDirectoryModelDecoder now attempts to automatically detect the bounds of the available data. You can disable this using TLcdDTEDDirectoryModelDecoder.setAutoDetectBounds(false).

ImprovementLuciadFusion

LCD-6483

The default color scheme for elevation data was enhanced to have less saturated colors that are perceived more equally. The new color scheme is available from TLcdColorModelFactory and TLcdDTEDColorModelFactory.

Should you still need the old color scheme, here is a code snippet to create it:

      TLcdDTEDColorModelFactory factory = new TLcdDTEDColorModelFactory();
      factory.setLevels(new double[]{-16000,-8000, -4000, -2000, -1000, 0, 0.1, 100, 200, 300, 400, 500, 600, 700, 800,
      900, 1000, 1100, 1200, 1300, 1400, 2500, 3500});
      factory.setColors(new Color[]{ new Color(0x000000), new Color(0x0000ff), new Color(0x00c0c0), new Color(0x80c0c0),
      new Color(0xa0e0e0), new Color(0x8c96d2), new Color(0x55793d), new Color(0x679349), new Color(0x75a552), new
      Color(0x84b264), new Color(0xedd283), new Color(0xf7d865), new Color(0xf2cd60), new Color(0xedb54f), new
      Color(0xe7aa50), new Color(0xe59547), new Color(0xe56c35), new Color(0xc88c3d), new Color(0xac8533), new
      Color(0xb48352), new Color(0x9a4e2e), new Color(0x909090), new Color(0xffffff)});
      ColorModel colorModel = factory.createColorModel();
    

Depending on how you visualize your data, you have to set the color model to a painter or a style. See ILcdRasterPainter.setColorModel or TLspRasterStyle for example.

ImprovementLuciadFusion

LCD-4550
TLcdSymbologyDateFormat now supports custom formats. In addition, TLcdSymbologyDateFormat#parse(String) accepts strings with or without spaces, and strings with or without seconds, regardless of the value of the isWithSeconds property.

ImprovementLuciadFusion

LCD-6471
TLspRasterLayerBuilder by default builds layers whose styler implements ILspCustomizableStyler.

ImprovementLuciadFusion

LCD-4544
Balloons created via ALcdBalloonManager can be closed by pressing ESC key.

ImprovementLuciadFusion

LCD-6344
The following classes and interfaces have been added, facilitating the use of weak listeners. Consult the javadoc of those new classes and interfaces for more information:
  • Property changes: ILcdPropertyChangeSource and ALcdWeakPropertyChangeListener
  • Model changes: ALcdWeakModelListener
  • Change events: ALcdWeakChangeListener
  • Selection changes: ALcdWeakSelectionListener
  • Layered changes: ALcdWeakLayeredListener
  • Status changes: ALcdWeakStatusListener

ImprovementLuciadFusion

LCD-5489
It is now possible to specify a rotation when using TLspLabelLocationProvider.

ImprovementLuciadFusion

LCD-6207
It is now possible to specify a different x and y offset when using TLspLabelLocationProvider.

ImprovementLuciadFusion

LCD-347, LCD-376, LCD-329, LCD-392, LMAP-5850
MGRS grids can now be displayed in a GXY view with the new TLcdMGRSGridLayer. This is demonstrated in the gxy.grid sample.

Bug fixLuciadFusion

LF-763
Fusing using "image/tiff" as tile format caused a memory leak in native memory, due to a native memory leak in jai. The jai third party library has been fixed, which resolves this memory leak.

Bug fixLuciadFusion

LCD-6784
TLcdGXYAsynchronousLayerWrapper: resolved an issue where the view would not be repainted. This could happen when using a tiled WMS painter.

Bug fixLuciadFusion

LCD-6761
When TouchDarkNimbusLookAndFeel and Java 8 were used, the selection in combo boxes and lists was sometimes indistinguishable. This is a bug in Java, but a workaround was applied. This appears most notably in the Lucy map-centric front-end.

Bug fixLuciadFusion

LCD-6640
The WCS server now respects caching headers also for XML requests.

Bug fixLuciadFusion

LCD-6615
The WCS server now always selects the appropriate level of detail of the source data, even when the response CRS differs from the model reference and when no area of interest is defined.

Bug fixLuciadFusion

LCD-6184
TLsp3DMeshPainter does not do incorrect culling anymore.

Bug fixLuciadFusion

LF-755
Fixed a bug when creating assets from tree models, which affected some GRIB2 models.

Bug fixLuciadFusion

LCD-6706
When a ELspCreationMode is set to FREEHAND_AND_CLICK, if there is only a single press-drag-release event chain, the creation is terminated like FREEHAND_SINGLE_SWIPE.

Bug fixLuciadFusion

LCD-1674
Fixed a bug in the rendering of coplanar textures used by some OpenFlight files.

Bug fixLuciadFusion

HTTP authentication errors (status code 401) thrown by an ILcdRemoteOWSModelDecoder implementation (e.g., to decode a remote WFS in an SLD user layer) are now correctly passed to the WMS request sender.

Bug fixLuciadFusion

LCD-6487
ALcdObjectSelectionAction now listens for changes on its object filter.

Bug fixLuciadFusion

LCD-6466
TLcdGXYPointListPainter: in some case, artifacts could appear when selecting polylines or polygons.

Bug fixLuciadFusion

LCD-4021
TLcdTransverseMercator.world2lonlatOnEllipsoidSFCT could transform points outside the valid bounds to some point inside the valid bounds. It now throws a TLcdOutOfBoundsException as expected.

Upgrade considerationLuciadFusion

LCD-6631
The optional RaveGeo component (com.luciad.format.ravegeo) has been removed from the standard product distribution. This data connector was not used anymore. If you have any questions, please contact support@luciad.com.

Upgrade considerationLuciadFusion

LCD-6807
KML now uses apache commons compress to handle compressed KMZ content to improve compatibility with some files. This change adds a new dependency on the commons-compress.jar file, which needs to be included in your classpath when using the KML module.

Upgrade considerationLuciadFusion

LF-767
Added a keep-alive mechanism to replication and import/export protocols. Keep-alives kick in after 15s of no connection activity, with an interval of 15s. This prevents the client from timing out in case the operation takes a long time to respond. Old clients will throw upon these keep-alives, so you should upgrade all clients before upgrading your servers. When import/export and replication remain within the keep-alive interval, no keep-alives are used and the protocol remains backwards compatible, but there is no way to guarantee this up front. Affected operations:
  • Import/export
  • Replication
Use cases that benefit from the new keep-alive mechanism:
  • Replication of large coverages with an AOI, where a lot of tiles are skipped, resulting in long periods of connection inactivity.
  • Scheduling of multiple import/export jobs, where jobs need to wait for others to finish.

Upgrade considerationLuciadFusion

Updated the version of the jai_imageio library. The new version includes fixes a native memory leak when encoding tiffs using the deflate algorithm.

Upgrade considerationLuciadFusion

ILcdOpenFlightNode now extends from ILcd3DMeshNode. Any custom implementations of this interface will have to implement this interface.

Upgrade considerationLuciadFusion

The TLspMesh3DIcon#paint() method has been made final. In case you have overwritten this method, you will get a compile error. The behavior of this method has changed, so that any GL calls made before this method will have no effect on the mesh rendering (e.g. by using a wrapper method).

Upgrade considerationLuciadFusion

LCD-6614
When using SVG based point symbolizers, the width and height of the created SVG icon is now set by width and height of the source SVG file.

Upgrade considerationLuciadFusion

The LuciadFusion API was simplified to allow no more than a single coverage per model. It is no longer possible to decode multiple coverages per model. You may need to adjust your custom code:
  • Callers of TLfnTileStoreModelDecoder.decode need to be adjusted to match the method signature. Use a single String instead of aString[].
  • Callers of ALfnTileStoreModel.setCoverageIds need to be adjusted to use setCoverageId instead.
  • Callers of TLfnTileStoreModelDescriptor.getCoverageMetadatas or TLfnTileStoreDataSource.getCoverageMetadatas need to be adjusted to use getCoverageMetadata instead.
  • Custom extensions of any of the aforementioned classes need to be adjusted to match the new method signatures. Implementations should be adjusted to work with a single coverage ID instead of multiple ones.
There are almost no practical use cases for allowing multiple coverages per model. In case you need it, you can still do it manually:
  • Decode all the relevant coverages into their own models.
  • Get theILcdEarthTileSetCoverages from theILcdEarthTileSets of the separate models, and combine them into a newILcdEarthTileSet. Beware that you can only do this if their coverage structures match.
  • Put the combined ILcdEarthTileSet into a newILcdModel.

Upgrade considerationLuciadFusion

TLcdUTMUtil and TLcdUPSUtil now add leading zeros by default. These used to be stripped. Example: 17T 630084 4833438 is now 17T 0630084 4833438 (See the extra leading 0 after the first space). Default behavior was selected by setting numberOfDigits to -1. This is now equivalent to setting the numberOfDigits to 7. There is no way to restore the old behavior. Note that TLcdMGRSFormat is only affected if FormatType.UTM_UPS was chosen and numberOfDigits was set to -1 as the default behavior is 7 in this case.

Upgrade considerationLuciadFusion

LCD-6524
ILspImageProjectionLayer now allows projecting point from the world onto the image. To support this it now has a new unProjectPoint method which performs the inverse operation from the existing projectPoint method.

Upgrade considerationLuciadFusion

LCD-6404
LuciadLightspeed no longer needs/includes the Acme library. If you need its functionality, you can download the library yourself, or use the JDK's ImageIO API instead.

2015.0

2015.0.12

ImprovementLuciadFusion

LCD-6751
TLspIconStyle now allows to define a minimum icon size in pixels for world sized icons.

Bug fixLuciadFusion

LCD-6833
TLspFusionVectorLayerBuilder: a filter set on the layer using the filter() method would not be respected in all cases. This resulted in too many elements being painted.

Bug fixLuciadFusion

LCD-6832
Grid references using a mercator projection with custom latitude limits could not be formatted by TLcdEPSGReferenceFormatter.

Bug fixLuciadFusion

LCD-5579, LCD-3952
Fixed incorrect scaling of non-square world sized icons when using the TLspIconStyle.

Bug fixLuciadFusion

LCD-6777
Fixed floating labels bug for draped lines (paths in MS2525b and NVG) on a terrain.

Bug fixLuciadFusion

LCD-6814
Fixed issue with the undo behavior of pointlists after their creation.

Bug fixLuciadFusion

LCD-5865
The ECDIS-specific WMS sample now allows filtering on object classes.

2015.0.11

ImprovementLuciadFusion

LCD-6794
Support was added for EPSG:3414 and EPSG:4757.

ImprovementLuciadFusion

LCD-6531
Reduced the amount of temporary files created when decoding KMZ files.

ImprovementLuciadFusion

LCD-3595
The tiled WMS functionality in Lightspeed and GXY views can now effectively use multiple threads to request data from the server, resulting in a significant performance increase. Previously there was at most one request to the server at a time.

Bug fixLuciadFusion

LCD-6802
In case of an ALcdWMSProxy with only a configured SLD or SLD URL, it could happen that no matching map reference was found between the client and the server.

Bug fixLuciadFusion

LCD-6786
A thread safety problem was fixed for TLcdGXYViewMeasureProvider. This problem could be triggered by adding/removing a layer or by changing its visibility.

Bug fixLuciadFusion

LCD-6790
The server now returns valid capabilities instead of throwing a NullPointerException when no output formats are defined.

Bug fixLuciadFusion

LCD-6672, LCD-6785
TLspPointToPointSnapper: Fixed an issue where sometimes shapes would snap to themselves for every single point on the map.

Bug fixLuciadFusion

LCD-6776
The server now always deletes temporary _lmap_*.tmp files as soon as they become obsolete, to prevent cluttering the tmp directory.

Bug fixLuciadFusion

LCD-6758
Fix title of samples.lightspeed.customization.selection sample.

Bug fixLuciadFusion

LCD-6499
Corrected Javadoc for TLspViewNavigationUtil.setFitMargin.

2015.0.10

ImprovementLuciadFusion

LCD-6764
The GML decoders now support decoding bounded GML features into ILcdBounded objects whose bounds are not editable.

ImprovementLuciadFusion

LCD-4706
The Lightspeed WMS client sample class used to perform GetFeatureInfo requests, WMSGetFeatureInfoController, now allows to configure the amount of features to be retrieved. By default, 10 features are requested, aligned with the GXY WMS client sample.

Bug fixLuciadFusion

LCD-6756
In case of an unknown CRS, the server will indicate unknown CRS instead of null in WCS DescribeCoverage response.

Bug fixLuciadFusion

LCD-6773
The builder method addInlineExternalGraphic in TLcdSLDGraphic did not produce a valid external graphic object; the inline content was missing.

Bug fixLuciadFusion

LCD-6762
The WMS client sample class WMSLayerList showed an inverted list of available WMS layers in the UI.

Bug fixLuciadFusion

LCD-6760
TLcdEllipsoidUtil#calculateCircleTangentLine() didn't use the given tolerance value. This could often lead to no solution being found.

Bug fixLuciadFusion

LCD-6719
The provides created by TLcdImageModelHeightProviderFactory and TLcdImageModelMeasureProviderFactory did not fall back to less detailed data if data was missing. As a result you could get a NaN value even though there is data when using a model with an ALcdMultilevelImageMosaic (for example DMED).

Bug fixLuciadFusion

LCD-6674
Fixed drawing related problems when using a TLcdEquidistantCylindrical with a non-zero standard parallel.

2015.0.09

Bug fixLuciadFusion

LCD-6722
Fixed a bug in the parsing of WMS requests with an SLD body.

Bug fixLuciadFusion

LCD-6713
TLcdLonLatHeightPolyline#getTangent2D could return an incorrect angle when called with parameter 0.0 or 1.0

Bug fixLuciadFusion

LCD-6694
The WMS client has improved support to detect a faulty WMS service URL (e.g., a link to an HTML website), resulting in a faster response from the API to inform the user.

Bug fixLuciadFusion

LCD-6673
Fixed a WCS regression that caused the malfunction of a previously implemented improvement to rescale raster responses from server's that do not respect the requested resolution.

Bug fixLuciadFusion

LCD-6667
The RectifiedGrid limits and offsetVector values in a DescribeCoverage response sometimes had unexpected signs in case of very high resolutions.

Upgrade considerationLuciadFusion

LCD-6716
Updated the version of the jai_imageio library, to be able to fix a bug inf the TIFF encoder.

2015.0.08

ImprovementLuciadFusion

LCD-6630
ILcdModelHeightProviderFactory implementations did not choose the correct level of detail when the data was only partially visible in the height provider's reference.

Bug fixLuciadFusion

LCD-6662
Fixed an issue in decoding DATE and DATETIME columns in a GeoPackage.

Bug fixLuciadFusion

LCD-6534
The validation of an OGC filter has been made less strict so that property names with "" as default namespace match any namespace.

Bug fixLuciadFusion

LCD-6650
Fixed a bug that could cause an exception when the GL_ARB_vertex_buffer_object OpenGL extension was disabled.

Bug fixLuciadFusion

LCD-6648
TLcdEarthGXYViewTileSet did not handle tiles that cross the 180 degree meridian correctly. As a result processing such data with LuciadFusion would give incorrect images for these tiles.

Bug fixLuciadFusion

LF-738
Fixed a bug in the progress computation of WMTS fusion.

Bug fixLuciadFusion

LCD-6628
Transforming bounds between geodetic and grid references is more precise when using small bounds that wrap-around the date line, or lie partially outside the projection.

2015.0.07

Bug fixLuciadFusion

LCD-6595
TLsp2DPointListEditor: Fixed issue where creating a pointlist using ELspCreationMode.FREEHAND_SINGLE_SWIPE would remove a point when pressing the right mouse button.

2015.0.06

ImprovementLuciadFusion

LCD-6516
It is now possible to specify the offset (in pixels) from the grid line or view edge for MGRS labels (TLspMGRSGridLayerBuilder), see TLspMGRSGridStyle#labelGridOffset() and TLspMGRSGridStyle#labelEdgeOffset().

ImprovementLuciadFusion

LCD-6520
It is now possible to use a horizontal label orientation for MGRS labels (TLspMGRSGridLayerBuilder), see TLspMGRSGridStyle#labelOrientation().

ImprovementLuciadFusion

LCD-6098, LCD-3463
The license checking mechanism now supports IP- and MAC addresses of network interfaces whose name does not start with 'eth'.

ImprovementLuciadFusion

LF-732
The WFS service in the LuciadFusion Data Server now uses the coverage id as feature type name in case of a VECTOR coverage with only one data type. Previously, the feature type name was always a combination of the coverage id and the data type name, since multiple data types can occur within one coverage.

ImprovementLuciadFusion

LF-730
The Data Server sample front-end now automatically detects the servlet location (protocol, host name and port), so that this information no longer needs to be hard-coded in the JSON service description files.

ImprovementLuciadFusion

LCD-6544
The XML capabilities decoder has been made less strict with respect to the LegendURL XML element position. By definition, this element is positioned within a WMS layer style element; however, some servers position it within a WMS layer element.

ImprovementLuciadFusion

LCD-6553
The XML capabilities decoder has been made less strict with respect to custom extensions found in the WMS capabilities.

ImprovementLuciadFusion

LCD-6555
Added support to automatically handle server redirects in case the new URL uses a different protocol (e.g., HTTP to HTTPS). Automated redirects within the same protocol were already supported.

Bug fixLuciadFusion

LCD-6623
TLcdGXYImagePainter could update indefinitely for ALcdImageMosaic objects that do not implement ILcdEarthTileSet.

Bug fixLuciadFusion

LF-740
Some bugs were fixed when copying coverages using TLfnTileStoreUtil.copyCoverage and copyCoverageTileData. A more user-friendly method copyCoverage(ALfnCoverage aSource, ALfnTileStore aTarget, String aNewId, ILfnProgressCallback aCallback) was introduced to replace the deprecatedcopyCoverageTileData.

Bug fixLuciadFusion

LCD-6614
TLcdSVGIcon icon width and height are set from defined width and height XML properties instead of the XML element which defines the shape.

Bug fixLuciadFusion

The offset (defined in pixels) passed to the TLspLonLatGridStyler#setPosition() wasn't always interpreted correctly. For example, when specifying an offset of 4 pixels, the offset was interpreted as 8 pixels instead. To keep the default behavior of the lon lat grid labels the same, the default offset was modified.

Bug fixLuciadFusion

LCD-6607
TLspMGRSLayerBuilder: part of the overlay label was clipped away when using some fonts/font sizes.

Bug fixLuciadFusion

LCD-6503
The LRU cache used by the sample WMS server model provider class, DynamicModelProvider, could cause a NullPointerException in case of cached raster models.

Bug fixLuciadFusion

LF-733
Fixed a bug which could provoke a license error when an S-63 license is absent while the lcd_ecdis_s63.jar is present (for example in the WAR file).

Bug fixLuciadFusion

LCD-6591
Added support for SLD or SLD URL configurations on ALcdWMSProxy that solely consist of user-defined layers.

Bug fixLuciadFusion

LCD-6588
ALcdBalloonManager: when selecting a balloon without arrow, the arrow of the previously selected balloon could still be visible.

Bug fixLuciadFusion

TLcdUTMUtil: using -1 as numberOfDigits could result in invalid UTM Strings. Also, trying to parse UTM strings with a negative coordinate now throws an exception as expected.

Bug fixLuciadFusion

LCD-6585
TLcdEPSGReferenceFormatter now throws IllegalArgumentException rather than ClassCastException, when formatting an unknown reference, as stated in the javadoc.

Bug fixLuciadFusion

LCD-6582
Raster layers with type BACKGROUND and ALcdImage domain objects containing elevation data were not rendered correctly.

Bug fixLuciadFusion

LCD-5918
In GXY views, SVG icons which are linked as external graphics from an SLD stylesheet, and which have a width or height specified in a unit of measure that corresponds to a real-world distance such as mm, cm, or in, are now drawn so that those dimensions correspond to actual distances on the map. A practical result is that the icon's size on the screen will change as the scale of the map changes.

Bug fixLuciadFusion

LCD-6577
ALcdBasicImage getPixelSizeX/getPixelSizeY returned an inaccurate value for point-sampled images.

2015.0.05

ImprovementLuciadFusion

The OGC web service front-end now automatically detects the servlet location (protocol, host name and port), so that this information no longer needs to be hard-coded in the JSON service description files.

Bug fixLuciadFusion

LCD-6565
A Spatialite, GeoPackage or LVDB model skipped applyOnInteract2DBounds if the given bounds' width OR height were zero. This could cause missing elements that had zero width or height but still were in the same location. Now, it does a spatial query even when width and height are zero.

2015.0.04

ImprovementLuciadFusion

LCD-4728
TLspSelectController now supports rectangle selection in 3D.

ImprovementLuciadFusion

LCD-6539
TLcdImageBuilder now supports changing the metadata (for example bounds or reference) of an ALcdBasicImage.

ImprovementLuciadFusion

LCD-6315
ALcdScaleIndicator: it is now possible to change the height, width and colors of the scale indicator bar.

Bug fixLuciadFusion

LCD-6561
TLcdDatabaseModel.applyOnInteract2DBounds now stops when the function returns false.

Bug fixLuciadFusion

LCD-6557
Fixed combined gestures in TLspTouchNavigateController.

Bug fixLuciadFusion

LCD-6551
Improved the support for the SynthLookAndFeel.

Bug fixLuciadFusion

LCD-6323
Allow styling of editing handles in TLspRulerController. This is now possible by passing stylers to TLspRulerController.setHandleStyler and TLspRulerController.setFocusHandleStyler.

Bug fixLuciadFusion

LCD-6547
TLcdGeoTIFFModelDecoder: fixed unintended integer division rounding down to 0.

Bug fixLuciadFusion

LCD-6541
Raster layer did not refresh missing tiles in an ALcdImageMosaic when the geometry is a mosaic and there is a style or model changes that changes the geometry. As a result some tiles could be missing in the view in this case.

2015.0.03

ImprovementLuciadFusion

LCD-6502
Image projection layers now support TLspPaintedObjectsTouchQuery.

ImprovementLuciadFusion

LF-728
It is now possible to disable auto-detection of a Tile Store's .ctr file version by setting system property "-Dcom.luciad.fusion.tilestore.autoDetectCtrVersion=false". You should only consider this if you're sure your Tile Store was created with LuciadFusion version 2012.0 or newer. In case of 1000s of coverages, disabling this check may significantly reduce a server's startup time.

ImprovementLuciadFusion

LF-728
It is now possible to disable auto-detection of a TLfnFileSystemTileStore's .ctr file version by setting system property "-Dcom.luciad.fusion.tilestore.autoDetectCtrVersion=false". You should only consider this if you're sure your Tile Store was created with LuciadFusion version 2012.0 or newer. In case of 1000s of coverages, disabling this check may significantly reduce startup time.

ImprovementLuciadFusion

LCD-6489
TLspPointToPointSnapper now supports having certain types of objects snap to themselves. This allows you to (for instance) create a closed polyline during creation.

Bug fixLuciadFusion

LCD-6533
When using TLspOnPathLabelingAlgorithm in 3D for lines with height, the label orientation was unstable.

Bug fixLuciadFusion

Fixed a bug in icon painting where icons could stop rendering correctly if their corresponding texture was evicted from the view's GL resource cache.

Bug fixLuciadFusion

LF-727
Fixed a bug when using SLD styling to render a vector coverage as WMS layer that could cause an exception saying "The property ... is not a property of type ...".

Bug fixLuciadFusion

LCD-6493
Using TLspLonLatGridLayerBuilder or TLspMGRSGridLayerBuilder in combination with a TLcdGeodetic reference didn't work as expected.

Bug fixLuciadFusion

LCD-6492
Fixed a deadlock that could sometimes occur while creating shapes with TLspCreateController.

Bug fixLuciadFusion

LCD-6479
When using the default labeling algorithm for closed shapes (like polygons), labels could start fading in and out continuously.

Bug fixLuciadFusion

LCD-4286
TLcdEPSGReferenceFormatter could return SR-ORG codes instead of the expected EPSG code.

Bug fixLuciadFusion

LCD-6485
TLcdVVJPanel: cursor change events only contained the left point, not the right point.

Bug fixLuciadFusion

LCD-6526
Fixed an error when using a large lookup table (for example in TLcdColorConvertOp) with the OpenCL implementation of ALcdImagingEngine.

2015.0.02

ImprovementLuciadFusion

LCD-2830
TLspCreateController, TLspTouchAndHoldActionController and TLspKeyActionController now check whether their delegation actions are enabled (ILcdAction.isEnabled) before invoking their actionPerformed() method.

Bug fixLuciadFusion

LCD-6482
Plot layers did not clean up all their model listeners. As a result some of the layer's memory could not be released as long as you reference the plot model.

Bug fixLuciadFusion

LCD-6403
Ruler controller no longer keeps measurements selected when creating a new one. This avoids confusion when styling measurements.

2015.0.01

ImprovementLuciadFusion

LMAP-4763, LCD-816
Fixed problem for KML files that contain NaN or infinity. These files can now be decoded with fallback coordinates.

ImprovementLuciadFusion

LCD-6404
The acme-1.0.jar library dependency in the WMS server has been removed. It was used in the past by TLcdGXYViewGIFEncoder and TLcdGXYViewSWFEncoder to support GIF map generation in the WMS when a Java version older than 1.6 was used; however, Java 1.7 is the minimum required version in v2015.

ImprovementLuciadFusion

LCD-2644
The default snapper in the edit and create controllers now also snaps to the centerpoint of an arcband.

ImprovementLuciadFusion

LCD-6240
Improved parsing of incorrectly formatted dates.

ImprovementLuciadFusion

A new utility method findWMSNamedLayer has been added to ALcdWMSProxy, which allows to find a WMS layer in the WMS capabilities by name.

ImprovementLuciadFusion

LCD-6355
TLcdOpenAction had a threading issue where dialogs could be shown in the worker thread, rather than the event dispatch thread.

Bug fixLuciadFusion

LCD-6473
Fixed possible exception when setting a ColorModel that is not an IndexColorModel on a TLspRasterStyle.

Bug fixLuciadFusion

LCD-6470
Parsing SR-ORG codes using TLcdEPSGReferenceParser didn't work anymore.

Bug fixLuciadFusion

LCD-6468
TLcdGeoJsonModelDecoder#decode threw IllegalArgumentException instead of IOException when an exception occurred during decoding.

Bug fixLuciadFusion

LCD-5958
Painting labels in view-space (i.e. using a null model reference) now works as expected.

Bug fixLuciadFusion

LCD-6402
The WMS painters were not capable of coping with a set of requested WMS layers that did not share a common reference.

Bug fixLuciadFusion

LCD-6347
Fixed a NullPointerException which could happen when a custom ILcdModelEncoder implementation created and subsequently closed more than one OutputStream using a single given ILcdOutputStreamFactory.

Bug fixLuciadFusion

LCD-6234
Fixed issue with secure "https://" URL's linking to archived KMZ files. These are now correctly parsed as an archived file instead of a KML file.

Bug fixLuciadFusion

LCD-6239
Fixed an issue that would cause certain calls to handle styling to give the geometry of the handle as the object parameter for styling, instead of the handle itself.

2015.0

ImprovementLuciadFusion

LCD-4326
Some editors can change their creation behavior to use free-hand drawing. The affected editors are:
  • TLsp2DPointListEditor
  • TLspShapeEditor
  • TLspSurfaceEditor
  • TLspCompositeCurveEditor
  • TLspGeoBufferEditor

ImprovementLuciadFusion

LCD-6311
The SQLite additional component no longer depends the public domain ForkJoin jsr166y-20130109.jar, since the ForkJoin framework is now part of Java since 1.7.

ImprovementLuciadFusion

An abstract wrapper class ALfnTileStoreWrapper was added to the API to facilitate the development of custom ALfnTileStore implementations that wrap another instance.

ImprovementLuciadFusion

To allow user data on any resource, the hierarchy of resource classes was now completed to mimic that of their metadata:
  • ALfnResource (new)
  • ALfnTheme (new)
  • ALfnAsset
  • ALfnCoverage
The user data API is primarily intended for internal use by replication.

The asynchronous APIs of the resources has been further developed to replace ILfnFailureHandler and its extensions with the more user-friendlyILfnCallback. In this respect, a new extension ILfnProgressCallback was added for long-running asynchronous tasks that report intermediate progress.

ImprovementLuciadFusion

TLcdEarthArrowIcon now doesn't paint an icon anymore when the STRENGTH_2D Parametrization is used and both parameters are 0.

ImprovementLuciadFusion

On Windows systems with NVidia GPUs, Lightspeed now automatically disables the "threaded optimization" setting in the NVidia drivers. This setting, when enabled, has been known to cause severe performance problems for LuciadLightspeed. To prevent Lightspeed from modifying the driver settings, set the system property com.luciad.view.opengl.binding.retainNVIDIAThreadedOptimizationsSetting.

ImprovementLuciadFusion

The JSP-based front-end delivered with the Data Server sample has been replaced by a new JavaScript-based front-end that gives access to the various services and example requests. This also removes the JSP dependency from the sample.

ImprovementLuciadFusion

LCD-1097
The JSP-based front-end delivered with the OGC web services sample has been replaced by a new JavaScript-based front-end that gives access to the various services and example requests. This removes the JSP dependency from the sample.

ImprovementLuciadFusion

LCD-1097, LCD-1103
The JSP-based front-end delivered with the OGC web services sample has been replaced by a new JavaScript-based front-end that gives access to the various services and example requests. This removes the JSP dependency from the sample.

ImprovementLuciadFusion

TLcdGXYImageIconPainter was added. This painter makes it possible to paint ALcdImage objects as a regular icon grid, using ILcdParameterizedIcon.

ImprovementLuciadFusion

An implementation of ILcdParameterizedIcon that displays numeric values was added, TLcdNumericParameterizedIcon.

ImprovementLuciadFusion

LCD-6202
Raster layers now also support explicit ordering for the elements in a single layer. You can configure this using TLspRasterStyle's Z-order property.

ImprovementLuciadFusion

LCD-6176
To support transaction requests containing data defined in a custom data format, it is now possible to register one or more data models via the constructor of TLcdWFSTransactionRequestHandler. A typical use case is the set up of an OGC WFS-T, capable of receiving AIXM 5 data.

ImprovementLuciadFusion

LCD-6173
The performance of TLcdAlbersEqualAreaConic was improved. The lonlatheight2worldOnEllipsoidSFCT() and world2LonLatOnEllipsoid() methods are now 20% to 40% faster on average.

ImprovementLuciadFusion

TLcdAdvancedMapRulerController and TLcdMapTouchRulerController now enable anti-aliasing when painting the measurements.

ImprovementLuciadFusion

TLcdAdvancedMapRulerController and TLcdMapTouchRulerController can now paint a halo around measurement lines. See the setHaloEnabled, setHaloThickness and setHaloColor methods.

ImprovementLuciadFusion

LCD-5465
TLspRulerController now has a setDisplayAzimuth(boolean) method that can be used to easily paint an azimuth label for every segment of the measurement. The ruler controller also paints an arrow in the middle of every line segment when the azimuths are displayed.

ImprovementLuciadFusion

LCD-5465
TLcdAdvancedMapRulerController and TLcdMapTouchRulerController now paint an arrow in the middle of every measurement line segment when setDisplayAzimuth(true) is called.

ImprovementLuciadFusion

LCD-6090
The performance of the contains2D and contains3D methods for geodetic and rhumb polygons has been improved.

ImprovementLuciadFusion

LuciadFusion now supports replication of tile stores. Given a target tile store, replication lets you define a source tile store to replicate data from. The main entry point is the classTLfnReplication. Replication allows you to:
  • Select which coverages or updates to replicate before initiating the actual replication.
  • Define an area of interest to limit the coverage size on the replica (only for tiled raster coverages). Tiles are filtered such that only those overlapping with the area of interest are replicated.
Replication has some interesting properties:
  • It is symmetrical, meaning that there is nothing which inherently defines a tile store to be source or target. Any tile store can be used as source or target at any given moment.
  • It replicates all resources: coverages, assets and themes. Replication operates on both a resource's metadata and data, but the data is only replicated as part of a coverage. This means that, for asset sources in tile store, the asset sources are replicated only if the asset is part of a coverage.
  • Resources are globally identified across tile stores based on the resource ID, which must be globally unique. Updates are detected based on the global update sequence of a resource, which has the semantics of a 'last modified' timestamp.

ImprovementLuciadFusion

LCD-5977
All ILcdGXYView implementations now support setting a different scale along the X and Y axes. This allows changing the aspect ratio of a view.

ImprovementLuciadFusion

TLcdGeorefFormat was added. This format can be used to parse Georef strings as point and vice versa.

ImprovementLuciadFusion

TLspSurfaceEditor can now return a create handle for surfaces that consist of a single exterior ring.

ImprovementLuciadFusion

LCD-4231
Raster layers now process some additional data outside of the view. This reduces the popping effect while panning or zooming. As a result you may experience a somewhat lower performance. You can configure the size of the border with additional raster data on TLspRasterLayer or TLspRasterLayerBuilder. To revert to the old behavior, for example, add TLspRasterLayerBuilder.borderFactor(0.0) or TLspRasterLayer.setBorderFactor(0.0).

ImprovementLuciadFusion

LCD-5837
TLspSurfaceEditor now delegates to more specific editors when a surface consists of only one exterior ring. This is now the case for composite curves, pointlists, arcbands, ellipses and circles.

ImprovementLuciadFusion

LCD-6027
Layers that become visible when you are flickering with TLspFlickerController are now painted immediately, without temporal visual artifacts due to asynchronous tile retrieval, for example. Such artifacts could occur after panning or zooming the map and toggling the visible layer index with the flicker controller.

ImprovementLuciadFusion

LCD-6027
Layer queries now correctly consider swiped and flickered layers. This means that, for example, querying the value of a raster in the swiped area will not return any results anymore.

ImprovementLuciadFusion

LCD-6075
TLcdGXYSetControllerAction and TLspSetControllerAction now automatically update the ILcdAction#SELECTED_KEY value based on whether their respective controllers are active or not. This is automatically picked up by Swing components such as JToggleButton.

ImprovementLuciadFusion

Georef grids can now be displayed in a Lightspeed view with the new TLspGeorefGridLayerBuilder. This is demonstrated in the grid sample.

ImprovementLuciadFusion

Added support for non-tiled painting of WMS data in a Lightspeed view. To enable this feature you must use the TLspWMSLayerBuilder. You can find an example in samples.wms.client.lightspeed.WMSLayerFactory.

ImprovementLuciadFusion

LCD-5924
TLcdFileOutputStreamFactory now accepts local file system URI destinations, which start with file://.

ImprovementLuciadFusion

TLcdGXYShapePainter now has a roundness setting. This setting allows controlling the roundness factor used to render corners of polygons or polylines.

ImprovementLuciadFusion

LCD-384
The new class TLcdSVGIcon allows visualizing SVG icons.

ImprovementLuciadFusion

The fusion of tile set formats has been optimized: if all conditions are met, input tile data is copied raw into the target coverage, without any overhead or image rendering. The conditions are:
  • The coverage must be a raster coverage.
  • The asset must be of a tile set format. A tile set format is a format that creates models with an ILcdTileSet as element. By definition, the tiling structure thus must be power-of-two.
  • The coverage must have exactly one asset with one asset part. For example a single WMTS layer.
  • The coverage's tiling structure must match that of the asset.
  • The coverage's tile format must match the native format class of the tile set.
  • The native format class
By default, a coverage will be automatically configured to meet these conditions if possible. There are two default tile set formats:
  • WMTS
  • Geospatial PDF
You can of course define your own tile set format, in which case you must take the above conditions into account.

ImprovementLuciadFusion

LCD-4139
Raster layers with layer type interactive now support style target providers. You can find all details in the documentation of TLspRasterLayerBuilder and TLspRasterLayer.

ImprovementLuciadFusion

The new package com.luciad.multidimensional describes multidimensional data, such as weather measurements for different heights and/or dates. The data modeling, data manipulation and transformation to LuciadLightspeed shapes or images is format-specific.

ImprovementLuciadFusion

A new data type annotation, TLcdHasGeometryAnnotation, allows specifying that an object's geometry is contained in one or more of its properties. This annotation is mainly used to model ILcdDataObject domain objects that do not extend from ALcdImage, see ALcdImage#fromDomainObject(). All API classes that support ALcdImage domain objects, such as TLcdGXYImagePainter, TLspRasterLayerBuilder, and TLcdGeoTIFFModelEncoder, now support these annotated domain objects as well.

ImprovementLuciadFusion

LuciadFusion now supports point-sampled elevation data. The point-sampled nature of the source data is preserved by default. It is possible to mix point-sampled and area-sampled source data in a point- or area-sampled coverage, in which case the source data will be converted (interpolated) if necessary.

ImprovementLuciadFusion

The notion of a sampling mode was added to raster coverages and assets.

ImprovementLuciadFusion

LCD-5823
Improved visual rendering quality of draped layers in cases where the terrain has high elevation.

ImprovementLuciadFusion

ALcdImage objects can now indicate whether their pixel data is of a point-sampled or area-sampled nature, using the new ELcdImageSamplingMode enumeration. The raster format decoders set the sampling mode correctly. It is also taken into account by TLcdImageHeightProvider. The "Working with images" chapter in the developer's guide provides more information.

ImprovementLuciadFusion

It is now possible to set a TLcdColorMap on TLspRasterStyle.

ImprovementLuciadFusion

ILcdLayerMeasureProviderFactory was added. This factory allows creating measure provider instances based on a layer. The TLcdGXYImageLayerMeasureProviderFactory implementation was also added. It can handle GXY layers that contain models with ALcdImage elements.

ImprovementLuciadFusion

TLspImageLayerMeasureProviderFactory was added. This layer measure provider factory can handle ILspLayer instances that contain models with ALcdImage elements.

ImprovementLuciadFusion

TLspRasterWorldTouchInfo now also contains the raw raster data and the band semantics (if available).

ImprovementLuciadFusion

ALcdImagingEngine#getImageDataReadOnly(..) method was added. This method is potentially more efficient than ALcdImagingEngine#getImageData(..), especially if no processing is necessary to produce the data.

ImprovementLuciadFusion

LuciadFusion now supports fusion of WMTS server data, which can be fused into raster coverages (rasterization).

ImprovementLuciadFusion

TLcdImageModelMeasureProviderFactory was added. This model measure provider factory makes it possible to create an ALcdMeasureProvider for models containing elements of the ALcdImage type.

ImprovementLuciadFusion

TLspViewMeasureProvider now avoids calling ILcdModelMeasureProviderFactory when possible. This improves the performance when using slow ILcdModelMeasureProviderFactory implementations or measure providers that perform caching.

ImprovementLuciadFusion

LCD-5710
Assets now also have a size in bytes and a corresponding statistic. When an asset has sources in Tile Store, its size will be non-zero.

ImprovementLuciadFusion

LCD-4687
ALspStyleCollector#style() and ALspStyleCollector#styles() now throw an exception when a null style is passed. This avoids an obscure NullPointerException being thrown later on in an other part of the code.

Bug fixLuciadFusion

LF-524
Coverages starting with a digit or the string "xml" or "XML" are now correctly escaped for use with WFS.

Bug fixLuciadFusion

LCD-6318
TLcdGXYNewController2 does not create anything if the layer is not editable.

Bug fixLuciadFusion

LCD-6317
TLspCreateController doesn't create any thing if the layer is not editable.

Bug fixLuciadFusion

LCD-6053
Clarified interpretation of tileWidth/tileHeight on ILcdRaster and updated the CADRG model decoder accordingly. Previously the last row or column of some CADRG rasters could incorrectly contain padding data.

Bug fixLuciadFusion

LCD-4125
The WCS proxy object TLcdWCSProxy no longer silenty discards exceptions in case no exception handler is configured.

Bug fixLuciadFusion

TLcdGXYSurfacePainter: previously, when TLcdGXYRoundedPointListPainter was used as a painter for external or internal polygonal surfaces, the first corner was not rounded.

Bug fixLuciadFusion

LCD-4703
Raster layers with layer type interactive now support model and style target changes without flickering in most cases. You can find all details in the documentation of TLspRasterLayerBuilder and TLspRasterLayer.

Bug fixLuciadFusion

LCD-5280
Clarified TLcdLonLatBuffer and TLcdLonLatHeightBuffer width and height properties:
  • Width is measured from axis to buffer edge, so the buffer has a total width of 2 * the buffer's width property.
  • Height is measured from the buffer's bottom to top, so the buffer's height property is the sum of the height from the axis to the top and the height from the axis to the bottom.

Bug fixLuciadFusion

LCD-5749
TLcdGXYViewFitAction#fitGXYLayer did not take the isFitToChildren property into account.

Bug fixLuciadFusion

LCD-4984
Calling TLspLabelBoxStyle.Builder#fillColor() or TLspLabelBoxStyle.Builder#frameColor() now enables fill or frames as expected.

Upgrade considerationLuciadFusion

ALfnTileStore now has a putTileStoreMetadata method which must be implemented by all of its extensions. The new method is called by the LuciadFusion framework in the context of replication. Wrapper or composite extensions may delegate this method.

Upgrade considerationLuciadFusion

LCD-5731
It is now possible to specify a content type for the response to a WFS DescribeFeatureType request by implementing the new method getContentType on the interfaceILcdWFSModelSchemaEncoder. In case you have a custom implementation of this interface, you must implement this new method. Typical implementations will return a constant MIME type, for example"text/xml".

Upgrade considerationLuciadFusion

Because of the OGC web service front-end improvement (LCD-1097), there is a change in 3rd party library dependencies for the OGC web service sample. Because this new front-end is now built using JavaScript instead of JSP, the following JSP-related libraries have been removed:
  • jspapi-2.2.jar
  • javax.servlet.jsp.jstl-1.2.1.jar
  • javax.servlet.jsp-2.2.2.jar
  • jdt-core-3.7.1.jar
  • el-api-2.2.jar
  • jstl-api-1.2.jar
Instead, a JavaScript library dependency has been added to support the front-end, namely AngularJS 1.3.10. More specifically, the following AngularJS modules have been added to build/ogc/resources/js:
  • angular
  • angular-route
  • angular-sanitize
Users that relied on the front-end need to update their build process to take the 3rd party library change into account.

Upgrade considerationLuciadFusion

Because of the Data Server sample front-end improvement, there is a change in 3rd party library dependencies for the Data Server sample. Because this new front-end is now built using JavaScript instead of JSP, the following JSP-related libraries have been removed:
  • jspapi-2.2
  • javax.servlet.jsp.jstl-1.2.1.jar
  • javax.servlet.jsp-2.2.2.jar
  • jdt-core-3.7.1.jar
  • el-api-2.2.jar
  • jstl-api-1.2.jar
Instead, a JavaScript library dependency has been added to support the front-end, namely AngularJS 1.3.10. More specifically, the following AngularJS modules have been added to build/fusion/resources/js:
  • angular
  • angular-route
  • angular-sanitize
Users that relied on the front-end need to update their build process to take the 3rd party library change into account.

Upgrade considerationLuciadFusion

LCD-6172
It is now possible to separately define output formats for GetFeature and DescribeFeatureType requests. To this end, the new methods ILcdWFSClientModelEncoderFactory.getSupportedSchemaOutputFormatCount and ILcdWFSClientModelEncoderFactory.getSupportedSchemaOutputFormat have been added, which define the supported output formats for the DescribeFeatureType request. The existing methods ILcdWFSClientModelEncoderFactory.getSupportedOutputFormatCount and ILcdWFSClientModelEncoderFactory.getSupportedOutputFormat now only define the supported output formats for the GetFeature request. Existing, custom implementations of ILcdWFSClientModelEncoderFactory can delegate to the default implementation available in TLcdWFSClientModelEncoderFactory.

Upgrade considerationLuciadFusion

LCD-5174
It is now possible to define supported output formats per feature type. To this end, a new method ILcdWFSFeatureType.getSupportedOutputFormats has been added, which returns the supported output formats as an object of type TLcdWFSOutputFormatList. The default implementation, TLcdWFSFeatureType, has been updated accordingly and has also received a setter for this new property. Existing, custom implementations of ILcdWFSFeatureType can implement the new method by returning null, indicating that the global list of output formats needs to be used; this corresponds to the past behavior.

Upgrade considerationLuciadFusion

The ILcdEarthParameterizedIcon interface was removed, and replaced by ILcdParameterizedIcon. On top of the already existing methods, this new interface also adds an anchorPointSFCT(double[], Point) method. All classes in LuciadLightspeed that previously implemented ILcdEarthParameterizedIcon now implement ILcdParameterizedIcon. This change may cause compile errors in the following cases:
  • Direct use of the ILcdEarthParameterizedIcon interface. Can be fixed by using ILcdParameterizedIcon instead.
  • Implementations of ILcdEarthParameterizedIcon that don't extend from ALcdEarthParameterizedIcon will need to implement the anchorPointSFCT method. Wrappers can just delegate to the delegate anchorPointSFCT method. Other classes can use a default implementation, see javadoc of anchorPointSFCT.

Upgrade considerationLuciadFusion

The signature of the user data operations on ALfnCoverage has changed: the result of the operation now uses a WriteResult or ReadResult rather than a Boolean to indicate its outcome. Method signatures need to be updated where necessary:
  • putUserData: the semantics of true and false have been replaced with Result.Code.PUT and CREATED respectively.
  • getUserData: the semantics of true and false have been replaced with Result.Code.FOUND and NOT_FOUND respectively.
  • deleteUserData: the semantics of true and false have been replaced with Result.Code.DELETED and NOT_FOUND respectively.

Upgrade considerationLuciadFusion

TLcdImageFactory was replaced by TLcdImageBuilder, TLcdImageMosaicBuilder, TLcdRasterImageBuilder and TLcdEarthImageBuilder. The factory methods on ALcdBandColorSemantics and ALcdBandMeasurementSemantics were also replaced by TLcdBandColorSemanticsBuilder and TLcdBandMeasurementSemanticsBuilder.

Upgrade considerationLuciadFusion

LCD-4786
The XML framework API in the com.luciad.format.xml and com.format.xml.schema packages has been deprecated in favor of the equivalent API offered by the XML binding framework (see com.luciad.format.xml.bind and com.format.xml.schema.bind).

Upgrade considerationLuciadFusion

The TLspRasterWorldTouchInfo#setColorValue(int, ColorModel) method was removed. The setRasterData(Raster) method should be used instead.

Upgrade considerationLuciadFusion

LCD-3909
It is now possible to define the content type (MIME type) of a custom outputFormat. To this end, the return type of method ILcdWFSClientModelEncoderFactory.createModelEncoder has changed from ILcdModelEncoder to a new type ILcdWFSModelEncoder. You need to update your implementations accordingly:
  • If the ILcdModelEncoder you used to return is an instance of a class under your control, just implement the new method getContentType.
  • If the ILcdModelEncoder you used to return is an instance of a class not under your control, you can wrap it using TLcdWFSModelEncoder and give it a content type. Using null as content type is allowed but not recommended: it means that the GetFeature response will not have a content type, which can result in ill-defined behavior on the client.

Upgrade considerationLuciadFusion

LCD-6103
To enable WMS request parameter access in the layer creation, the signature of the method ILcdWMSGXYLayerFactory#createGXYLayer(ILcdModel, ALcdWMSLayer, String) has been changed into #createGXYLayer(ILcdModel, ALcdWMSLayer, String, TLcdWMSRequestContext). TLcdWMSRequestContext gives access to the original request and a number of additional request-related parameters.

The change will impact WMS implementations that use an implementation of ILcdWMSGXYLayerFactory that does not extend from ALcdSLDWMSGXYLayerFactory. Affected implementations can simply update the signature of the createGXYLayer method and ignore the new parameter.

Upgrade considerationLuciadFusion

TLcdCADRGRaster no longer extends TLcdRaster. Instead it extends ALcdImageMosaic. To maintain existing functionality TLcdCADRGRaster now implements ILcdRaster.

Upgrade considerationLuciadFusion

ALcdGXYSmartController's default pan and zoom keyboard shortcuts have been simplified to the arrow keys and +/-, to prevent interference with application-specific keyboard shortcuts.

Upgrade considerationLuciadFusion

The minimum Java version to run LuciadLightspeed is now Java 7.

Upgrade considerationLuciadFusion

LCD-5281

Fixed an issue in TLcdLonLatHeightBuffer.contains3D(): it checked if points were within [0, +height] measured from the axis line, instead of the interval [-height/2, +height/2] around the axis line.

In addition, TLcdLonLatHeightBuffer's bounds used this interpretation, which caused the bounds to be shifted up incorrectly by height/2.

If you use TLcdLonLatHeightBuffer.contains3D or its bounds, please verify that your application can handle this change.

Upgrade considerationLuciadFusion

The jar file containing the LuciadFusion Server is now called lcd_fusion_server.jar. That makes the name consistent with the jar files from other Luciad products.

Upgrade considerationLuciadFusion

The jar file containing the LuciadFusion Engine is now called lcd_fusion_engine.jar. That makes the name consistent with the jar files from other Luciad products.

Upgrade considerationLuciadFusion

LCD-3516
The XSOM, Jaxen, and JDOM libraries have been updated to versions 20110809, 1.1.6, and 1.1.3, respectively.

2014.1

2014.1.09

Bug fixLuciadFusion

LCD-6263
It was previously not possible to only configure an SLD or SLD URL on ALcdWMSProxy to define the desired WMS layers; an explicit list of styled named layers was always required.

Bug fixLuciadFusion

LCD-6343
TLcdGeoTIFFModelDecoder no longer fails when the image contains Exif metadata.

Bug fixLuciadFusion

LCD-5697
TLcdRasterModelDecoder's canDecode method now correctly indicates that directories named 'rst' cannot be decoded.

Bug fixLuciadFusion

LCD-5532
TLcdGeoTIFFModelEncoder now truncates the output file when overwriting an existing file.

Bug fixLuciadFusion

LCD-5503
TLcdDTEDDirectoryModelDecoder can now also decode directories that are not named 'dted'.

2014.1.08

ImprovementLuciadFusion

LCD-6319
ALcdBalloonManager no longer replaces the balloon content if the content stays the same.

ImprovementLuciadFusion

LCD-6198, LCD-6200
Clarified the requirements for input/output stream factories of the GeoTIFF model decoder/encoder.

Bug fixLuciadFusion

LCD-6314
Transforming bounds from a grid reference to a geodetic reference did not work well when using a (custom) projection with a small area.

Bug fixLuciadFusion

LCD-6340
Fixed a bug in the interpretation of the default SRS of the bbox of a KVP request: the default SRS is now CRS:84 with lon/lat axis order.

Bug fixLuciadFusion

LCD-6321
Fixed a bug in the interpretation of XML-encoded GetFeature requests containing multiple typeNames: now all intended typeNames are used rather than just the first one. Also, when the request contains no typeNames at all, all typeNames are used rather than an exception thrown. This brings the behavior of XML-encoded and KVP-encoded GetFeature requests in sync with each other.

Bug fixLuciadFusion

LCD-6324
Reduced the amount of undoables created by shapelist-based objects. This caused certain shapes to not be correctly undone.

Bug fixLuciadFusion

LCD-6296
The GeoTIFF decoder failed on images with proprietary tags that have an undefined data type. Such tags are now ignored instead.

Bug fixLuciadFusion

LCD-6316
TLspRasterLayer: raster data that needs to be transformed significantly could sometimes not be painted anymore. This was a regression introduced with the fix for LCD-5904.

Bug fixLuciadFusion

LCD-1206
The default ILcdModelReferenceDecoder used by the TLcdSHPModelDecoder now implements ILcdInputStreamFactoryCapable. This allows to configure an ILcdInputStreamFactory on both the SHP and reference decoder.

2014.1.07

Bug fixLuciadFusion

LCD-6309
TLcdResizeOp could cause an error in the imaging engine when the scaled resolution is not exactly an integer. This could also cause errors when visualizing raster layers in a Lightspeed view with a high start resolution factor.

Bug fixLuciadFusion

LCD-3563
TLcdSHPModelEncoder no throws an IOException with a clear message that ILcdBounded model elements with undefined ILcdBounds cannot be exported.

Bug fixLuciadFusion

LCD-6308
The OpenCL imaging engine did not always handle band-select on color data correctly if the number of significant bits is less than the data type number of bits.

Bug fixLuciadFusion

LCD-5809
Fixed pixel artifacts when using image processing on Windows with NVidia hardware.

Bug fixLuciadFusion

LCD-6284
The linux native libraries used for decoding GeoPackage or SpatiaLite no longer depend on recent versions of GLIBC, only on 2.3.3.

Bug fixLuciadFusion

LCD-3218
Improved memory usage and lock contention when visualizing large LuciadFusion vector coverages.

2014.1.06

ImprovementLuciadFusion

LCD-6265
TLcdMIFModelReferenceParser now supports the EUREF 89 datum.

ImprovementLuciadFusion

LCD-6264
Implicitly created instances of TLinApacheHttpTransport are now automatically disposed when the corresponding Tile Store is closed. A new flag was added to the API when creating a TLfnLTSClient to indicate if the transport is owned by the LTS client. If it is, it will be disposed when the Tile Store is shut down. You can switch the flag off if you want to reuse a transport instance across multiple LTS clients, in which case you are responsible for disposing the transport yourself.

Bug fixLuciadFusion

LCD-5982
Fixed a problem in the undo behavior of certain editors, where certain undo operations would get lost. This issue usually occured while editing multiple objects at once.

Bug fixLuciadFusion

LCD-6275
A TLcdGML2Box instance backed by a TLcdGML2Coordinates instance did not have the correct height and width.

Bug fixLuciadFusion

LCD-6274
TLcdTFWRasterModelDecoder: the model decoder always used the model reference from the first file it decoded. As a result the second and other files an instance decoded had an incorrect model reference.

Bug fixLuciadFusion

LCD-6273, LCD-6266
TLspGXYLayerAdapter: improved robustness, especially when switching between 2D and 3D.

Bug fixLuciadFusion

LCD-6267
The default outputFormat now correctly depends on the WFS version also for XML requests (HTTP POST).

Bug fixLuciadFusion

LCD-6254, LCD-6268
TLcdWFSRequestContext now contains the correct requested feature types when passed to ILcdWFSClientModelEncoderFactory implementations.

Bug fixLuciadFusion

LCD-6261
The GeoPackage and SpatiaLite decoders now support opening files with a Windows UNC path with forward slashes.

Upgrade considerationLuciadFusion

The recently added TLcdEllipsoidCircleUtil (LCD-6235) class was removed. Its methods are now available from the TLcdEllipsoidUtil class, see intersectionCircleCircle and calculateCircleTangentLine.

2014.1.05

ImprovementLuciadFusion

LCD-4000
MapInfo binary files can now be opened with the TLcdMapModelDecoder via a *.tab file.

Bug fixLuciadFusion

LCD-6089
When an OGC filter was included in the rule-element of a FeatureTypeStyle in an SLD file, the TLcdSLDFeatureTypeStylePainter#getCreationClickCount method would throw an IllegalStateException when creating a new object, and when that object did not satisfy the OGC filter. This is now no longer the case.

Bug fixLuciadFusion

LCD-5750
Improved robustness of raster layers in the context of the new image processing capabilities.

Bug fixLuciadFusion

LCD-6253
Icon selection did not properly deal with oriented points in combination with anchored icons.

Bug fixLuciadFusion

LCD-6249
Fixed an OpenGL state leak in TLspOpenFlightPainter.

Bug fixLuciadFusion

LCD-6246
The PropertyIsEqualTo OGC Filter evaluation now supports comparing a Double.NaN property with a NaN String literal.

Bug fixLuciadFusion

LCD-6241
TLspCompassNavigationControl/TLcdGXYCompassNavigationControl did not point correctly to the magnetic north.

Bug fixLuciadFusion

LF-678
Fixed a mismatch between asset data types and coverage data types. Previously, the mismatch could cause data fusion to fail with "No matching coverage data model for ...".

Bug fixLuciadFusion

LF-677
The creation of a raster engine for large datasets slowed down considerably. The performance of the engine creation is now again on par with previous releases.

Bug fixLuciadFusion

LF-670
The default formats MAP, MIF, Oracle Spatial, ArcSDE, GML now have anILcdSLDGXYLayerFactory.

2014.1.04

ImprovementLuciadFusion

LCD-6248
TLspRecenterProjectionController now also re-centers TLcdPolarStereographic projections.

Bug fixLuciadFusion

LCD-5686
The Earth painters honor the view's auto-update flag. This avoids issues when using such painters in an offscreen view.

Bug fixLuciadFusion

LCD-6216
TLcdBandSelectOp could re-interpret color bands when it was used for re-ordering. This has been fixed. The interpretation of what a color is, has also been clarified in the ALcdBandColorSemantics javadoc.

2014.1.03

ImprovementLuciadFusion

TLspMesh3DIcon now supports the use of an ILcdInputStreamFactory to load texture images.

ImprovementLuciadFusion

LCD-6235
TLcdEllipsoidCircleUtil was added. This class contains methods for topology calculations with circles on the ellipsoid.

Bug fixLuciadFusion

LCD-6217
Fixed possible exception using the band-select operator on an image backed by data with a BandedSampleModel.

Bug fixLuciadFusion

LCD-6213
TLcdGXYCircularArcPainter would not edit handles of arc-by-bulge instances whose bulge factor is 0.

Bug fixLuciadFusion

Icon visualization didn't work when using TLspRasterLayerBuilder for a model containing an ILcdEarthMultivaluedRasterTileSetCoverage with weather data and using a TLspParameterizedRasterIconStyle with the default spacing value of -1.

Bug fixLuciadFusion

LCD-6007
ALcdBalloonManager: improved the balloon layout logic. The manager now better respects the minimum, preferred and maximum balloon size, even after dragging it around.

2014.1.02

ImprovementLuciadFusion

LCD-6116
TLcdMIFModelReferenceParser now supports the European 1987 (ED 87) datum.

ImprovementLuciadFusion

LCD-6095
Improved responsetime of animations in KML files in a lightspeed view.

ImprovementLuciadFusion

LCD-6105
The WMS XML capabilities decoder now supports connecting with WMS servers that define dimensions containing both values and intervals, which is not allowed by the OGC WMS standard.

ImprovementLuciadFusion

LCD-5929
The OGC WCS web service previously available in build/wcs (containing the build script) and distrib/ogc/LuciadLightspeedWCS_x.x.x (containing a pre-built / ready-to-deploy service) has now been integrated in a combined OGC web service sample, consisting of a WMS, WFS and WCS; the folder build/ogc contains the build script and the folder distrib/ogc/LuciadLightspeedOGC_x.x.x contains a pre-built and ready-to-deploy service. To run the pre-built service, you can still use the script ogc.server.start (.bat/.sh) available in the samples folder, which will deploy the service in a Jetty servlet container.

Bug fixLuciadFusion

LCD-6062
Lighting of 3D meshes could be wrong in a Lightspeed view.

Bug fixLuciadFusion

LCD-6062
Shapes could be painted wrongly when using a TLcdAlbersEqualAreaConic projection.

Bug fixLuciadFusion

LCD-6112
Transparent texture pixels could turn up all black when visualizing textured meshes in a Lightspeed view.

Bug fixLuciadFusion

LCD-6188
GetFeatureWithLock now always locks all features and no longer requires the lockAction parameter, as prescribed by the WFS specification.

Bug fixLuciadFusion

LCD-6182
GetFeature, GetFeatureWithLock and LockFeature operations now also behave correctly when both featureId and typeName parameters are given.

Bug fixLuciadFusion

LCD-6181
TLcdGeoTIFFModelDecoder: not all files were closed after disposing the model's elements.

Bug fixLuciadFusion

LCD-6167
Fixed visualization of signed 16-bit data using the TLcdWarpRasterPainter with a non-indexed color model configured. In practice this only happens when retrieving such data through a WCS server.

Bug fixLuciadFusion

LCD-6169
A bug was fixed which caused the coverage size of a Tile Store to be reported incorrectly in some situations. You were affected if both these conditions apply:
  • you have multiple TLfnFileSystemTileStores using a shared ALfnEnvironment
  • you use the same coverage IDs in multiple of these Tile Stores

Bug fixLuciadFusion

LCD-6168
The WCS server introduced small gaps in raster data responses in case of an elevation coverage backed by multiple elevation rasters and in combination with a need to transform the requested data to a destination reference.

Bug fixLuciadFusion

LCD-6155
The OpenCL imaging engine did not handle non-color pixel-packed image data correctly.

Bug fixLuciadFusion

LCD-6154
TLcdVVJPanel triggered an ArrayIndexOutOfBoundsException when using a vertical view model with only one point.

Bug fixLuciadFusion

LCD-6141
The WMS painter TLcdGXYTiledWMSProxyPainter could not cope with WMS layers that define scale denominators close to 0 or to infinity.

Bug fixLuciadFusion

LCD-4612
The display name parameter of the constructors of TLcdCGMModelDescriptor was used as the type name.

Bug fixLuciadFusion

LCD-6153
Querying resources matching given metadata properties now also works for non-tiled coverages. This fixes a java.lang.UnsupportedOperationException: Unsupported XPath axis : ATTRIBUTE.

Bug fixLuciadFusion

LCD-6118
The WMS painter TLcdWMSProxyGXYPainter no longer throws a NullPointerException in case of empty / unrecognized map content sent back by the server.

Bug fixLuciadFusion

LCD-6107
ALcdGXYNewControllerModel2/TLcdGXYEditControllerModel2 no longer fire model change events while holding a model write lock. This avoids certain deadlocks.

Bug fixLuciadFusion

LCD-6063
When using TLcdLambertAzimuthalEqualArea with origin at one of the poles, transformations could produce incorrect results for points near the opposite pole.

2014.1.01

ImprovementLuciadFusion

LCD-6055
TLspLabelPainter now supports multiple TLspLabelBoxStyle instances to create multiple borders around a label.

ImprovementLuciadFusion

LCD-5992
TLspImageProjectionStyle now allows setting the opacity of the projected image.

ImprovementLuciadFusion

TLcdGeorefUtil can now handle 3 or 4 decimals. This makes it possible do define grid squares with a 0.001 minute or 0.0001 minute precision.

Bug fixLuciadFusion

TLcdGeorefUtil#lonLat2Georef returned an incorrect georef string when passing a latitude of exactly 90 degrees.

Bug fixLuciadFusion

LCD-6102
A number of model decoders created ALcdImageMosaic's with an inaccurate value for the pixelSizeY property. As a result the TLcdGXYImagePainter and the raster layers in a Lightspeed view could select a suboptimal level. The affected formats are WMTS, BingMaps, GeoPackage, LVDB and GeoSpatialPDF.

Bug fixLuciadFusion

TLcdGeorefUtil#lonLat2Georef now throws an IllegalArgumentException when the given latitude lies outside the [-90, 90] degrees range instead of returning an incorrect georef String.

Bug fixLuciadFusion

LCD-6096
The WFS server now correctly excludes the 'Lock', 'Insert', 'Delete' and 'Update' operations from the capabilities when locking and/or transactions are disabled.

Bug fixLuciadFusion

TLspShapeDiscretizer: possible discretization artifacts when discretizing an ILcdSurface composed of non-polygon rings.

Bug fixLuciadFusion

TLcdCompositeCurve#computePointSFCT could return an incorrect point when its length is 0.

Bug fixLuciadFusion

LCD-6083
TLspZoomByRectangleController and fit actions now retain the aspect ratio of 2D Lightspeed views.

Bug fixLuciadFusion

LCD-5972
Fixed a bug that caused TLcdGeoTIFFModelDecoder to throw an exception when the level count was set on the decoder.

Bug fixLuciadFusion

LCD-6078
When transforming a point to/from a topocentric reference with a geoid geodetic datum, the result point had an incorrect height.

Bug fixLuciadFusion

LCD-5274
TLcdGXYTextPainter has a new option "setFitTextInArea", off by default. With this option enabled, the text painter will stretch the displayed text to fit the area defined by the ILcdText object: character width x text length by character height x number of lines.

Bug fixLuciadFusion

LCD-6008
Touch queries (e.g. when selecting an object) on objects with a TLspIconStyle now correctly consider the orientation of the icon.

Bug fixLuciadFusion

LCD-6016
Fixed a performance bottleneck in the painting of TLsp3DIconStyles.

Bug fixLuciadFusion

LCD-5284
TLspRasterLayer: fixed the default styling for multi-valued Earth layers with layer type interactive

Bug fixLuciadFusion

LCD-5993
TLcdGeorefUtil now uses truncating to determine the minute square coordinates instead of rounding.

2014.1

ImprovementLuciadFusion

TLcdImageHeightProvider now checks that the height value is in a valid range, similar to TLcdRasterHeightProvider. The range can be configured using the new constructors or using the keys in ALcdRasterModelHeightProviderFactory when using a TLcdImageHeightProviderFactory. The default range is [-12000,10000].

ImprovementLuciadFusion

Fusion of Geospatial PDF benefits from the upgrade to IcePDF 5.1.1 in its dependencies:
  • Handling of Geospatial PDF files with a suboptimal internal tiling structure is now more robust. This fixes OutOfMemoryErrors which could happen when fusing some of these files.
  • Improved rendering of Geospatial PDF input data results in better looking fused coverages.

ImprovementLuciadFusion

You can now visually compare multiple layer sets by swiping or flickering using TLspSwipeController and TLspFlickerController. Swiping is done by dragging a swipe line horizontally or vertically, hiding the right/bottom part of the first layer set and the left/top part of the other layer set. Flickering is done by (quickly) clicking the mouse button and toggling visibility of two or more layer sets. You can customize these controllers or use them to implement actions that swipe or flicker programmatically. These visual change detection tools work with any layer or painter, in 2D and 3D. As an illustration, you can enable the swipe or flicker controller from the lightspeed.imaging.multispectral sample.

Bug fixLuciadFusion

LCD-6004
Improved performance for density painting when using many different point styles.

Bug fixLuciadFusion

LCD-6002
Fixed possible exception when there are model changes on a non-paint thread. The regression was introduced in the fix for LCD-5158.

Bug fixLuciadFusion

LCD-5910
Navigation with the mouse in a 3D grid reference did not work correctly in the absence of 3D terrain.

Bug fixLuciadFusion

LCD-5985
TLcdEarthGXYRasterPainter: fixed possible infinite loop when using incremental visualization (enabled by default) and there is a lot of memory pressure. As a result the you may get higher memory use when there are a lot of Earth tile sets in a GXY view. You can get the old behavior by invoking TLcdEarthGXYRasterPainter.releaseHardReferencedCache after each paint.

Bug fixLuciadFusion

LF-660
Removed a broken link to the Earth Developer's Guide. The Earth Developer's Guide has been merged into the LuciadLightspeed Developer's Guide.

Upgrade considerationLuciadFusion

LuciadLightspeed no longer includes ProGuard. It used to be included to demonstrate various deployment scenarios. Those samples are still available, but you now have to download ProGuard separately from its website. The downloaded proguard.jar should be placed in the build/proguard directory.

Upgrade considerationLuciadFusion

LCD-5946, LCD-4201
To enable WMS request parameter access in the data backend, the signature of the method ILcdModelProvider#getModel(String) and its extension ALcdMultiDimensionalModelProvider#getModel(String) have been changed into #getModel(String, ALcdRequestContext). ALcdRequestContext is a new class giving access to the original request; in the WMS, this class is implemented by TLcdWMSRequestContext, which adds a number of additional request-related parameters.

The change will impact WMS implementations that use a custom implementation of ILcdModelProvider or ALcdMultiDimensionalModelProvider. Affected implementations can simply update the signature of the getModel method and ignore the new parameter.

Upgrade considerationLuciadFusion

LCD-5946
To enable WFS request parameter access in the data backend, the signature of the method ILcdOGCModelProvider#getModel(String) has been changed into ILcdOGCModelProvider#getModel(String, ALcdRequestContext). ALcdRequestContext is a new class giving access to the original request; in the WFS, this class is implemented by TLcdWFSRequestContext, which adds a number of additional request-related parameters.

The change will impact WFS implementations that use a custom implementation of ILcdOGCModelProvider. Affected implementations can simply update the signature of the getModel method and ignore the new parameter.

Upgrade considerationLuciadFusion

LCD-5422
Two constructors have been removed from com.luciad.wms.sld.model.ALcdSLDLayer.
  • ALcdSLDLayer()
  • ALcdSLDLayer(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints)
These constructors threw IllegalArgumentExceptions. They were also semantically incorrect in that they allowed the construction of an SLD-layer without having to specify its DataType.

Upgrade considerationLuciadFusion

ALcdImage now uses an ILcdModelReference instead of ILcdGeoReference. Therefore, ALcdImage#getGeoreference() is replaced with ALcdImage#getImageReference() and it now returns an ILcdModelReference. This allows the use of non-geo-referenced images.

2014.0

2014.0.17

ImprovementLuciadFusion

LCD-5994
The WCS server now supports the reprojection of requested data via the RESPONSE_CRS request parameter.

ImprovementLuciadFusion

LCD-5852
The magnetic north data files for WMM and IGRF have been updated to cover the period 2005-2020.

ImprovementLuciadFusion

LCD-5980
TLfnTileStoreModelDecoder: added constructor check for null ALfnTileStoreProvider and improved javadoc on the semantics of passing a TLfnClientFactory which is null.

Bug fixLuciadFusion

LCD-5988
It is now possible to set up a WMS with 0 layers, which can be useful for dynamic services that receive their content at runtime. Previously, this configuration resulted in an Exception when requesting the capabilities.

Bug fixLuciadFusion

LCD-5987
Corrected case where the color bands of certain TIFF images were swapped causing incorrect rendering.

Bug fixLuciadFusion

LCD-5981
Correctly decode GeoTIFF images that use a geographic coordinate system encoded as a projected coordinate system.

Bug fixLuciadFusion

Corrected tile coordinates and gpkg_tile_matrix metadata when exporting a cropped version of tile data set.

Upgrade considerationLuciadFusion

Updated the version of the jai_imageio library, to be able to fix issue LCD-5987.

2014.0.15

ImprovementLuciadFusion

LCD-5967
ALcdImage painting: improved default mapping to gray-scale for non-color data.

Bug fixLuciadFusion

LCD-5974
Fixed artifacts when using a BufferedImage with padding as data for an OpenGL texture.

Bug fixLuciadFusion

LCD-5975
Reduce memory usage of TLcdBufferedTile and TLcdConcurrentBuffer.

Bug fixLuciadFusion

LCD-5962
In some cases, TLcdServiceLoader could trigger a comparison exception.

2014.0.14

Bug fixLuciadFusion

LCD-5960
Possible NullPointerExceptions in TLspLabelPainter when switching projections.

Bug fixLuciadFusion

LCD-5961
TLsp2DImageTextureObject: equality is now identity-based. This for example solves problems when putting such objects in the ILspGLResourceCache.

2014.0.13

ImprovementLuciadFusion

LCD-5952
TLspRulerController can now also paint non-draped lines when using a custom line styler.

ImprovementLuciadFusion

LCD-5943
Improved the exception reporting in case of a missing 'service' parameter in the request.

ImprovementLuciadFusion

LCD-5931
It is now possible to change the TLspRulerController's labeling algorithm by wrapping the TLspRulerLabelStyler's style collector.

ImprovementLuciadFusion

LCD-5936
TLspRulerController now allows configuring a line and label styler for different paint states. This can be useful when the measurements layer is used by another controller.

Bug fixLuciadFusion

LCD-5769
Raster layer query sometimes did return a touched point when querying at the boundary between tiles.

Bug fixLuciadFusion

LCD-4266
TLcdInputStreamFactory did not handle percent-encoded URIs correctly.

Bug fixLuciadFusion

LCD-5904
TLspRasterLayer: rasters whose model reference flips the image upside-down were not painted. In practice this could happen in some cases when using an ILcdRasterReferencer to construct the model reference.

Bug fixLuciadFusion

LCD-5930
Plot layers did not query the stylers again after the model has changed.

2014.0.12

ImprovementLuciadFusion

LCD-5891
TLcdVVWithControllersJPanel now exposes all its controllers.

ImprovementLuciadFusion

LF-657
WMS GetFeatureInfo is now supported by default for vector coverages.

Bug fixLuciadFusion

LCD-5906
Fixed a bug that could cause TLcdGXYImagePainter to display the color bands of an ALcdImageMosaic in the wrong order.

Bug fixLuciadFusion

LCD-5902
TLcdGXYAsynchronousLayerWrapper: in some cases, getGXYPainter or getGXYEditor would return an instance whose object was not the one configured by the painter provider or editor provider.

Bug fixLuciadFusion

TLcdGXYLabelingPathProvider did not return paths for ILcdGeoBuffer objects.

Bug fixLuciadFusion

LCD-5892
The mapped tie points returned by TLcdProjectiveRasterReferencer and TLcdRationalRasterReferencer contained flipped y coordinates. This could for example cause TLcdResidualErrorCheckingRasterReferencer to calculate in incorrect error value.

Bug fixLuciadFusion

LCD-5889
Input streams created by TLcdWMMMagneticNorthMap are now properly closed.

Bug fixLuciadFusion

LCD-5888
Fixed exception when decoding multilevel data with the TLcdRasterModelDecoder.

Bug fixLuciadFusion

LCD-5884
TLcdVVJPanel: when trying to drag points of non-editable models, the panel would still try to edit the model in some cases.

2014.0.11

ImprovementLuciadFusion

LCD-5791
Improved the editing state listener of a layer when multiple objects are being edited by the TLspEditController. It now throws less events. The events that are no longer thrown were redundant.

ImprovementLuciadFusion

LCD-5859
TLspRulerController now also works in non-georeferenced views, provided that its measure mode is Cartesian.

ImprovementLuciadFusion

LCD-5856
The compass navigation control now also works in non-georeferenced views.

Bug fixLuciadFusion

LCD-5886
TLspRasterLayer: raster layer query did not return correct results in some cases while panning the view.

Bug fixLuciadFusion

LCD-5885
Due to a regression, the WCS server did no longer accept "Image" and "Engineering" as CRS in a request, making it impossible to serve non-georeferenced content.

Bug fixLuciadFusion

LCD-5870
A memory leak in TLcdGXYInteractiveLabelsController was fixed. This memory leak occurred when dereferencing a view with a TLcdGXYInteractiveLabelsController as controller.

Bug fixLuciadFusion

LCD-5863
Fixed exception when creating an ALcdBasicImage from a RenderedImage that uses a 32-bit integer for each band.

2014.0.10

Bug fixLuciadFusion

Calling TLcdGXYViewMeasureProvider#setRetrieveTopMostMeasures(false) did not have any effect.

Bug fixLuciadFusion

LCD-5661
Lightspeed views now detect when they are enlarged beyond the viewport size limits of the underlying OpenGL implementation. If this is the case, rather than allowing errors to propagate, the view will log a one-off warning, and will simply not repaint itself.

2014.0.09

Bug fixLuciadFusion

LCD-5840
TLspLabelPainter painted labels at the incorrect height in 3D when using a TLspViewDisplacementStyle and disabling the terrain layer.

Bug fixLuciadFusion

LCD-5839
TLcdImageModelHeightProviderFactory: the factory did not accept models that contain objects implementing ALcdImage but one of the legacy interface (e.g. ILcdRaster or ILcdMultilevelRaster).

Bug fixLuciadFusion

LCD-5838
TLspTouchCreateController logged unnecessary warnings when using multiple fingers.

Bug fixLuciadFusion

LCD-5398
Screenshots of a Lightspeed view taken using the getImage() method now properly respect the transparency of the view's background color.

Bug fixLuciadFusion

LCD-5830
ALfnCoverageMetadata.Builder: fixed a NullPointerException when adding assets without asset parts to a coverage.

Bug fixLuciadFusion

LCD-5416
In some cases, visualization of a TLcdXYArc was wrong after editing its start point.

2014.0.08

ImprovementLuciadFusion

LCD-5286
TLcdLonLatHeightBuffer now handles buffers with zero width or height properly.

Bug fixLuciadFusion

LCD-5827
TLcdEPSGReferenceParser#parseProjection() returned projections with incorrect parameter values. This problem could also cause some geotiff files to be painted at an incorrect location. This was a regression since the 2014.0 release.

Bug fixLuciadFusion

LCD-5825
Fixed possible exceptions when using path-based labeling algorithms like TLspOnPathLabelingAlgorithm or TLspCurvedPathLabelingAlgorithm.

Bug fixLuciadFusion

LCD-5761
Plot layers (created by TLspPlotLayerBuilder) now check for misusage of the ALspStyleCollector in a styler. In particular, you can expect an error if you forget to call submit() or objects().

Bug fixLuciadFusion

LCD-5821
The create handle of a TLsp2DPointListEditor now takes into account existing point list geometry. It will start creation from the last point, instead of assuming that the point-list is uninitialized.

Bug fixLuciadFusion

LCD-5519
ALcdImagingEngine: fixed possible race condition that could cause an imaging engine to get stuck when disposing of it.

Bug fixLuciadFusion

LCD-5780
TLspRasterLayer: fixed performance regression when painting some raster data in a Lightspeed view.

Upgrade considerationLuciadFusion

LCD-5790
On some systems with NVidia GPUs, the "threaded optimization" setting in the NVidia Control Panel can cause serious performance problems with Lightspeed views when set to "auto" or "on". If you experience severely reduced performance, please switch this setting to "off" (it can be found under "Manage 3D settings"). Note that the view will log a warning to this effect if it detects abnormally low repaint rates. The warning can be suppressed, if desired, by adding the system property -Dcom.luciad.view.lightspeed.threadedOptimizationWarning=false to your JVM command line.

2014.0.07

ImprovementLuciadFusion

LCD-5743
TLcdWMTSModelDecoder supports decoding of tile matrix sets with dimensions larger than 360x180 degrees.

ImprovementLuciadFusion

LCD-5813
You can now continue creation for a pointlist that already exists by using the TLspCreateController with an existing pointlist in the "create" method of its model. This allows you to append points at the end of the pointlist.

ImprovementLuciadFusion

LCD-5794

TLcdNoBoundsException now contains a getSharedInstance() method which can be used to reduce the overhead of creating new exceptions by using a shared exception instance. This is useful in performance sensitive code. The drawback of this is that the shared exceptions do not contain a reliable stack trace.

In order to allow creating exceptions with a reliable stack trace for debugging purposes, the setStackTraceOn() method was added. When enabled, new exceptions are created for every call to the getSharedInstance() method. This can have a severe performance impact, so the setStackTraceOn() method should not be used in production code.

ImprovementLuciadFusion

LCD-5792
It is now possible to append a TLspTouchAndHoldActionController to a TLspTouchSelectEditController.

ImprovementLuciadFusion

LCD-4788
A TLcdKML22DynamicModel with a NetworkLink can now be manually updated or reloaded, using the TLcdKML22DynamicModel.updateNetworkLink(). This allows you to retry loading NetworkLinks that failed in the past, or NetworkLinks that use "NEVER" as View Refresh Mode.

Bug fixLuciadFusion

LCD-5703
Fixed issue with caching of documents in TLcdKML22DocumentProvider. The viewFormat parameter was only cached on the values of the parameters given to the server during a request. The viewFormat itself has also been added as a key to ensure that viewFormat elements without parameters can still be distinguished from eachother.

Bug fixLuciadFusion

LCD-5803
TLcdCompositeModelDecoder now falls back to other model decoders when decoding a source name or data source fails. In case there are no model decoders left to fall back to, the first failure is thrown unaltered. The fallback considers both IOException and RuntimeException as decoding failures.

Bug fixLuciadFusion

LCD-5798
TLcdGXYLspAsynchronousPaintQueueManager did not properly dispose its resources when running on unsupported hardware.

Bug fixLuciadFusion

LCD-5776
Fixed a deadlock that could occur in some cases when using a Lightspeed view, for example when changing the world reference, or when adding multiple layers to the view.

Bug fixLuciadFusion

LCD-5783
TLspSwingView would often not fill the entire painting area after resizing the view.

Bug fixLuciadFusion

LCD-5775
Resizing a TLspSwingView could raise an IndexOutOfBoundsException.

Bug fixLuciadFusion

LCD-5789
TLspTouchSelectEditController painted the next controller in the chain multiple times.

Bug fixLuciadFusion

ALcdImagingEngine: fixed possible exception when using color or index lookup operator.

Bug fixLuciadFusion

LF-647
Fixed a bug in the fusion WFS server which prevented the server to return the correct number of features in case of a hits retrieval request.

2014.0.06

ImprovementLuciadFusion

LCD-5766
Thh WFS server now advertises Operations also at the level of FeatureTypeList in its capabilities. This improves interoperability with third-party clients such as geoserver.

Bug fixLuciadFusion

LCD-5517
TLcdResizeOp: down scaling an image did not handle no-data pixels correctly on some systems.

Bug fixLuciadFusion

LCD-5772
No label text was painted when using a TLspIconStyle and an ALspLabelTextProviderStyle, without specifying a TLspTextStyle.

Bug fixLuciadFusion

LCD-5770
TLcdTTFIcon did not paints its content within its advertised bounds.

Bug fixLuciadFusion

LCD-5700
Fixed a NullPointerException being thrown when trying to visualize an unstyled mesh in a Lightspeed view. An unstyled mesh is an ILcd3DMesh implementation that does not implement ILcdStyled3DMesh.

Bug fixLuciadFusion

LCD-5765
The WFS server now uses the correct casing for the "outputFormat" parameter name in the capabilities, according to. the WFS specification. This improves interoperability with third-party clients such as geoserver.

Bug fixLuciadFusion

LF-642
When importing a coverage, the server now returns "404 Not Found" if no coverage is found for the given ID instead of "400 Bad Request".

Bug fixLuciadFusion

LCD-5706
TLspClickActionController could trigger exceptions when clicking multiple mouse buttons rapidly in succession.

Bug fixLuciadFusion

LF-640
The LTS mechanism for conditionally getting tiles based on modification times in ETag/If-None-Match headers was fundamentally flawed. The ETag headers were interpreted on the client as milliseconds, which
  1. is against the ETag principle (it must be used as an opaque value);
  2. broke down in more advanced server scenarios where servlet filters may change the ETag headers (for example GzipFilter in Jetty 8).
ETag headers were initially chosen over Last-Modified headers because they offered support for millisecond precision. The ETag mechanism is now replaced with custom X-Luciad-Last-Modified-Milliseconds/X-Luciad-If-Modified-Since-Millisecond headers, with a fallback to standard HTTP Last-Modified/If-Modified-Since headers. The custom headers offer millisecond precision, while the standard headers offer compatibility. If you use a proxy to access a LuciadFusion server, you should configure the proxy to pass on these custom headers unmodified if possible. If the custom headers are stripped by the proxy, you lose millisecond precision of LTS tile modification times. Everything else, such as caching, still works correctly based on the standard headers.

2014.0.05

Bug fixLuciadFusion

LCD-5763
TLspRasterLayer: fixed possible exception when the model changes.

2014.0.04

Bug fixLuciadFusion

LCD-5234
In certain edge cases, synchronization issues could arise when calling ALcdSLDFeatureTypeStylePainter#createFeatureTypeStylePainter from multiple threads. This would result in IndexOutOfBoundsExceptions. This has now been resolved.

Bug fixLuciadFusion

LCD-5737
A Lightspeed view enabled application would not start on a server using VirtualGL due to OpenGL ES not being supported by VirtualGL. This has been fixed by disabling OpenGL ES probing by default. To re-enable OpenGL ES support, use -Djogl.enable.opengles. The Lightspeed view does not require OpenGL ES support to be available.

Bug fixLuciadFusion

LCD-5753
When using a label styler that calls ALspLabelStyleCollector#submit() multiple times in one style() call, the labels could be styled incorrectly.

Bug fixLuciadFusion

LCD-5747
TLspRasterLayer: the painter did not apply the color model correctly on GeoTIFF elevation data

Bug fixLuciadFusion

LCD-5398
TLspOffscreenView.getImage() now properly supports views with a transparent background color.

Bug fixLuciadFusion

LCD-5741
TLsp2DImageTextureObject would not bind the texture in the first call of the bind method after updating the texture's image.

Bug fixLuciadFusion

LCD-5736
TLcdIndexLookupOp: fixed several precision issues in the index lookup operator.

Bug fixLuciadFusion

LCD-5729
The Content-Type (MIME type) of the response to a DescribeFeatureType request now correctly matches one the output formats advertised in the Capabilities. More specifically, for output format "application/gml+xml; version=3.2" the Content-Type of the response is now "application/gml+xml; version=3.2" instead of "text/plain".

Bug fixLuciadFusion

LCD-5726
TLspRasterLayer: rasters where the last sub-tile row or column was 1 pixel were not painted correctly.

2014.0.03

ImprovementLuciadFusion

LCD-5719
Reduced stuttering when visualizing elevation data.

ImprovementLuciadFusion

LCD-5709
Empty userdata directories are now automatically deleted when their last entry is deleted. This reduces clutter from empty directories.

Bug fixLuciadFusion

LCD-5672
Possible IndexOutOfBoundsException when using curved path labels.

2014.0.02

Bug fixLuciadFusion

LCD-5704
Curved labels did not get updated properly when their text was changed. This resulted in old labels not being removed, flickering and possible exceptions.

Bug fixLuciadFusion

LCD-5495
The GeoTIFFModelEncoder now correctly deals with sparse rasters. This fixes for example the visualization of incomplete LuciadFusion coverages when using WCS.

Bug fixLuciadFusion

LCD-5476
When using SLD on a Lightspeed view, the raster symbolizer did not respect the SLD rule's scale range in case of a too high pixel density.

2014.0.01

ImprovementLuciadFusion

LCD-5674
It is now possible to disable optional industry-specific components (VPF, ECDIS, Geometry) by removing their jars from the classpath, even if they are included in the license. A message will be logged to inform you of this event.

ImprovementLuciadFusion

Improved the robustness and error reporting when decoding XML documents with incorrect values.

ImprovementLuciadFusion

The EPSG resources are updated to EPSG database v8.5.

ImprovementLuciadFusion

LCD-4897
TLcdExtrudedShape now implements ILcdInvalidateable. It now also invalidates its cache when it is modified.

ImprovementLuciadFusion

LCD-5158
TLspRasterLayer: background raster layers in an empty layer tree node can still be merged.

ImprovementLuciadFusion

LCD-5397
When using an ILspView, it is now possible to configure the position of the labels of the lon lat grid relative to the view, see TLspLonLatGridStyler#setLabelPosition().

Bug fixLuciadFusion

LCD-5694
Fixed encoding of TLcdISO19103Measure values with the TLcdGeoJsonModelEncoder.

Bug fixLuciadFusion

LCD-5665
After changing an ILcdGXYAsynchronousLayerWrapper's paint queue, the layers from the old paint queue could temporarily become invisible.

Bug fixLuciadFusion

LCD-5521
TLspRasterLayer: the painter did not paint elevation data when using an TLspImageProcessingStyle instead of the ColorModel on TLspRasterStyle.

Bug fixLuciadFusion

LCD-5598
TLcdEarthGXYViewTileSet: the tile set did not support geodetic references with a datum different from WGS84 as reference for the tile grid.

Bug fixLuciadFusion

LCD-5538
When using curved path labels (TLspCurvedPathLabelingAlgorithm), TLcdLabelPainter could throw an IllegalStateException in rare cases during printing.

Bug fixLuciadFusion

LCD-4860
TLcdEPSGReferenceParser returned an incorrect reference for the codes 32600 and 32700 instead of no reference at all.

Bug fixLuciadFusion

LCD-5498
When using the default labeling algorithm for closed shapes (for example polylines), labels could stay at the original location when editing an object. Now the label position is recalculated using the modified geometry.

Bug fixLuciadFusion

LCD-4876
When using an ILspView, the default labeling algorithm used for arc bands placed arc band labels at ILcdArcBand#getCenter() instead of inside the arc band area.

Bug fixLuciadFusion

LCD-4899
Labels using TLspOnPathLabelingAlgorithm or TLspCurvedPathLabelingAlgorithm could move away from their line when zooming in.

Bug fixLuciadFusion

LCD-4897
TLspExtrudedShapeEditor now invalidates the extruded shape whenever its base class is modified. This for example fixes the problem where the label location is incorrect after moving an extruded shape.

Bug fixLuciadFusion

LCD-5490
ILspImageProjectionLayer did not paint the projected image in the absence of a background terrain layer. This has been fixed.

Bug fixLuciadFusion

LCD-5491, LCD-4818
When using a lon lat grid in a lightspeed view, it was possible that a different amount of grid lines was painted when zooming in or zooming out to the same scale. This can now occur less often.

Bug fixLuciadFusion

LCD-4432
TLcdVVTerrainModel: the z-value of the point returned by TLcdVVTerrainModel#getPoint() was not updated correctly after calling TLcdVVTerrainModel#setPointZ() with 'isLastInRow' false.

Bug fixLuciadFusion

LCD-5483
In very rare cases, labels could be painted in a different color than specified.

Bug fixLuciadFusion

LCD-5293
TLcdVVJPanel now informs its cursor change listeners at the appropriate moment.

Bug fixLuciadFusion

LCD-5092
TLspZoomController: the scale level snapping behavior did not work in some projections.

Bug fixLuciadFusion

LCD-5152
When using TLspComplexStrokedLineStyle, and using two regular strokes, the second stroke would not replace the first stroke when dropped in some cases.

Bug fixLuciadFusion

LCD-5151
When using TLspComplexStrokedLineStyle, and using two regular strokes, part of the second stroke could be painted when it shouldn't.

Bug fixLuciadFusion

LCD-5240
Logging for TLspComplexStrokedLineStyle could only be enabled by referring to a non-public class. It is now possible to adjust the log level for complex strokes using 'com.luciad.view.lightspeed.style.TLspComplexStrokedLineStyle'.

Bug fixLuciadFusion

LCD-5362
When using a lon lat grid in an ILspView, the -180 degrees meridian could disappear in some cases, for example when using a world reference with a rectangular projection like Mercator.

Bug fixLuciadFusion

LCD-5471
Incorrect discretization when discretizing a rhumb line that lies on the pole, and crosses the date line. This for example causes parts of the lon lat grid to disappear in some cases when using a world reference that for example uses the equidistant cylindrical projection.

Bug fixLuciadFusion

LCD-5378
When using an ILspView using grid reference and a TLspViewXYZWorldTransformation3D, the lon lat grid could disappear and not re-appear after moving the view away from the world.

Bug fixLuciadFusion

LCD-5396
In some cases lon lat grid labels could flip all the time.

Bug fixLuciadFusion

Fixed performance bottleneck in TLspEditController when selecting many (10000+) objects.

2014.0

ImprovementLuciadFusion

From now on, patch releases of LuciadLightspeed will be binary compatible with their respective Major.Minor version. For instance, version 2014.0.01 will be binary compatible with version 2014.0. It will not necessarily be binary compatible with version 2014.1 or 2015.0.

There may be occasional exceptions. These will be documented in the release notes.

The appendix 'Compatibility of LuciadLightspeed version' in the developer's guide has more information.

ImprovementLuciadFusion

LCD-5445
TLcdWKTReferenceParser can now parse references containing a geodetic datum named "Hungarian 1972".

ImprovementLuciadFusion

TLcdWMTSModelDecoder now supports decoding of non-quadtree tile matrix sets. Decoded non-quadtree layers will have domain objects which are extensions of ALcdMultilevelImageMosaic. These objects can directly be visualized in an ILcdGXYView (by creating a layer with a TLcdGXYImagePainter) and in an ILspView (by using TLspRasterLayerBuilder to create a layer).

ImprovementLuciadFusion

LCD-5419
Calling ALspCreateHandle.previous() will now allow the create handle to go back all the way to its initial state. If there are no more previous handles, the currently active handle is also removed from the queue, allowing the handle to start again from scratch.

ImprovementLuciadFusion

LCD-5146
The Jetty servlet container delivered with the OGC Web Server Suite to deploy and run the sample OGC services (see samples.ogc.server.Main) has been upgraded from version 6.1.21 to 8.1.15.

ImprovementLuciadFusion

The Jetty servlet container delivered with LuciadFusion to deploy and run the sample Data Server (see samples.fusion.server.MainApplet) has been upgraded from version 6.1.21 to 8.1.15.

ImprovementLuciadFusion

TLspViewNavigationUtil: improved fitting on 3D bounds in a geocentric reference.

ImprovementLuciadFusion

LCD-4162
The TLspEditController now listens to styler changes of the objects it is editing. It will re-generate the handles if the geometry has changed due to styler changes. This change means it is now possible to have objects change geometry due to level-of-detail, while you are editing them, and the editing handles will also update.

ImprovementLuciadFusion

LCD-5156
Support was added for the SWEN08_RH2000 and SWEN08_RH70 geoid geodetic datums. See TLcdGeoidGeodeticDatumFactory#SWEN08_RH2000 and TLcdGeoidGeodeticDatumFactory#SWEN08_RH70.

ImprovementLuciadFusion

LCD-5318
The TLcdGeoJsonModelEncoder#canExport method no longer checks if all elements of the model can be encoded. This method is often used by clients to perform a quick verification. Before this change, this check could take an excessively long time to complete for large models. Now, the check only verifies if the first element can be encoded.

ImprovementLuciadFusion

TLspDensityLayerBuilder now also accepts TLspIconStyle, TLspFillStyle, TLspLineStyle, and TLspWorldSizedLineStyle, next to the ALspDensityStyle instances. This allows for more advanced density visualization, by using custom icons with TLspIconStyle for example.

ImprovementLuciadFusion

The JOGL, JOCL, and GlueGen libraries have been updated to version 2.1.5.

ImprovementLuciadFusion

The TLcdBingMapsModelDecoder has been adapted for integration with the new imaging API. It now produces domain objects that also implement one of the new interfaces: ALcdImage, ALcdMultilevelImage, ALcdImageMosaic or ALcdMultilevelImageMosaic. Please refer to the class javadoc, com.luciad.imaging package javadoc and to the developer's guide for more information.

ImprovementLuciadFusion

A number of model decoders have been adapted for integration with the new imaging API. They now produce domain objects that extend ALcdImage (in addition to still implementing ILcdRaster or ILcdMultilevelRaster). The affected decoders are:
  • TLcdArcInfoASCIIGridModelDecoder
  • TLcdDEMModelDecoder
  • TLcdDMEDModelDecoder
  • TLcdDTEDModelDecoder
  • TLcdETOPOModelDecoder
  • TLcdGeoTIFFModelDecoder
  • TLcdJAIRasterModelDecoder
  • TLcdRasterModelDecoder
  • TLcdTABRasterModelDecoder
Please refer to the class javadoc, com.luciad.imaging package javadoc, and to the developer's guide for more information.

ImprovementLuciadFusion

The TLcdLRDBModelDecoder and TLcdGeoPackageModelDecoder have been adapted for integration with the new imaging API. They now produces domain objects that also implement one of the new interfaces: ALcdImage, ALcdMultilevelImage, ALcdImageMosaic or ALcdMultilevelImageMosaic. Please refer to the class javadoc, com.luciad.imaging package javadoc and to the developer's guide for more information.

ImprovementLuciadFusion

The TLcdWMTSModelDecoder has been adapted for integration with the new imaging API. It now produces domain objects that also implement one of the new interfaces: ALcdImage, ALcdMultilevelImage, ALcdImageMosaic or ALcdMultilevelImageMosaic. Please refer to the class javadoc, com.luciad.imaging package javadoc and to the developer's guide for more information.

ImprovementLuciadFusion

TLcdGeoTIFFModelDecoder has been adapted to retain all bands and the original pixel accuracy. This allows the decoder to be used to work with multi-spectral, hyper-spectral, and high dynamic range imagery and measurement data (12 bit, 16 bit, 32 bit, and so on). Accessing the decoded data is done through the new ALcdMultilevelImage and ALcdBasicImage API. Also please refer to the class javadoc, com.luciad.imaging package javadoc and to the developer's guide for more information on working with multi-band and HDR imagery.

ImprovementLuciadFusion

TLcdGeoTIFFModelEncoder has been adapted to allow encoding of multi-band and HDR imagery. It now also accepts ALcdBasicImage and ALcdMultilevelImage objects, next to ILcdRaster and ILcdMultilevelRaster objects. It can hence be used to encode multi-spectral or HDR imagery and measurement data. This data can also be the result of an applied image filter graph. Please also refer to the class javadoc, com.luciad.imaging package javadoc and to the developer's guide for more information.

ImprovementLuciadFusion

LCD-4763
Improved composite curve creation in Lightspeed. Setting a new curve-type will delete the current curve, and create the new one in its place.

ImprovementLuciadFusion

Support for saving ILcdCircle, ILcdEllipse, ILcdCircleBy3Points and ILcdArc to GeoPackage and LVDB has been added.

ImprovementLuciadFusion

The vertical view now allows retrieving the main profile index of the point located to the left of the cursor.

ImprovementLuciadFusion

ALfnCoverageMetadata.Builder now uses auto-defaults for its properties based on the asset metadata, if this asset metadata is available to the builder. This means that it is no longer required to set all the required properties on the builder. You can set only those properties that you want to set explicitly, and all the others will be set to defaults based on the asset metadata. The asset metadata can be made available to the builder in one of two ways:
  1. By passing an ILfnResourceResolver when constructing the builder. There are two implementations of this interface:
    • ALfnTileStore: resolves resources from a Tile Store.
    • TLfnCollectionResourceMetadataResolver: resolves resources from a collection.
  2. By passing the asset metadata themselves to the builder using ALfnCoverageMetadata.Builder.addAssetInfo(ALfnAssetMetadata, String).
Examples of auto-defaults (non-exhaustive list):
  • A coverage's default ID is a UUID. This actually applies to assets too: you no longer need to set an ID on the ALfnAssetMetadata.Builder.
  • A coverage's default geographic reference is the common geographic reference of the assets. If the assets have no common geographic reference, the default geodetic reference WGS 84 is used (EPSG:4326).
  • A coverage's default bounding box is the union of the asset's bounding boxes.
  • A vector coverage's default data model is a superset of the asset's data models.
If the asset metadata is not available to the builder, the auto-defaults will use constant defaults such as geodetic reference and world bounds. The auto-defaults are active as long as you're updating a builder, but once you've built a coverage metadata the knowledge of whether a property value is an auto-default is lost.

ImprovementLuciadFusion

Support was added for a new tile format "image/tiff" for elevation and multivalued coverages.

ImprovementLuciadFusion

LCD-3261, LCD-4303, LCD-4603
The navigation controllers now navigate around and toward the object that is touched by the mouse. This allows for convenient navigation around tall or airborne objects, such as air tracks.

ImprovementLuciadFusion

When using a Lightspeed view, the default selection style for text and text labels now uses an orange color with a black halo instead of an orange color with the regular halo color. This improves the legibility of the text in cases where a light regular halo color is used.

ImprovementLuciadFusion

The package com.luciad.imaging introduces a new API to perform various image processing operations on raster data. The package defines a new representation for image data (ALcdImage), which supports multi-band and HDR imagery. It also provides a number of operators, such as band select or convolution, which can be applied to images. In GXY views, images can be visualized using the new TLcdGXYImagePainter. In Lightspeed views, TLspRasterLayerBuilder supports the new image types and the new TLspImageFilterStyle can be used to perform image processing on raster layers in a view. Please refer to the package javadoc and to the developer's guide for more information.

ImprovementLuciadFusion

LCD-4836
An appropriate HTTP status code is now set on the response in case of a service exception report: 4xx for client request errors, 5xx for server errors.

ImprovementLuciadFusion

LuciadFusion now supports fusion of floating point elevation values. There are some limitations:
  • The input format needs to support floating point elevation values as well. GeoTIFF is currently the only format that supports this.
  • The new elevation tile format "image/tiff" provides optimal support for floating point values and is the new default. Old clients will not be able to visualize coverages with this new tile format. For backwards compatibility, you need to explicitly set "image/png" as tile format on the coverage.
  • The old "image/png" tile format also provides limited support for decimal values by scaling them. The drawback is that the precision is unpredictable because the scaling depends on the max./min. values which are different in each tile.
  • It may be beneficial to use "image/tiff" even if the input format does not support floating point elevation values: fusion interpolates the values, in which case it makes sense to preserve their floating point nature even if the input values themselves are not floating point.
  • The "image/tiff" tile format can also be used for multivalued data. Even though there is currently no input format that supports floating point multivalued data, it may still be beneficial to use this new tile format to preserve floating point values: fusion interpolates the values, in which case it makes sense to preserve their floating point nature even if the input values themselves are not floating point.

ImprovementLuciadFusion

LCD-5118
The Feature Type Style decoder, TLcdSLDFeatureTypeStyleDecoder, now also supports decoding a Feature Type Style from XML documents that have a Styled Layer Descriptor, Named Layer, User Layer, or User Style as top level element.

ImprovementLuciadFusion

The filtering of vector data during the fusion process can now use SLD. Consult the developer guide, user guide and javadoc of TLfnVectorCoverageMetadata for more information.

ImprovementLuciadFusion

LCD-3578

The creation of a layer for Fusion vector data has been simplified. The classes which are available in the API have been extended to support more use cases by default:

TLfnGXYVectorLayer: used to visualize Fusion vector data in GXY views

  • When the vector coverage for which the layer is created contains SLD feature type styles, the visualization will automatically use those feature type styles for styling (bodies and labels).
  • When the vector coverage for which the layer is created contains VPF data, the visualization will automatically use GeoSym styling.
  • When the vector coverage defines OGC filters, the filters will be respected during the visualization.
  • The layer contains by default a label painter based on the ILcdDataModel of the coverage.

Consult the javadoc of TLfnGXYVectorLayer for more information.

TLspFusionVectorLayerBuilder: used to visualize Fusion vector data in Lightspeed views

  • When the vector coverage for which the layer is created contains SLD feature type styles, those feature type styles define the styling which will be used during the visualization.
  • When the vector coverage for which the layer is created contains VPF data, the visualization will automatically use GeoSym styling.
  • When the vector coverage defines OGC filters, the filters will be respected during the visualization.
  • A label styler is added by default.

Consult the javadoc of TLspFusionVectorLayerBuilder for more information.

ImprovementLuciadFusion

LCD-4282
TLcdScaleFormat now parses plain values as "1 : value" (for example, "25,000" is interpreted as "1:25,000"). It also accepts common decadic multiple suffixes (for example "1 : 25K").

ImprovementLuciadFusion

LCD-5047
ALspAWTView now has a getImage() method, analogous to the one that already existed in TLspOffscreenView, to retrieve a screenshot of the view.

ImprovementLuciadFusion

Added support for PNG in TLcdTFWRasterModelDecoder.

ImprovementLuciadFusion

The EPSG resources are updated to EPSG database v8.4. At the same time, a few EPSG code parsing problems were fixed:
  • Some geocentric references were parsed as geodetic references
  • The datum transformation parameters were improved

ImprovementLuciadFusion

Fusion now supports S-63, the encrypted low-level data format of ECDIS.

ImprovementLuciadFusion

LCD-4980
SLD in Lightspeed views now support the perpendicularOffset property for LineSymbolizers that contain dashed patterns.

ImprovementLuciadFusion

ILcdGXYView#setNumberOfCachedBackgroundLayers: this method will now throw a clear exception when passing a negative number, or a number higher than the number of layers in the view, instead of possibly resulting in a rather meaningless exception later on (e.g. an ArrayIndexOutOfBoundsException).

ImprovementLuciadFusion

Fusion now supports S-57 updates as additional detail, both for tiled and non-tiled coverages. Given an existing S-57 base which was fused into a coverage, you can create a new asset for the S-57 update and add it to that coverage.

ImprovementLuciadFusion

A new, high-performance plot visualization layer was added. It can handle large static point datasets. See the developer's guide or TLspPlotLayerBuilder javadoc for details.

The "lightspeed.plots" sample demonstrates this.

This functionality used to be in the Realtime component and was moved to Lightspeed. The functionality and API are the same.

ImprovementLuciadFusion

The new LIDAR component introduces support to decode LAS files and visualize the point clouds efficiently in a Lightspeed view. For more details, see:
  • The LIDAR Developer's Guide
  • The javadoc of TLcdLASModelDecoder on how to decode .las files
  • The javadoc of TLspLIDARLayerBuilder on how to visualize such data

ImprovementLuciadFusion

Performance improvements for TLspLabelPainter when querying label information and preparing for painting.

ImprovementLuciadFusion

ILcdExpressions created using TLcdExpressionFactory.attribute() now implement equals() and hashCode().

ImprovementLuciadFusion

TLcdCompositeModelDecoder now implements ILcdDataSourceModelDecoder as well.

ImprovementLuciadFusion

LCD-4152
TLcd2DBoundsIndexedModel can now accept an initial bounds that has zero width or height, instead of failing. Keep in mind that for optimal performance, the initial bounds ideally encompass all elements in the model. If this is not possible, it is better not to provide an initial bounds, and use the empty constructor.

ImprovementLuciadFusion

TLcdGeoTIFFModelDecoder and TLcdGeoTIFFModelEncoder now support TIFF images encoded with the BigTIFF variant. The decoder handles both regular GeoTIFF and BigTIFF transparently. The encoder has a new setEncodeBigTIFF() method, which allows the user to choose the encoding format. The encoder.raster.geotiff sample now also has a BigTIFF output option.

ImprovementLuciadFusion

LCD-4385
A new sample (lightspeed.datamodel) now shows the data model of any supported data file.

ImprovementLuciadFusion

LCD-3081
TLspLabelPainter now supports painting non-ASCII characters when using curved path labels.

ImprovementLuciadFusion

LCD-4503
TLspViewBuilder now uses a long instead of an int to specify the size of the view's OpenGL resource cache. This allows caches of more than 2 GB to be used on GPUs that have sufficient memory for this.

ImprovementLuciadFusion

LCD-215, LMAP-5389
TLcdGXYViewFitAction: improved results when fitting on non-bounded models with bounded elements.

ImprovementLuciadFusion

LCD-3625, LCD-4671
TLspLabelEditor now respects the world offset and world rotation offset of the original label. This means that for example path labels stay anchored to their path after moving them.

ImprovementLuciadFusion

LCD-3610
TLspLabelPainter now tries to call the styler as little as possible by passing multiple objects to it. This improves the performance when using a styler that has a large overhead per style call.

ImprovementLuciadFusion

LCD-237, LMAP-4859
The DynamicLonLatGridLayer sample class shows how to dynamically refine a lon lat grid.

ImprovementLuciadFusion

LCD-4402
TLcdEarthGXYRasterPainter now uses a startResolutionFactor of 100 by default instead of infinity. As a result the bounds of the raster may be painted instead of the tiles when zoomed out a lot. This avoids excessive memory usage when visualizing many tile sets or when a tile set has a very large number of tiles at the least detailed level. The latter can for example happen unexpectedly when using an external tile service. You can revert to the old behavior by calling startResolutionFactor(Double.POSITIVE_INFINITY).

ImprovementLuciadFusion

LCD-4051
Added ILcdCurve support for TLcdXYZLine, TLcdXYFloatLine, TLcdLonLatHeightLine.

ImprovementLuciadFusion

LCD-3569
You can now use TLcdLockUtil together with the Java 1.7 try-with-resources idiom. This means that you no longer have to unlock explicitly in a finally block. Example:
      try (TLcdLockUtil.Lock lock = TLcdLockUtil.readLock(model)) {
      Enumeration enumeration = model.elements();
      }
    

ImprovementLuciadFusion

LCD-3974
TLcdDefaultModelModelTransformation, TLcdDefaultModelXYWorldTransformation and TLcdDefaultModelXYZWorldTransformation now have a convenience constructor that takes the source and destination reference as arguments.

ImprovementLuciadFusion

LCD-244, LCD-4583
TLcdGXYMultiFontLabelPainter now extends from TLcdGXYStampLabelPainter. Because of this, it now supports:
  • label editing
  • label halo and pin halo
  • interactive labels
  • labels of labels
  • ...
A bug that caused overly narrow spacing between 2 lines of label text, and left a gap at the bottom of the label, was fixed as well.

ImprovementLuciadFusion

LCD-4284
TLcdUtmMGRSUtil, TLcdUpsMGRSUtil and TLcdMGRSFormat now make it possible to add a separator between the zone designation and the 100km squares designation. See the setZoneSeparator() method.

ImprovementLuciadFusion

LCD-3752
TLcdTransformedHeightProvider is now faster when no height can be found.

ImprovementLuciadFusion

LCD-4473
It is now possible to configure a "Last-Modified" date on a WCS coverage (TLcdCoverageOffering). This information is used to fill in the "Last-Modified" date HTTP header on the response of a GetCoverage and DescribeCoverage request and to support conditional HTTP requests.

ImprovementLuciadFusion

LCD-4473
It is now possible to configure a "Last-Modified" date on a WMS layer (ALcdWMSLayer). This information is used to fill in the "Last-Modified" date HTTP header on the response of a GetMap and GetFeatureInfo request and to support conditional HTTP requests.

ImprovementLuciadFusion

LCD-4472
It is now possible to configure an expiry date on a WCS coverage (TLcdCoverageOffering). This information is used to fill in the "Expires" HTTP header on the response of a GetCoverage and DescribeCoverage request.

Bug fixLuciadFusion

LCD-4359
TLspTouchNavigateController did not work correctly when trying to rotate tilted geocentric views.

Bug fixLuciadFusion

LCD-5283
TLcdDTEDModelDecoder incorrectly accepted folders in its canDecodeSource method.

Bug fixLuciadFusion

LCD-5455
TLspTouchAndHoldActionController: improved touch and hold detection robustness.

Bug fixLuciadFusion

LCD-5418
Improved the networklink update behavior to avoid deadlocks. Model update notifications are now thrown outside of any model locks, so that model listeners can take read-locks on the model safely. This fix also improves networklink updating performance slightly by reducing the size executed code that locks the kml model.

Bug fixLuciadFusion

LCD-5444
To avoid "Timer already cancelled" problems, each Networklink now has its own timer for scheduling updates.

Bug fixLuciadFusion

LCD-5443
For some GeoPackage files, 'TEXT' table columns were mapped to the core 'Character' data type instead of 'String'. This could happen when using Java 1.8.

Bug fixLuciadFusion

LCD-3789
TLspViewXYZWorldTransformation3D.getScale() now returns a value that does not depend on the current reference point (see getReferencePoint()). This fixes a few scale-related issues:
  • The scale icon showed incorrect values when linking the camera to for example a track
  • When using level-of-detail based on the scale, the incorrect detail level was chosen in some cases.
  • The scale was not always updated immediately during navigation.
  • The shape discretization was too fine-grained in some cases.

Bug fixLuciadFusion

LCD-551
Fixed an issue preventing decoding of non-qualified XML elements.

Bug fixLuciadFusion

TLcdGXYMultiFontLabelPainter now throws a property change event when calling the setConsiderPinForBounds() method.

Bug fixLuciadFusion

LCD-5328
The TLcdSLDFeatureTypeStyle#insertRuleAt now correctly shifts rules towards the back of list of rules instead of replacing the rule at that index. For example, if two rules are inserted at position 0, the one that was added first will now be shifted to position 1. Before, the one added first would be replaced with the one added second.

Bug fixLuciadFusion

Fixed artifacts when painting a text label in combination with a semi-transparent halo color or fill color (TLspLabelBoxStyle.Builder#fillColor).

Bug fixLuciadFusion

LCD-5089

The Lightspeed SLD styler, TLspSLDStyler, used the scale at the center of the map to evaluate rules. This has been changed and it now uses the scale at the center of the projection. This scale is constant over the whole view.

The previous behavior would result in unexpected behavior when e.g. using SLD in combination with tiled WMS requests. Part of a feature could be visible on one tile, but hidden on the other tile as the scale varied between those two tiles. This is avoided by using the scale at the center of the projection which does not depend on the current view location.

Bug fixLuciadFusion

LCD-5175
Fixed an issue in plot layers that caused objects to disappear. This happened sometimes when selecting, de-selecting and re-selecting objects.

Bug fixLuciadFusion

LCD-5031
Leading line breaks are now preserved when parsing literal content from SLD documents.

Bug fixLuciadFusion

LCD-4830
Some polar stereographic projections were incorrectly mapped to a stereographic projection when TLcdWKTReferenceParser was used.

Bug fixLuciadFusion

LCD-4654
Moving the mouse over a TLspAWTView no longer schedules label placements.

Bug fixLuciadFusion

LCD-4051
TLcdLonLatFloatPolygon and TLcdLonLatFloatPolyline getLength2D() returned a value in degrees instead of meters.

Bug fixLuciadFusion

LCD-4051
TLcdLonLatPolyline and TLcdLonLatLine's getTangent2D() method now returns correct results for parameters 1 and 0.

Bug fixLuciadFusion

LCD-3717
Improved the precision when transforming bounds to a grid reference in some cases.

Bug fixLuciadFusion

LCD-2689, LCD-3456
Lon lat polygons or polylines no longer return bounds that are smaller than expected.

Upgrade considerationLuciadFusion

LCD-5377
You can now register an ILcdViewInvalidationListener to TLspAWTView, TLspSwingView, and TLspOffscreenView. To enable this, two new methods were added to ILspView:
  • addViewInvalidationListener
  • removeViewInvalidationListener
View invalidation listeners can be used to get notified whenever the view has been invalidated.

Upgrade considerationLuciadFusion

ILfnResourceMetadataResolver: the signature of the method getResourceMetadata has changed.
  • It now declares to throw IOException and TLfnServiceException.
  • It returns a generic type argument allowing the user to omit a cast.
These changes make the method signature compatible with the same method on ALfnTileStore, so that ALfnTileStore can now implement ILfnResourceMetadataResolver. Decorator implementations of ILfnResourceMetadataResolver will need to throw on these exceptions. Callers of this method will need to be adjusted to deal with the exceptions. A typical handling will be to ignore or to log the exceptions and treat them the same way as if the call would have returned null.

Upgrade considerationLuciadFusion

The ILspLabelStyler interface was removed. This interface served no purpose, and using it could lead to incorrectly working code. Instead of using ILspLabelStyler, ALspLabelStyler can still be used without changes, or ILspStyler can be used directly by casting the style collector passed in the style() method to ALspLabelStyleCollector. For more information on label styling and examples, see ILspStyler or ALspLabelStyleCollector class doc.

Upgrade considerationLuciadFusion

LCD-4768
To prevent incorrect usage, TLcdModelXYWorldTransformation and TLcdModelXYZWorldTransformation were deprecated and replaced by the TLcdIdentityModelXYWorldTransformation and TLcdIdentityModelXYZWorldTransformation classes.

Upgrade considerationLuciadFusion

The TLcdWMTSLayer.hasCompatibleTileStructure method has been removed. The updated decoder now supports all tile structures. Previously it only supported quad tree tile structures. You can use the new isTileStructureQuadTree method to query if a TLcdWMTSLayer has a quad-tree tile structure. In other words this new method behaves exactly like hasCompatibleTileStructure did in older versions.

Upgrade considerationLuciadFusion

LCD-5089
TLspScaleIndicator: the scale indicator now uses the scale at the center of the projection by default instead of the scale at the center of the map. Consult the javadoc of TLspScaleIndicator#setScaleAtCenterOfMap for more information.

Upgrade considerationLuciadFusion

LCD-5089
TLcdGXYScaleIndicator: the scale indicator now uses the scale at the center of the projection by default instead of the scale at the center of the map. Consult the javadoc of TLcdGXYScaleIndicator#setScaleAtCenterOfMap for more information.

Upgrade considerationLuciadFusion

LCD-5133
The TLcdGXYCompositeViewLabelPlacer#getGroupID(...) method now also takes a view as argument. Code extending from this method can be fixed by adding an ILcdGXYView parameter to the method signature.

Upgrade considerationLuciadFusion

LCD-4200
The capabilities class ALcdWMSCapabilities and its default implementation TLcdWMSCapabilities now implement ILcdCloneable, providing a public clone() method to create a copy of an instance. Additionally, TLcdWMSCapabilities now has a copy constructor that allows to create a new TLcdWMSCapabilities instance based on a given ALcdWMSCapabilities instance.

Custom implementations of ALcdWMSCapabilities or extensions of TLcdWMSCapabilities are recommended to override the clone() method and implement proper behavior for the custom implementation / extension - i.e., take into account potential custom properties or delegate in case of a wrapper implementation.

Upgrade considerationLuciadFusion

TLcdWeakIdentityHashMap no longer extends AbstractMap. This should not affect the use of this class.

Upgrade considerationLuciadFusion

LCD-3634

TLpsFusionVectorLayerBuilder: you can now set any ILspStyler on the builder, without triggering tile loading of the most detailed level.

Prior to this release, you had to make sure that the ILspStyler which was set used a TLspFusionGeometryProvider. If this was forgotten, you would probably trigger the loading of the most detailed tiles, even when visualizing tiles at a less detailed level.

The TLpsFusionVectorLayerBuilder will now automatically ensure that the ILspStyler works with the correct geometries. Consult the class javadoc of TLpsFusionVectorLayerBuilder for more information.

This improvement has two consequences:

  • The ILspStyler which is returned by the ILspInteractivePaintableLayer#getStyler method of the created layer will no longer be the styler which was set on the builder.
  • If your ILspStyler uses an ALspStyleTargetProvider, this style target provider will no longer receive the domain objects as it was previously the case. It will receive the geometries specific to a tile instead. Consult the class javadoc of TLpsFusionVectorLayerBuilder for more information.

Upgrade considerationLuciadFusion

Coverages which were fused with asset sources in Tile Store using V2013.1 are incompatible with V2014.0.
  • The WMS server will fail on non-tiled coverages with an error on the console "Could not create model decoder for asset". WMS clients will not display anything for WMS layers corresponding to such coverages.
  • The WMS GetFeatureInfo requests will fail with a similar error on non-tiled coverages or coverages with asset sources in Tile Store. WMS clients will not display any feature info for WMS layers corresponding to such coverages.
You'll have to remove and recreate those coverages from their original input data.

Upgrade considerationLuciadFusion

With the introduction of support for non-quadtree tile matrix sets, it is no longer guaranteed that WMTS models (created via TLcdWMTSModelDecoder) contain an ILcdEarthTileSet domain object. If a layer's tile structure is not a quadtree, the created domain object (via TLcdWMTSModelDecoder) is an extension of ALcdMultilevelImageMosaic. In this case you can no longer explicitly cast the domain object to an ILcdEarthTileSet as before. If the tile structure is a quadtree, the created domain object can be casted to both ILcdEarthTileSet and ALcdMultilevelImageMosaic.

Upgrade considerationLuciadFusion

For version 2014.0, all LuciadMap customers with the appropriate maintenance contract are upgraded to LuciadLightspeed LM. This is the same product as LuciadLightspeed, but with the hardware-accelerated components disabled. With LuciadLightspeed LM, you cannot instantiate any ILspView implementation, nor use any functionality that uses such a view.

LuciadMap customers upgrading from LuciadMap 2012 or 2013 to LuciadLightspeed LM can find the release notes that are relevant to them here.

LuciadLightspeed LM is only available for customers who bought LuciadMap in the past.

Upgrade considerationLuciadFusion

The lookup table classes used for color filtering have been migrated to the new image processing API. As a consequence the following classes have been renamed:
  • com.luciad.view.lightspeed.style.imagefilter.ALspColorLookupTable to com.luciad.imaging.operator.util.ALcdColorLookupTable
  • com.luciad.view.lightspeed.style.imagefilter.TLspColorLookupTable to com.luciad.imaging.operator.util.TLcdColorLookupTable
  • com.luciad.view.lightspeed.style.imagefilter.TLspComponentColorLookupTable to com.luciad.imaging.operator.util.TLcdComponentColorLookupTable
  • com.luciad.view.lightspeed.style.imagefilter.TLspLookupTable to com.luciad.imaging.operator.util.TLcdLookupTable
The TLspColorLookupTableFilterStyle is still available but you are strongly advised to use the more general TLspImageFilterStyle instead. You can easily convert the lookup table style to an equivalent image filter by chaining TLcdColorLookup operators.

Upgrade considerationLuciadFusion

V2013.1 Tile Stores which already contain coverages with asset sources in Tile Store are not compatible with V2014.0. Opening them will succeed, but the asset sources in Tile Store will appear absent. When upgrading a server from V2013.1 to V2014.0, you need to re-fuse those coverages with asset sources in Tile Store. Any lingering files will not be removed from the server.

Upgrade considerationLuciadFusion

AssetParts now always belong to a parent asset metadata, to which they now have a reference. They can no longer be created as stand-alone instances. The constructors of RasterAssetPart and VectorAssetPart have been removed. As a result, users of any of these constructors will get compile errors which can be fixed by using either AssetPart.Builders or one of the methods addAssetPart or setAssetPart on TLfnRasterAssetMetadata.Builder or TLfnVectorAssetMetadata.Builder.

The AssetPart.Builders can be created using the method ALfnAssetMetadata.Builder.newAssetPart(). When the asset metadata is built, its asset parts will have a reference to it.

There are convenience methods TLfnRaster/VectorAssetMetadata.Builder.addAssetPart and setAssetPart, with which you can immediately add an asset part with its relevant parameters without the need to create a builder.

ALfnAssetMetadata.Builder.getAssetParts has been replaced with ALfnAssetMetadata.Builder.getAssetPartBuilders. This method allows you to inspect the properties of the asset parts being built, without the need to build the asset metadata just yet.

2013.1

2013.1.48

Bug fixLuciadFusion

LCD-5425
TLspRasterLayer: fixed a potential NPE when looking to a raster at a very low angle.

Bug fixLuciadFusion

LCD-5423
Calling dipose on a TLcdKML22RenderableModel will now cancel pending tasks (such as networklink updates) more thoroughly.

Bug fixLuciadFusion

LCD-5392
The 3-parameter constructor of TLcdSLDNamedLayer no longer throws an IllegalArgumentException when all three arguments are indeed valid.

Bug fixLuciadFusion

LCD-5417
Added support for the TLcdSimpleRectangular projection in TLcdWKTReferenceFormatter. This projection is encoded in the same way as TLcdEquidistantCylindrical to ensure compatibility with other systems.

Bug fixLuciadFusion

LCD-5209
Added a workaround for an Intel OpenGL driver bug that could lead to out-of-memory exceptions when frequently resizing a window containing a Lightspeed view.

2013.1.47

ImprovementLuciadFusion

LCD-5403, LCD-5404, LCD-4933
We have improved the way Networklinks are handled in KML. This is a general performance improvement for all Networklink-based KML files, especially the so called "super-overlays". (KML files where networklinks refer to a multi-level node of small GroundOverlays). This improvement also makes sure that Networklinks that become invisible, cancel their pending updates.

ImprovementLuciadFusion

The model content tree sample code is now less prone to keeping hard references to KML resources, meaning that its resources are cleaned up better after KML layers are no longer in the view.

ImprovementLuciadFusion

LCD-5377
You can now register an ILcdViewInvalidationListener to TLspAWTView, TLspSwingView, and TLspOffscreenView. Invalidation listeners can be used to get notified of view invalidation events.

Bug fixLuciadFusion

LCD-5409
Possible NPE when ending interaction with an interactive label (TLspInteractiveLabelsController) and throwing model changes at the same time.

Bug fixLuciadFusion

LCD-5402
Fixed NullPointerException that could occur on models without a region filter.

Bug fixLuciadFusion

LCD-5401
Fixed NullPointerException that could occur when trying to fit on a model node without any elements.

Bug fixLuciadFusion

LCD-5400
Fixed NullPointerException in a lightspeed view for KML that would occur when loading a Networklink was loaded "onRegion", but without a level-of-detail element. These regions are now active by default.

Bug fixLuciadFusion

LCD-5375
TLspSelectController could delegate 2 mouse pressed events to the next controller in the chain when dragging the mouse.

2013.1.46

ImprovementLuciadFusion

LF-627
The WMTS server's capabilities now skip coverages with missing assets rather than failing upon them.

Bug fixLuciadFusion

LF-626
Server startup now skips bad resources rather failing upon them.

Bug fixLuciadFusion

LF-626
When opening a TLfnFileSystemTileStore, bad resources are now skipped rather than failed upon.

Bug fixLuciadFusion

LCD-5389
Fixed NullPointerException that could occur when not setting a TLcdKML22Parameters object on a TLcdKML22DynamicModel, and using it in dynamic context for view-based data retrieval.

Bug fixLuciadFusion

LCD-5387
Resolved problem that caused Networklink to stop functioning after double clicking on a node in the model content tree that did not contain an AbstractView element.

Bug fixLuciadFusion

LCD-5384
Fixed a bug in the deploy_wcs script so that it now correctly includes the license.

Bug fixLuciadFusion

LCD-5381
TLfnFileSystemTileStore now keeps a strong reference to the ALfnEnvironment. This fixes a bug causing RejectedExecutionExceptions when the environment is garbage collected and finalized while it was still being used by the Tile Store.

Bug fixLuciadFusion

LCD-5354
TLcdGML31Vector/TLcdGML31DirectPosition/TLcdGML32DirectPosition inconsistently handled coordinates of model references with inverted axes.

2013.1.45

ImprovementLuciadFusion

LCD-5366
TLcdGXYCirclePainter/TLcdGXYEllipsePainter: improved the visualization of some cartesian-like circles.

ImprovementLuciadFusion

LF-623
Added support for fusion of multivalued coverages with odd tile dimensions.

ImprovementLuciadFusion

LCD-5121
Improved decoding of coordinates elements where 2D and 3D coordinates are mixed in a single coordinate string.

ImprovementLuciadFusion

LCD-5356
The WMS client now better copes with WMS servers that do not respect the version negotiation process. In case of issues when requesting capabilities in version 1.3.0 (e.g., a service exception report encoded as XML or as image), the client will automatically switch to 1.1.1.

ImprovementLuciadFusion

LCD-5353
TLspCreateController now only clears the existing selection when the object to create is committed.

Bug fixLuciadFusion

LCD-5364
Fixed a ClassCastException when accessing a TLcdGML2Box backed by a list of TLcdGML2Coord instances.

Bug fixLuciadFusion

LCD-5192
In some cases, grid labels would temporarily disappear.

Bug fixLuciadFusion

LCD-5259
ALspSwingLabelStyler now throws a style change event when ALspInteractiveLabelProvider throws an interactive labels change event. This means that for example the label frame (TLspLabelBoxStyle) is now correctly updated when the size of the interactive label changes.

Bug fixLuciadFusion

LCD-5360
Fixed issue in sample code of "DataModelTreeModel" class. The functionality of this class has been changed to make sure that infinite recursions due to complex super-types are avoided.

Bug fixLuciadFusion

LCD-5325
Fixed the internal auto-detection mechanism to determine the correct axis order for the EPSG:4326 (WGS 84) reference in case of a WMS 1.3.0 server; it did not work correctly yet for parent layers that did not advertise EPSG:4326 BoundingBox information.

Bug fixLuciadFusion

LCD-5355
Selection of labels with a parent label did not work correctly when using a TLspViewDisplacementStyle.

Bug fixLuciadFusion

LCD-5249
When using a TLspViewDisplacementStyle for labels, the pins did not follow the labels correctly when tilting the view.

Bug fixLuciadFusion

LCD-5086
When painting labels with a semi-transparent halo color using the convolution halo algorithm, artifacts could be visible in some cases.

Bug fixLuciadFusion

LCD-5091
When using SLD on a Lightspeed view, the opacity of the fill and halo colors of the text symbolizer was not taken into account.

2013.1.44

ImprovementLuciadFusion

LCD-5226
It is now possible to place lon lat grid labels to the right or above the grid line (and also to the left or below). See TLspLonLatGridStyler.Position#RIGHT (and Position#LEFT).

Bug fixLuciadFusion

TLspPanController: fixed a possible NPE when terminating the controller during a pan.

Bug fixLuciadFusion

LCD-5342
Fixed NullPointerException when using the TLspLonLatHeightBufferEditor for creating non TLcdLonLatHeightBuffer instances.

Bug fixLuciadFusion

LCD-5335
Subtract constant from projection number of MapInfo files if necessary.

Bug fixLuciadFusion

LCD-5329
Fixed issue with balloon positioning in a 3D Lightspeed view with altitude exaggeration.

Bug fixLuciadFusion

LCD-5255
TLcdSLDFeatureTypeStyle no longer throws an IndexOutOfBoundsException when calling #insertRuleAt with an index of 0. Previously, that exception would be thrown when its ruleCount was 0.

Bug fixLuciadFusion

LCD-5327
Prevented an IllegalArgumentException when you have a polyline (or other pointlist) with a TLspIconStyle in your model with 0 points.

2013.1.43

ImprovementLuciadFusion

LCD-5319
TLcdGXYViewBufferedImage#setPaintExecutorService now allows combining asynchronous painting and labeling without having to rely on the Event Dispatch Thread (EDT).

ImprovementLuciadFusion

LF-391
Fusion no longer copies files smaller than 250 MiB to the system's temporary folder before fusing them. This eliminates cluttering of the temporary folder with luciad_fusion_staging* folders.

Bug fixLuciadFusion

LCD-5308
The sample class CachingResourceMetadataResolver now correctly treats a capacity of -1 as unlimited capacity.

Bug fixLuciadFusion

LCD-5303
TLcdArcInfoASCIIGridModelDecoder did not decode files with leading spaces in the header lines or first non-header line correctly. This has been fixed.

Bug fixLuciadFusion

LCD-5304
TLcdVVJPanel no longer shows a resize cursor if the model is not editable.

Bug fixLuciadFusion

LF-587
The bounding box of the LuciadFusion WMS root layer is now the union of the bounding boxes of the child layers, rather than the whole world. If there are no child layers, the bounding box is the whole world.

2013.1.42

Bug fixLuciadFusion

LCD-5306
Fix array index out of bounds exception when encoding to LRDB.

Bug fixLuciadFusion

LCD-5311
Fixed problem for KML in Lightspeed views where an href to an icon would be an empty string.

2013.1.41

ImprovementLuciadFusion

LCD-5299
Lightspeed KML no longer creates linestyles if the line width is defined as 0. This is a performance optimization.

ImprovementLuciadFusion

LCD-5298
Removed the unused sample class BlockingQueryHandler. Use QueryHandler instead.

ImprovementLuciadFusion

LCD-5220
The WMTS client has been made more flexible to support WMTS servers that provide XML capabilities that are not fully compliant against the OGC WMTS 1.0 XML Schema. More specifically, a correct order of XML elements is now no longer required.

ImprovementLuciadFusion

LCD-5278
TLspBalloonManager did not paint its arrow correctly in a TLspSwingView.

ImprovementLuciadFusion

LCD-5272
ALcdBalloonManager now updates the balloon content if the current balloon descriptor changes.

2013.1.40

ImprovementLuciadFusion

LCD-5207
TLcdCADRGDirectoryModelDecoder used to significantly slow down code that uses the services mechanism to decode files. It is not registered as an ILcdModelDecoder service anymore.

ImprovementLuciadFusion

LCD-5169
The longitude range of the WGS 84 bounds advertised in the WMS capabilities are now always normalized to fit into the [-180, 180] range. Although not required by the WMS standard, it improves this interoperability with 3rd party WMS clients.

Bug fixLuciadFusion

LCD-5277
The sqlite3_run.sh scripts referred to the wrong binary executable name.

Bug fixLuciadFusion

LCD-5256
TLspShapeDiscretizer now ignores shapes that contain NaN values as one of their coordinates.

Bug fixLuciadFusion

LCD-5248
When using a TLspLabelBoxStyle in combination with interactive labels (TLspInteractiveLabelsController), the frame position was incorrect.

Bug fixLuciadFusion

LCD-5250
TLspInteractiveLabelsController sometimes updated the interactive label component on a thread other than the Event Dispatch thread.

Bug fixLuciadFusion

LCD-5208, LCD-5239
TLspComplexStrokedLineStyle: small performance improvement when using the same style for more than one object. A computationally expensive initialization is no longer performed more than once for objects moving in and out of the view.

Bug fixLuciadFusion

LCD-5236
When transforming from geodetic to grid, the resulting bounds were too small in some cases when the geodetic bounds cross the date line.

Bug fixLuciadFusion

LCD-5227
TLfnTileStoreModelDecoder now throws an appropriate IOException when a coverage has an unsupported tile format, or when a coverage is not found.

2013.1.39

Bug fixLuciadFusion

LCD-5214
TLcdGXYIconPainter#edit would try to snap icons when simply clicking on them.

Bug fixLuciadFusion

LF-586
When aligning a coverage's raster to a single input asset's raster to preserve the exact input values, there was a bug due to which this scheme not always worked as expected. As a result, the exact input values were not always preserved and the coverage's disk usage was 4x bigger than necessary. This bug has now been fixed.

Bug fixLuciadFusion

LF-585
Fixed a bug in the computation of the optimal scale denominator corresponding to a vector coverage's levels.

2013.1.37

ImprovementLuciadFusion

LCD-5176
TLspPanController now has a slightly smoother pan behavior.

Bug fixLuciadFusion

LCD-4953
Fixed an issue that caused problems with Networklinks linking directly to GroundOverlay elements.

Bug fixLuciadFusion

LCD-5183
Fixed an internal exception with creation of polylines in a Lightspeed view when pressing the backspace key to go back a step.

Bug fixLuciadFusion

LCD-5172
Fixed incorrect orientation of icons when using TLspIconStyle and painting in view coordinates.

2013.1.35

Bug fixLuciadFusion

LCD-5159
When using a Text Symbolizer using point label placement, the 'AnchorPointY' value was incorrectly interpreted when used in a Lightspeed view. For example, when using an anchor point of (0.5, 0.5), the label was not centered on the point object.

Bug fixLuciadFusion

LCD-4988
TLspComplexStrokedLineStyle: using ALspComplexStroke#wave() with a relative length (WaveBuilder#lengthRelative()) produced incorrectly shaped waves.

Bug fixLuciadFusion

LCD-5149
TLcdGXYBoundsPainter: fixed a regression caused by the fix in LCD-4711.

Bug fixLuciadFusion

LCD-5145
Round-trip transformations using a grid reference with a TLcdRPCProjection did not always produce consistent results. In particular, TLcdRPCProjection.world2lonlatOnSphereSFCT() did not take the height into account.

Bug fixLuciadFusion

LCD-5144
Encoding and decoding a grid reference using TLcdRPCProjection did not work correctly.

2013.1.34

Bug fixLuciadFusion

Fixed a bug that prevented TLspOffscreenView from doing GL context sharing with an external ILcdGLDrawable.

Bug fixLuciadFusion

LCD-5103
Fixed a bug in the handling of TLsp3DIconStyles with transparency.

Bug fixLuciadFusion

ALcdAnimationManager now uses a daemon thread for its timing logic.

Bug fixLuciadFusion

LCD-5129
The label placement performance was bad when using TLspOnPathLabelingAlgorithm, TLspInPathLabelingAlgorithm or TLspCurvedPathLabelingAlgorithm on a non-culled layer, and when using a world reference with a projection that doesn't cover the entire world.

2013.1.32

Bug fixLuciadFusion

LCD-5100
The GeoPackage decoder can now handle empty files and files with empty tables.

Bug fixLuciadFusion

LCD-5123
Cloning of ILcdDataObjects with a property that has collection type MAP failed. This is now resolved.

2013.1.31

ImprovementLuciadFusion

LCD-4968
ALcdScaleIndicator now allows customizing the distance shown in the scale indicator.

ImprovementLuciadFusion

TLcdDistanceFormat now allows setting a minimum and maximum fraction digit count.

ImprovementLuciadFusion

LCD-5022
TLspLonLatGridStyler now allows its labels to be oriented horizontally instead of following the orientation of the grid lines. This can be configured using TLspLonLatGridStyler#setOrientation().

ImprovementLuciadFusion

LCD-5037
TLcdGXYZoomWheelController now supports snapping to zoom levels provided by the data by holding the control key.

Bug fixLuciadFusion

LCD-5116
TLcdWKTReferenceParser would throw a ParseException when parsing a WKT string using 'Stereographic_North_Pole' as projection.

Bug fixLuciadFusion

LCD-4718
In some cases, large icons that were down-scaled in the style could not be selected.

Bug fixLuciadFusion

LCD-5109
Resolved issue where decoding gzipped data files could result in decoding errors.

Bug fixLuciadFusion

LCD-2280
The labels of a lon-lat grid are now at the edge of the view as much as possible, even when changing the projection center.

Bug fixLuciadFusion

LCD-5098
TLcdGXYLspAsynchronousLayerWrapper: in some cases, the ILcdGXYLayer was not visible if Lightspeed rendering was not supported.

Bug fixLuciadFusion

LCD-5078
Improved handling of large files in TLcdDEMModelDecoder.

Bug fixLuciadFusion

The OSGi bundles created by the make_osgi_bundles script now always follow the JAR specification to the letter. More specifically, the META-INF/ and META-INF/MANIFEST.MF will now be the first zip-entries in the jar file. Some OSGi runtimes, such as Apache Karaf, require this.

Bug fixLuciadFusion

LCD-5115
TLcdGeoTIFFModelDecoder no longer decodes some pixels incorrectly.

2013.1.30

Bug fixLuciadFusion

LCD-5080
TLspRasterLayer: data in a cartesian reference could disappear when panning near the 180 degree meridian in a 3D view.

Bug fixLuciadFusion

LCD-5079
Fixed an issue with adding new points to a pointlist in a view with a non-georeferenced world reference, and editing it with a TLsp2DPointListEditor.

2013.1.29

ImprovementLuciadFusion

LCD-5068
When printing a GXY view, selection is now also printed.

Bug fixLuciadFusion

LCD-5069
Creating an ellipsoid with parameters different than the WGS 1984 parameters, and not explicitly specifying a name, could still result in an ellipsoid with the WGS 1984 name. This could cause problems when formatting a geo reference using this ellipsoid, and re-parsing the result.

Bug fixLuciadFusion

LCD-5057
The SHP decoder now correctly decodes files containing non-closed polygons.

Bug fixLuciadFusion

LCD-4963
WKT parser now ignores the unsupported EXTENSION block instead of failing to decode the string.

2013.1.28

ImprovementLuciadFusion

The EPSG code 2056 is now supported by default.

Bug fixLuciadFusion

LCD-5064
In some cases, data using TLcdObliqueMercator was incorrectly oriented. This was for example the case when displaying data that uses EPSG reference code 2056.

Bug fixLuciadFusion

LF-572
Fixed a bug in remote fusion causing occasional warnings "Non-empty staging directory detected in finalize()".

2013.1.27

Bug fixLuciadFusion

LCD-5062
Labels depending on other labels in a different paint representation were often not updated correctly during label editing.

Bug fixLuciadFusion

LCD-5059
TLspEditController.getMultiObjectHandles() could incorrectly return multi-object handles, even when none were needed. Also, TLspMultiObjectTranslationHandle now correctly handles custom paint representations which are used to paint labels.

Bug fixLuciadFusion

LF-569
Fixed a number of bugs when cancelling the Futures of remote engines created by TLfnLFSEngineFactory.

Bug fixLuciadFusion

LCD-5049
Improved handling of DTED data sets where file names use mixed upper and lower casing in TLcdDMEDModelDecoder and TLcdDTEDDirectoryModelDecoder.

2013.1.26

ImprovementLuciadFusion

LCD-4951
The XML binding framework now supports anonymous list item types.

Bug fixLuciadFusion

LCD-5041
Some EPSG grid references using an oblique Mercator projection (for example EPSG:2056) incorrectly transformed points.

Bug fixLuciadFusion

TLcdWKTReferenceParser could return model references containing an incorrect ellipsoid when the 'inverse flattening' value in the WKT string is 0.

2013.1.25

ImprovementLuciadFusion

TLcdISO19115Code now has an additional 'type' property, which is required to support for XML-Java-XML roundtripping of ISO metadata.

Bug fixLuciadFusion

LCD-5013
Polylines were drawn as filled polygons in GeoJson decoder sample.

Bug fixLuciadFusion

LCD-5023
Fixed possible exception when opening a GeoPackage file in a Lightspeed view.

Bug fixLuciadFusion

LCD-5021
Fixed an overflow bug which caused SHP files larger than 1 GiB to be fused incorrectly.

Bug fixLuciadFusion

LCD-5021
Fixed an overflow bug in TLcdSHPTiler so that now SHP files larger than 1 GiB can also be tiled.

Bug fixLuciadFusion

If one ILspController would set another controller on the view in its startInteraction method, its layers would not be correctly unregistered.

Bug fixLuciadFusion

LCD-4480
The XML decoding and encoding in TLcdISO19139MetadataDecoder and TLcdISO19139MetadataEncoder have been improved: full roundtripping from XML to Java and back to XML is now possible without information loss.

2013.1.24

ImprovementLuciadFusion

LF-568
Fusion's SHP format now allows setting the character set on the model decoder. To set the character set, one must

ImprovementLuciadFusion

LCD-4842
Improved flexibility of decoding of coordinates. If the coordinates can not be parsed, the shape will resort to a default location, to allow the rest of the file to be decoded.

ImprovementLuciadFusion

ILcdGLDrawableFactory now includes a new method createExternalGLDrawable(), which allows creating an ILcdGLDrawable that is associated with an externally supplied OpenGL context. Combined with OpenGL context sharing, this feature unlocks various integration scenarios between Lightspeed views and, for instance, native windowing toolkits.

ImprovementLuciadFusion

LCD-4985
TLspNavigationControlsBuilder now has a new method #compassAndPanNavigationControl to create a compass and pan navigation control that are combined in 2D mode.

ImprovementLuciadFusion

LCD-4949
LuciadFusion environments created by ALfnEnvironment.newInstance(), ALfnClientEnvironment.newInstance() or ALfnEngineEnvironment.newInstance() are now automatically closed in finalize(). This helps to avoid resource leaks. Because there is no guarantee when the finalizer will be called, it is still recommended to close them explicitly.

ImprovementLuciadFusion

LCD-4928
Improved flexibility when dealing with namespace problems with commonly used schemas in kml: missing namespace declaration for common prefixes and unavailable remote schemas. This includes robustness when dealing with atom, xsi and gx.

Bug fixLuciadFusion

LCD-4967
ALcdBalloonManager now picks up balloon content changes better.

Bug fixLuciadFusion

LCD-5014
Fixed a bug which could cause the Tile Store to become inconsistent when frequently adding/removing a coverage with the same ID.

Bug fixLuciadFusion

LCD-5012
The shape painter could paint certain ILcdText objects incorrectly scaled and outside the ILcdText bounds.

Bug fixLuciadFusion

LCD-4843
Fixed issue with rotated icons in a GXY view. Rotation now happens in the painter instead of the icon. This implies that retrieving an icon from the KML icon provider no longer rotates the icon.

Bug fixLuciadFusion

LCD-5005
When parsing an invalid String, TLcdUTMUtil/TLcdUPSUtil could throw a StringIndexOutOfBoundsException instead of a ParseException when no coordinate separator is used.

Bug fixLuciadFusion

LF-325
A bug was fixed when cancelling the fusion engine which caused Future.cancel() to return an unreliable value. More specifically, it could cause Future.cancel() to return 'false' when it should have been 'true'.

Bug fixLuciadFusion

LCD-4999
TLcdMercator.loadProperties() and TLcdMercator.writePropertiesSFCT did not take the true scale latitude into account.

Bug fixLuciadFusion

LCD-4996
Prevented a NullPointerException when using certain Look and Feel implementations.

Bug fixLuciadFusion

LCD-4990
Fixed a NullPointerException when accessing TLcdGMLApplicationModelDecoder#canDecodeSource.

Bug fixLuciadFusion

LCD-4971
The TLcdSHPModelDecoder parsed floating point numbers as Float, which sometimes resulted in precision loss. The decoder can now be configured with setParseFloatAsDouble to use Double instead, thereby decreasing the precision loss.

2013.1.23

ImprovementLuciadFusion

GML decoding speed has been considerably improved for certain geodetic models.

ImprovementLuciadFusion

LCD-4745
Decoding a model of a coverage from a Tile Store has now become a lot easier:
  1. Create a TLfnTileStoreModelDecoder instance using the default constructor. It uses default internal resources.
  2. Decode an ALfnTileStore using tileStoreModelDecoder.canDecodeTileStore(sourceName) and decodeTileStore(sourceName).
  3. Get the Tile Store's list of coverage IDs using tileStore.getCoverageIDs().
  4. Decode an ALfnTileStoreModel for any coverage using tileStoreModelDecoder.decode(tileStore, coverageId).

ImprovementLuciadFusion

LCD-4949
LuciadFusion environments created by ALfnEnvironment.newInstance() and ALfnClientEnvironment.newInstance() are now automatically closed in finalize(). This helps to avoid resource leaks. Because there is no guarantee when the finalizer will be called, it is still recommended to close them explicitly.

ImprovementLuciadFusion

LCD-4872
TLcdVVTerrainModel: considerably improved the efficiency when working with very large pointlists.

Bug fixLuciadFusion

In some cases, an ArrayIndexOutOfBoundsException could be thrown when trying to access a GML point with an empty position.

Bug fixLuciadFusion

LCD-4972
Fixed artifacts that could occur when painting a tile set in a 3D view. The issue only occurred with layers whose type is set to interactive and some a grid reference as model reference that does not cover the earth's surface completely.

Bug fixLuciadFusion

LCD-4978
The equals() and hashcode() methods of TLcdMercator and TLcdPseudoMercator did not produce correct results when modifying certain parameters.

Bug fixLuciadFusion

LCD-4976
Fixed an error in the implementation of TLspOffscreenView#resize().

Bug fixLuciadFusion

LCD-4071
GML model decoding now better supports a mismatch between srsDimension and srsName.

Bug fixLuciadFusion

LCD-4817
Some parts of the grid could disappear right of the date line. This problem was caused by the fix for LCD-3529.

2013.1.22

Bug fixLuciadFusion

LCD-4947
TLspComplexStrokedLineStyle was not applied correctly to vertical edges, for example edges of extruded shapes.

2013.1.21

ImprovementLuciadFusion

LCD-4917
TLfnTileStoreModelDecoder can now decode tile-store.xml files as well. The file chooser of the fusion client samples now include tile-store.xml files by default.

Bug fixLuciadFusion

LCD-4937
TLspViewNavigationUtil: fixed an issue when fitting on geodetic bounds crossing the date line.

Bug fixLuciadFusion

LCD-4934
The tolerance for scale denominators used when verifying if a tile matrix set is a strict power-of-two pyramid was increased. This was necessary to accept some ArcGIS tile matrix sets that have scale denominators that are conceptually always divided by two, but have relatively large rounding errors.

Bug fixLuciadFusion

LCD-4874
The TLcdMIFModelEncoder drops features which are not a primitive type. The header was not correctly adjusted, resulting in a corrupt file. The header is now correctly adjusted when features are dropped.

Bug fixLuciadFusion

LCD-1171
Fixed incorrect encoding of TLcdMIFRegion in TLcdMIFModelEncoder

Bug fixLuciadFusion

LCD-4841
The calculation of the "Expires" HTTP header did not take into account the children of the requested layers.

2013.1.20

Bug fixLuciadFusion

LCD-4881
Labels that are smaller than 1 pixel are now no longer painted as a small dot.

Bug fixLuciadFusion

LCD-4880
Fixed problem where the KML label painter would use the highlight style instead of the normal style state for painting labels, even when their placemarks are not selected.

2013.1.19

Bug fixLuciadFusion

LCD-4875
The data model of MapInfo incorrectly declared the type of DateTime fields as String, this is now corrected to the Calendar type. Smallint fields were incorrectly read as Integer objects, which is now corrected to Short.

Bug fixLuciadFusion

LCD-4870
Fixed a rare NPE that could happen when querying the terrain or an image projection layer while nothing is visible.

Bug fixLuciadFusion

LCD-4868
TLspRasterLayer.query could sometimes return a TLspRasterWorldTouchInfo with an incorrect model point.

Bug fixLuciadFusion

LCD-4866
TLspFillStyle now allows enabling and disabling linear texture filtering (if a texture is present), using the builder's textureInterpolationType() method.

Bug fixLuciadFusion

LCD-4865
Improved robustness of the default raster styler for elevation data with more than 16 bits.

Bug fixLuciadFusion

LCD-4479
Abstract features no longer consider their envelope as part of their geometry, so they no longer expose it in their ILcdShapeList methods. However, abstract features without geometry still use the envelope to calculate their bounds and focus point.

Bug fixLuciadFusion

LCD-4861
TLcdSHPDataTypes now correctly maps multi points on ILcdPolypoint interface.

2013.1.18

Bug fixLuciadFusion

LCD-4337
TLspZoomController: fixed a bug in CTRL-zoom which prevented snapping to the least detailed of the two levels for layers with exactly two zoom levels.

2013.1.17

ImprovementLuciadFusion

LF-564
Fusion now supports ILcdPolypoints, also known as multi-points. More specifically, fusion now supports SHP files containing multi-points.

ImprovementLuciadFusion

LCD-4852
DateTime fields are now supported when decoding MAP files.

ImprovementLuciadFusion

LCD-4747
TLcdMAPModelDecoder now logs warnings for exceptions that occur during decoding of the TAB file.

ImprovementLuciadFusion

LF-160
The scale estimation for some vector formats such as SHP has been improved so that it no longer blocks the UI when adding an asset to the Tile Store.

ImprovementLuciadFusion

LF-362
The fusion WFS server now supports multiple feature types per coverage. Each of a coverage's non-core data types now corresponds to a WFS feature type, where the feature type name is a combination of the coverage ID and the data type name.

ImprovementLuciadFusion

LF-558
ALfnFormat.createAsset(ILcdModel) now returns null to indicate that the model is not supported rather than throwing IllegalArgumentException. Remember that you can check if a model is supported using ALfnFormat.isModelOfFormat(ILcdModel) before calling ALfnFormat.createAsset(ILcdModel).

ImprovementLuciadFusion

LF-289
Fusion now supports also non-square tile resolutions for elevation and multi-valued data.

Bug fixLuciadFusion

LCD-4855
TLspRasterLayer now ensures that high resolution ILcdRaster objects are always rendered on top of lower resolution ILcdRaster objects. Note that this ordering is on a per-layer basis; not cross-layer.

Bug fixLuciadFusion

LCD-4855
TLcdGYXLayer now ensures that high-resolution ILcdRaster objects are always rendered on top of lower-resolution ILcdRaster objects. Note that this ordering is on a per-layer basis, not cross-layer.

Bug fixLuciadFusion

LF-563
Fusion now correctly fuses SHP data sets containing only a single point.

Bug fixLuciadFusion

LF-554
Fixed a bug in the fusion WFS server which prevented fused GML data from being served as WFS.

2013.1.16

Bug fixLuciadFusion

LF-563
Fixed several bugs affecting models with degenerate bounds (width and height 0) and models with infinite precision.

2013.1.15

ImprovementLuciadFusion

LCD-4838
The GetCoverage response generation performance has been improved for coverages that are backed by multiple rasters contained in a single model (ILcdModel).

ImprovementLuciadFusion

LCD-3658
LuciadFusion Tile Store models can now be decoded by the lightspeed.decoder and gxy.decoder samples. A Tile Store is shown as a tree layer with children for all the coverages. Only the first layer is made visible by default. All coverage types are supported, but because non-tiled coverages don't support the tiling protocol, only their bounds are painted. You can pass a Tile Store URI as command-line parameter to open a Tile Store on startup.

Bug fixLuciadFusion

LCD-4714
Improved robustness when visualizing and fitting on data with unsupported model references.

Bug fixLuciadFusion

LCD-4839
String features are now truncated to 254 bytes in the TLcdSHPModelEncoder, longer features resulted in a corrupt dBase file.

Bug fixLuciadFusion

LCD-4840
Improved handling of GeoTIFF images with a SampleFormat tag containing the 'undefined data format' (4) value.

Bug fixLuciadFusion

LCD-4835
CGM font decoding: decoder does not rely on separators or word ordering anymore.

2013.1.14

Bug fixLuciadFusion

LCD-4824
You can now create new elements for use in a database model using newInstance() on its data type, instead of creating a custom domain object. The new instance will be a TLcdDataObjectShapeList. You can get the datatype using TLcdDatabaseModelDescriptor.getModelElementType().

Bug fixLuciadFusion

LCD-4823
In some cases, it was not possible to add a new element to a database model.

2013.1.13

ImprovementLuciadFusion

LF-543
It is now possible to select a tile combining strategy for elevation data which takes the maximum of contributing values rather than the average. This strategy can be configured on the TLfnEngineFactory.RasterSessionBuilder. This feature can only be used with local engines, and can only be configured using a deprecated engine session. There is no equivalent configuration method on the coverage metadata.

Bug fixLuciadFusion

LCD-4791
Fixed issue with passing a viewFormat template to a server. The viewFormat no longer becomes corrupted due to missing parameters. Added defaults for all parameters mentioned in KML specification. For 2D, some of these will default to 0 however. For example [cameraAlt], [lookatTerrainAlt], [horizFov] and [vertFov]. These have no meaning in a 2D view. To override this behavior, you can customize TLcdKML22GXYViewParametersUpdater.

Bug fixLuciadFusion

LF-553
Fixed duplicate weblogic.xml and sun-web.xml files in LuciadFusion.war.

Bug fixLuciadFusion

LF-552
Fixed an incompatibility with GlassFish 4.

Bug fixLuciadFusion

LF-551
Fixed a broken link to the OGC Web Server Suite developer's guide in the HTML documentation.

2013.1.12

ImprovementLuciadFusion

LCD-4783
The WCS server has been updated with support for coverages that are backed by multiple rasters contained in a single model (ILcdModel). Based on the supplied area of interest and resolution parameters, the WCS server now takes into account all raster instances found in a model to calculate the resulting GeoTIFF raster.

ImprovementLuciadFusion

LCD-4007, LCD-4781
TLcdSHPModelDecoder and TLcdSHPModelEncoder are now configurable to trim feature names or not.

Bug fixLuciadFusion

LCD-4801
TLspModelElementTrackingPointProvider did not work correctly in 3D when tracking ILcdOriented instances that did not implement ILcd3DOriented.

2013.1.11

ImprovementLuciadFusion

LCD-4660
Added extra functionality to TLcdKML22GXYPainterProvider to be able to set a default loading icon while loading point- based placemarks. By default this is null, which means that there is no default loading icon (as before).

ImprovementLuciadFusion

LCD-4676
For Lightspeed views: Floating GroundOverlays with transparency used to obscure shapes rendered below them. This has now been fixed. This only affects GroundOverlay elements that were not clamped to ground.

ImprovementLuciadFusion

LCD-4764
TLcdCGMGXYPainterProvider now supports ILcdMultilevelRaster.

ImprovementLuciadFusion

LCD-4731
The Earth GXY raster painter now supports caching the warped image. This increases memory usage but can improve performance when there are multiple Earth rasters in the view whose model reference does not match the view's world reference.

ImprovementLuciadFusion

The TLcdGML31Measure and TLcdGML32Measure types now have an additional 'type' property, which is required to support for XML-Java-XML roundtripping of ISO metadata.

ImprovementLuciadFusion

LCD-3618
Fitting on ILcdGXYViews now takes the rotation into account.

Bug fixLuciadFusion

The target property of TLcdGML31Observation and TLcdGML32Observation was incorrectly mapped to QName, this is now changed to TLcdGML32AbstractGML, which corresponds with the GML Schema definition. The getter and setter methods for the property are updated accordingly.

Bug fixLuciadFusion

LCD-4775
Improved 3D fitting when using TLspViewTransformationUtil or TLspViewNavigationUtil with very narrow or wide bounds.

Bug fixLuciadFusion

LF-550
Fixed a bug in the WMS rendering of fused ECDIS data which could cause overscale indicators to be rendered on WMS GetMap results at a scale where none are expected yet. This bug affected tiled ECDIS coverages with GetFeatureInfo enabled.

Bug fixLuciadFusion

LCD-4773
Fixed a rare NPE that could happen when querying touch info or bounds for objects painted with TLspShapePainter. The NPE could occasionally occur when creating measurements with TLspRulerController.

Bug fixLuciadFusion

LF-548
Fixed a backwards incompatibility in the fusion engine so that it now correctly picks up the GXY layer factory of legacy ALfnFormat extensions.

Bug fixLuciadFusion

LCD-4755
Fixed issue that would cause some KML files with Networklinks to keep updating, even after they were disposed. The TLcdKML22RenderableModel.dispose() method now iteratively disposes internal resource updaters.

Bug fixLuciadFusion

LCD-4769
A NoClassDefFoundError could be thrown when not adding JAI as a dependency, for example when using the ruler controller.

Bug fixLuciadFusion

LCD-4765
Fixed a bug in the encoding of LTS XML files, which could cause duplicate 'lts' prefix definitions in the XML data, in case another StAX implementation than Woodstox was used.

Bug fixLuciadFusion

LF-547
Fixed a bug in the fusion of S-57 data, which could cause the resulting coverage to be too detailed/not detailed enough in some areas.

Bug fixLuciadFusion

LCD-4760
TLcdLonLatCircularArcByBulge was not correctly visualized when using a bulge of 0. This was a regression caused by the fix for LCD-4436.

Bug fixLuciadFusion

LF-545
Fixed a bug when fusing points into a coverage with bounds that wrap around the date line. In some cases, fused points could end up squashed against the left edge of a tile. This has now been fixed.

Bug fixLuciadFusion

LCD-4753
Encoding a decoded GeoJson file with an id field resulted in incorrect results or errors when using TLcdSHPModelEncoder or TLcdMIFEncoder.

Bug fixLuciadFusion

LCD-4766
TLspRulerLabelStyler could not be used with a custom ALspRulerMeasurement.

Bug fixLuciadFusion

LF-376
Improved memory consumption when fusing very large S-57 catalogues. A maximum heap of 1 GB now suffices when fusing the full NOAA data, where previously 3 GB was needed.

2013.1.10

Bug fixLuciadFusion

LCD-4761
Due to a driver bug, painting label pins or curved labels could cause a VM crash on certain hardware. A workaround was added for this.

Bug fixLuciadFusion

LF-501
Fixed a bug in area simplification so that it no longer removes points and lines, it only operates on areas now.

2013.1.08

ImprovementLuciadFusion

LCD-4749
Added to ability to specify the character set on the TLcdMAPModelDecoder.

ImprovementLuciadFusion

LCD-4746
TLcdGXYZoomNavigationControl's response to clicks has been improved.

ImprovementLuciadFusion

LCD-620
The XML encoders and decoders now support the xsi:type construct. Full roundtripping from XML to Java and back to XML without information loss is now possible for XML documents containing xsi:type constructs.

Bug fixLuciadFusion

LCD-4744
TLcdSHPModelDecoder did not always respect the decoding bounds that were set.

Bug fixLuciadFusion

LCD-4740
Fixed CGM font decoding: supported fonts are now correctly mapped to system font families.

Bug fixLuciadFusion

LCD-3404
XML-based model decoders now throw an IOException with a detailed message in case the decoded object was not an ILcdModel, instead of a ClassCastException.

Bug fixLuciadFusion

LCD-4754
Style changes were not propagated correctly when relying on the default shape painter selection styler. This resulted in the change not being applied for selected shapes.

2013.1.07

Bug fixLuciadFusion

LCD-4717
The shape painter's vertex buffer resources could remain in the OpenGL resource cache, even if not needed anymore. This has been fixed.

Bug fixLuciadFusion

LCD-4721
TLcdGXYPointListPainter#getTouchedPoint did not work correctly for point lists with only one point. In some cases, this prevents snapping to work during creation of a point list.

Bug fixLuciadFusion

LCD-4743
ALspToggleStyler did not correctly propagate style change events. This could prevent the updating of editing handles.

2013.1.06

Bug fixLuciadFusion

LCD-4961
The table gpkg_geometry_columns is now only required for GeoPackages containing feature data types.

Bug fixLuciadFusion

LCD-4958
GeoPackage decoder now correctly derives zoom level information from the gpkg_tile_matrix table.

Bug fixLuciadFusion

LCD-4725
Fixed potential NPE that could occur while editing labels with the TLspGXYLayerAdapter

Bug fixLuciadFusion

TLspImageProjectionLayerBuilder created layers with their LayerType set to BACKGROUND. This could result in a seemingly illogical painting order w.r.t. other layers. The layer type is now set to INTERACTIVE instead.

Bug fixLuciadFusion

LCD-4696
TLspEditController now doesn't fire model changes anymore when editing labels.

2013.1.05

ImprovementLuciadFusion

LCD-4590
When connecting to a WMTS service using the decoder sample, the first layer (if any) is set visible by default.

ImprovementLuciadFusion

LCD-4470, LCD-4656
When there is an error retrieving tiles from a WMTS service, the full stack trace is no longer logged on the default log level, but on the trace log level. Additionally, the reason is now rendered on a transparent tile together with the layer ID.

Bug fixLuciadFusion

LCD-4711
TLcdGXYBoundsPainter: in some cases, extraneous lines were painted for bounds bordering the view.

Bug fixLuciadFusion

LCD-4707
In some cases, the view performance MBean could throw a NoSuchElementException.

Bug fixLuciadFusion

LCD-4705
Fixed a bug in the decoder sample which could cause layers to be ordered incorrectly for custom layer factories.

Bug fixLuciadFusion

LCD-4694
Fixed lighting and fog for an Earth terrain with data draped on top of it.

2013.1.04

ImprovementLuciadFusion

LCD-4692
A TLfnTileStoreModelDecoder constructor was added which takes a TLfnTileStoreProvider instance as a parameter, to promote reuse and sharing of a TLfnTileStoreProvider instance.

ImprovementLuciadFusion

LCD-4677
Balloon managers now always revalidate their balloons whenever there is a change. This prevents balloons from becoming blank.

Bug fixLuciadFusion

LCD-4674
TLcdCGMModelDecoder did not correctly determine the sweep angle for arcs, resulting in the incorrect rendering of circular and elliptical arcs. These arcs are now rendered correctly.

Bug fixLuciadFusion

LCD-4690
Fixed a bug in the WMTS client which caused layers with non-square tiles to be painted incorrectly (overstretched).

Bug fixLuciadFusion

LCD-4501
Fixed a memory leak that occurred in shape layers when using frequently changing textured TLspFillStyles.

Bug fixLuciadFusion

LCD-4693
TLspLabelPainter.getLabelIDs() could (temporarily) return an incorrect amount of labels. This could for example cause label editing to work less reliably in some cases.

Bug fixLuciadFusion

LCD-4691
Fixed a bug which could cause a NullPointerException when asking TLfnTileStoreModelDecoder.canDecodeSource with a URI such as http://localhost:8081/LuciadFusion/lts.

Bug fixLuciadFusion

LCD-4689
In some rare cases, objects could disappear when they were selected or de-selected.

Bug fixLuciadFusion

LCD-2007
TLspViewNavigationUtil: the center and fit actions now cancel already running navigation animations.

Bug fixLuciadFusion

LCD-4685
TLcdGeoTIFFModelDecoder and TLcdGeoTIFFModelEncoder now work correctly in environments using partitioned class loading (NetBeans, OSGi, servlet containers).

Bug fixLuciadFusion

LCD-4648
Made CGM line dash patterns easier to distinguish.

Bug fixLuciadFusion

LCD-4665
Fixed a bug when decoding models from a Windows network paths such as file:////SERVER/TileStore?COVERAGE_ID=coverage.

Bug fixLuciadFusion

LCD-4681
Fixed out-of-bounds error when a tile set is not completely visible in the view's world reference.

2013.1.03

ImprovementLuciadFusion

LCD-4208
TLcdGXYPointListPainter can now be configured to change the winding rule that determines the inside of self-intersecting polygons.

ImprovementLuciadFusion

LCD-4249
Added a UI widget to the various WMS client samples to control the visibility status of the layers offered by an OGC WMS server. In the past, all layers were loaded by default.

ImprovementLuciadFusion

A new method has been added on ALfnEnvironment, configureDataModel(TLcdDataModel), which allows to register extension data models on the Fusion environment. The primary use case is plugging in extension data models (custom XML Schema's) for ISO 19139 metadata.

Bug fixLuciadFusion

LCD-124
Fixed some isTouched inconsistencies with filled shapes in an ILcdGXYView.

Bug fixLuciadFusion

LCD-4658
Fixed NullPointerException that would occur when trying to paint a GroundOverlay that has no LatLonBounds. This has been changed to a logging warning. The element will still be added to the model, but it will not be visualized.

Bug fixLuciadFusion

LCD-4669
TLcdScaleFormat could parse strings representing a negative scale (e.g. "-1 : 3000" ), and returned a negative double for it. Such a scale is meaningless, and is no longer parsed by the format.

Bug fixLuciadFusion

LCD-4666
Label pins were incorrectly updated when using labels with a world orientation.

Bug fixLuciadFusion

LCD-4663
In some cases, shapes were drawn with less accuracy than expected when zooming in. This is now resolved.

Bug fixLuciadFusion

LCD-4661
Fixed a bug preventing hatched fill styles to be used in CGM models.

2013.1.02

Bug fixLuciadFusion

LF-542
Fixed a threading issue which could cause the depth contours of ECDIS data to be fused with slightly wrong colors.

Bug fixLuciadFusion

LCD-4657
Fixed problem with cloning of TLcdKML22Polygon, which could cause a StackOverflowException.

Bug fixLuciadFusion

LCD-4319
MGRS grid: Some labels, located at a negative height, could be turned upside down at a certain scale in 3D.

Bug fixLuciadFusion

LCD-3626
Labels following a line using points with a non-zero height could temporarily detach from the line.

Bug fixLuciadFusion

LCD-4346
A bug was fixed in the WMTS client which caused failure to connect to some RESTful WMTS services.

2013.1.01

ImprovementLuciadFusion

LF-541
The fusion WMTS server now accommodates a limitation of ArcGIS clients, so that it is now compatible with them.

ImprovementLuciadFusion

LCD-4314
GML 3.2 now imports identifiers with the "urn:uuid:" codespace as lower-case.

ImprovementLuciadFusion

LCD-473
TLcdEarthTileRepository: added setModelReference method. This method initializes the bounds to the correct type (e.g. TLcdXYBounds vs TLcdLonLatBounds). Previously the bounds were always for a cartesian reference. TLcdEarthRepositoryModelDecoder and TLcdEarthRepositoryModelFactory automatically initialize this property.

ImprovementLuciadFusion

LCD-4183
Certain unambiguous units of measure now supported both in uppercase and lowercase, to increase data compatibility.

ImprovementLuciadFusion

LCD-4587
TLcdCompositeCurve.getFocusPoint() always returned a lon-lat point, even when the curve consisted of XY shapes. It now returns a point of the appropriate type.

ImprovementLuciadFusion

LCD-4145
It is now possible to pass an EPSG code to TLcdEPSGGeodeticDatumFactory.

ImprovementLuciadFusion

LCD-4296, LCD-4489, LCD-3828, LCD-3825
Several improvements and fixes for the lightspeed.limitnavigation sample:
  • The constraints used to limit navigation now handle movement along the border of the area of interest much better.
  • The navigation constraints now handle changing the world reference better.
  • The navigation constraints now do not use the area of interest constraint if the area lies completely outside the projection bounds.

ImprovementLuciadFusion

LCD-4446
Made balloons more robust after they become visible without any content.

ImprovementLuciadFusion

LF-505
The fusion WFS server now overcomes a limitation of ArcGIS clients so that it is now compatible with them. The feature type name is now the same as the GML element name, as required by ArcGIS clients. Because of the extra restrictions on the characters allowed in a feature type name, the feature type names may now be different from the coverage IDs: certain characters in the coverage ID are now escaped. This means that feature type names may have changed after upgrade.

ImprovementLuciadFusion

LCD-549
The XML built-in type parser now attempts to reuse already parsed instances of some data types, to reduce the overall memory footprint of decoded XML data.

Bug fixLuciadFusion

LCD-4245
In some cases, a TLcdDatabaseModel did not extend its bounds when an object was moved outside its original bounds.

Bug fixLuciadFusion

LCD-4463
In some cases, TLcdTransformedHeightProvider incorrectly returned NaN when using a delegate height provider defined in a geodetic reference.

Bug fixLuciadFusion

LCD-4507
A bug in one of the constructors of TLcdWMSClient has been fixed. This fixes a NullPointerException, occurring when configuring an SLD layer descriptor on a TLcdWMSGetMapRequest that was created by the TLcdWMSClient.

Bug fixLuciadFusion

LCD-5968
Improved TLspRulerController robustness. Before ruler measurement lines or labels could disappear sporadically when creating new measurements. This has been fixed.

Bug fixLuciadFusion

LCD-3837
The pin from a balloon to its corresponding object is now properly rendered when printing the view.

Bug fixLuciadFusion

LCD-4085
getEndTangent2D() of TLcdXYPolygon, TLcdLonLatPolygon, TLcdXYCompositeRing and TLcdLonLatCompositeRing returned incorrect results.

Bug fixLuciadFusion

LCD-4616
Fixed flickering of labels when their content frequently changes.

Bug fixLuciadFusion

LCD-4617
A bug in the encoding of SLD Styled Layer Descriptors in TLcdWMSGetMapRequest, causing TLcdWMSGetMapRequest.setStyledLayerDescriptor() to throw a NullPointerException, has been fixed.

Bug fixLuciadFusion

LCD-3398
TLspLonLatGridLayerBuilder did not allow disabling labels by setting the styler to null.

Bug fixLuciadFusion

LCD-3529
TLspLonLatGridLayerBuilder created a set of lon lat lines that don't include the grid origin when using some spacings.

Bug fixLuciadFusion

LCD-4613
TLcdXYEllipse.computePointSFCT returned incorrect points.

Bug fixLuciadFusion

LCD-4438
TLspWorldSizedLineStyle#asBuilder() did not copy the Z order and texture properties. TLspStrokedLineStyle#asBuilder() did not copy the Z order properties.

Bug fixLuciadFusion

LCD-4597
Fixed a bug when using WFS transaction requests to populate an empty GML model.

Bug fixLuciadFusion

LCD-4085
TLcdLonLatLine.getTangent2D(1.0) and getEndTangent2D() returned incorrect results.

Bug fixLuciadFusion

LCD-3452
MGRS grid: some labels could have an incorrect rotation after switching the world reference.

Bug fixLuciadFusion

LCD-4456
Raster data could sometimes disappear when partially outside the view.

Bug fixLuciadFusion

LCD-4607
TLspSLDStyler didn't handle labels of moving domain objects well, possibly leaving a trail of labels.

Bug fixLuciadFusion

LCD-4608
Possible deadlock when using TLspSLDStyler for dynamic models.

Bug fixLuciadFusion

LCD-3061
TLspLabelPlacer could perform a label placement, even after removing it from the view.

Bug fixLuciadFusion

LCD-4436
TLcdLonLatCircularArcBy3Points did not always intersect with its three defining points.

Bug fixLuciadFusion

LCD-3932
TLcdEllipsoid.geodesicPointSFCT() did not interpolate the longitude value when interpolating two geodetic points that are both located on the same pole. This could cause artifacts in projections where the pole is represented by a line instead of a point (for example TLcdEquidistantCylindrical).

Bug fixLuciadFusion

LCD-2056
Fixed a memory leak when using a Lightspeed view with a geocentric reference.

Bug fixLuciadFusion

LCD-2631
Geobuffer contour calculations could fail when one of the baseline points lies on one of the poles.

Bug fixLuciadFusion

LCD-4487
TLcdGeoPackageModelDecoder.commit() and TLcdGeoPackageModelEncoder.save() now set the generated id on newly added elements.

Bug fixLuciadFusion

LCD-3620
Possible OutOfMemoryError when enabling halo for label pins and using the in- or on-path labeling algorithm.

Bug fixLuciadFusion

LCD-4482, LCD-3058
Fitting on multiple layers and on special layers has been made more robust.

Bug fixLuciadFusion

LCD-4458
Zooming in on an MGRS grid in 3D could cause an out of memory exception.

Bug fixLuciadFusion

LCD-4506
The SRS name is now encoded in the GML envelope. It is no longer repeated for each individual feature. This reduces bandwidth for WFS GetFeature responses.

Bug fixLuciadFusion

LCD-4508
TLcdGXYDensityLayer: it did not always respect the color specified to be used at index 0, depending on the specific values and colors that were used.

Bug fixLuciadFusion

LCD-4182
TLcdGML32ArcByCenterPoint did not always respect conversion on axis order. The angles also had to be recalculated: This now happens correctly.

Bug fixLuciadFusion

LCD-4395
Fixed possible deadlock when removing a layer while the view is being painted.

Bug fixLuciadFusion

LCD-4484
Fixed a bug when opening Tile Stores on a Windows network path such as \\SERVER\Path.

Bug fixLuciadFusion

LF-516
Fixed a bug in the server's backwards-compatibility with V11 clients.

Bug fixLuciadFusion

LCD-4584
TLcdGXYViewMeasureProvider is now thread-safe, as long as it uses thread-safe delegate measure providers.

2013.1

ImprovementLuciadFusion

LCD-4464
Improved the rounding behavior of certain scaled vector icons.

ImprovementLuciadFusion

LCD-4440, LCD-4457
Updated the DescribeCoverage response with a RectifiedGrid description and reorganized the request CRS listing to improve support for non-compliant OGC clients.

ImprovementLuciadFusion

LCD-4452
Improved the rendering quality of certain vector based icons.

ImprovementLuciadFusion

LCD-4441
Latency has been reduced when submitting multiple objects to TLspShapePainter's style collector.

ImprovementLuciadFusion

LCD-4416, LCD-3089
Any model changes that happen on a non-EDT thread while a model is being edited with a TLspEditController will now be scheduled on the EDT thread internally to prevent threading issues.

ImprovementLuciadFusion

LCD-4408
TLcdCartesian now contains a method that makes it possible to calculate a point inside a polygon, but not inside a list of other polygons, see TLcdCartesian.computeInsidePoint().

ImprovementLuciadFusion

LCD-4373
It is now possible to configure an expiry date on a WFS feature type (TLcdWFSFeatureType). This information is used to fill in the "Expires" HTTP header on the response of a GetFeature and GetFeatureWithLock request.

ImprovementLuciadFusion

LCD-4374
It is now possible to configure an expiry date on a WMS layer (ALcdWMSLayer). This information is used to fill in the "Expires" HTTP header on the response of a GetMap and GetFeatureInfo request.

ImprovementLuciadFusion

TLfnWMSLayerFactory now uses the DTED color model by default for the styling of elevation layers. For the styling of elevation layers, you should by preference pass an ILcdColorModelFactory to its constructor rather than a TLcdColorMap.

ImprovementLuciadFusion

The TLspTouchSelectEditController#selectWhat method now returns a set containing all available paint representations in the view.

ImprovementLuciadFusion

The Fusion WMS server now supports serving S-57 data with pixel-perfect rendering at any scale. This feature will automatically be enabled for coverages that have been fused with asset sources in Tile Store. You can combine this with a tile structure or not, depending on the use case.
  • Standard tiled coverage: for serving pre-rendered S-57 tiles. Pixel-perfect rendering is limited to a fixed style, a set of discrete scales and a fixed geographic reference. Supported protocols are WMS, WMTS and LTS.
  • Tiled coverage with asset sources in Tile Store: same as above, plus the flexibility to use client-side WMS styling. Supported protocols are WMS, WMTS and LTS.
  • Non-tiled coverage (always with asset sources in Tile Store): for serving pixel-perfect S-57 images at any scale, in any geographic reference, with any style. There are no pre-rendered tiles. WMS is the only supported protocol.

ImprovementLuciadFusion

TLcdLayerTree now allows setting the minimum visible row count, which affects its preferred size in a scroll pane. This behavior is especially useful when overlaying a JTree on a map, where you want to prevent unused empty space, but you also want to allow it to grow when needed.

ImprovementLuciadFusion

LCD-2088
ALspViewXYZWorldTransformation has a new method getGeodeticVisibleArea(), which returns a polygon that bounds the currently visible area of the world. An example usage of this method can be seen in the new Map Overview sample (samples.lightspeed.mapoverview).

ImprovementLuciadFusion

TLspShapeLayerBuilder now uses an object view margin of 32 pixels by default.

ImprovementLuciadFusion

NimbusTouchLookAndFeel (sample code) now uses larger slider thumbs.

ImprovementLuciadFusion

LCD-4168
Added support to the ALcdGXYPen implementations and TLcdGXYShapePainter for visualizing ILcdCurve implementations.

ImprovementLuciadFusion

Added support for ASCII Raster Format files (*.asc). Such files can be decoded into an ILcdModel with the TLcdArcInfoASCIIGridModelDecoder.

ImprovementLuciadFusion

LCD-253
TLcdGXYBusyLayerTreeNodeCellRenderer now also takes into account the busy status of layers of which the painter provider implements ILcdStatusSource.

ImprovementLuciadFusion

TLcdEarthGXYRasterPainter and TLcdEarthGXYMultivaluedRasterPainter now send out status events when retrieving raster tiles.

ImprovementLuciadFusion

TLcdMercator now allows changing its latitude boundaries.

ImprovementLuciadFusion

Added parser and formatter for PROJ.4 parameter strings (see com.luciad.reference.format.TLcdProj4ReferenceParser/Formatter).

ImprovementLuciadFusion

TLspComplexStrokedLineStyle was introduced. This new style makes it possible to use complex strokes to visualize shapes. This style makes it possible for example to repeat stroke patterns along the line, add decorations at the start or end, such as arrow heads, and more. See samples.lightspeed.style.strokedline for examples of how to use it.

ImprovementLuciadFusion

During creation, TLspGeoBufferEditor now chooses a better initial width of the buffer. It is now based on the distance of the first segment of the base line.

ImprovementLuciadFusion

TLcdISO19139MetadataDecoder and TLcdISO19139MetadataEncoder now support decoding and encoding of data using ISO19115 extension schema's. Custom extensions can be plugged in by generating a TLcdDataModel from the extension schema(s) using TLcdXMLDataModelBuilder, and providing this data model to the decoder or encoder constructor.

ImprovementLuciadFusion

The ISO19115 Metadata model has been extended with the ISO GMX types. TLcdISO19139MetadataDecoder and TLcdISO19139MetadataEncoder have been extended to support decoding and encoding from these types.

ImprovementLuciadFusion

The LVDB (LuciadMobile Vector Database) and LRDB (LuciadMobile Raster Database) format support was moved from LuciadMobile. These formats are intended for use only with existing LuciadMobile applications and should not be used otherwise. If you are looking for an SQLite-based exchange format, we advise to use OGC GeoPackage instead. Please refer to the LuciadMobile Developer's Guide for a detailed description of the LVDB and LRDB formats.

ImprovementLuciadFusion

A new sample, samples.wms.client.ecdis.gxy, has been added, illustrating how to connect to an ECDIS-supporting WMS server and customize the WMS layer rendering, by including S-52 styling parameters in the GetMap requests. This sample requires a running, ECDIS-supporting LuciadFusion server (ECDIS WMS is supported in LuciadFusion from version 2013.1). See the sample documentation and developer guide for more information.

ImprovementLuciadFusion

Fusion supports copying of a coverage's asset sources to the Tile Store, if this is so specified in the coverage metadata. If a coverage's asset sources are in the Tile Store, it no longer requires tiles and may be non-tiled. From this perspective, there are now three kinds of coverages:
  1. Tiled raster or vector coverages without asset sources in Tile Store. These are the regular coverages you're already familiar with.
  2. Tiled coverages with asset sources in Tile Store. These hybrid coverages behave as regular tiled coverages, in addition offer support for WMS GetFeatureInfo requests.
  3. Non-tiled coverages with asset sources in Tile Store. Due to the absence of tiles, these coverages cannot be visualized using a regular fusion client. They can only be visualized using a WMS client.
A limitation is that this only works for S-57 asset sources. Fusion will fail otherwise.

ImprovementLuciadFusion

TLspShapeLayerBuilder has a new synchronous() method. This forces created layers to paint synchronously, i.e. to perform discretization and other non-rendering tasks on the EDT.

ImprovementLuciadFusion

The fusion metadata model now supports specifying a non-tiled coverage. Such a coverage is identified by its metadata class TLfnNonTiledCoverageMetadata. It has no tile-specific information such as type, format and so on. Non-tiled coverages always have asset sources in Tile Store. Due to the absence of tiles, they cannot be visualized with a regular fusion client, only with a WMS client. These coverages will be invisible to older clients.

ImprovementLuciadFusion

WMS GetMap requests support client-side styling for non-tiled coverages with S-57 asset sources. A client-side style can be passed as argument a WMS GetMap request, and has precedence over a coverage's default styling. Due to the absence of tiles, non-tiled coverages cannot be accessed with LTS, only with WMS.

ImprovementLuciadFusion

Latency of filled shape painting using TLspShapePainter has been considerably reduced, especially for large shapes. This is due to a much improved triangulation algorithm in TLspShapeDiscretizer. The old triangulation algorithm can still be re-enabled using the system property -Dcom.luciad.view.lightspeed.geometry.discretization.TLspShapeDiscretizer.gluTesselator=true.

ImprovementLuciadFusion

ALfnFormat.getName() now returns a unique name such as "VPF", "S-57", "GeoTIFF". If not explicitly specified, this name defaults to the display name of the model decoder, which is the old behavior.

ImprovementLuciadFusion

The fusion metadata model now supports specifying the format of the asset, such as "S-57" or "GeoTIFF". This allows identification of an asset's format without having to decode it.

ImprovementLuciadFusion

When a coverage is fused with its asset sources in the Tile Store, WMS GetFeatureInfo requests will automatically be enabled for that coverage. In order to keep the GetMap and GetFeatureInfo in sync, the Tile Store's commit policy must be configured to PER_COVERAGE in the web.xml deployment descriptor. Otherwise the information returned by GetMap may be running ahead of that returned by GetFeatureInfo.

ImprovementLuciadFusion

The fusion metadata model now supports specifying that the asset sources must be stored in the Tile Store. This can be specified on the coverage metadata. The presence of asset sources in the Tile Store enables WMS GetFeatureInfo requests for a coverage. There are limitations as to the input data formats:
  • S-57 catalogues and cells are supported.
  • All other formats only supported if the source is a single file. Auxiliary files are lost. Fusion does not fail on these formats, instead it copies only a single asset source.
  • Only files are supported, not streams in general.

ImprovementLuciadFusion

OGC GeoPackage is now supported.
  • You can open .gpkg files using TLcdGeoPackageModelDecoder. You can use a shape layer to visualize vector data, or a raster layer to visualize raster data, as demonstrated in the common decoder sample: samples.lightspeed.decoder.MainPanel
  • You can create .gpkg files using TLcdGeoPackageModelEncoder, as demonstrated in samples.encoder.sqlite.geopackage.Main
See developer's guide or javadoc of com.luciad.format.sqlite.geopackage for more details.

ImprovementLuciadFusion

TLcdRotatingIcon can now be used on the Lightspeed view overlay panel.

ImprovementLuciadFusion

LCD-4155
The TLcdGeoJsonModelDecoder.decode instance method is less restrictive now. Instead of allowing only sources with FeatureCollections, it now allows you to decode sources that contain either a single geometry, a single feature, or an array of features, into an ILcdModel.

ImprovementLuciadFusion

The WMS server now allows the Post method as access point for GetFeatureInfo requests. This is also reflected in the WMS capabilities.

ImprovementLuciadFusion

LCD-4097
It is now possible to decode a single GeoJSON feature into an ILcdDataObject using the static TLcdGeoJsonModelDecoder.decodeFeature method.

ImprovementLuciadFusion

S-52 styling support has been added for S-57 raster and vector coverages. An SLD-based S-52 symbolizer can be included in the coverage metadata to specify the display settings with which the coverage should be rendered. See the s52-sld.xsd schema in the ECDIS component resources (resources/com/luciad/format/s52/s52-sld.xsd) for the exact XML Schema definition.

ImprovementLuciadFusion

SQLite has been updated to version 3.8.0.2.

ImprovementLuciadFusion

The fusion metadata model now supports specifying one or more SLD feature type styles for coverage metadata. The feature type styles are used for two purposes: to specify how data should be styled when fusing as raster, and to provide a default style for rendering vector data via WMS, if WMS clients do not specify a custom style. To support this, the LTS protocol version has been upgraded to LTS 1.0.5. ALfnCoverageMetadata now provides a getter and setter for TLcdSLDFeatureTypeStyle's.

ImprovementLuciadFusion

ALfnFormat now provides an ILcdSLDGXYLayerFactory, enabling SLD-based styling of data. By specifying SLD feature type styles in the coverage metadata, you can now customize how data needs to be rendered for formats that support SLD (currently only SHP and S-57).

ImprovementLuciadFusion

The Fusion WMS server now supports WMS queries with embedded SLD-encoded S-52 display settings. This allows each WMS client to use its own, ship-specific S-52 display settings. Fallback S-52 display settings can be added in the SLD entry of the coverage metadata, to specify a fallback behavior if a non-S-52-aware WMS client is querying the server. If no fallback is specified, the server will use the official defaults from the S-52 specification.

ImprovementLuciadFusion

ALcdWMSProxy can now be configured with an SLD or SLD URL to be encoded in GetMap requests.

ImprovementLuciadFusion

TLcdWMSClient and TLcdOGCWMSProxyModelDecoder now support custom SLD extensions (to allow plugging in custom SLD content in the GetMap request). New constructors have been added for these classes, which allow to pass the TLcdDataModel of the extension. The TLcdDataModel should be annotated with a TLcdXMLSchemaMappingAnnotation providing the mapping from Java domain classes to SLD XML encoding.

ImprovementLuciadFusion

The XML binding framework now supports non-qualified elements.

ImprovementLuciadFusion

The zip file containing all OGC clients is now called Ogc_client.zip instead of Wms_client.zip

ImprovementLuciadFusion

LCD-2833
Painting performance when using many different icons (more than 100) has been considerably improved. You can disable this change using the system property -Dcom.luciad.view.lightspeed.painter.TLspShapePainter.iconAtlasSupport=false

ImprovementLuciadFusion

Temporary object allocation has been significantly reduced when discretizing and painting vector shapes using TLspShapePainter.

ImprovementLuciadFusion

TLspFillStyle now supports specifying an ILcdIcon as a texture. This supports high-resolution printing of texture fills. Icon textures also respond to the feature scale.

ImprovementLuciadFusion

LCD-3916
It is now possible to configure the TLcdGeoJsonModelDecoder with a data type.

ImprovementLuciadFusion

LCD-3915
It is now possible to export single features and geometries with the TLcdGeoJsonModelEncoder.

ImprovementLuciadFusion

When fusing S-57 catalogs as raster, the resulting rasterized coverage now visually matches the input data better.
  • The compilation scale is used to determine the maximum level of detail of the resulting coverage.
  • The navigational purpose scale is used to determine the minimum level of detail at which data becomes visible in a coverage.
  • The coverage now has underscale indicators by default.
  • The coverage now has overscale indicators by default. These will never become visible "earlier" than in the input data. They may become visible "later" than in the input data, but never later than twice the scale of the input data. The coverage will have exactly one level with overscale indicators, and that is the most detailed level.
  • There is at least one level in the coverage where the data is visible without overscale indicators.
  • Using square pixels minimizes visual rasterization artifacts such as "squashed" icons. New static methods have been added to TLfnTileStoreUtil to adjust coverage layout, tile size and bounding box to ensure square pixels in the coverage's native georeference.

ImprovementLuciadFusion

Fill styles using TextureCoordinateMode.VIEW_SCALED now translate the texture coordinates together with the view while it is being panned. This is visually less distracting.

ImprovementLuciadFusion

LCD-327, LMAP-4641
TLcdMapLocation now accepts a custom Format.

ImprovementLuciadFusion

ALcdAnimation now has sensible default implementations for all methods except setTimeImpl.

ImprovementLuciadFusion

LCD-3792
A default TLcdLonLatPointFormat instance now uses the same default Locale as the standard JDK under JDK 7 (Locale.getDefault( Locale.Category.FORMAT ) ) .

ImprovementLuciadFusion

LCD-3702
The sample layer factories DatabaseLayerFactory (Lightspeed and GXY views) were removed. You can use UnstyledLayerFactory (Lightspeed) and GXYUnstyledLayerFactory (GXY) instead. They offer the same functionality but are not database-specific.

ImprovementLuciadFusion

LCD-3702
The sample layer factories DatabaseLayerFactory (Lightspeed and GXY) were removed. You can use UnstyledLayerFactory (Lightspeed) and GXYUnstyledLayerFactory (GXY) instead. They offer the same functionality but are not database-specific.

Bug fixLuciadFusion

Fixed an error in the implementation of getSinY() in TLcdSHPPointM and TLcdSHPPointZ.

Bug fixLuciadFusion

LCD-4455
Fixed rare deadlock when switching projection in certain cases.

Bug fixLuciadFusion

LCD-4448
Fix error when creating text in a model in screen coordinates.

Bug fixLuciadFusion

LCD-4434
TLcdGXYCompositeRingPainter did not paint snap indicators.

Bug fixLuciadFusion

LCD-4428
TLcdGXYCompassNavigationControl did not normalize its angle when changing the rotation of the view.

Bug fixLuciadFusion

LF-503
Reduced the maximum heap for the fusion.server sample so that it runs in a 32-bit JVM as well. The setting of -Xmx768m may be too limited to run a substantial fusion on the server. If you're using a 64-bit JVM it is recommended to increase this to -Xmx1500m in the sample's startup script.

Bug fixLuciadFusion

LCD-4417
TLcdGMLApplicationModelEncoder can now handle types with properties of type TLcdCoreDataTypes.OBJECT_TYPE. The encoder now removes these properties in the exported GML type (because it is opaque, the encoder does not know how to encode it), instead of throwing an exception.

Bug fixLuciadFusion

LCD-4410
A ClassCastException which could happen in rare cases when viewing fused vector data in a Lightspeed view and switching between 2D and 3D projections, has been fixed.

Bug fixLuciadFusion

LF-498
Two bugs were fixed affecting some WMTS layer's tile matrix set limits, if defined.
  1. Tile matrix sets for less detailed levels are always included if there is a more detailed level for which a tile matrix set limit exists, even if the tiles for the less detailed levels are empty. This improves memory consumption on the WMTS client, and avoids potential OutOfMemoryErrors, especially for high-resolution coverages.
  2. Tile matrix set limits can never be about other levels than those defined by the tile matrix set itself.

Bug fixLuciadFusion

LCD-4396
Raster layers should not apply lighting and fog effects in a 2D view.

Bug fixLuciadFusion

LCD-4390, LCD-4388, LCD-4391
Improved ruler controller robustness when using the cartesian measure mode.

Bug fixLuciadFusion

LF-489
Fixed a deadlock when importing large coverages.

Bug fixLuciadFusion

LCD-4369
TLspViewNavigationUtil now takes a model read lock when iterating over the model elements.

Bug fixLuciadFusion

LCD-3092
Visualization of TLcdLonLatHeightSphere and TLcdLonLatHeightDome with TLspShapePainter in a 3D view has been corrected to correspond to the contains3D method.

Bug fixLuciadFusion

LCD-4169
TLspViewDisplacement style, that can be used for painting icons with TLspShapePainter, was sometimes not honored after style change events. This has been fixed.

Bug fixLuciadFusion

LF-483
Fixed the awkward color model for elevation data served by the WMS fusion.server sample. It now uses the default DTED color model.

Bug fixLuciadFusion

LCD-3322
Data properties which cannot be serialized to valid JSON (for example, because of internal circular references in the property) will be encoded as a null-value by the TLcdGeoJsonModelEncoder.

Bug fixLuciadFusion

LCD-4014
Fixed wrong layout of ILcdText instances when drawn with TLspShapePainter.

Bug fixLuciadFusion

LCD-3807
On a printed GXY view, labels could overlap in some cases. This no longer happens.

Bug fixLuciadFusion

LCD-3320
By default, instances of ILcdPolypoint which represent a point-cloud are now rendered correctly as a collection of individual points. Previously, they were rendered as polygons in certain edge cases.

Bug fixLuciadFusion

LCD-4129
TLcdGeoTIFFModelDecoder can now also decode GeoTIFF images containing 64-bit floating point samples.

Bug fixLuciadFusion

LCD-856
The JDBC driver used to connect to SQLite databases has been changed to a custom implementation that is more robust. In particular, it avoids certain rare native crashes that could occur.

Bug fixLuciadFusion

The classes of the samples are now delivered in jar files. These jar files are located in the samples/lib folder of the LuciadMap distribution. This prevents error messages about java.util.ServiceConfigurationErrors. The sample classes used to be delivered as extracted class files in the samples/classes folder.

Bug fixLuciadFusion

LCD-3372, LCD-3649
Added a workaround for a Java 7 bug on Linux where multiple screen setups were not dealt with correctly leading to problems when dragging a Lightspeed view from one screen to another. The workaround is enabled by default. It can be disabled using the system property -Dcom.luciad.view.lightspeed.multipleScreenWorkAroundForLinuxJava7Enabled=false.

Bug fixLuciadFusion

TLcdAWTUtil now has a method invokeAndWait that takes a Callable as an argument. This allows to conveniently return a result computed on the event dispatch thread.

Upgrade considerationLuciadFusion

ALfnServiceContext.getCompositeFormat is a new abstract method on an abstract class. There should be no custom extensions of this class. However, if there are, those will need to implement the new method. It is safe to implement this method to return null.

Upgrade considerationLuciadFusion

LCD-4324
TLcdWMTSModelDescriptor now doesn't implement ILcdEarthModelDescriptor anymore. Models for individual WMTS layers will still have a model descriptor that is both TLcdWMTSModelDescriptor and ILcdEarthModelDescriptor. However, when decoding multiple WMTS layers, the decoded model is a model tree node, with no data in the root node and sub-models for each WMTS layer. Since the root node does not contain any data, it should not have an ILcdEarthModelDescriptor.

Upgrade considerationLuciadFusion

TLspShapePainter now only applies style change events from its own stylers. In particular, style events with the wrong event source will be ignored. This can happen when one styler decorates another styler, and forwards events without adapting the source. If you use a styler decorator, make sure it does not attach external listeners to its delegate directly. Instead, it should intercept the events of the delegate and re-fire the events, as shown here:
        public class StylerDecorator extends ALspStyler {
            private final ILspStyler fDelegate;

            private StylerDecorator( ILspStyler aDelegate ) {
                fDelegate = aDelegate;
                fDelegate.addStyleChangeListener( new ILspStyleChangeListener() {
                    @Override public void styleChanged( TLspStyleChangeEvent aEvent ) {
                        fireStyleChangeEvent( aEvent.getAffectedModel(), aEvent.getAffectedObjects(), aEvent.getAffectedStyles() );
                    }
                } );
            }

            @Override public void style( Collection aObjects, ALspStyleCollector aStyleCollector, TLspContext aContext ) {
                // ...
            }
        }
    

Upgrade considerationLuciadFusion

In order to support SLD-based WMS queries, TLfnWMSCommandDispatcherFactory now extends ALcdOGCSLDWMSCommandDispatcherFactory instead of ALcdOGCWMSCommandDispatcherFactory. The createWMSGXYLayerFactories() method is now final, and any implementations overwriting this method should now overwrite the createSLDWMSGXYLayerFactories() method instead.

Upgrade considerationLuciadFusion

TLcdCADRGModelDecoder#canDecodeSource now verifies the entire file name rather than just the file extension. As a result, the decoder can now assess CADRG frame files with malformed filenames as unsupported, while these were considered supported in previous releases.

Upgrade considerationLuciadFusion

LCD-3416
TLcdDatabaseGXYPainterProvider was deprecated in favor of TLcdGXYShapePainter. TLcdGXYShapePainter offers the same functionality but is not database-specific.

2013.0

2013.0.25

ImprovementLuciadFusion

LCD-4038
The WCS GetCoverage request handler currently expects the bounding box to be expressed in either the EPSG:4326 (WGS 84) reference or in the native reference of the offered data. This enhancement adds support for any EPSG and WKT CRS supported by Luciad.

Bug fixLuciadFusion

LCD-4378
TLcdGXYSelectControllerModel2: the selection popup menu entries would disappear whenever the corresponding object changes.

Bug fixLuciadFusion

LCD-4268
TLcdGeoTIFFModelEncoder would create images with all transparent pixels in certain cases.

2013.0.24

ImprovementLuciadFusion

LCD-4362
Extended TIFF codec with support for horizontal differencing predictor combined with 16 or 32-bit sample sizes.

Bug fixLuciadFusion

LCD-4347
TLcdRasterHeightProvider and TLcdInterpolatingRasterHeightProvider now return Double.NaN when the raster value is an unknown height value (ILcdRaster.getDefaultValue()).

2013.0.23

Bug fixLuciadFusion

LCD-4367
The rotation parameters for the datum transformation of TLcdRD1918DutchGridReference were incorrect, resulting in an offset.

Bug fixLuciadFusion

LCD-4363
Icon selection now takes ILcdAnchoredIcon into account properly. Before, it was possible that you could not select such icons.

2013.0.22

Bug fixLuciadFusion

MGRS overlay labels now don't do calculations when they are invisible. Overlay labels now also have less impact on performance overall.

2013.0.21

ImprovementLuciadFusion

LCD-4339
The new method TLcdGXYCompassNavigationControl#setMagneticNorthMap now lets the control point to the magnetic north instead of the true north.

ImprovementLuciadFusion

LCD-4339
The new methods TLspCompassNavigationControl#setMagneticNorthMap and TLspNavigationControlsBuilder#magneticNorthMap optionally let the compass point to the magnetic north instead of the true north.

ImprovementLuciadFusion

LCD-4313
For WMTS layers that have no fully compatible tile matrix set, the WMTS client now uses the most detailed compatible subset, instead of the least detailed subset. This ensures that you will see the full detail of the layer instead of only a low-quality version. For some layers, it is possible that the tile matrix with the highest detail is compatible. This may cause performance problems, and you should use a layer scale range.

2013.0.20

ImprovementLuciadFusion

LCD-4308
Added support for the non-standardized WMS capabilities of MapServer's MapCache WMS.

ImprovementLuciadFusion

LCD-4295
Replaced an external WMS capabilities XML Schema reference in the SLD XML Schemas with a local reference, to avoid unnecessary external network access..

ImprovementLuciadFusion

LCD-3504
TLcdLonLatGridPainter#setLabelPosition now allows displaying grid labels at all sides.

Bug fixLuciadFusion

LCD-4306
Fixed a memory leak that could occur if a very large number of state changes (e.g. selection, styling) was done in a view without allowing that view to repaint itself. This normally happened only with offscreen views or views for which auto-update was switched off.

Bug fixLuciadFusion

LCD-4304
Fixed the awkward color model for elevation data in the fusion.client.lightspeed sample. It now uses the default DTED color model.

Bug fixLuciadFusion

LCD-4301
SLD now takes the stroke width into account when rendering well-known marks. The mark size will be reduced when increasing the stroke width to ensure that the total icon size does not exceed the specified size.

Bug fixLuciadFusion

LCD-4195
A bug was fixed which caused NullPointerExceptions upon GetFeatureType or DescribeFeatureType requests for empty models when using a custom ILcdWFSClientModelEncoderFactory which does not extend from TLcdWFSClientModelEncoderFactory.

Bug fixLuciadFusion

LCD-4277
Fix flickering cursor when editing a shape and holding a modifier key.

2013.0.19

ImprovementLuciadFusion

LCD-3709
Improved painting accuracy for draped shapes whose model reference does not use the WGS84 reference ellipsoid.

ImprovementLuciadFusion

LCD-4187
Added an internal auto-detection mechanism to determine the correct axis order for the EPSG:4326 (WGS 84) reference in case of a WMS 1.3.0 server. The decision is based on the EPSG:4326 BoundingBox information in the WMS capabilities.

ImprovementLuciadFusion

Improved the performance of overlay component painting in a Lightspeed view.

ImprovementLuciadFusion

LCD-3707
TLspRulerController now indicates that a measurement can be moved by showing a 'move' cursor when hovering over it.

Bug fixLuciadFusion

LCD-4283
Fixed exception that could occur when a TLspRasterLayer's is used in multiple views and one of those views is destroyed.

Bug fixLuciadFusion

LCD-4203
ILcdAnchoredIcons were incorrectly aligned when drawn with the ON_TERRAIN elevation mode.

Bug fixLuciadFusion

LCD-4023
TLspShapePainter.boundsSFCT() sometimes produced incorrect results.

Bug fixLuciadFusion

LCD-4065, LCD-4064
Improved the robustness and thread safety of TLspViewXYZWorldTransformation3D and TLspImageProjector.

Bug fixLuciadFusion

LCD-4229
When selecting an MGRS grid layer, it became invisible. Now it's not possible to select and MGRS layer anymore.

Bug fixLuciadFusion

LCD-4217
When setting an MGRS grid layer to invisible before it is added to the view, the overview label remains visible.

Bug fixLuciadFusion

LCD-4206
When using TLcdEPSGReferenceFormatter, formatting a reference with a NAD83 datum and without a reference name, could produce an incorrect code.

Bug fixLuciadFusion

LCD-4113
The printing feature scale is now correctly applied to icons which use the ON_TERRAIN elevation mode.

Bug fixLuciadFusion

LCD-4193
TLspLabelPlacer often used information that is not up-to-date when placing labels for controller layers (i.e. ILspController.getLayered()). This could for example cause measurement labels to disappear when using the ruler controller.

2013.0.18

Bug fixLuciadFusion

LCD-4189
In rare cases, TLspInteractiveLabelsController would call ALspInteractiveLabelProvider.startInteraction(), without calling ALspInteractiveLabelProvider.stopInteraction() later. This made it possible for ILspInteractiveLabelListener implementations to be left in an invalid state. This is now fixed.

2013.0.17

Bug fixLuciadFusion

LCD-4180
ALcdEarthTileSetRaster: the getColorModel, getPixelSize and getType methods could take a very long time for detailed levels.

Bug fixLuciadFusion

LCD-4179
TLcdEarthTileSetElevationProviderTest: did not handle un-normalized geodetic coordinates correctly.

Bug fixLuciadFusion

LCD-4171, LUCY-3983
In some cases, data formats using HTTP (for example Bing Maps) did not pick up the correct proxy authentication.

Bug fixLuciadFusion

LCD-4174
The XML capabilities decoder has been made less strict with respect to the XML element order of the Style element in the WMS capabilities.

Bug fixLuciadFusion

LCD-4173
The XML capabilities decoder failed when empty LayerLimit, MaxWidth and/or MaxHeight elements were encountered in the WMS capabilities.

Bug fixLuciadFusion

LCD-4165
The property change event fired by TLcdGXYShapePainter#setFontStyle had an incorrect property name.

Bug fixLuciadFusion

LCD-4156
When no spatial reference is specified for the feature collection, the TLcdGeoJsonModelDecoder will now correctly apply the default model reference.

2013.0.16

ImprovementLuciadFusion

LCD-4135
TLspPinLineStyle.PinEndPosition now has an extra option: MIDDLE_OF_BOUNDS_ON_EDGE. This pin end position works similar as MIDDLE_OF_BOUNDS, but the pin line is clipped at the edge of the label instead of ending at the middle of the bounds itself.

ImprovementLuciadFusion

LCD-4141
TLcdGeoJsonModelEncoder can now encode more shapes.
  • Empty ILcdShapeLists are now encoded as empty GeometryCollections
  • The baseShape of an ILcdExtrudedShape will now be encoded to a GeoJson geometry
  • An ILcdSurface is now encoded as a Polygon (provided all the rings are also an instance of ILcdPointList)
  • An ILcdRing is now encoded as a Polygon (provided it is also an instance of ILcdPointList)
  • An ILcdCurve is now encoded as a LineString (provided it is also an instance of ILcdPointList)
It is now also possible to configure the TLcdGeoJsonModelEncoder to skip domain objects of an ILcdModel it cannot encode The default behavior remains identical: an exception is thrown when an unsupported object is encountered. However, this behavior can now be turned off using setSkipUnsupportedFeature.

ImprovementLuciadFusion

LCD-4137
It is now possible to make interactive labels appear by hovering over their domain object, see TLspInteractiveLabelsController.setActiveOnObjectHover().

Bug fixLuciadFusion

LCD-4151
When using interactive labels, a deadlock was possible in some cases. This is now fixed.

2013.0.15

ImprovementLuciadFusion

LCD-4140
ALspDensityStyle has a new "weight" property, which allows the user to specify how much objects contribute to the density plot. Previously, all objects would increment the density value by exactly one.

ImprovementLuciadFusion

LCD-4132, LCD-2767
It is now possible to notify that the interactive component has changed. This makes it for example possible to change the content (and size) of an interactive label, while it is activated. See addInteractiveLabelChangeListener() and fireInteractiveLabelChangedEvent() in ALspInteractiveLabelProvider.

Bug fixLuciadFusion

LCD-4138
In some cases an IllegalArgumentException was thrown when stopping interactive label interaction.

2013.0.14

ImprovementLuciadFusion

LCD-4172
The XML capabilities decoder has been made less strict with respect to custom extensions found in the WMS capabilities.

ImprovementLuciadFusion

LCD-4136
TLcdCADRGModelDecoder now handles zero-terminated strings correctly.

ImprovementLuciadFusion

LCD-3962
Icons no longer sink into the ground when viewing them at a horizontal angle in a 3D view.

ImprovementLuciadFusion

TLcdXMLSchemaBasedDecoder now allows specifying a list of classes for the expected return value of its decode() methods. This can be useful in cases where there are multiple elements allowed as root element in the XML documents to decode.

Bug fixLuciadFusion

LCD-4127
TLcdGeoJsonModelDecoder now handles decoding of URLs without having to explicitly set the dataModelName. Previously, this might have thrown an exception, depending on the contents of the URL.

Bug fixLuciadFusion

LCD-4134
In some cases, there was flickering while navigating the view due to object paint order. There now is an improved paint ordering that also takes into account style order for objects with multiple styles.

Bug fixLuciadFusion

LCD-4133
In some cases, an exception "wrong index sizes" could occur for objects with point geometry that is partially out of the view's world bounds.

Bug fixLuciadFusion

LCD-4124
In some cases, labels from a layer could disappear after removing one ore more domain objects from that layer. An example where this can happen is when using the ruler controller and canceling the creation of a measurement.

Bug fixLuciadFusion

LCD-4122
TLcdUtmMgrsUtil.utmMgrs2LonLat() sometimes produced incorrect results for grid squares very close to the 180 degrees meridian.

Bug fixLuciadFusion

TLcdXMLSchemaBasedDecoder.decode(String) now properly delegates the construction of the document context to the createDocumentContext() method, consistent with the other decode() methods on the API.

Bug fixLuciadFusion

LCD-4116
Reduced memory usage of TLcdBufferedTile.

2013.0.13

Bug fixLuciadFusion

LCD-4093
Added a workaround for incorrect Geoserver capabilities. Although mandatory, Geoserver does not always have a style associated with a layer.

2013.0.12

ImprovementLuciadFusion

LCD-4072
TLspCreateController's logging behavior now distinguishes between exceptional use cases and errors.

ImprovementLuciadFusion

LCD-4015
It is now possible to invalidate all swing labels at the same time. See ALspSwingLabelStyler.allComponentsChanged().

ImprovementLuciadFusion

LCD-4084
The performance of bounds queries has been improved for cases where a single domain object is converted into a large number of style targets.

ImprovementLuciadFusion

LCD-4082
Convenience methods have been added to TLcdWMSRequestContext to access the layers and styles parameters in a request.

ImprovementLuciadFusion

LCD-4074
The sample class GreedyPanController shows how to cancel other controller interactions, in case the user is pressing multiple mouse buttons.

Bug fixLuciadFusion

LCD-4026
TLcdLonLatGeoBuffers with segments that make a 180 degree turn could be painted incorrectly. This for example could cause rounded corners or other parts of the buffer to disappear.

Bug fixLuciadFusion

LCD-4107
Null values in the properties member of GeoJson features are no longer encoded as empty hash maps.

Bug fixLuciadFusion

LCD-4096
In some cases, paint order for objects with the same z-order was not always consistent. This could cause flickering while navigating the view.

Bug fixLuciadFusion

LCD-4102
Selected and edited objects did not disappear when they were removed from the model or filtered out due to a model change.

Bug fixLuciadFusion

LCD-4099
Label placement could become very slow when using many (> 10000) different labeling algorithms.

Bug fixLuciadFusion

LCD-4060
Inversion of longitude and latitude is now properly taken into account when points or point lists are transformed during decoding of GML data.

2013.0.11

ImprovementLuciadFusion

LCD-3738
TLcdGXYCompassNavigationControl did not behave correctly when the view center was outside the earth bounds.

ImprovementLuciadFusion

LCD-4069
TLcdGXYAsynchronousPaintQueue#reset now also clears stale references to layers.

Bug fixLuciadFusion

LCD-3772
ALcdObjectSelectionAction became visible on every selection change if the auto-hide behavior was disabled. This has been fixed.

Bug fixLuciadFusion

LCD-4036
Most ILcdLayered implementations threw a NullPointerException when trying to move a layer that was not in the layered object. This has been changed to the advertised NoSuchElementException.

Bug fixLuciadFusion

LCD-1517
The Z order property of ALspStyle is now applied globally across different style types, whereas before it was only considered within groups of objects with the same type of style.

2013.0.10

ImprovementLuciadFusion

TLcdGeoTIFFModelEncoder will now produce stripped images when the tile width and/or height properties are set to zero.

2013.0.09

ImprovementLuciadFusion

LCD-1842
TLspPointToPointSnapper: improved the snapping performance when working with many points.

2013.0.07

Bug fixLuciadFusion

LCD-4040
The make_osgi_bundles script now also processes the native libraries necessary for LuciadLightspeed's touch support.

Bug fixLuciadFusion

LCD-4031
Fixed balloon rendering problem for jdk 1.5 that would cause greater-than signs to appear at the side of the balloon.

Bug fixLuciadFusion

LCD-4028
Several ILcdGXYPainter implementations did not return a full deep clone, making the clone potentially unsafe when used in another thread.

Bug fixLuciadFusion

TLcdAnchoredIcon: fixed the default anchor point calculation for non-square icons.

Bug fixLuciadFusion

LCD-3992
When modifying halo settings in the label painters, and using domain objects that implement ILcdCache, labels were not updated correctly.

Bug fixLuciadFusion

LCD-4020
The type of the choice property 'ExtendedData' in the AbstractFeatureType was incorrect, this has been fixed.

2013.0.06

ImprovementLuciadFusion

LCD-3919
TLspCreateController now automatically cancels itself if it could not initialize the creation. This is convenient if a controller model asks the user for additional input and the user cancels.

ImprovementLuciadFusion

LCD-3986
The ruler controller (TLspRulerController) now visualizes snapping points for the first point of the ruler measurement.

Bug fixLuciadFusion

LF-463
Fixed a class loading incompatibility with Oracle WebLogic so that the fusion server can once again be readily deployed on that platform too.

Bug fixLuciadFusion

LF-476
Fixed a memory leak when fusing large S-57 catalogues.

Bug fixLuciadFusion

LF-471
Fixed double negation in web.xml, in the description of the commit policy.

Bug fixLuciadFusion

LF-464
The asset type for multileveled elevation rasters is now correctly detected as ELEVATION.

Bug fixLuciadFusion

The TLspShapePainter contained a memory leak when using TLspIconStyle instances. This memory leak was mainly triggered when icons appeared and disappeared frequently in the view (e.g. during zooming and panning). This has been fixed.

Bug fixLuciadFusion

LCD-4003
Fixed a problem with the ordering of Screenoverlay elements in a GXY view, with respect to their drawOrder.

Bug fixLuciadFusion

LCD-3998
Improved handling of unexpected GDAL_NODATA tag values in TIFF files..

Bug fixLuciadFusion

LCD-3961
Creation handles for 3D pointlists and 3D buffers used to consume mouse wheel events for certain stages of creation. This has been fixed.

2013.0.04

ImprovementLuciadFusion

LCD-3960
Added new methods set/getModelReferenceFormatter on TLcdWFSTransactionRequest to be able to set a formatter to encode a model reference to a String in WFS transaction requests. By default, an EPSG encoding is used; the main use case is to support the formatting of custom references that don't have an EPSG encoding.

Bug fixLuciadFusion

LCD-3985
A bug was fixed which prevented custom model reference parsers from being called when another custom model reference parser threw a ParseException.

Bug fixLuciadFusion

LCD-3967
The native libraries necessary to access iButtons on Windows are again present in the lib/native folder. This means they no longer have to be copied over from the licenses/hardwarekey folder.

Bug fixLuciadFusion

LCD-3982
The cache of model references is now correctly reset upon servlet initialization. This eliminates problems with unknown references which kept polluting the cache after hot redeployment of the servlet.

Bug fixLuciadFusion

LCD-3978
TLspLabelEditor could throw a NPE when no ALspLabelEditFilter was set. This error was introduced when adding support for LCD-3751.

Bug fixLuciadFusion

LCD-3971
Fixed potential memory leak when re-using the TLspCustomizableStyle instances of a TLspCustomizableStyler.

Bug fixLuciadFusion

LCD-3968
TLspRotateController could slightly pan the view when simply pressing the mouse button. This has been fixed.

Bug fixLuciadFusion

LCD-3955
Resolved an issue where TIFF files containing an associated alpha channel could be rendered incorrectly.

Bug fixLuciadFusion

LCD-268
TLcdTouchDevice.getTouchDeviceStatus now returns more relevant error codes.

2013.0.02

ImprovementLuciadFusion

LF-374
LuciadFusion now supports clipping assets on single S-57 cells (clipping was previously only supported on catalogues).

ImprovementLuciadFusion

LCD-3954
If a TLcdLayer has a filter that implements ILcdChangeSource, it listens for changes in that filter. If, however, that filter is also referenced by other parts of the application, the layer could not be garbage collected.

Bug fixLuciadFusion

LF-459
The deployment script did not deliver working development WAR files (deployment WAR files were unaffected). It also did not include license JAR files correctly.

Bug fixLuciadFusion

LF-456
When adding assets into an existing coverage with explicit scale denominators, fusion failed with an exception. This has now been fixed.

Bug fixLuciadFusion

LF-454
A bug was fixed which caused black blocks when fusing CADRG data.

Bug fixLuciadFusion

LCD-3949
A bug was fixed in the caching Tile Store which could result in a corrupted tile. This could happen in specific circumstances, when cached tiles have been updated on the server, and the server goes offline while updated tiles are being retrieved from the server.

Bug fixLuciadFusion

LCD-3759
Fixed a possible exception in TLcdStatusInputStreamFactory when accessing it in multiple threads.

Bug fixLuciadFusion

LCD-3943
The caching Tile Store has been made more robust in case of exceptions. It now continues serving tiles from cache when the network cable is unplugged (on Linux).

Bug fixLuciadFusion

LCD-3933
Lightspeed rasters painted at a height above the ellipsoid were sometimes also painted on the view's terrain. In particular the issue occurred when combining the OBJECT_DEPENDENT elevation mode with the BACKGROUND layer type.

Bug fixLuciadFusion

LCD-3899
TLcdPrintPreview: fixed a possible ArithmeticException.

Bug fixLuciadFusion

LCD-3572
Grid labels would temporarily disappear in some cases when the view contains many labels with changing content.

Bug fixLuciadFusion

LCD-3956
Fixed an exception that could occur when retrieving the bounds of a vector shape from the layer or painter.

Bug fixLuciadFusion

LCD-2993
Improved the logging output of TLspShapePainter. The painter no longer uses non-API classes for logging, and log levels and messages have been improved.

Bug fixLuciadFusion

LCD-2780
Fixed an issue that caused icons to be drawn upside down in 3D views under certain conditions.

Bug fixLuciadFusion

LCD-1470
Fixed a potential IndexOutOfBoundsException when selecting objects in shape layers.

2013.0.01

ImprovementLuciadFusion

LCD-3764
TLcdGeodeticDatum.getHeight() now avoids allocations when it can only return height 0.0, which is the case for non-geoid geodetic datums.

ImprovementLuciadFusion

LCD-3917
The WMS client has been made less strict with respect to the ordering of the Attribution and ScaleHint XML elements in the WMS capabilities, to increase interoperability with WMS servers that do not strictly adhere to the OGC WMS Capabilities XML Schema.

ImprovementLuciadFusion

LCD-3321
The content type of output format "JSON" or "application/json" is now correctly set to "application/json".

ImprovementLuciadFusion

LCD-3858
TLsp3DIconStyle no longer throws an exception if it is created with no icon specified. Instead, a default arrow icon is used.

Bug fixLuciadFusion

LCD-3748
TLcd2DBoundsIndexedModel now does not fire an event when removing an object that is not in the model.

Bug fixLuciadFusion

LCD-3758
Fixed issue with balloons not respecting the balloon borders while calculating the maximum size of its contents.

Bug fixLuciadFusion

LCD-3737
HGTModelDecoder sample class now returns a model descriptor that correctly indicates that the model contains elevation data.

Bug fixLuciadFusion

LCD-3708
Raster data was sometimes not painted accurately when the model reference's geodetic datum differs significantly from the one of the world reference.

Bug fixLuciadFusion

LCD-3921
The release no longer includes versions 2.4 and 2.5 of the servlet api. Only version 2.5 is now included.

Bug fixLuciadFusion

LCD-3914
TLspSLDStyler now paints icons by default using ILspWorldElevationStyle.ElevationMode.OBJECT_DEPENDENT, instead of ILspWorldElevationStyle.ElevationMode.ABOVE_TERRAIN.

Bug fixLuciadFusion

A bug in the computation of XML schema dependencies has been fixed: schema's which are only dependent on other schema's via a global element referring to a global type in another schema, now have a proper dependency on this other schema.

Bug fixLuciadFusion

The XML Binding framework now supports types with anonymous inner super types.

Bug fixLuciadFusion

LCD-3770
The fusion.client.gxy sample now correctly visualizes coverage bounds, even when they wrap around the date line.

Bug fixLuciadFusion

LCD-3903
TLspLabelPainter could possibly crash by trying to paint destroyed textures.

Bug fixLuciadFusion

LCD-3859
The TLspTiledWMSProxyPainter's query method did not work correctly.

Bug fixLuciadFusion

LCD-3761
The TLspTiledWMSProxyPainter now preferably requests data from the server in the view's world reference. This avoids some distortion since the data is only transformed once on the server instead of both on the server and client.

Bug fixLuciadFusion

LCD-3747
Resolved an issue that caused Geosym icons to be painted outside of their bounds.

Bug fixLuciadFusion

LCD-3736
TLcdEarthTileSetElevationProvider: fixed bug in elevation interpolation when some samples are NaN.

Bug fixLuciadFusion

LCD-3763
Fixed a layer order problem when selecting objects in a TLspGXYLayerAdapter.

Bug fixLuciadFusion

LCD-3751
When an object has more than one label, it is now possible to specify which labels can be moved using TLspLabelEditor.setLabelEditFilter().

Bug fixLuciadFusion

LCD-3745
Fixed a rare BufferOverflowException that could happen when painting stroked lines.

Bug fixLuciadFusion

LCD-1468
TLcdEarthElevationDataCombiner: did not support tiles with odd tile resolutions.

2013.0

ImprovementLuciadFusion

The LuciadLightspeed distribution now contains a sample that creates the necessary metadata to integrate LuciadLightspeed into OSGi-based projects. You can get started by running the make_osgi_bundles.bat (on Windows) or make_osgi_bundles.sh (on Unix-like systems) in the build/osgi directory. You can find additional information in the 'Running in OSGi' chapter in LuciadLightspeed's developer's guide.

ImprovementLuciadFusion

ALcdAnimationManager now uses a default update rate of 60 Hz instead of 30 Hz. This is in line with today's monitor refresh rates.

ImprovementLuciadFusion

LCD-3471
The Multi-threaded Data Access chapter in the LuciadLightspeed Developer's Guide has been completely revised.

ImprovementLuciadFusion

LCD-2491
Fixed an issue in the edit and ruler controllers that could result in visual flickering of the painted handles. This was most prominent in the ruler controller during editing in geodetic mode.

ImprovementLuciadFusion

The new classes TLcdCompositeModelDecoder and TLcdCompositeGXYLayerFactory provide a composite implementation of ILcdModelDecoder and ILcdGXYLayerFactory, respectively.

ImprovementLuciadFusion

The TLcdDataObjectExpressionLanguage has been extended. It is now also possible to update values in a data object for straight property expressions (DataProperty1.DataProperty2...). Some utility methods to work with that kind of expressions are also added.

ImprovementLuciadFusion

Asynchronous paint threads are now cleaned up automatically when they are inactive for a certain amount of time.

ImprovementLuciadFusion

TLspRasterLayerBuilder can now also visualize parameterized raster data with icons, using a TLspParameterizedIconStyle.

ImprovementLuciadFusion

Introduced TLcdDataPropertyValueContext in the API. This class is a container for information about the value of a TLcdDataProperty somewhere in a TLcdDataObject.

ImprovementLuciadFusion

TLcdTFWRasterModelDecoder now has a default model reference decoder.

ImprovementLuciadFusion

The fusion.client.opengl sample was removed. The fusion.client.metadata.gxy and fusion.client.metadata.lightspeed samples are now changed tofusion.client.metadata.

ImprovementLuciadFusion

The interface ILspAWTView and the abstract class ALspAWTView have been introduced as common ancestors of TLspAWTView and TLspSwingView.

ImprovementLuciadFusion

Lightspeed raster layers now allow configuring if and how the painted raster data is interpolated. The interpolation type can be configured on TLspRasterStyle.

ImprovementLuciadFusion

Lightspeed raster layers now also support painting rasters at a fixed altitude above the ellipsoid instead of only on the terrain. The elevation mode can be configured on TLspRasterStyle.

ImprovementLuciadFusion

With the new abstraction ALfnTileStoreProvider and its implementation TLfnTileStoreProvider, you can now easily create ALfnTileStore instances from a URI. TLfnTileStoreProvider can sort out the difference between a "http" and a "file" URI, and creates the correct ALfnTileStore accordingly.

ImprovementLuciadFusion

TLcdTransportFactory has been introduced on the API as a default implementation of ILcdTransportFactory. It is based on Apache's HttpClient library 4.2.3. Instances of this class can be used to customize transport in for example FusionClient, BingMaps and OGC web clients.

ImprovementLuciadFusion

A new client API for OGC Web Map Tile Services (WMTS) has been introduced.
For more information, see:
  • The Web Client Suite developer's guide (OGCWebClientSuite_DeveloperGuide.pdf)
  • The class javadoc of TLcdWMTSModelDecoder and TLcdWMTSClient
  • The package javadoc of com.luciad.ogc.wmts

ImprovementLuciadFusion

Added the possibility to separate different multi-touch navigation gestures. Pan, zoom and rotate gestures can be combined or performed separately using TLspTouchNavigateController.setCombineGestures( true | false ). Also a new touch gesture is introduced to perform pitch rotations. The gesture is activated by dragging up or down with minimum 3 fingers.

ImprovementLuciadFusion

Lightspeed views now support lighting and fog effects in 3D views. This can result in more visually striking images, as well as improved perception of scale and shape. The relevant API can be found in the package com.luciad.view.lightspeed.services.effects. There is a new Lighting theme in the LuciadLightspeed Demo which demonstrates the new functionality (see samples.lightspeed.demo.application.data.lighting).

ImprovementLuciadFusion

Touch related samples now make use of a more modern Nimbus based look and feel, instead of the metal look and feel.

ImprovementLuciadFusion

TLcdGXYLayerTree and the associated cell renderers are now more compatible with Nimbus Look and Feel. Before, it could cause subtle issues, such as Nimbus ignoring some properties specified in the UIDefaults.

ImprovementLuciadFusion

It is now possible to override the ILcdLayer.isEditableSupported() property using TLspShapeLayerBuilder.

ImprovementLuciadFusion

TLspLabelPainter now supports the ILspWorldElevationStyle.getElevationMode() property. This property is used to calculate the label anchor.

ImprovementLuciadFusion

TLfnCachingTileStore: a new client-side tile caching mechanism has been introduced on the API. It allows visualization to continue working offline when for example the server is offline. It may also speed up the visualization of tiles when a server is slow. By sweeping the oldest tiles, a best-effort attempt is made to keep the cache size roughly between a low and a high mark. Beware that the cache is not synced with the remote server, so it may serve outdated tiles for an indefinite amount of time.

ImprovementLuciadFusion

The WFS service in the LuciadFusion Data Server now supports exporting data to GeoJSON, next to GML.

ImprovementLuciadFusion

Tile iterations based on ALfnCoverage.getTileCoordinates no longer throw ConcurrentModificationException when write operations have happened since the start of the iteration. This allows for applications to iterate over a coverage while it is being modified (a "live" coverage).

ImprovementLuciadFusion

LCD-3517
Icon painting performance when using TLspShapePainter or TLspShapeLayerBuilder has been improved for the case where many different icons are used.

ImprovementLuciadFusion

When tiles are deleted from a Tile Store, space is now reclaimed. Bear in mind that putting tiles over existing ones does not reclaim space; rather the whole history of the tiles is preserved.

ImprovementLuciadFusion

TLcdGXYViewComponentPrintable was introduced to make it easier to setup multi-page printing and printing of a view layed out in a Swing hierarchy. The printable can also create a preview component (TLcdPrintPreview). This is demonstrated in the printing sample. For more information on printing, refer to the developer's guide Chapter on printing.

ImprovementLuciadFusion

Terminology: a bounding shape has been renamed to a clipping shape. This brings LuciadFusion terminology in line with that of LuciadMap (Earth). This change reflected in the API and the documentation.
  • The method ALfnAssetMetadata.getBoundingShape() has been deprecated in favor of ALfnAssetMetadata.getClippingShape().
  • The builder method ALfnAssetMetadata.Builder.setBoundingShape() has been deprecated in favor of ALfnAssetMetadata.Builder.clippingShape().

ImprovementLuciadFusion

All setters on the metadata builders "setSomething(Something aSomething)" have been renamed to "something(Something aSomething)". This brings LuciadFusion conventions in line with those of LuciadLightspeed. The old setters have been deprecated for backwards compatibility, and refer to their new counterparts. Some examples (non-exhaustive list):
  • ALfnResourceMetadata.Builder.setId(String aId) => ALfnResourceMetadata.Builder.id(String aId)
  • TLfnVectorCoverageMetadata.Builder.setMaxLevel(int aLevel) => TLfnVectorCoverageMetadata.Builder.maxLevel(int aLevel)

ImprovementLuciadFusion

Fusion of coverages can now also be performed on the server. A system which is both fusion server and tile server is a typical setup. In a more advanced setup, client, fusion server and tile server are all different systems. The client and fusion server both require access to the source data. The data root of the source data may be different on the different machines. You can define path prefixes to make abstraction of system-specific data roots.

Work has been done to centralize all the information about the fusion of a coverage on the tile server. If a fusion server breaks down, another fusion server has all the information it needs to be able to continue the work. Some configuration has been moved from the engine session to the coverage. Line simplification, area simplification, filtering etc. can now be configured on the coverage rather than on the engine session.

ImprovementLuciadFusion

LCD-1895
The ILspGLResourceCache that is used by the painters to store OpenGL resources such as textures and discretized geometry has been optimized to reduce memory consumption. Next to configuring the cache's size in bytes, the cache can now also be restricted by specifying the maximal number of cache entries. See TLspViewBuilder#glResourceCacheMaxEntries(X) and the system property -Dcom.luciad.view.lightspeed.opengl.maxCacheEntries=X where X is the maximal number. By default there is no limit on the number of cached entries.

ImprovementLuciadFusion

Support was added to quickly add all supported LuciadLightspeed data formats to your application by means of a service look-up mechanism. This is demonstrated in the samples.common.serviceregistry sample package and the GXY and Lightspeed decoder samples. In addition, TLcdServiceAnnotationProcessor enables you to add your own services by simply annotating them with @LcdService. See the developer's guide Chapter on adding data formats for more information.

ImprovementLuciadFusion

The Lightspeed raster layers now support interactive color filtering. You can apply a custom color filter by using a TLspColorLookupTableFilterStyle. More details are available in the developer's guide and the javadoc of TLspRasterLayerBuilder. The lightspeed.style.raster sample also demonstrates applying a color filter to a raster. Finally, a new Image Filter theme in the LuciadLightspeed Demo also demonstrates this functionality (see samples.lightspeed.demo.application.data.imagefilter).

ImprovementLuciadFusion

Added TLcdKML22ResourceProvider to TLcdKML22ModelDescriptor. The resource provider is there for convenience, and is put on every root kml model decoded by the TLcdKML22ModelDecoder.

ImprovementLuciadFusion

TLcdModelList now has a setModelEncoder method. This allows you to specify a model encoder for the model list.

ImprovementLuciadFusion

The SLDGXYLayerFactory looks for SLD files (.sld) accompanying the model's data files, and applies this style. This allows styling unstyled formats without having to write code. This layer factory is demonstrated in the decoder sample.

ImprovementLuciadFusion

KML now has native visualization support in ILspViews. Use TLspKML22LayerBuilder to create an ILspLayer for a KML model. To perform a view-fit action according to the KML specifications, you can use the TLspKML22ViewFitAction class.

ImprovementLuciadFusion

Fusion engine checkpoints are now stored on the tile store in the coverage user data (see ALfnCoverage.getUserData).

This means ALfnEngineEnvironment.getCheckpointDirectory is not used anymore. Using null to disable checkpoints is still valid, but instead you should set the checkpoint interval to -1 (you can set it with RasterSessionBuilder.setCheckpointInterval or VectorSessionBuilder.setCheckpointInterval).

ImprovementLuciadFusion

LCD-3501
Added support for ILcdAnchoredIcon in TLspIconStyle. Anchored icons will automatically be displaced to their anchor-points. Their center of rotation will also shift to their anchor point.

ImprovementLuciadFusion

TLcdWatermarkPrintable and TLcdCompositePageable were added. TLcdWatermarkPrintable makes it possible to decorate a Printable with a textual watermark. TLcdCompositePageable makes it possible to compose different Pageables.

ImprovementLuciadFusion

LCD-3497
Loading or refreshing groundoverlays now happens more efficiently.

ImprovementLuciadFusion

Several GXY samples have been combined, renamed and restructured. Most notably, there is now a single decoder sample that is able to open all supported formats.

ImprovementLuciadFusion

TLcdIndexColorModel now supports TLcdColorMap instances whose levels do not map directly to raster values by making use of an ILcdRasterValueConverter. This allows retaining the semantics of the color map's levels (e.g. height, temperature).

ImprovementLuciadFusion

TLcdKML22RenderableModel.applyOnInteracts2DBounds now returns screenoverlay elements if it is queried with an undefined bounds. (See ILcdBounds.isDefined)

ImprovementLuciadFusion

LCD-3303, LCD-2373
TLspCreateController now starts its creation on mouse-moved events instead of on the first mouse released event. This allows creation handles to perform visualizations before the first click. As a first use case, TLspPointSetHandle has been updated to show its point while the mouse is hovering over the globe. This allows you to see snapping on your first point while creating objects.

ImprovementLuciadFusion

ILspTaskExecutor now supports executing tasks with a delay. This can for example be used to easily throttle how often a task is run. The delay can be configured on TLspTaskExecutorRunnable.

ImprovementLuciadFusion

The "fusion.engine" GUI sample and "fusion.engine.coveragecropper" CLI sample have been replaced with a comprehensive command-line fusion tool: "fusion.engine". Limitations:
  • Fusing GRIB data is not supported.

ImprovementLuciadFusion

LCD-104
Most implementations of ILcdRaster, ILcdMultilevelRaster and ILcdTile now implement the ILcdDisposable interface. This allows applications to explicitly release any resources that are held by a raster and its tiles without relying on format specific implementation details.

ImprovementLuciadFusion

Lightspeed views can now be printed at high resolution using TLcdPrintComponentAction. Also, TLspViewComponentPrintable was introduced to make it easier to setup multi-page printing and printing of a view layed out in a Swing hierarchy. For more information on printing Lightspeed views, refer to the Lightspeed printing sample and the developer's guide.

ImprovementLuciadFusion

The LuciadFusion Data Server now supports the OGC Web Map Tile Service (WMTS) protocol.

Image coverages can be exposed as a WMTS layer, if they have square pixels.

You can enable the WMTS server in the deployment descriptor of the data server, i.e. the web.xml file. Please refer to the LuciadFusion Developer's Guide for more details.

ImprovementLuciadFusion

ALcdAnimationManager now has a method to pause/resume all running animations. See ALcdAnimationManager.setPaused(boolean).

ImprovementLuciadFusion

TLspLabelPainter now supports ILcdAnchoredIcon objects.

ImprovementLuciadFusion

TLspViewBuilder now supports automatic resource sharing between views. This is on by default. It can be turned off using the TLspViewBuilder#disableAutomaticContextSharing() method. All views created by this builder that have this option on will share a resource cache for more optimal memory use.

ImprovementLuciadFusion

TLspViewBuilder now has a new method which allows the user to indicate whether any GUI components (such as navigation controls) will be overlaid on top of the views that are created. Switching this off may allow the view to perform some behind-the-scenes optimizations and may avoid some known issues with JDK 1.7. Overlay component support is still enabled by default.

ImprovementLuciadFusion

LCD-3051
TLspViewBuilder has new methods viewType() and worldReference(), which allow the new views to be pre-configured as 2D or 3D with a given reference. These methods can be used in lieu of a subsequent call to TLspViewTransformationUtil.

ImprovementLuciadFusion

LCD-263
The label painters now try to make use of ILcdCache as much as possible when enabling halo painting. This removes the need to manually clear the painter's cache when the domain object implements ILcdCache.

ImprovementLuciadFusion

LCD-3237
TLcdGXYLabelingPathProvider was added. This path provider can provide labeling paths for most supported shapes.

ImprovementLuciadFusion

LCD-3399
TLcdGXYShapePainter was added. This class paints and edits all supported shapes.

ImprovementLuciadFusion

The SQLite decoder sample was removed. You can now open .spl files using the common decoder samples: samples.gxy.decoder and samples.lightspeed.decoder.

ImprovementLuciadFusion

LCD-3365
TLcdSHPModelDecoder now reuses String instances for properties having the same value (similar to Java's String.intern() mechanism), which may reduce both the memory usage and decoding time of SHP models significantly.

ImprovementLuciadFusion

TLspViewBuilder now has a convenience method to configure the view's background color.

ImprovementLuciadFusion

LCD-332
TLcdGXYViewFitAction now also takes into account child layers when fitting on layer tree nodes (see the setFitToChildren method).

ImprovementLuciadFusion

TLspRasterLayer now supports interactively changing the coloring for elevation data. This is demonstrated in the lightspeed.style.raster sample.

ImprovementLuciadFusion

LCD-3377
It is now possible to specify a label location in TLspBoundsQuery and TLspIsTouchedQuery.

ImprovementLuciadFusion

Various samples were changed:
  • The "streets" sample was moved to the LuciadLightspeed Demo, see samples.lightspeed.demo.application.data.streets
  • Various label samples were merged into one, see samples.lightspeed.label.placement

ImprovementLuciadFusion

LCD-1520
TLcdStrokeLineStyleBuilder now allows configuring how lines are ended and how their segments are joined.

ImprovementLuciadFusion

LCD-3055
Vertical view: improved the interactivity with the cursor and the altitude points.

ImprovementLuciadFusion

LCD-2209
The color of a TLspBounds3DIcon can now be changed, this is used by the default selection style so that the default selection color for 3D icon styles is the same as for regular icons.

ImprovementLuciadFusion

LCD-3368
TLcdUtmMGRSUtil is now about 10%-20% faster.

ImprovementLuciadFusion

LCD-689
Improved the round trip behavior of TLcdUtmMGRSUtil for points near the UTM zone border. TLcdUtmMGRSUtil.utmMgrs2LonLat() now tries to choose a point that lies in the zone, as well as in the MGRS grid square.

ImprovementLuciadFusion

LCD-2862
Incorrectly encoded BBox spatial filters without an ogc:PropertyName element can now be decoded, and evaluated. This improves compatibility with clients that generate invalid XML.

ImprovementLuciadFusion

The new classes TLcdGXYViewMeasureProvider and TLspViewMeasureProvider allow retrieving data values for any point in a view, such as the magnetic north declination or weather information. implementations for the relevant models and layers. To see it in action in a sample, simply To see this in action in a sample, simply hover the mouse over any part of the view displaying such information in, for example, the magnetic north sample.

ImprovementLuciadFusion

LCD-2997
Dependencies between labels of non-discrete and discrete labeling algorithms are now supported by default.

ImprovementLuciadFusion

LCD-3333
TLspRasterLayer now supports queries, similar to ILspInteractivePaintableLayer. This allows for example to determine which raster value is painted at a specific pixel in the view.

ImprovementLuciadFusion

LCD-3346
TLspLabelStyler now implements ILspCustomizableStyler.

ImprovementLuciadFusion

LCD-3134
Stroke dash patterns in the line and polygon symbolizer builders can now also be specified using a series of ints.

ImprovementLuciadFusion

Added inertia effects to the pan controller. Inertia can be disabled using TLspPanController.setEnableInertia( false ).

ImprovementLuciadFusion

LCD-3221
Performance improvement: TLspLabelPlacer now avoids calling the styler when possible.

ImprovementLuciadFusion

LCD-892
TLcdModelList now has a method setModelReference that can be used to specify a model reference even when the model list is empty.

ImprovementLuciadFusion

LCD-692
TLcdEllipsoidRhumblineUtil and TLcdSphereRhumblineUtil now have a rhumblinePointSFCT() method that takes two points and a ratio as input.

ImprovementLuciadFusion

LCD-578
TLcdXMLDataModelBuilder now fills in the possibleValues property for restriction types.

ImprovementLuciadFusion

LCD-567
Th GML 3.1 and 3.2 model decoders now provide a decodeFeature() method which allows to decode GML documents containing a single GML feature, instead of feature collections.

ImprovementLuciadFusion

TLcdGUIIcon has a new icon for routes.

ImprovementLuciadFusion

LCD-677
TLcdEllipsoidRhumblineUtil.closestPointOnRhumbline() was added.

ImprovementLuciadFusion

LCD-3349
Curved path labels (TLcdGXYCurvedPathLabelPainter) now avoid too much curvature, eliminating most self-overlap.

Bug fixLuciadFusion

The equals() and hashCode() methods of TLspViewXYZWorldTransformation2D and TLspViewXYZWorldTransformation3D did not take the entire state of the transformation (such as camera constraints and the installed listeners) into account. Now they use the transformation's identity. To only compare what the transformation shows, use the getIdentifier() method.

Bug fixLuciadFusion

LCD-1596
Fixed a number of compatibility issues with TLspAWTView and JDK 1.7. In particular, the full screen toggle in the Lightspeed samples is now also available when JDK 1.7 is used.

Bug fixLuciadFusion

Fixed an issue in TLspShapePainter where points that were projected out-of-bounds could be painted at (0,0) in 2D. Points that fall outside the projection are now always properly discarded during painting.

Bug fixLuciadFusion

The WFS service in the LuciadFusion Data Server did not correctly handle XML POST requests.

Bug fixLuciadFusion

LCD-3374, LCD-2061, LCD-3202
The view fitting when using TLspViewTransformationUtil or TLspViewNavigationUtil has been improved significantly:
  • fit accounts for the rotation of the view when fitting in 2D
  • fit more accurately accounts for terrain elevation and the vertical dimension of 3D objects
  • more accurate view preservation when switching from 2D to 3D

Bug fixLuciadFusion

LCD-1579

The Lightspeed raster layers no longer become blurry near the screen edges. This was especially noticeable in high resolution 3D views.

As a result of this fix the painter may need to load and paint more data in a 3D view which can reduce the performance. This affects all raster layers, including the view's terrain, image projection layers and hypsometry layers. You can increase the performance of individual layers by using a TLspRasterStyle with a lower levelSwitchFactor. Note that the style of the view's terrain can be configured on the view's ILspTerrainSupport. Alternatively you can revert to the old behavior using the -Dcom.luciad.view.lightspeed.earth.adaptive3DLod=false JVM flag.

Bug fixLuciadFusion

Solved a potential threading problem in TLcdSymbol.

Bug fixLuciadFusion

LCD-3390
TLspLabelPainter fired property change events with an incorrect source.

Bug fixLuciadFusion

LCD-3332
When doing a bounds or isTouched query for labels, the label painter sometimes used styler data that is not up-to-date. For example, when modifying the label style so that labels become bigger than before, the query could temporarily return bounds with the old size.

Bug fixLuciadFusion

LCD-1467
TLcdSpeedFormat, TLcdAltitudeFormat and TLcdDistanceFormat now respect the short name of the unit in case where the name of the unit matches one of the predefined names. For example using new TLcdSpeedUnit( "Knots", "kts", TLcdSpeedUnit.KNT.getToMeterPerSecondFactor() ) as unit will now result in a formatted speed with "kts" as unit and not "kn".

Bug fixLuciadFusion

LCD-935
In some cases, a TLcd2DBoundsIndexedModel pre-initialized with a TLcdLonLatBounds could result in a stack overflow error when adding an XY shape. This has been resolved, and a warning message is logged when this case is detected.

Bug fixLuciadFusion

LCD-1917
The accuracy of the ILspImageProjectionLayer is now high, even when zoomed in closely.

Bug fixLuciadFusion

TLcdInputStreamFactory now better handles digest authentication.

Bug fixLuciadFusion

LCD-2283
The height provider returned by ILspTerrainSupport.getViewDependentHeightProvider with the valid-heights-only mode returned inaccurate heights when zoomed out.

Bug fixLuciadFusion

LCD-2887
Changing the world reference of an ILcdGXYView while creating an object or ruler measurement would sometimes not update the object or measurement under construction.

Bug fixLuciadFusion

LCD-2840, LCD-3335
Fixed painting artifacts when moving the camera below sea level in a 3D view.

Bug fixLuciadFusion

LCD-3265
Balloons sometimes no longer point in the direction of their object when the object is outside the view bounds, and the view is tilted.

Bug fixLuciadFusion

LCD-672, LCD-2726
TLcdEPSGReferenceParser and TLcdCRSReferenceParser now create world references with a valid unit of measure when passing a geodetic reference code as input.

Bug fixLuciadFusion

LCD-3066
GML rings can now handle null curves as members (e.g. because of an unresolvable XLink): these curves will be filtered out when viewed as ILcdCompositeCurve. The curve list of this rings can not be edited afterwards.

Bug fixLuciadFusion

LCD-2597
Improved correctness of geodetic datum encoding in TLcdGeoTIFFModelEncoder.

Upgrade considerationLuciadFusion

ILcdGLDrawable has new methods, invokeAndWait() and invokeLater(), which invoke a runnable with the guarantee that the drawable's OpenGL context is current.

Upgrade considerationLuciadFusion

The packaging of LuciadLightspeed has been streamlined:
  • The javadoc is now packaged in a separate zip file called Javadoc.zip. That way you can avoid downloading and extracting this documentation.
  • There are now more, but smaller, jar files for LuciadLightspeed. This avoids circular dependencies between jar files that were present in previous versions of LuciadLightspeed. That should make it easier to integrate the jar files in some build tools.
  • The jar files of third party libraries now contain the version number in their filename. That way you can easily determine the version of a jar file.
  • The resources of a jar file are no longer packaged in separate jar files. This way it is clearer that these resources are not optional. This also reduces the number of jar files that are included in the release. Only the optional geoid resources remain in a separate jar file.
The prerequisites pages in the Technical notes section was updated to reflect these changes. Please take a look at those for more detailed information.

Upgrade considerationLuciadFusion

Added support for creating a Lightspeed view that is not geographically referenced. The lightspeed.nongeoreferenced sample demonstrates this. To accommodate this the following API has changed:
  • A model with a reference that does not implement ILcdGeoReference is no longer interpreted as data defined in view coordinates. A null model reference is now used for data in view coordinates. This is demonstrated in the lightspeed.paintinview sample.
  • ALspStyleTargetProvider.getStyleTargetReference now returns an ILcdModelReference instead of an ILcdGeoReference. For all Luciad ILcdGeoReference implementations you can simply cast the reference to ILcdModelReference.
  • The default transformations now also support identity transformations between custom references.

Upgrade considerationLuciadFusion

An ILcdOWSRequest now supports REST encoding, if applicable. Implementations must now implement "getRestEncoding", but can return null to indicate that it is not supported.

Upgrade considerationLuciadFusion

The constructor of TLspPaintRepresentationState has been removed. Please use TLspPaintRepresentationState.getInstance instead. This ensures that for every paint representation and paint state combination there is only one unique instance. This is important to ensure correctness when using paint representation state instances as key in an identity hash map for example.

Upgrade considerationLuciadFusion

The ALspInteractiveLabelProvider#dispatchAWTEvent() and ALspInteractiveLabelProvider#convertAWTEvent() methods were removed. Because of this change, the event dispatching mechanism of AWT is used, which solves problems in corner cases. After this change
  • the removed methods are not called anymore causing a possible behavioral change.
  • rather than handling all events for all components and subcomponents of an interactive label via a single method, it will be needed to register listeners on the components for which events are required.
  • some custom event dispatching is no longer possible. For example: dispatching left mouse button events to a sub component, but handling middle mouse button events in the parent component is no longer feasible using the standard AWT event dispatching system. This is something that AWT does not support.

Upgrade considerationLuciadFusion

The interface ILfnFusionHandler was removed from the API because it was not used anywhere. Any existing implementations can safely be removed.

Upgrade considerationLuciadFusion

ILcdEarthParameterizedIcon now gets a double[] parameter in its getWidth() and getHeight() methods. As a result of this change you may get some compile errors. Implementations of ILcdEarthParameterizedIcon can be fixed by adding the double[] parameter to the methods. Implementations can be improved by using the double[] parameter in the implementation. Callers of these methods should pass the parameters to it.

Upgrade considerationLuciadFusion

LF-36
The Java Servlet dependency has been upgraded from version 2.4 to 2.5. Consequently, an application server or servlet container with support for Java Servlet 2.5 or higher is now required for deployment - for instance, Tomcat 6 or higher. The impact of this is expected to be low since Java Servlet 2.5 is widely adopted by application server and servlet container products for over 7 years.

Upgrade considerationLuciadFusion

The Java Servlet dependency has been upgraded from version 2.4 to 2.5. Consequently, an application server or servlet container with support for Java Servlet 2.5 or higher is now required for deployment - for instance, Tomcat 6 or higher. The impact of this is expected to be low since Java Servlet 2.5 is widely adopted by application server and servlet container products for over 7 years.

Upgrade considerationLuciadFusion

LCD-377
TLcdIconSW has been deprecated in favor of TLcdSWIcon.

Upgrade considerationLuciadFusion

LCD-2978
The HTTP authentication libraries (withay-http.jar, withay-util.jar) are no longer needed and have been removed from the release.

Upgrade considerationLuciadFusion

LCD-878
The implementation of TLcdXYBounds and TLcdXYZBounds have changed slightly. The functionality has not been changed, but the internal method call sequence has. These methods do not always call their related 2D methods anymore: contains3D, interacts3D, setTo3DUnion, setTo3DIntersection and setToInclude3DPoint. For example, contains3D does not always invoke contains2D.

Upgrade considerationLuciadFusion

LCD-878
An ILcdBounds instance can now be undefined. This means that the instance does not describe a geographic region. For this, there is a new method on ILcdBounds: isDefined(). Implementations must add this method. Usually, returning true is enough. Extensions of ALcd2DEditableBounds can use setDefined(boolean) to manage the defined status. The behavior of the LuciadLightspeed bounds implementations is mostly the same.
  • Use ALcdBounds.isDefined(aBounds) as a shorthand to check for null bounds or undefined bounds
  • Bounds transformations will throw TLcdNoBoundsException if the input bounds is undefined
  • Composite shapes such as ILcdShapeList, ILcdPointLists, ILcdPolygon, etc. will return undefined bounds if they are empty
When creating new bounds instances using LuciadLightspeed implementations:
  • default (empty) constructors -> undefined
  • constructors with values -> defined
  • copy constructor -> copies defined status
  • clone* -> copies defined status
  • equals/hashCode -> take defined status into account
When modifying bounds instances:
  • move?D, translate?D, setWidth, setHeight, setDepth -> instance becomes defined
When testing with bounds instances:
  • undefined.contains?D(anything) = false
  • undefined.interacts?D(anything) = false
  • defined.contains?D(undefined bounds) = false
  • defined.interacts?D(undefined bounds) = false
  • Note: this means that new TLcdLonLatBounds().contains2D(0, 0) now returns false instead of true
Calculating intersections:
  • Position, width and height are always updated as before
  • undefined.setTo?DIntersection(anything) -> stays undefined
  • defined.setTo?DIntersection(undefined bounds) -> becomes undefined
  • defined.setTo?DIntersection(defined bounds, but disjoint, no overlap) -> becomes undefined
Calculating unions:
  • undefined.setTo?DUnion(defined bounds) -> becomes defined, equal to given bounds
  • defined/undefined.setTo?DUnion(undefined bounds) -> no change in bounds or defined status
  • setToIncludePoint?D -> same as union

Upgrade considerationLuciadFusion

ILspShapeDiscretizer's previously deprecated canDiscretize method has been removed. Instead discretizeSFCT should throw a TLspDiscretizationException if it is not capable to discretize the provided shape. Implementations of ILspShapeDiscretizer can simply remove this method. Callers of canDiscretize should instead check whether above exception is thrown on a discretizeSFCT call.

2012.1

2012.1.15

ImprovementLuciadFusion

LCD-3730
The balloon managers now respect the maximum size of a balloon content panel when determining the initial size.

ImprovementLuciadFusion

LCD-3640
Added support for fitting on an image projection layer.

Bug fixLuciadFusion

LCD-3731
TLspZoomToController did not delegate single-click MOUSE_PRESSED, MOUSE_RELEASED and MOUSE_DRAGGED events.

Bug fixLuciadFusion

XMLInputFactory and XMLOutputFactory instances are now instantiated using the class loader of the com.luciad.xml classes.

Bug fixLuciadFusion

LCD-3724
Fixed a rare NPE that would occur when deselecting a non-georeferenced shape in an invisible layer, and then making the layer visible again.

Bug fixLuciadFusion

LCD-2878
Raster data could sometimes disappear for a very short amount of time. This typically happened when the view camera was updated continuously.

Bug fixLuciadFusion

LCD-3696
A bug was fixed when cancelling the Future of a 'getTile' or any other operation after the operation was done. The bug caused the future to go to the CANCELLED state even when it was already DONE, violating the contract of Future.

Bug fixLuciadFusion

LCD-3693
Fitting on a layer that only paints data in view coordinates did not work correctly.

Bug fixLuciadFusion

LCD-3686
Shapes were sometimes painted at an incorrect height when using the above terrain elevation mode. This could happen when the model reference had a different geodetic datum than the world reference.

2012.1.14

Bug fixLuciadFusion

LCD-3654
TLcdIndexColorModelFactory produced color models with incorrect alpha information.

Bug fixLuciadFusion

LCD-3677
Density layers could sometimes paint stale data. This could also happen when changing the layer's visibility causing the layer to paint nothing until you interacted with the view.

Bug fixLuciadFusion

LCD-3674
The StylePanel of the ogc.sld.lightspeed sample now checks the available paint representations of the stylable layers, before restoring their original stylers (fixes possible IllegalArgumentException).

Bug fixLuciadFusion

LCD-3651
Fixed issue when trying to paint world sized lines above ellipsoid.

Bug fixLuciadFusion

Lightspeed views did not properly terminate all background threads when they were destroyed.

Bug fixLuciadFusion

LCD-3643
Fixed an issue with Cartesian ruler measurements created at the wrong altitude when the view's altitude exaggeration differs from 1.

Bug fixLuciadFusion

LCD-3642
Fixed problem with vertical exaggeration for 3D meshes.

2012.1.13

ImprovementLuciadFusion

The WFS request handler implementations, i.e. the implementations of ILcdRequestHandler in com.luciad.ogc.wfs, have received a new constructor that takes a TLcdWFSCommandDispatcherContext to configure all required settings. This eases custom creation of the request handlers during server startup in the method ALcdOGCWFSCommandDispatcherFactory#createRequestHandler.

Bug fixLuciadFusion

LCD-3621
Vertical or horizontal label pins were not painted when enabling pin halo.

Bug fixLuciadFusion

LCD-3609
Fixed problem jittering 3D icons when zoomed in closely.

Bug fixLuciadFusion

LCD-3548
Including PropertyName parameters in WFS GetFeature requests could affect subsequent GetFeature requests in case of ILcdDataObject-based domain objects.

Bug fixLuciadFusion

LCD-747
Fixed a potential memory leak that would occur for KML files in java 7.

Bug fixLuciadFusion

LCD-3602
TLcdSWAction did not fire a change event when modifying the Action.SMALL_ICON property.

Bug fixLuciadFusion

LCD-3600
The FusionClient Lightspeed sample now correctly visualizes fused vector data, even when no VPF library is present.

Bug fixLuciadFusion

LCD-3599
Resolved issue where the GeoTIFF encoder would generate incorrect downscaled images when processing elevation data.

Bug fixLuciadFusion

LCD-3598
TLspFillStyle.texture() could override the color, even if the texture is null.

Bug fixLuciadFusion

LCD-3583
Resolved parsing error with certain format patterns.

Bug fixLuciadFusion

LF-202
Changing the asset ID of an asset after it has been added to a coverage is now correctly reflected in the coverage.

2012.1.12

Bug fixLuciadFusion

LCD-3592
The fill pattern for background raster layers was flipped.

Bug fixLuciadFusion

LCD-3584
Streamed raster layers, for example a JPIP layer, could sometimes not load tiles completely.

2012.1.11

Bug fixLuciadFusion

LCD-3577
Fixed issue in model content tree that would prevent you from toggling the visibility of a KML file that contained a single feature without a document element.

Bug fixLuciadFusion

LCD-3573
After creating a measurement using TLcdAdvancedMapRulerController, NullPointerExceptions could be thrown, resulting in no measurement labels. This regression was introduced in the fix for LCD-3382.

Bug fixLuciadFusion

Fixed a potential NPE when using 3D icons and other shapes together in the same layer.

2012.1.10

ImprovementLuciadFusion

LCD-3499
TLcdGXYInteractiveLabelsController now makes it possible not to select the domain object when making a label interactive. See setSelectObjectDuringInteraction().

Bug fixLuciadFusion

LCD-3566
TLcdGXYPointListPainter.anchorPointSFCT did not always return the expected coordinates when using setAnchorPointLocation with INSIDE_POLYGON as argument.

Bug fixLuciadFusion

LCD-3562
TLcdJetIndexColorModelFactory could produce NullPointerExceptions in certain situations.

2012.1.09

ImprovementLuciadFusion

LCD-3538
The interactive label providers now throw more helpful exceptions when dispatching unexpected mouse events.

Bug fixLuciadFusion

LCD-3545
Custom model reference formatters registered by overriding ALcdOGCWFSCommandDispatcherFactory.registerModelReferenceFormatters() are now always correctly registered. In particular, when a custom instance of TLcdWFSClientModelEncoderFactory is created by overriding createClientModelEncoderFactory().

2012.1.08

ImprovementLuciadFusion

LCD-3525
Balloons that do not contain HTML now correctly keep add a line break when the description contains a "new line" character.

ImprovementLuciadFusion

LCD-3499
TLspInteractiveLabelsController now makes it possible not to select the domain object when making a label interactive. See setSelectObjectDuringInteraction().

Bug fixLuciadFusion

LCD-3533
TLcdWFSProxyModel could not cope with feature types that had NaN bounds advertised in the WFS capabilities.

Bug fixLuciadFusion

LCD-3097
Calling "buildDataModel(TLcdDataModel... aAssetDataModels)" before calling "setId(String aId)" on TLfnVectorCoverageMetadata.Builder no longer throws IllegalStateException. The generation of the coverage data model from asset data models is postponed until the "build()" call.

Bug fixLuciadFusion

LCD-3001
Fixed an issue in TLcdSelectionSupport's event firing.

Bug fixLuciadFusion

LCD-3527
Improved correctness of icon rotation calculations in TLcdMultivaluedRasterPainter.

Bug fixLuciadFusion

LCD-3524
TLcdEllipsoid.intersection2DLSSFCT() could throw an exception when one of both line segments contains one point of the other line segment.

Bug fixLuciadFusion

LCD-3523
Certain malformed KML files would cause the TLcdKML22ModelDecoder to throw exceptions other than IOExceptions. These have now been wrapped into IOExceptions.

Bug fixLuciadFusion

Fixed rendering issues in TLcdGXYRoundedPointListPainter that occurred in case of a grid reference with TLcdGeodetic projection and modified scale value to express coordinates in meters.

Bug fixLuciadFusion

LCD-1574
Improved stroke implementation for QUADTO and CUBICTO segments.

Bug fixLuciadFusion

LCD-3486
TLcdOBJMeshDecoder can now correctly resolve .MTL files that are contained in a JAR.

Bug fixLuciadFusion

LCD-3511
Vector data features returned by an applyOnInteract call on a fusion vector data model now correctly support contains2D and contains3D operations instead of throwing an UnsupportedOperationException.

Bug fixLuciadFusion

LCD-3509, LCD-3515
Raster layers did not handle all model changes correctly.

Bug fixLuciadFusion

LCD-3505
Fixed issue with TLcdKML22DynamicModel.setHierarchicalVisibility() that would fire wrong element changes for groundoverlays.

Bug fixLuciadFusion

LCD-3503
The color chooser shown when adjusting the colors of a TLcdColorMap using the TLcdColorMapCustomizer no longer shows two transparency sliders under JDK7. The Luciad transparency slider has been removed in favor of the transparency slider which is part of the JColorChooser as of JDK7.

Bug fixLuciadFusion

LCD-2936
TLcdGeoTIFFModelEncoder now ignores alpha channel when compression type is set to JPEG.

2012.1.06

ImprovementLuciadFusion

LF-411
LuciadFusion now supports fusion of BIL elevation data.

ImprovementLuciadFusion

LCD-3498
The KML model tree content node now filters out html headers, and only keeps the body of the description. This avoids problems with certain files.

ImprovementLuciadFusion

TLcdKML22RenderableModel now support property changes for various setters. This allows you to easily listen to changes in (for instance) the default time bounds set on a model through the TimeMediator..

Bug fixLuciadFusion

LCD-3496
Fixed a NPE when setting a null background styler on ILspTerrainSupport.

Bug fixLuciadFusion

LCD-2671
TLspShapeLayerBuilder now uses the font specified by TLspTextStyle (if present) to paint ILcdText objects.

Bug fixLuciadFusion

LCD-3495
Resolved rounding-error in TLcdLonLatPointFormat.

Bug fixLuciadFusion

LCD-3494
Fixed issue with TLcdKML22RenderableModel that would not correctly apply the "aFilterOnRegion" attribute on abstract containers. It now does. When the given attribute is false, the query will return all abstract features and containers regardless of their region.

Bug fixLuciadFusion

LCD-3492
Improved memory management in com.luciad.format.raster package.

Bug fixLuciadFusion

LCD-3484
TLspCreateController no longer (incorrectly) allows creation if the target layer or its paint representation are invisible.

Bug fixLuciadFusion

LCD-3473
The WFS server now respects to the requested feature types, it longer returns irrelevant feature types.

Bug fixLuciadFusion

Licensing information is now logged via the logging framework, instead of being printed directly on the console output and error streams.

Bug fixLuciadFusion

LCD-3469
TLcdInputStreamFactory would throw a StringIndexOutOfBoundsException when passing a URI of the form file://\\path\to\file\on\server. URI's of such forms are for example encountered when using drag-and-drop

2012.1.05

ImprovementLuciadFusion

LCD-3331, LCD-3372

TLspSwingView is a new ILspView implementation which is backed by a lightweight component (unlike TLspAWTView, which is heavyweight). The two views are otherwise fully equivalent. Using a lightweight view, however, can solve some specific integration issues that may occur, e.g. when adding the view to a JInternalFrame or an SWT user interface.

Please read the TLspSwingView class javadoc for important information on the performance of lightweight vs. heavyweight views.

ImprovementLuciadFusion

LCD-3461
It is now possible to configure TLspPinLineStyle to place the pin at the closest edge of the label bounds instead of in the middle of the bounds. See TLspPinLineStyle.Builder.pinEndPosition().

Bug fixLuciadFusion

Cloned TLspViewXYZWorldTransformation3D fired property change events with the incorrect source, or didn't fire property changes at all.

Bug fixLuciadFusion

Fixed a bug that caused 3D meshes to be painted twice in 3D by TLsp3DMeshPainter.

Bug fixLuciadFusion

Fixed a bug that caused colors of 3D meshes to be ignored by TLsp3DMeshPainter.

Bug fixLuciadFusion

TLsp3DMeshPainter now correctly reports progress.

Bug fixLuciadFusion

Fixed a bug in TLsp3DMeshPainter that caused a NullPointerException when painting unstyled meshes.

Bug fixLuciadFusion

Fixed a bug that caused shapes painted in view coordinates to be incorrectly painted in world coordinates when zooming in on the view.

Bug fixLuciadFusion

LCD-3465
Improved robustness of GeoTIFF resource cleanup.

Bug fixLuciadFusion

LCD-3453
The bounds of the LonLatHippodrome in the sample code was calculated incorrectly.

Bug fixLuciadFusion

LCD-3443, LCD-875
Model change events collected by ALcdModel and TLcdModelChangeEventSupport are now based on object identity instead of equals(). This avoids issues with incorrect events.

Bug fixLuciadFusion

LCD-2754
Setting the references on a TLcdDefaultModelXYZWorldTransformation could cause a NullPointerException.

2012.1.04

ImprovementLuciadFusion

LCD-3386
The memory use and rendering performance of TLspStrokedLine have been considerably improved, especially for the case where the view is strongly zoomed in on a long line segment.

ImprovementLuciadFusion

LCD-3074
TLspMGRSGridLayerBuilder can now also be used to visualize a classical UTM grid.

Bug fixLuciadFusion

LCD-3438, LCD-3439
At certain zoom levels, polygons, polylines, or other shapes with self-overlapping lines were not painted anymore.

Bug fixLuciadFusion

A bug was fixed which caused layers draped over the 3D terrain to appear distorted or "smeared" if the resolution of the 3D view was more than 2048 pixels in either direction.

Bug fixLuciadFusion

Fixed documentation of TLpsWorldSizedLineStyle. It now correctly says that the only accepted elevation mode is ON_TERRAIN.

Bug fixLuciadFusion

The OGC CRS'es urn:ogc:def:crs:OGC:1.3:CRS:84, urn:ogc:def:crs:OGC:1.3:CRS:83 and urn:ogc:def:crs:OGC:1.3:CRS:27 are now parsed to geodetic references with correct (lon,lat) axis order in their axis metadata.

Bug fixLuciadFusion

Labels were sometimes painted at an incorrect height instead of on the terrain. This could happen for labels with an anchor object defined in a reference with a different geodetic datum than the datum of the world reference.

Bug fixLuciadFusion

LCD-2543
The WFS property name filtering mechanism was not supported for domain objects that implemented ILcdDataObject, but were not extensions of the class TLcdDataObject. The latter restriction has been removed: any implementation of ILcdDataObject is now supported.

Bug fixLuciadFusion

LCD-3422
Calling TLcdJPLEllipsoidFactory using Ellipse_Sphere did not create a spherical ellipsoid.

Bug fixLuciadFusion

LCD-3420
When editing labels using TLcdGXYOffsetIconPainter, the selected labels were painted at the incorrect location.

2012.1.03

ImprovementLuciadFusion

LCD-3116
When zooming in on a region were no detailed imagery is available, imagery with less detail will be displayed instead of the white fallback images.

ImprovementLuciadFusion

Information from the individual S-57 cell files was used to create assets for S-57 catalogues; as a result, the creation of assets for large catalogues could take a significant amount of time. This has been fixed. The fix for LF-358 (see below) was reverted in order to fix this issue.

Bug fixLuciadFusion

LF-377
The LuciadFusion WFS server now also supports area geometries when format is GML2.

Bug fixLuciadFusion

TLcdCompositeIcon was prone to deadlocks when used in multi-threaded environments. This has been fixed.

Bug fixLuciadFusion

LCD-3411
Fixed some artifacts below sea level for raster layers in a 3D grid reference.

Bug fixLuciadFusion

LCD-3382
Fixed ArrayIndexOutOfBoundsException when using an ILcdGXYViewLabelPlacer (with a labeling algorithm that depends on the usage of ILcdGXYLabelPainter2) and creating a measurement with the addGXYLayerToGXYView property of TLcdAdvancedMapRulerController set to true.

Bug fixLuciadFusion

LCD-3383
When the addGXYLayerToGXYView of TLcdAdvancedMapRulerController was enabled, labels decluttered using an ILcdGXYViewLabelPlacer were not painted correctly.

Bug fixLuciadFusion

LCD-3400
TLcdGXYBufferPainter: fixed some visualization problems when the paint cache was enabled.

2012.1.02

ImprovementLuciadFusion

LCD-3033
The CoverageVerifier sample now explicitly notifies the user there is nothing to be verified when a coverage doesn't have checksums enabled.

ImprovementLuciadFusion

LCD-2557
The WFS server will no longer print stack traces at startup when a certain output format is not usable for a given feature type, a simple warning is printed instead. These warnings are only relevant if the actual output format is in use. The stack traces can still be obtained by enabling debug logging for the "com.luciad.ogc.wfs" package.

ImprovementLuciadFusion

LCD-3359
The GML transformer now supports transforming of ILcdSurface objects.

ImprovementLuciadFusion

LCD-1585
The performance of TLcdGXYBufferPainter has been improved.

ImprovementLuciadFusion

LF-273
Improved performance and memory consumption when fusing S-57 data by optimizing caching.

ImprovementLuciadFusion

LF-239
It is now possible to fuse S-57 data of product type AML with the correct settings, albeit not automatically. The default behavior remains that S-57 AML data is fused with ENC settings without warning. Both the S-57 ENC and AML formats are now registered as fusion formats, with the ENC flavor being the preferred format. At least application developers now have the possibility to reorganize them if needed.

ImprovementLuciadFusion

LF-361
The LuciadFusion sample data was moved one directory up, in samples/resources/Data/LuciadFusion. The coverage layout was also optimized so that it uses less disk space.

Bug fixLuciadFusion

LCD-3406
ILspLayer's with a single point were not painted in a 3D grid reference.

Bug fixLuciadFusion

LCD-3405
Fixed rare race condition in TLspLabelPainter that could trigger a NullPointerException.

Bug fixLuciadFusion

LCD-3403
ILspEditingStateListeners are now always called with the actual domain object in the event, rather than the object's geometry.

Bug fixLuciadFusion

LCD-2193
The TLcdSymbol#DOUBLE_OUTLINED_RECT now fills a rectangle that covers the actual icon size. Visually, this increases the width and height of the icon with one pixel.

Bug fixLuciadFusion

LCD-3364
Tile Stores which are internally created as a result of a call to TLfnTileStoreModelDecoder.decode(String aSource) are now properly closed when the corresponding model(s) is/are disposed.

Bug fixLuciadFusion

LCD-3369, LCD-2225
Components added to the overlay component (TLspAWTView.getOverlayComponent()) didn't always show the correct cursor.

Bug fixLuciadFusion

LCD-3316
Balloon cursor handling was not completely correct. In some cases, no move cursor is shown while it is possible to move the balloon.

Bug fixLuciadFusion

LCD-3070
Removed a memory leak in TLspGXYLayerAdapter.

Bug fixLuciadFusion

TLspRasterStyle.asBuilder did not copy the levelSwitchFactor property, instead the default value was used.

Bug fixLuciadFusion

LCD-3384
Fixed rare ArrayIndexOutOfBoundsException in TLspLabelPlacer.

Bug fixLuciadFusion

LCD-3387
When using TLspLabelingAlgorithm (in combination with TLspLabelingAlgorithmProvider), the previous location wasn't always reused when needed.

Bug fixLuciadFusion

LCD-3385
When adding a label for a shape list containing a point, the default labeling algorithm placed the label on top of the icon instead of next to it.

Bug fixLuciadFusion

LCD-2715
TLspLayer.createScaleRange did not return a correct scale range. To create a correct scale range the min values must be less than or equal to the max values.

2012.1.01

ImprovementLuciadFusion

LCD-1586
The performance of TLcdGXYRoundedPointListPainter has been improved.

ImprovementLuciadFusion

Logging of the license server has been extended: the license server for each license request now logs which clients are currently using a license. The port at which the request came in is now also logged, allowing to map each incoming request to its corresponding license file.

ImprovementLuciadFusion

LCD-2174
The predefined hatch fill pattern in TLspFillStyle has been improved to provide better visual results.

ImprovementLuciadFusion

LF-283
When creating a raster asset from a raster coverage, the bounding boxes and pixel densities of the individual original asset parts are now taken into account. This has a couple of interesting consequences:
  • Coverage cropping now also works efficiently for coverages with non-uniform pixel densities.
  • The pixelDensity argument of the TLfnTileStoreUtil.newCoverageAsAssetMetadataBuilder has become obsolete. This method has now been deprecated in favor of a new method without the pixelDensity parameter. The new method also throws appropriate exceptions when accessing the Tile Store fails. There is no longer any need to compute the pixel density upfront using

ImprovementLuciadFusion

LCD-3004
A small LuciadFusion sample data set was added for use with the Fusion Client sample. It contains low-resolution imagery and elevation data, as well as VPF VMAP2i vector data.

ImprovementLuciadFusion

LCD-1613, LCD-2693
Improved javadoc of TLcdETOPOModelDecoder.

ImprovementLuciadFusion

LF-364
The LuciadFusion WMS service now invalidates its tile cache as soon as fusion completes a coverage. As soon as fusion has completed a coverage, there is no longer a delay of up to 5 minutes before new tiles are visible. While fusion is ongoing and before it has completed a coverage, the delay still applies.

ImprovementLuciadFusion

LCD-3099
It is now possible to format UTM and UPS coordinate Strings using TLcdMGRSFormat.

ImprovementLuciadFusion

LCD-3088
It is now possible to configure a coordinate separator and the precision for UTM coordinate Strings.

ImprovementLuciadFusion

LCD-3087
TLcdUPSUtil was added. It is possible to parse and format UPS coordinate Strings using this new class.

ImprovementLuciadFusion

LCD-3077
If the tile width or height is left unspecified or set to an illegal value, an IllegalArgumentException is now thrown upon creation of a TLfnRasterCoverageMetadata. If you now accidentally forget to set these required parameters, you get a clear error rather than fusion getting into an infinite loop because of them.

ImprovementLuciadFusion

LCD-3076
ALfnCoverageMetadata.Builder.setCoverageLayout was added as a convenience method to set both the level-0 column- and row counts with a single call.

TLfnRasterCoverageMetadata.Builder.setTileLayout was added as a convenience method to set both the tile width and height with a single call.

Bug fixLuciadFusion

LCD-2906
Fixed a layer order problem when selecting objects in a TLspGXYLayerAdapter.

Bug fixLuciadFusion

The WCS server could not cope with some GetCoverage requests that specified a longitude/latitude outside the coverage bounds.

Bug fixLuciadFusion

LCD-3026
Editing a buffer (using TLcdGXYGeoBufferPainter) did not work well with multiple objects selected. TLcdGXYGeoBufferPainter.isTouched() did not work well when passing ILcdGXYPainter.HANDLES as mode.

Bug fixLuciadFusion

LCD-1554
When the ALcdGXYInteractiveLabelProvider.canStopInteraction() method depends on the focus of a component of the interactive label, label interaction would not immediately be stopped when starting to drag an other label.

Bug fixLuciadFusion

LCD-3340
When using TLcdGXYAsynchronousLabelPlacer and editing multiple labels at the same time, some of the labels could lag behind.

Bug fixLuciadFusion

LCD-3025
When dragging an interactive label, and then clicking the mouse with an other button, an IllegalStateException was thrown.

Bug fixLuciadFusion

LF-248
An LTS GetCapabilities request with no version specified responds with the highest supported version instead of failing. This brings it in line with OCG protocols. Before, such a request would fail with a NullPointerException and a stack trace.

Bug fixLuciadFusion

LCD-2790
TLcdEllipsoidUtil.orientation2D() could produce incorrect results for polygons with points that lie very close together.

Bug fixLuciadFusion

LCD-2838
TLcdLambertAzimuthalEqualArea.inLonLatBounds() was not strict enough for points close to the singular point of the projection.

Bug fixLuciadFusion

Image projection layers (see TLspImageProjectionLayerBuilder) could throw an IllegalArgumentException when calling getStyler() with a valid paint representation.

Bug fixLuciadFusion

TLspRulerController: geodetic measurements were offset by a small amount. This was introduced in the 2012.1.01 patch release.

Bug fixLuciadFusion

LCD-1480
When building a query, specifying an empty array of property-value pairs now behaves as if not invoked, rather than resulting in a StackOverflowError. The affected methods are TLfnQuery.BasicBuilder.andFilterAnyDoNotEqual() and andFilterAnyEqual().

Bug fixLuciadFusion

LCD-3309
Fixed a NPE when using on path or in path labeling algorithms. This error was introduced in the fix for LCD-3120.

Bug fixLuciadFusion

When the encoding of a resource metadata fails due to invalid contents, a proper exception is now logged in all cases (RuntimeExceptions were not logged before).

Bug fixLuciadFusion

LCD-3267
Closing an ALfnEnvironment no longer logs a warning about unfinished initialization tasks when closing it. Unfinished initialization tasks are part of normal behavior, they are automatically restarted.

Bug fixLuciadFusion

LCD-3240
In some cases, interactive labels would not appear after changing the world reference.

Bug fixLuciadFusion

LCD-2432
All samples are now started on the EDT, according to Swing best practices. This avoids Swing threading violations.

Bug fixLuciadFusion

LCD-3238
The sample data has now been fixed so that the fusion.client.proxy3d sample no longer fails when visualizing a terrain from both the imagery and elevation data. This was a very recent regression which has now been fixed.

Bug fixLuciadFusion

LCD-2836
Grid lines could be missing when looking at one of the poles in a 3D geocentric reference.

Bug fixLuciadFusion

LCD-3120, LCD-2273
Grid labels could disappear when tilting the view in 3D.

Bug fixLuciadFusion

LCD-3122
When zooming in in 3D, some MGRS labels could be painted upside down.

Bug fixLuciadFusion

LCD-3223
TLspTextureFont could throw a NullPointerException when trying to retrieve the glyph info from ascii character 255.

Bug fixLuciadFusion

LCD-1276
A bug in the removeElements() method of GML models has been fixed.

Bug fixLuciadFusion

LCD-3206
ILspTerrainSupport: getPointOnTerrain could sometimes incorrectly return no intersection for far away points.

Bug fixLuciadFusion

LCD-3205
The default value -1 "unlimited" for min. and max. scale denominators is now also preserved correctly for vector assets.

Bug fixLuciadFusion

In some cases the labels of the TLspRulerController were painted at an incorrect angle.

Bug fixLuciadFusion

LCD-40, LMAP-3402
TLcdGIFImageDecoder now correctly decodes interlaced GIF images.

Bug fixLuciadFusion

LCD-3080
TLcdBILModelDecoder instances are now configured with a model reference decoder by default.

Bug fixLuciadFusion

LCD-2809
TLcdBufferedTile#createImage could produce incorrect results when sub-tile loading produced errors.

Bug fixLuciadFusion

LCD-908
TLcdLonLatHeightPolyline and TLcdXYZPolyline now implement ILcdCurve, and TLcdLonLatHeightPolygon and TLcdXYZPolygon now implement ILcdRing.

Bug fixLuciadFusion

LCD-3069
Various ILcdShape implementations had potential race conditions in getBounds vs. invalidateBounds.

Bug fixLuciadFusion

LCD-3056
TLspStampLabelLocation: absolute location were not marked as view dependent.

Bug fixLuciadFusion

LCD-192
The cursor for interactive labels was often incorrect when using JDK 1.7.

Bug fixLuciadFusion

LCD-2926
Fixed a selection problem with partially visible composite curves and rings.

Bug fixLuciadFusion

LCD-462
TLcdEarthGXYRasterPainter: now cancels any pending tile requests when its cache is cleared.

Bug fixLuciadFusion

LCD-1365
Improved handling of RGBA images in the GeoTIFF encoder.

Bug fixLuciadFusion

LCD-131
In rare cases, TLcdGXYAsynchronousLabelPlacer could cause a NullPointerException.

Bug fixLuciadFusion

LCD-3078
TLcdGeoTIFFModelEncoder did not correctly encode rasters with a single tile where the tile size did not match the raster bounds exactly.

Bug fixLuciadFusion

LMAP-5390, LCD-554
TLcdGML31LineString, TLcdGML32LinearRing, TLcdGML32LineString and TLcdGML32LinearRing now clear their caches when they are edited.

Bug fixLuciadFusion

LCD-1788
Improved robustness of KML decoder in case of invalid characters in KML description elements.

Bug fixLuciadFusion

LCD-3067
Fixed rendering issues with TLcdCompassGridPainter.

Bug fixLuciadFusion

LCD-2970
TLcdDataModelDescriptor now uses the name and display name of the data model as type name and display name of the model descriptor, in case the constructor without type name and display name is used.

Bug fixLuciadFusion

LCD-3060
The WMS scale denominators (optionally configurable on WMS layers) are not correctly taken into account in case of the geodetic reference EPSG:4326 / CRS:84.

Bug fixLuciadFusion

LCD-3045
The GeoTIFF encoder used in the WCS now encodes tiles with an odd resolution or a byte indexed color model more accurately.

2012.1

ImprovementLuciadFusion

SLD styles (TLcdSLDFeatureTypeStyle) can now be used in a Lightspeed view, through the TLspSLDStyler class. This styler supports the most commonly used features of the standard. Please refer to the developer guide for an overview.

ImprovementLuciadFusion

SLD now supports decoding and encoding of Symbology Encoding 1.1.0 styles. By default, new styles will also be saved as 1.1.0 styles.
The following features from version 1.1.0 are supported:
  • Inline encoding of binary and svg icons.
  • New standardized functions such as interpolate, recode, formatDate, categorize,...
  • Line widths specified in world units.

ImprovementLuciadFusion

In order to optimize visualization of vector data for a specific use case, the ELfnDataDensity property was added to the coverage metadata. It is a hint for the visualization how the visualization should be optimized:
  • OVERVIEW is the optimal setting for vast otherwise not so detailed data, such as the world's coutries. This is the default.
  • DETAIL is the optimal setting for detailed data that does not need to be visible far towards the horizon, such as roads or buildings.

ImprovementLuciadFusion

It is now possible to plug in custom implementations of a metadata store, for example a database implementation.
  • ALfnBinaryMetadataStore provides the abstraction of a metadata store.
  • Constructors were added to TLfnFileSystemTileStore to allow these implementations to be plugged in.
  • A method ALfnTileStore.close() was added, which custom implementations may override to clean up held resources, such as database handles. Application code that owns a Tile Store instance should call this method when appropriate.

ImprovementLuciadFusion

Calling getFocusPoint() on a Fusion vector feature no longer triggers the loading of the geometry tiles at the most detailed level.

ImprovementLuciadFusion

LF-361
The LuciadFusion sample Tile Store was moved and merged with the LuciadFusion sample data from FusionClient, from samples/resources/Data/LuciadFusion/SampleTileStore to samples/resources/Data/LuciadFusion. As a result, there is a single sample Tile Store containing all the sample coverages from both FusionClient and LuciadFusion.

ImprovementLuciadFusion

LuciadFusion now supports fusion of vector data retrieved from an Oracle Spatial database.

ImprovementLuciadFusion

A new ogc.wfs.proxy.lightspeed sample has been added, showing how to visualize WFS data in a Lightspeed view.

ImprovementLuciadFusion

A new ElevationMode 'OBJECT_DEPENDENT' can now be set on TLspLineStyle, TLspFillStyle and TLspIconStyle. This elevation mode tries to derive the most appropriate elevation mode based on the object and geometry that is being styled. The advantage of this new mode is that it is a good default when writing a styler for generic data.

ImprovementLuciadFusion

Styles that support textures now have a new texture coordinate mode: VIEW_SCALED. This mode preserves the size of the original texture image, which is necessary wehn applying a patterned fill.

ImprovementLuciadFusion

LCD-2617
Added extra methods to ALspCreateControllerModel that are called whenever object creation is cancelled or finished.

ImprovementLuciadFusion

LCD-2199
An extra fireStyleChangeEvent method has been added to TLspStyleChangeSupport allowing to fire a TLspStyleChangeEvent by passing the event as a parameter to the fireStyleChangeEvent method.

ImprovementLuciadFusion

The vertical view now uses anti-aliasing by default. This can be changed with the setAntiAliasing method in TLcdDefaultVVRenderer, TLcdDefaultVVRendererJ2D and TLcdDefaultVVGridRenderer.

ImprovementLuciadFusion

LCD-1892
TLcdSymbol now implements ILcdResizeableIcon, allowing it to be resized.

ImprovementLuciadFusion

The default constructor of TLcdSLDMark now initializes a default fill and stroke. This makes it ready for use inside a symbolizer without additional configuration.

ImprovementLuciadFusion

A few classes that were needed to decode OGC filters with the old XML framework have now been marked as deprecated. The new TLcdOGCFilterEncoder and TLcdOGCFilterDecoder classes are already in use for a number of releases.

ImprovementLuciadFusion

TLspLineStyle now has a new 'pixelOffset' property which allows you to draw a line at a fixed number of pixels from the original geometry. This enables more complex cartographic symbology.

ImprovementLuciadFusion

TLcdSymbol now has a new type: a filled rectangle with a double outline.

ImprovementLuciadFusion

A new method has been added to ALspStyleTargetProvider: ALspStyleTargetProvider.getEditTargetsSFCT. This method behaves like the getStyleTargetsSFCT. The difference is that it identifies which style targets are editable. This allows you to create complex shapes and still be able to easily edit them. A sample has been added to demonstrate this in the "samples.lightspeed.customization.arrows" package.

ImprovementLuciadFusion

TLspShader now allows loading shader source code from a String as well as from a file.

ImprovementLuciadFusion

TLspPrimitiveType now provides a getter for the corresponding TLcd3DPrimitiveType.

ImprovementLuciadFusion

TLcdOGCFilterFactory has been introduced to simplify creation of SLD filters.

ImprovementLuciadFusion

Creation of SLD/SE Feature Type Styles has been simplified: the key SLD classes now contain builders to create the most common types of styles with fewer lines of code compared to the SLD domain model. This reduces the overhead that might be associated with the use of SLD in your projects.

ImprovementLuciadFusion

LCD-1010
The handling of scale ranges in the GXY painter implementation of SLD has been aligned with how scales are computed for the TLcdGXYScaleIndicator.

ImprovementLuciadFusion

LCD-1892
The scale of a TLspIconStyle will now be applied directly to the icon if it implements ILcdResizable. This allows the icon to paint itself with the best possible quality at the given size, and is similar to the behaviour in GXY.

ImprovementLuciadFusion

The Fusion Client now adds support for visualization of fused vector data in 2D and 3D Lightspeed views. TLspFusionVectorLayerBuilder provides API for creating Lightspeed layers for Fusion vector models. Styling can be done using default Lightspeed paradigms. GeoSym styling for fused VPF data is supported out-of-the-box.

The features that are returned by the fusion vector model contain the full detail, which is lazily loaded upon access. This is perfect for limited amounts of features, but it does not scale well when handling features in bulk. For visualization you do not need to worry about this because it is solved internally. For custom use cases, the TLspFusionGeometryProvider supports retrieval of the multi-leveled, tiled geometry of a feature. This scales well whenever features need to be handled in bulk.

ImprovementLuciadFusion

The Fusion Client now adds support for visualization of fused raster data in 2D and 3D Lightspeed views.

ImprovementLuciadFusion

LCD-2612
Adding editors to the TLspShapeEditor is now easier. You no longer have to explicitly add the editor multiple times to support their shapelists and extruded variants. It is enough to add the editor, and it will automatically be picked up by the shape editor if the custom domain object is wrapped in an extruded shape or shape list.

ImprovementLuciadFusion

The WFS Server sample can now also serve features in the GeoJSON format, by passing 'json' or 'application/json' as OutputFormat.

ImprovementLuciadFusion

LCD-355
ALcdGXYPen now handles shapes crossing the V-opening in a conic projection better. This improvement is enabled only when straight line mode is disabled.

ImprovementLuciadFusion

TLspBingMapsCopyrightIcon and TLspBingMapsCopyrightProvider have been introduced. These classes are the Lightspeed equivalent of the TLcdBingMapsGXYCopyrightIcon and TLcdBingMapsGXYCopyrightProvider classes. They facilitate showing Bing Maps copyright information on a Lightspeed view. Their usage is illustrated in the new Lightspeed BingMaps sample (see bingmaps.lightspeed in the samples directory).

ImprovementLuciadFusion

TLcdUtmMgrsUtil now has a utmXY2UtmMgrs() and a utmMgrs2UtmXY() method. These methods convert between UTM grid coordinates and UTM MGRS Strings.

ImprovementLuciadFusion

Added the com.luciad.format.geojson package. This includes a GeoJson model encoder (TLcdGeoJsonModelEncoder) and a GeoJson model decoder (TLcdGeoJsonModelDecoder).

ImprovementLuciadFusion

A CORS (http://www.w3.org/TR/cors/) implementation is included, which can be activated by optionally applying a servlet filter to the WFS servlet. This enables web applications that are not hosted on the same server as the WFS servlet to send Ajax requests to the WFS servlet.

ImprovementLuciadFusion

LCD-2641
It is now possible to configure the spacing between the grid lines of a lon-lat grid. See com.luciad.view.lightspeed.painter.grid.TLspLonLatGridLayerBuilder.spacingRange() for details.

ImprovementLuciadFusion

MGRS grids can now be displayed in a Lightspeed view using the new TLspMGRSGridLayerBuilder. This is demonstrated in the grid sample.

ImprovementLuciadFusion

Improved bounds transformations from geocentric to geodetic when the geocentric bounds contain a pole.

ImprovementLuciadFusion

New API was added to allow for the quick implementation of an action that works on the currently selected objects: ALcdObjectSelectionAction.

ImprovementLuciadFusion

Introduced TLcdDomainObjectContext in the API. This class is a container for information about a domain object.

ImprovementLuciadFusion

LCD-2566
The SLD decoders now avoid adding default values that are not specified in the XML or as a default value in the SLD schema. This ensures that an SLD can be decoded and encoded without making (small) changes to the data.

ImprovementLuciadFusion

The OGC SLD request handling class TLcdOGCSLDWMSCommandDispatcher now supports the configuration of data models (TLcdDataModel) through a newly added constructor. These data models are used for decoding XML feature data in SLD requests (i.e., SLD inline feature requests).

ImprovementLuciadFusion

LuciadFusion now supports fusion of raster data retrieved using the JPEG2000 Interactive Protocol (JPIP).

ImprovementLuciadFusion

Added support for ILcdVariableGeoBuffer. TLspShapeDiscretizer and TLspShapeEditor, which uses the newly added TLspVariableGeoBufferEditor, now also support this shape.

ImprovementLuciadFusion

LCD-2628
Labels are now not painted when the label styler specifies an ALspStyleTargetProvider that does not provide any shapes (see ALspLabelStyleCollector.geometry(ALspStyleTargetProvider)).

ImprovementLuciadFusion

TLcdVVTerrainModel was added. This ILcdVVModel makes it possible to display a terrain profile in a vertical view.

ImprovementLuciadFusion

LCD-2619
A new sample "Lightspeed: styling editing handles " shows how to customize the visualization of editing handles.

ImprovementLuciadFusion

Introduced ALcdActionWrapper, a decorator for ILcdAction instances.

ImprovementLuciadFusion

TLspShapeLayerBuilder and TLspShapePainter now support a hinting mechanism through which users can bias the painter either towards higher performance or higher quality/correctness. Currently, this mechanism can be used to change the way fills and outlines of overlapping shapes are rendered. See TLspShapePaintingHints for details.

ImprovementLuciadFusion

LCD-2525
Improved memory usage in layers with invisible paint representations. This includes paint representations that were invisible due to them being out of scale range.

ImprovementLuciadFusion

LCD-265, LCD-2494, LCD-2550, LCD-322
The MGRS (UTM and UPS) and Georef grid visualizations have received several small improvements to increase the readability and consistency. The most notable improvement is the ability to paint labels with a halo.

ImprovementLuciadFusion

LCD-374
TLcdUTMZonePainter#setGridZoneColor now allows configuring the grid zone color separately from the 100,000m square color.

ImprovementLuciadFusion

LCD-328
TLcdUTMZonePainter now also displays the grid zone latitude bands.

ImprovementLuciadFusion

LCD-214
Performance improvement for TLcdGXYPointListPainter.anchorPointSFCT() when getAnchorPointLocation() is set to INSIDE_POLYGON and getPaintCache() is set to true.

ImprovementLuciadFusion

LCD-298
The new sample gxy.highlight shows how to highlight domain objects when moving the mouse.

ImprovementLuciadFusion

The GXY samples have been moved to the gxy package, making it easier to differentiate them from the Lightspeed samples.

ImprovementLuciadFusion

LCD-2433
A new GXY grid sample demonstrates the border grid, MGRS grid, Georef grid and lonlat grid. In addition, the mouseLocation and gridSystems samples have been renamed and moved to the transformation package.

ImprovementLuciadFusion

The internal EPSG database has been updated to version 7.11.

ImprovementLuciadFusion

LCD-2226
GXY rendering performance has been improved for shapes crossing the projection boundary.

ImprovementLuciadFusion

The introduction of TLcdScaleFormat allows for the parsing and formatting of scale values.

Bug fixLuciadFusion

LCD-3059
Creating 3D polylines now properly takes into account any altitude exaggeration on the view.

Bug fixLuciadFusion

LCD-1478
The checkboxes for enabling/disabling individual coverages in the fusion.client.proxy3d sample now work correctly.

Bug fixLuciadFusion

LCD-1484
Visualization of fused VMAP2i vector data could result in the GeoSymStyleProvider throwing a NullPointerException. This has now been fixed.

Bug fixLuciadFusion

Properties of Fusion vector features having a data type which is not supported by Fusion are now decoded as null values, instead of default instances of the data type's instance class.

Bug fixLuciadFusion

The glyphs of a TLspStrokedLineStyle no longer deform near the poles when painted in a 2D view.

Bug fixLuciadFusion

LCD-2642
TLspScaleIndicator#getLabel() now behaves like a standard getter, whereas previously it created a new label every time it was called.

Bug fixLuciadFusion

LCD-2991
The TLspSelectControllerModel could sometimes return too few selection candidates when the terrain was set to invisible in a 3D view.

Bug fixLuciadFusion

LF-359
Fusing data to a checksum-enabled coverage on a Fusion server deployed in Tomcat 6 and 7 caused a failure (NullPointerException), due to an incorrect request header check.

Bug fixLuciadFusion

LF-358
The Fusion ECDIS format now uses the ENC cell's compilation scale for determining the pixel density, instead of the navigational purpose. The compilation scale is a better indicator of the maximum scale (and thus fusion depth) at which the data should be used.

Bug fixLuciadFusion

LCD-2768, LCD-2919
TLspRulerController now uses the configured style also for de-selected measurements. Before, it used a hard-coded thin red line.

Bug fixLuciadFusion

LF-356
Complex polygons containing duplicate polygons are unsupported by fusion. However, fusion's behavior was not consistent: sometimes it silently accepted those polygons, and sometimes it failed with the error message "Unsupported polygon: sequence of end points without intermediate begin point". This has now been fixed so that fusion always fails on those polygons with the error message "Complex polygon contains duplicate polygons".

There was a bug in VPF which was a common source of this type of unsupported polygons. This bug has now been fixed as well.

Bug fixLuciadFusion

LF-351
Sometimes, when a polygon fully covers a tile but touches it on the edge, it could happen that the affected tile was missing its parts of the geometry's fill. When visualizing the fused data, this could lead to unexpected "holes", or in the worst case, an IllegalStateException with message "Got N fills". This has now been fixed.

Bug fixLuciadFusion

LCD-2919
TLspRasterLayer: the raster layer ignored the levelSwitchFactor for interactive raster layers with an Earth model.

Bug fixLuciadFusion

LCD-2841
TLspLabelingAlgorithm often reused previous placements, event if they become invalid. In order to fix this for custom ALspLabelLocationProvider implementations, ALspLabelLocationProvider now contains an isValidLocation() method, which can be implemented.

Bug fixLuciadFusion

LCD-684
Some datum transformations from references retrieved with TLcdEPSGReferenceParser were incorrect.

Bug fixLuciadFusion

TLspLabelPainter didn't handle the ALspStampLabelLocation world rotation offset correctly in all cases.

Bug fixLuciadFusion

TLspShapeEditor and TLspShapeListEditor now correctly support recursive shapelists. (i.e. shapelists within shapelists)

Bug fixLuciadFusion

Fix NPE when adding a null styler to TLspLabelPainter.

Bug fixLuciadFusion

LCD-2581
In some cases, lon lat grid labels were missing.

Bug fixLuciadFusion

During creation, TLspLonLatHeightBufferEditor now determines the initial width based on the length of the first segment of the axis.

Bug fixLuciadFusion

LCD-2494
TLcdUTMZonePainter no longer paints scale labels in the UPS zones.

Bug fixLuciadFusion

LCD-2468
The terrain no longer contains gaps. Previously there could be small gaps in the terrain in some world references.

Bug fixLuciadFusion

LCD-120
TLcdUTMZonePainter now respects the label color settings for all labels.

Bug fixLuciadFusion

LCD-2710
Improved the accuracy of TLcdUTMZone#getMaxXYBounds.

Upgrade considerationLuciadFusion

ALspDensityStyle and its descendants no longer implement ILspWorldElevationStyle. The elevation mode property defined in the density styles was redundant, as there is an equivalent setting in TLspDensityLayerBuilder which took precedence. Code that used the elevationMode() method of the density style builders will now result in a compilation error; it should be updated to call the elevationMode() method on TLspDensityLayerBuilder instead.

Upgrade considerationLuciadFusion

The new 'OBJECT_DEPENDENT' ElevationMode is now used as the default for TLspLineStyle, TLspFillStyle, TLspIconStyle and TLspWorldSizedLineStyle. This greatly simplifies the creation of styles and stylers, as this elevation mode will provide the best result in most cases. Customers that use a 3D view and rely on the previous default (ABOVE_ELLIPSOID) may want to update their stylers to explicitly use ABOVE_ELLIPSOID.

Upgrade considerationLuciadFusion

The structure of the jar files has been changed:
  • lcd_earth_3d.jar has been merged into lcd_3d.jar
  • lcd_wms_client_tiled.jar has been merged into lcd_wms_client.jar
  • lcd_beans.jar is no longer present in the release
If you copy the new jar files over your existing ones, you should delete the old jar files mentioned in the list.

Upgrade considerationLuciadFusion

The 'blend overlap' property of TLspLineStyle is now represented by an enumeration that allows setting the mode to 'AUTO'. This new mode is also the new default, so existing applications that required that blendOverlap was set to false, will now have to set it to 'NEVER'. Do note that the new 'AUTO' mode will result in the correct behaviour in most cases.

The default styler for shape layers has also been adapted to use this 'AUTO' mode.

Upgrade considerationLuciadFusion

A new method, isNormalized(), has been added to ILspVertexAttribute. This allows users to describe whether a vertex attribute is normalized, i.e. in the [0, 1] range, or not. This flag is used internally when calling glVertexAttribPointer().

Upgrade considerationLuciadFusion

ILspEditor no longer extends ILcdUndoableSource. As a result, it is no longer possible to attach undoable listeners to editors in general. The functionality has been moved to TLspEditOperationResult. This object now stores an undoable. Like before, each edit operation will create a TLspEditOperationResult. This now has a getUndoable() and a constructor that allows you to supply the result with an undoable.

So how does this affect your editors? The following rules should apply:

  • If you haven't customized any editors: No change in your code should be required.
  • If you implemented a simple ALspEditor: Everything should work without change to your code. ALspEditor itself has been modified internally to work with the new undo behavior. This will still propagate correctly to the edit controller.
  • If you implemented an ALspEditor that delegates to another editor: Make sure that you check the TLspEditOperationResult of your delegate first. If this contains an undoable, you should pass this undoable
  • If you implemented a fully custom ILspEditor: The same rules apply as the bullet point above. Also, if you generate your own undoables, be sure to create new TLspEditOperationResult objects that contain them, instead of firing the undoable as you would before.

A general rule is that, if you had the following code:

      @Override
      public TLspEditOperationResult edit(...){
        //Do edit
        ILcdUndoable undoable = ...
        fireUndoableEvent(new TLcdUndoableEvent(this, undoable));
        return TLspEditOperationResult.SUCCESS;
      }
    

You should replace it with:

      @Override
      public TLspEditOperationResult edit(...){
        //Do edit
        ILcdUndoable undoable = ...
        TLspEditOperationResult result = new TLspEditOperationResult(isSuccesful, isInvalid, undoable);
        return result;
      }
    

Upgrade considerationLuciadFusion

The TLspExtrudedShapeEditor no longer returns true for the canEdit method in case its delegate can edit the shape, for consistency with all the other editors. Now each ALspEditor only accepts shapes it can edit itself. The new recommended way to create an editor that supports both extruded shapes and a specific delegate shape is as follows:

      TLspCompositeEditor compositeEditor = new TLspCompositeEditor();
      compositeEditor.addEditor(new TLspExtrudedShapeEditor(compositeEditor));
      compositeEditor.addEditor(new TLsp2DPointListEditor());
    

The example above works for when you want an editor that edits both 2D pointlists and extruded 2D pointlists.

Upgrade considerationLuciadFusion

Some methods in ALspStyleCollectorWrapper and ALspLabelStyleCollectorWrapper have been made final. These methods now convert the argument and forward the call to another method of the wrapper class. An example is the 'object' method, which wraps its argument in a Collection and forwards the call to the 'objects' method. Now it is no longer needed to override both the 'object' and 'objects' method, but it is sufficient to override the 'objects' method.

In case you have overridden one of the affected methods, you will get a compile error. Normally, you can just delete that overridden final method. The custom behavior of that method should already be included in the other method, otherwise your extension violated the documentation. So in case you had an extension of ALspStyleCollectorWrapper containing the following code:

      @Override
      public ALspStyleCollectorWrapper object( Object aObject ){
        doSomethingCustom( Collections.singleton( aObject ) );
        return super.object( aObject );
      }
      @Override
      public ALspStyleCollectorWrapper objects( Collection<? extends Object> aObjects ){
        doSomethingCustom( aObjects );
        return super.objects( aObjects );
      }
    

You can just delete the custom 'object' method.

Upgrade considerationLuciadFusion

The Batik libraries have been upgraded from version 1.5 to 1.7, to solve issues with respect to SVG XML decoding. Users that are relying on SVG support inside the WMS will need to update their build process accordingly. SVG can be used in the WMS as map output format (through TLcdGXYViewSVGEncoder) or inside OGC Symbology Encoding styles (in an SLD-enabled WMS). If SVG is not used, the Batik libraries are not required.

Upgrade considerationLuciadFusion

A third library dependency on Batik 1.7 has been added to support the use of SVG in Symbology Encoding 1.1.0 styles. Existing users of SLD will need to include Batik in their build process if they require support for SVG. If SLD is not used or if SVG support inside these styles is not needed, the Batik libraries are not required.

Upgrade considerationLuciadFusion

The method TLfnLTSRequestDispatcherFactory.createRequestDispatcher now declares a ServletException in its 'throws' clause. Any decorator implementations need to be adapted to propagate this exception in their 'throws' clause. The same goes for any extensions of this class that call super.createRequestDispatcher. Other implementations that used to wrap ServletExceptions into RuntimeExceptions may be simplified by removing the wrapping and throw ServletExceptions directly.

Upgrade considerationLuciadFusion

ILspLabelPainter.getAnchorObject() can now also return ALspStyleTargetProvider instances. These can for example return anchor objects in a different reference than the model reference.

Upgrade considerationLuciadFusion

The signature of the ALspSwingLabelStyler.paintImage(JComponent, Dimension, TLspContext) method was changed to ALspSwingLabelStyler.paintImage(JComponent, Dimension, Object, Object, TLspContext) in order to provide more information about the label for which an image is created.

Upgrade considerationLuciadFusion

ILspLabelPainter.getAnchorObject now throws an TLcdNoBoundsException, to indicate that no anchor object could be found.

Upgrade considerationLuciadFusion

TLspEditingStateEvent now extends from EventObject. Because of this, the constructor was adjusted to include a source argument. Also the TLspEditingSupport constructor now has a source argument.

Upgrade considerationLuciadFusion

TLcdGXYLonLatHeightBufferPainter has been deprecated in favor of TLcdGXYBufferPainter and TLcdGXYGeoBufferPainter.

2012.0

2012.0.20

Bug fixLuciadFusion

LCD-3012
TLspGXYLayerAdapters that were removed from the view could still be referenced by it.

Bug fixLuciadFusion

LCD-3042
The TLspCreateController no longer fires model changes when no edit operations have been performed. (For instance, if the user clicked outside of the world)

Bug fixLuciadFusion

LCD-3041
The raster painter did not support raster styles with a ColorModel for models that do not contain elevation data.

Bug fixLuciadFusion

LCD-3031
TLcdWFSProxyModelDescriptor mixed up the display and type name properties.

Bug fixLuciadFusion

LCD-3030
The WMS painter TLcdWMSProxyGXYPainter could not send map requests that exceeded a 2000 by 2000 map size. If a view exceeded those values, a smaller map was requested and scaled to match with the view, which could lead to coarse images. The painter has been fixed and now only applies a map size limit when this is advertised by the server.

Bug fixLuciadFusion

LCD-3017
Vector painting was improved to support using domain objects that are 'equal' (objects for which the equals() method returns true). This could result in exceptions during painting.

2012.0.19

ImprovementLuciadFusion

LCD-2956
Improved the behavior of point list object creation when clicking outside of the bounds of the world.

ImprovementLuciadFusion

LCD-2798
Improvement to TLspEditController: Layer based property changes are now handled more fine-grained. Previously, all layer handles would get updated if a single layer had a visibility change. Now only the modified layer is updated.

ImprovementLuciadFusion

LCD-2958
TLcdEarthAsynchronousTileSet: the tile set now creates daemon threads by default. Previously a java application would not exit naturally when it kept an (indirect) reference to this tile set. Please refer to the documentation of the java.lang.Thread class for more details.

ImprovementLuciadFusion

LCD-2615, LCD-2977

ALspStampLabelLocation (and TLspStampLabelLocation) now support absolute view locations, i.e. labels anchored to the screen origin. See ALspStampLabelLocation.LocationData.isAbsoluteViewLocation() for more information.

Absolute label locations are used by the StickyLabelsController sample class. When registering a layer to this controller using StickyLabelsController.registerLayer() (see also AbstractLspPanel.createStickyLabelsLayerFilter()), labels are made absolute and sticky when moving the mouse cursor over them. When this is done, labels don't move away from under the mouse cursor, making it easier to select and edit them.

TLspLabelingAlgorithm now also contains an option not to reuse previous label locations, see TLspLabelingAlgorithm.setReusePreviousLocations(). This option can be used to make sure that labels don't remain at the incorrect location after hovering over them.

Bug fixLuciadFusion

LCD-2994
Robustness improvements were made to vector painting to avoid a potential deadlock if an unexpected exception occurs in a running application.

Bug fixLuciadFusion

LCD-2995
The view did not log instances of java.lang.Error (e.g., an out of memory error) that occur in asynchronous task. These were also not propagated to the view's exception handler.

Bug fixLuciadFusion

LCD-2992
TLsp3DPointListEditor would create an extra point when ending creation with a right click (on the height-handle step). This has been corrected.

Bug fixLuciadFusion

LCD-2989
Fixed issue that would draw an icon as pinpoints when their size is 0. Instead now, no icon will be visible.

Bug fixLuciadFusion

LCD-2982
In rare cases, labels would temporarily be blurred.

Bug fixLuciadFusion

LCD-2983
Interactive labels sometimes start fading out or disappear for a very short while.

Bug fixLuciadFusion

LCD-2896
Improved the precision when transforming bounds to a grid reference in some cases.

Bug fixLuciadFusion

LCD-2968
Translation of arcs and circles using move2D() did not correctly move the bounds of the objects. This has been fixed now.

Bug fixLuciadFusion

LCD-2815
TLspCreateController now logs problems with initializing an object for creation.

Bug fixLuciadFusion

LCD-2964
Fixed a problem with the resize handles of Lon-Lat-Height Buffers in 2D Lightspeed views.

Bug fixLuciadFusion

LCD-2847
Double click events are no longer consumed by editing handles. This means you can now chain an edit controller with another controller, and the second controller will receive the double click events when objects are in the edited paint state.

Bug fixLuciadFusion

LCD-2733
Some TLspMoveDescriptors were wrongly labelled as a move in the XYZ plane, even though they were moves in the XY plane. These have been fixed to correctly reflect their constraint to not include a change in height.

Bug fixLuciadFusion

LCD-2875
Fixed wrap-around problems when editing TLcdLonLatBounds in certain projections (regression since LCD-258).

Bug fixLuciadFusion

LCD-2939
The WCS server could not cope with GetCoverage requests that specified longitude/latitude request that crossed the date line.

Bug fixLuciadFusion

LCD-2938
The WCS proxy object TLcdWCSProxy could not cope with request bounds that cross the date line.

Bug fixLuciadFusion

LCD-2945
Fixed a performance issue when painting invisible objects with a halo.

2012.0.18

Bug fixLuciadFusion

LCD-2913
TLcdEarthGLTerrainPainter: the Earth terrain painter did not work correctly for some world references such as grid references with a lambert conformal projection. Common world references such as a geocentric reference or a grid reference with a mercator or equidistant cylindrical reference were not affected.

Bug fixLuciadFusion

Moving or translating the GML shapes TLcdGML32LinearRing, TLcdGML31LinearRing and TLcdGML2LinearRing did not update the last point of the shape. This resulted in an incorrect representation when encoding the shapes to XML. It did not impact decoding or visualization because the last point is expected to be the same as the first point and therefore ignored by Luciad's software.

Bug fixLuciadFusion

LCD-2894
Some property change events fired by the TLspScaleIndicator had an incorrect property name.

Bug fixLuciadFusion

LCD-2894
Some property change events fired by the TLcdGXYScaleIndicator had an incorrect property name.

Bug fixLuciadFusion

LCD-2890
TLcdGeoTIFFModelEncoder did not correctly respect the configured level count.

Bug fixLuciadFusion

LCD-2877
In certain stereographic projections, TLcdUTMZonePainter's paint method could hang.

Bug fixLuciadFusion

LCD-2867
A number of issues have been fixed regarding import/export of coverages and DigestExceptions.
  • Import of a coverage could occasionally fail with a DigestException for no good reason. This has now been fixed.
  • In case of a DigestException, the Future.get() did not throw while the exception was still propagated on the handler. This has now been fixed: Future.get() now always throws upon a DigestException.
  • Bug fixLuciadFusion

    LCD-904
    TLcdDatabaseModel now has an isDirty() call to check if there are uncommitted changes.

    2012.0.17

    ImprovementLuciadFusion

    LCD-2850
    The create controller now checks whether it can handle geometries produced by the styler before applying them. This makes it possible to write a styler that generates multiple geometries. As long as the editor in your layer can only handle one of those geometries, the create controller will be able to create the geometry for you.

    ImprovementLuciadFusion

    LCD-2743
    Labeling algorithms can now optionally ignore previous locations. This is useful if the previous location can become invalid, or if there is only one possible location. See TLspLabelingAlgorithm.setReusePreviousLocations().

    ImprovementLuciadFusion

    LCD-1535
    The performance of evaluating simple XPaths on XML based domain models has been improved. For instance evaluating: 'myns:myElement/myns:Name' should be a lot faster. More complex XPaths like '//myns:Name' are not affected by this optimization.

    ImprovementLuciadFusion

    LCD-2764
    TLspHandleGeometryType now has a public constructor, so you no longer have to extend it to create a new one.

    ImprovementLuciadFusion

    TLcdGXYIconPainter no longer tries to paint icons without height or width.

    Bug fixLuciadFusion

    LCD-2806
    The contains2D method and bounds computation methods of linear lon lat polygons could produce wrong results for polygons that wrap around the date line.

    Bug fixLuciadFusion

    LCD-2849
    The TLspFrustum.isBoundsVisible could sometimes return true for bounds that are actually not visible.

    Bug fixLuciadFusion

    LCD-2851
    Lightspeed raster layers no longer repaint from scratch when the OpenGL context is re-created. This could for example occur when undocking a Lightspeed map in Lucy.

    Bug fixLuciadFusion

    LCD-2855
    The Apache HttpClient transport implementation did not support resending POST requests when required for authentication.

    Bug fixLuciadFusion

    LCD-1564, LCD-182
    TLcdLonLatPointFormat applied truncation rather than rounding to the smallest component of a formatted coordinate. This could lead to formatting errors.

    Bug fixLuciadFusion

    LCD-2817
    TLcdLonLatPointFormat incorrectly parsed strings containing a zero value for the degree component in certain cases.

    Bug fixLuciadFusion

    LCD-2835
    The styling of lon lat grid lines could be incorrect in some cases.

    Bug fixLuciadFusion

    TLcdOWSDomain#getValues() did always return an empty array. This class is used inside OWS (WFS, WCS, WMS) capabilities to model domain metadata.

    Bug fixLuciadFusion

    LCD-2814, LCD-3029, LCD-3053
    TLcdGXYLayer: in some cases (e.g. in combination with SLD), labels could disappear.

    Bug fixLuciadFusion

    LCD-2811
    Fixed possible, temporary, drawing artifacts when a considerable amount of data is loaded in the view and the user is interacting with the view.

    2012.0.15

    ImprovementLuciadFusion

    LCD-2786
    Painting icons that are almost entirely transparent has been improved so that they remain visible until the opacity is actually set to 0.

    ImprovementLuciadFusion

    TLcdSelectionSupport is now thread-safe.

    Bug fixLuciadFusion

    LCD-2799
    Fixed issue with TLspEditController that would cause a threading violation to be raised when modifying an edited layer on a non-EDT thread. Modifying models outside of the EDT-thread is perfectly valid, and works properly now.

    Bug fixLuciadFusion

    LCD-2785
    Fixed issue with NetworkLinks not loading that were not explicitly set to have a ViewRefreshMode.

    Bug fixLuciadFusion

    LCD-2784
    Icons visualized with TLspIconStyle are now better aligned with the pixels of the screen. This avoid unwanted blurring of the icon which could sometimes be seen for certain sizes of the view.

    Bug fixLuciadFusion

    Fixed a possible deadlock when using a styler that checks if certain objects are selected.

    Bug fixLuciadFusion

    LCD-2776
    The TLcdEarthGXYRasterPainter.clone method did not return a proper clone of the painter.

    2012.0.14

    Bug fixLuciadFusion

    LCD-2774
    Transforming bounds from a geocentric or topocentric reference to a grid reference could produce bounds that were bigger than expected.

    Bug fixLuciadFusion

    LCD-2772
    Selection now ignores layer where isSelectableSupported() returns false, even if isSelectable() returns true.

    Bug fixLuciadFusion

    LCD-2648, LCD-2750, LCD-2751, LCD-2757, LCD-2765
    Several fixes for interactive labels:
    • In some cases labels were painted twice, or not at all. This fix introduces a new constructor in ALspSwingLabelStyler, with an ALspInteractiveLabelProvider as argument. This constructor should be called when using a TLspInteractiveLabelsController. For an example of how to use these classes, see the lightspeed.labels.interactive sample.
    • ALspSwingLabelStyler now has an option to invalidate itself when model changes are thrown.
    • ALspSwingLabelStyler could cause components to be removed from the Swing hierarchy. This fix also fixes view lags caused by ALspSwingLabelStyler, and fixes label flickering.
    • The paint state wasn't always correctly restored after moving away from an interactive label

    2012.0.13

    ImprovementLuciadFusion

    LCD-2762
    Changed a few style default values to reflect default values found in schema.

    ImprovementLuciadFusion

    LCD-2533
    TLspCreateController now allows the creation of objects that aren't directly shapes, but contain shapes indirectly through stylers. This works for the case when the domain object contains exactly one geometry.

    Bug fixLuciadFusion

    LCD-2756
    When selecting 1 object, and then another, TLspEditController removed both objects from the EDITED paint state.

    Bug fixLuciadFusion

    LCD-2755
    ALspController.setCursor only had effect for active controllers. Now the cursor is picked when the controller is being activated as well.

    Bug fixLuciadFusion

    LCD-2744
    TLspLayer did not recalculate the visible set of objects when changing the view's world reference while the view-world transformation remains unchanged.

    Bug fixLuciadFusion

    LCD-2741
    Fixed an exception when painting raster data that has a model reference with a TLcdPerspectiveProjection. This projection is sometimes used for ortho-rectified data.

    Bug fixLuciadFusion

    LCD-2554
    The traffic indicator of the LuciadFusion client sample no longer violates Swing threading rules. This solves occasional deadlocks when visualizing fusion data.

    Bug fixLuciadFusion

    LCD-2730
    Property getters on classes generated from XML Schema's now return correct default values as defined in the XML Schema, instead of zero (for primitive getters) or null (for non-primitive getters). Default values are no longer explicitly set on the data object instances for XML attribute properties.

    2012.0.12

    ImprovementLuciadFusion

    LCD-2724
    The WMS painter TLcdWMSProxyGXYPainter now uses ImageIO instead of JAI to decode images, to increase image format support (such as JPEG 2000).

    ImprovementLuciadFusion

    LCD-96
    TLcdGeoTIFFModelEncoder now adds a TOWGS84GeoKey tag when encoding user-defined datums. TLcdGeoTIFFModelDecoder will use this tag if present.

    ImprovementLuciadFusion

    TLcdEllipsoidUtil.intersection2DLSSFCT() was added. This method calculates the intersection between two geodetic lines, defined by two pairs of points. Unlike TLcdEllipsoidUtil.intersection2DLineSegments, which returns two intersection points, the resulting intersection point is the one closest to one of the end points of the two given segments.

    ImprovementLuciadFusion

    LCD-105
    Added progress reporting capability to TLcdGeoTIFFModelEncoder.

    ImprovementLuciadFusion

    LCD-2719
    Asynchronous layers can now use VolatileImages internally, potentially improving the responsiveness of large ILcdGXYViews. To benefit from this, change the view implementation to a TLcdGXYViewJPanelLightWeight view without caching (see the setCachingMode method), and change the Java system property "com.luciad.view.gxy.asynchronous.useVolatileImages" to true.

    Bug fixLuciadFusion

    LCD-2729
    Fixed a regression in TLcdGXYAsynchronousPaintQueue's BODIES_AND_SKIP behavior that caused needless repaints and the disappearance of labels and selected objects.

    Bug fixLuciadFusion

    LCD-2720
    TLcdGeoTIFFModelEncoder now always generates an END_BUSY status event if a START_BUSY was fired.

    Bug fixLuciadFusion

    LCD-2717
    Some logging statements in com.luciad.concurrent.TLcdLockUtil were not thread-safe. As a result you could get a ConcurrentModificationException when enabling logging for this class. This has been fixed.

    Bug fixLuciadFusion

    LCD-2718
    In some cases, asynchronous layers would not update correctly when used in a TLcdGXYViewJPanelLightWeight or TLcdMapJPanelLightWeight.

    Bug fixLuciadFusion

    LCD-2708
    In some rare circumstances, TLcdGXYAsynchronousPaintQueueManager could throw a ClassCastException.

    Bug fixLuciadFusion

    LF-329
    Image coverages now correctly support odd tile resolutions. There are no longer any grid artifacts.

    Bug fixLuciadFusion

    LCD-103
    Improved TLcdGeoTIFFModelEncoder performance for most raster types.

    2012.0.11

    ImprovementLuciadFusion

    A variable geobuffer shape was introduced, ILcdVariableGeoBuffer. This shape represents a corridor around a given (3D) polyline, adding a width and height to the shape that is defined for every polyline point. It has one implementation, TLcdLonLatHeightVariableGeoBuffer. This shape can be painted and edited using TLcdGXYGeoBufferPainter.

    ImprovementLuciadFusion

    LCD-2541
    All OGC XML schemas included in the release have been updated to the latest version in order to comply with the new OGC XLink policy. All XML decoders will continue to support both XML formats that still use the OGC XLink schema and formats that use the W3C XLink schema. This ensures that existing applications can continue to work without changes.

    Users of custom XML formats that depend on XLink by using 'xlink:simpleLink' in their schema are encouraged to check the correctness of their schema. The OGC XLink schema has been removed from 'http://schemas.opengis.net', but you can still find it in the release. More information about the change made by the OGC can be found at: http://www.opengeospatial.org/blog/1597.

    Bug fixLuciadFusion

    LF-353
    When multiple assets use a common source file but a different clipping shape, the fused result now correctly contains all contributions.

    Bug fixLuciadFusion

    LCD-2691
    An exception could occur when doing a bounds or touched query on a layer, while the data in that layer was being updated. This should no longer occur now.

    Bug fixLuciadFusion

    LCD-2541
    The WMS XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2541
    The WMS XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2541
    The WFS XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2541
    The WFS XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2541
    The WCS XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2541
    The OGC Filter XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2541
    The SLD XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2541
    The WCS XML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LMAP-2541
    The GML schema's have been updated. The new versions now refer to the official W3C XLink schema, instead of the OGC variant that was used before.

    Bug fixLuciadFusion

    LCD-2666
    TLcdEarthImageCombiner: image tile combiner now correctly supports odd tile sizes.

    Bug fixLuciadFusion

    LCD-2582
    Selection of fused vector data features no longer behaves over-eager for shapes that have no fill or outline.

    Bug fixLuciadFusion

    LCD-2559
    GML and the derived formats such as AIXM 5.x now support 'NAD83', as srsName. This code is considered the same as EPSG:4269, but added for compatibility reasons. Users are encouraged to use the official OGC srsName 'urn:ogc:def:crs:ogc:epsg::4269'.

    2012.0.10

    Bug fixLuciadFusion

    LF-342
    Fusion was extended with a commit policy 'per coverage', in addition to the existing one 'per tile'. When configured in 'per coverage', new tiles will not be visible until fusion of the whole coverage is complete. This allows to keep a consistent view on a coverage's tiles: either no new tiles or all new tiles will be available at once. The existing commit policy 'per tile' is still the default. This policy allows tiles to be visible immediately, at the cost of a potentially inconsistent view of the coverage.

    The commit policy is defined on ALfnTileStore.CommitPolicy. It can be set programmatically via the constructor of TLfnFileSystemTileStore, or it can be configured in the servlet descriptor via the optional parameter fusion.tilestore.commitPolicy in the deployment descriptor (web.xml).

    The commit policy 'per coverage' does not work well with the fusion engine's checkpointing mechanism. When the server uses this commit policy, it is recommended to disable saving of checkpoints on the fusion engine environment. This can be done by setting the checkpoint directory to null on the ALfnEngineEnvironment.

    Bug fixLuciadFusion

    LCD-2645
    Fixed some possible NullPointerExceptions in TLcdModelReferenceMetadata.

    2012.0.09

    ImprovementLuciadFusion

    LCD-2610
    It is now possible to avoid loading the EPSG, AUTO and/or AUTO2 reference codes in the WMS capabilities by leaving out their configuration parameters in the web.xml file.

    ImprovementLuciadFusion

    LCD-2571
    TLcdDataTypeMapping now supports transformation of collection type SET to collection type LIST.

    Bug fixLuciadFusion

    LF-341
    The putTile and deleteTile request handlers of the Fusion servlet no longer wait on the synchronization stage to reply on requests. This solves a performance regression issue in the fusion of data to a Fusion server via LTS, which was introduced in V2012.0.

    Bug fixLuciadFusion

    LCD-2742
    When adding a layer with selected objects to a view, the edit controller didn't pick up these selected objects as editing candidates.

    Bug fixLuciadFusion

    LCD-2624
    TLspEditController could get into an invalid state when using two paint representation, each having an editor, with one of both editors returning 0 edit handles.

    Bug fixLuciadFusion

    LCD-2613
    The TLspLayer did not always apply its filter correctly. More specifically a visible object was not removed from the view when it is no longer accepted by the filter due to a model change.

    Bug fixLuciadFusion

    LCD-2618
    The TLspTiledWMSProxyPainter did not properly clean up its resources when its layer is removed from the view.

    Bug fixLuciadFusion

    LCD-2578
    Labels painted using ALspSwingLabelStyler would sometimes disappear for a moment when using them for dynamic domain objects (e.g. moving tracks).

    Bug fixLuciadFusion

    LCD-2607
    Each TLfnFileSystemTileStore instance now maintains its own resources. This guarantees that there can no longer be any contamination of resources between Tile Store instances. Because each Tile Store instance is now more self-contained, an explicit close() method has been introduced on ALfnTileStore to allow explicit cleanup of resources. For backwards compatibility, it is not required to call close() on a Tile Store, in which case resources will be cleaned up by the garbage collector. It is however recommended to close Tile Store instances explicitly, because future implementations may do something useful such as closing a database connection.

    Bug fixLuciadFusion

    LCD-2608
    Fitting to a layer with TLspViewNavigationUtil now respects the filter set on the layer (if any).

    Bug fixLuciadFusion

    LCD-2606
    The ILcdGXYView implementations needlessly changed their autoUpdate property if the model was changed.

    Bug fixLuciadFusion

    Fixed a NullPointerException when using ILspInteractivePaintableLayer.query(), using a TLspPaintedObjectsQuery for TLspPaintRepresentation.LABEL.

    Bug fixLuciadFusion

    Fixed an IllegalArgumentException that could occur when model changes are fired and the object is being edited at the same time.

    Bug fixLuciadFusion

    LCD-2600
    When canceling an ongoing import, handler.imported() is no longer called.

    Bug fixLuciadFusion

    LCD-2599
    Import/export no longer gets stuck after canceling a previous import/export.

    Bug fixLuciadFusion

    LCD-2573
    TLsp3DPointListEditor.createPointHeightTranslationHandle() now only creates a handle when the view is a 3D view. This fixes the problem where the cursor is incorrect when editing a 3D pointlist in a 2D view.

    Bug fixLuciadFusion

    LCD-2574
    TLcdGXYLayer would clear the painted status of labels too often, causing problems with label selection.

    Bug fixLuciadFusion

    LCD-2555
    If decoding of a GeoTIFF model fails, for example because the reference cannot be decoded, the corresponding input stream is now closed properly.

    Bug fixLuciadFusion

    LCD-2560
    Fixed a possible StackOverflowError in TLcdDataObject.clone().

    Bug fixLuciadFusion

    Unit of measures are now encoded using their full UCUM URN notation, instead of the UCUM shorthand notation. This fixes an encoding problem for UCUM symbols which contain special characters.

    Bug fixLuciadFusion

    LCD-2556
    The mouse wheel zoom behavior could stop working if the view contains a TLcyLspGXYLayerAdapter with one or more selected shapes.

    Bug fixLuciadFusion

    LCD-2546
    TLcdGXYArcPainter#appendGeneralPath and TLcdGXYEllipsePainter#appendGeneralPath threw ClassCastExceptions.

    Bug fixLuciadFusion

    LCD-2528
    TLfnQuery.Builder.setResourceTypes now accepts null as argument, meaning 'all resource types'.

    2012.0.08

    ImprovementLuciadFusion

    LCD-2529
    The cached painting performance has been improved for all painters.

    Bug fixLuciadFusion

    LF-330
    A threading issue was fixed which affected the fusion of vector data such as VPF. The threading issue caused fusion to fail occasionally with "Shared asset missing".

    Bug fixLuciadFusion

    LCD-2536
    TLspLayer no longer fires a property change event on every model change. Users that are interested in model changes should add a listener to its model.

    Bug fixLuciadFusion

    LCD-2527
    Fixed issue with the equals method of TLspShapePainter.

    Bug fixLuciadFusion

    Fixed a possible ArrayIndexOutOfBoundsException in TLcdGXYPolylineLabelPainter.

    Bug fixLuciadFusion

    LCD-2523
    The LTS Tile Store implementations now also guarantees that the message digest has been filled in before calling ILfnGetTileHandler.found(). This facilitates implementations of LTS proxies and gateways.

    Bug fixLuciadFusion

    LCD-2501
    The default exception handler of the Earth painters and elevation provider now handles interrupted exceptions better.

    Bug fixLuciadFusion

    LCD-2513
    The TLcdHaloAlgorithm.CONVOLUTION algorithm did not work correctly for anti-aliased text.

    Bug fixLuciadFusion

    LCD-2506
    Fixed the decoding of complex content in SLD parameter values. It should now again be possible to mix ogc:PropertyName elements with plain text in an sld:CssParameter.

    2012.0.07

    ImprovementLuciadFusion

    TLspScaleIndicator now has a setScaleAtCenterOfMap() property, analogous to that of TLcdGXYScaleIndicator, allowing the user to choose between the scale in the center of the view and the scale at the origin of the projection.

    ImprovementLuciadFusion

    LCD-1790
    Fixed height-line of 3D points,3D point-lists, extruded shapes, domes and spheres when positioned over the ocean.

    ImprovementLuciadFusion

    LCD-1851
    Added visual feedback for inserting points into a pointlist or a buffer.

    ImprovementLuciadFusion

    LCD-1779
    Made 3D bounds creation and extruded shape creation more consistent. 3D bounds creation now no longer has a final adjust height step.

    ImprovementLuciadFusion

    LCD-1805
    Adjusted sample code so that cursor is updated for editing when mouse wheel is used without the mouse moving.

    ImprovementLuciadFusion

    LCD-1773
    Object creation now displays the baseshape, draped on the ground while creating objects. (Only in a 3D view for 3D shapes)

    ImprovementLuciadFusion

    LCD-1844
    It is now possible to edit the min and max radius of an ILcd2DEditableArcband by dragging its inner and outer outline.

    ImprovementLuciadFusion

    TLcdGXYClippingPainterWrapper now provides extra API methods for retrieving the delegate painter and painter provider.

    ImprovementLuciadFusion

    LCD-2249, LCD-2250, LCD-2241
    Improved the cursors for several handles. Handles that modify the height of a handle now have a vertical cursor. Handles that modify the outline of an object now have a cursor with an improved direction.

    ImprovementLuciadFusion

    LCD-674
    Small performance improvement for TLcdSphereRhumblineUtil.intersectsGeodesicRhumbline and TLcdSphereRhumblineUtil.intersectionGeodesicRhumblineSFCT.

    ImprovementLuciadFusion

    XML Schema's are now cached more efficiently by the WFS client, improving overall performance.

    ImprovementLuciadFusion

    XML Schema's are now better cached. This improves the performance of processing XPaths.

    ImprovementLuciadFusion

    The WFS server no longer accesses the elements() method to generate its schema's, if a data model is available.

    Bug fixLuciadFusion

    LCD-2503
    TLspGXYLayerAdapter now better takes into account the delegate layer's isEditableSupported and isLabelsEditableSupported methods.

    Bug fixLuciadFusion

    LCD-2501
    The tile sets in Tile Store models did not correctly handle interrupted exceptions. This could for example affect tasks that use thread interruption to implement cancellation.

    Bug fixLuciadFusion

    LCD-2482
    Data painted on the terrain does not disappear anymore in when zoomed in a lot with a 3D grid reference. The fading out is also less aggressive.

    Bug fixLuciadFusion

    LCD-2493, LCD-2286
    It wasn't possible to edit labels with multiple objects selected.

    Bug fixLuciadFusion

    LCD-2496
    Fixed a possible ClassCastException when using TLspLabelEditor, without the painter implementing ILspStampLocationLabelPainter. Now TLspLabelPainter.canEdit() returns false in that case.

    Bug fixLuciadFusion

    LCD-2495
    An issue in the Apache HttpClient library (HTTPCLIENT-1168) could potentially lead to authentication verification issues in a multithreaded environment. This has been fixed by adding the necessary synchronization.

    Bug fixLuciadFusion

    LCD-2495
    An issue in the Apache HttpClient library (HTTPCLIENT-1168) could potentially lead to authentication verification issues in a multithreaded environment. This has been fixed by adding the necessary synchronization.

    Bug fixLuciadFusion

    LCD-2492
    TLspEditController.getEditingCandidates always returned at most one editing candidate per object. Now it returns multiple editing candidates for the same object if it has multiple paint representations that can be edited. This is for example the case when the object and its label can be edited.

    Bug fixLuciadFusion

    LCD-1569
    TLcdGXYInteractiveLabelsController: Dragging an interactive label out of the view made it disappear.

    Bug fixLuciadFusion

    LCD-1533
    With TLcdGXYPolylineLabelPainter.isLabelOnPath() enabled, labels could be placed incorrectly on the polyline segment.

    Bug fixLuciadFusion

    LCD-1670
    TLcdRasterModelHeightProviderFactory did not support models that do not implement ILcd2DBoundsIndexedModel and have a different model reference than the reference in which the height is retrieved.

    Bug fixLuciadFusion

    LCD-2437
    Transformations between a topocentric and a geocentric reference were incorrect when the geocentric reference had a unit of measure value different from 1.0 (meters).

    Bug fixLuciadFusion

    LCD-2413
    When the TLcdWMSProxyGXYPainter applied reprojection of WMS layers, a rendering performance reduction could be caused in some cases due to excessive parsing of references listed in the server's capabilities. This performance reduction has been fixed now.

    Bug fixLuciadFusion

    LCD-2424
    The default labeling algorithm now chooses the largest subshape to determine a label location for closed shapes (for example polylines).

    Bug fixLuciadFusion

    LCD-2426
    Fixed a race condition in TLcdGXYLspAsynchronousPaintQueue that could trigger a NullPointerException.

    Bug fixLuciadFusion

    In rare cases, TLcdGXYCurvedPathLabelingAlgorithm could throw a NullPointerException.

    Bug fixLuciadFusion

    LCD-1786
    Fixed a numerical problem that would occur when visualizing TLcdXYCircularArcBy3Points with a bulge value close to 0.

    Bug fixLuciadFusion

    LCD-2425
    The default transparent map configuration applied by the WMS (TLcdWMSGXYViewFactory) could cause rendering issues when using transparent colors for vector features. The configuration has been updated to avoid these issues.

    Bug fixLuciadFusion

    LCD-1555
    In rare cases (polylines with one segment and one point exactly on the view border), TLcdGXYOnPathLabelingAlgorithm did not find a valid position for a label.

    Bug fixLuciadFusion

    LCD-203
    TLcdGXYPolyline(Stamp)LabelPainter sometimes could not place a label on one of the polyline segments.

    Bug fixLuciadFusion

    LCD-2423
    TLcdGXYPolyline(Stamp)LabelPainter.getPossibleLocationCount() returned a negative count for point lists with 0 points.

    Bug fixLuciadFusion

    LCD-1796
    Fixed point insertion and removal of points in polygons for high altitude exaggeration values in mountainous areas.

    Bug fixLuciadFusion

    LCD-2421
    Fixed minor glitch in arcband creation.

    Bug fixLuciadFusion

    LCD-1519
    TLcdPolarStereographic: inWorldBoundsOnSphere and world2DEditableBoundsOnSphereSFCT could produce slightly incorrect results for a true scale latitude different from 90 or -90 degrees. In addition, the equals method could return true for polar stereographic projections with different true scale latitudes.

    Bug fixLuciadFusion

    LCD-2416
    The boundaryLats method of TLcdGeneralPerspective, TLcdPerspectiveProjection and TLcdVerticalPerspective could generate NaN values.

    Bug fixLuciadFusion

    TLcdGXYClippingPainterWrapper now behaves correctly in case the delegate painter provider should return a null painter for a given object.

    Bug fixLuciadFusion

    LCD-729
    Fixed issue with cloning of some domain objects.

    Bug fixLuciadFusion

    LCD-2379, LCD-2383
    Possible Exceptions when resizing a 3D view, making it smaller than 0 pixels.

    Bug fixLuciadFusion

    LCD-2255, LCD-2381
    TLcdViewXYZWorldTransformation2D could produce NaN values when the width and height are 0. TLcdViewXYZWorldTransformation could return a negative scale for a negative height.

    Bug fixLuciadFusion

    The TLspViewXYZWorldTransformation3D.isAdjustDepthRange property wasn't always respected

    Bug fixLuciadFusion

    LCD-2238, LCD-2253
    TLcdRulerController: It wasn't possible to insert or remove points from a measurement when in cartesian mode.

    Bug fixLuciadFusion

    LCD-698
    TLcdLambertAzimuthalEqualArea could produce NaN values for points very close to the projection border.

    Bug fixLuciadFusion

    TLspViewXYZWorldTransformation2D/3D didn't re-evaluate their constraints when changing properties like the width and height. This could possibly break constraints that rely on these properties.

    Bug fixLuciadFusion

    LCD-2251
    Zooming using the navigation controls could cause the view to pan in 2D.

    Bug fixLuciadFusion

    LCD-129
    When passing a geocentric or topocentric reference to ALcdModelHeightProviderFactory, it returned an ILcdHeightProvider that returned incorrect height values in many cases.

    Bug fixLuciadFusion

    LCD-2228, LCD-2246
    When selecting multiple objects, the move cursor was still shown, even when no object could be edited.

    Bug fixLuciadFusion

    LCD-2244
    It was possible to interact with some editing handle through the globe.

    Bug fixLuciadFusion

    LCD-2231, LCD-2243, LCD-2229, LCD-2248
    Several fixes for interactive labels:
    • Interactive labels couldn't be moved on some location of the label.
    • The position of the interactive and regular label was inconsistent.
    • It was possible that 1 label was painted twice when enabling interactive labels.
    • The move cursors wasn't properly set when hovering over the interactive label.

    Bug fixLuciadFusion

    LCD-2236
    Discretization of shapes would sometimes fail for shapes on the equator, smaller than 2 degrees.

    Bug fixLuciadFusion

    LCD-2240
    TLspContinuousLabelingAlgorithm: labels wouldn't move back to their desired location after editing them.

    Bug fixLuciadFusion

    LCD-2230
    TLspRulerController: the fill of the equal distance circles would flip when they become too large.

    Bug fixLuciadFusion

    LCD-695, LMAP-5656
    Fixed TLcdSphereUtil intersection methods for small collinear line segments on the equator or on a meridians. In addition, the methods accepting doubles as input values returned incorrect results in some cases.

    Bug fixLuciadFusion

    LCD-211
    Views could temporarily return null when calling getGXYViewLabelPlacer, right after calling setGXYViewLabelPlacer.

    Bug fixLuciadFusion

    LCD-1654
    TLcdGXYAsynchronousLayerMonitor could trigger the unnecessary creation of asynchronous paint threads.

    Bug fixLuciadFusion

    LCD-1562
    The GML transformer will now correctly transform object that extend from ALcdPoint to features that have a point property, instead of creating features with bounding shapes and no geometry.

    Bug fixLuciadFusion

    The WCS server GetCoverage response could have some incorrect pixels when the request requires resampling of the raster data.

    Bug fixLuciadFusion

    LCD-1627
    Fixed an NullPointerException that could occur while painting a TLcdWCSProxy with elevation data.

    Bug fixLuciadFusion

    LCD-1624
    The WCS server sometimes returned raster data that is geographically shifted w.r.t. the original data.

    Bug fixLuciadFusion

    LCD-1590
    The WCS server did not expose which value indicates that the value of a pixel is unknown. For example a DTED raster can contain unknown values.

    Bug fixLuciadFusion

    LCD-1581
    The WCS server did not support elevation data with negative heights (e.g. a height below sea level).

    Bug fixLuciadFusion

    LCD-1576
    The WCS server did not always use the optimal level in an ILcdMultilevelRaster. It could use a more detailed level while a less detailed level already provided the same quality for a given request.

    2012.0.06

    ImprovementLuciadFusion

    This release contains over 500 enhancements, performance improvements, and fixes mainly in the Lightspeed view package and subpackages. The main highlights are improved vector shape rendering performance, improved icon and line rendering quality, improved terrain draping quality, improved label deconfliction and painting quality, fully customizable shape editing functionality, a powerful new layer query API, and many more. Externally requested changes are logged as individual release notes, others have been left out to keep the release notes concise. It is recommended to upgrade existing projects to this LuciadLightspeed version before analyzing any issues encountered.

    ImprovementLuciadFusion

    TLspLineStyle now has an additional property isBlendOverlap that can be configured using the builder. It allows to adjust the behavior when painting multiple overlapping lines with the same style. When set to false, all pixels covered will receive the same color, even if this color is transparent and if multiple lines cover the same pixel. If set to true, overlapping (transparent) lines will be blended together resulting in a less transparent color at their crossings.

    ImprovementLuciadFusion

    LCD-1622
    The performance of asynchronous painting when working with many layers has been improved.

    ImprovementLuciadFusion

    New API has been introduced to allow more customization of the editing functionality in Lightspeed views. Please refer to the chapter "Creating and editing domain objects in a Lightspeed view" in the developer's guide for an overview of this new API. All API can be found in the package com.luciad.view.lightspeed.editor and its subpackages. The principal classes and interfaces are:
    • ILspEditor creates editing handles for a given domain object and applies editing operations to this object. Implementations of ILspEditor exist for each type of ILcdShape that can be edited.
    • ALspEditHandle is a small GUI widget which represents some modifiable part of a domain object (e.g. a vertex of a polyline) and which translates user input (e.g. mouse drags) into editing operations that can be applied to the underlying object.
    • TLspEditOperation describes such an operation and is passed from the handle back to the editor, where it is applied to the edited object.
    • ILspSnapper defines a mechanism for snapping objects to one another while they are being edited.
    • ALspMultiObjectHandle is a variant of ALspEditHandle which is used by TLspEditController to capture editing operations that apply to a group of edited objects instead of a single object.

    ImprovementLuciadFusion

    TLcdGXYScaleIndicator can now also show a global, pan-independent scale.

    ImprovementLuciadFusion

    TLspDensityLayerBuilder has been added to facilitate creating layers with density plots of vector data.

    ImprovementLuciadFusion

    A new elevation mode is available for TLspIconStyle: ABOVE_TERRAIN. It means that the icons are placed above the terrain. The elevation of the object is determined by adding the object's elevation to the terrain's elevation. Since icons are normally centered around this elevated point, it can be partially obscured by the terrain, depending on the view angle. To avoid this, you can either set a fixed offset on the TLspIconStyle, or add a TLspViewDisplacementStyle to allow the icon to be moved above the terrain dynamically depending on the view angle.

    ImprovementLuciadFusion

    A new icon implementation TLcdCGMIcon has been added to the com.luciad.format.cgm package. This class supports the decoding of an icon that originates from a CGM file.

    ImprovementLuciadFusion

    LCD-1474
    An attempt to decode a non-existent file using TLcdETOPOModelDecoder will now throw an appropriate IOException rather than return an invalid model.

    ImprovementLuciadFusion

    LCD-179
    TLcdColorMapCustomizer: the behavior of adding a level has been simplified to be more predictable. The new level is now always added between the selected and the next level.

    ImprovementLuciadFusion

    TLcdObliqueMercator: transforming from world to lon lat and from lon lat to world has become more consistent. Points that can be transformed in one direction can now always be transformed back.

    ImprovementLuciadFusion

    It is now possible to import an entire coverage from any Tile Store to any other Tile Store. The previously existing restriction that the source coverage had to be on a local Tile Store is hereby lifted. A new utility class TLfnTileStoreUtil provides additional convenience methods to copy coverages between Tile Stores.

    It is now possible to check the integrity of a local coverage. Each tile can have an optional checksum, according to the message digest algorithm specified on the coverage metadata.

    • TLfnDigestTileStore is a decorator which verifies tile checksums upon access. It defines a handler to receive notifications of corrupt tiles.
    • ALfnCoverage.getTileCoordinates provides iteration over all tiles in a coverage. It only works for local coverages retrieved through a TLfnFileSystemTileStore, not for remote ones retrieved through a TLfnLTSClient.

    Bug fixLuciadFusion

    TLcdGXYAsynchronousPaintQueue now respects the auto-update property of the view.

    Bug fixLuciadFusion

    LCD-1473
    Resolved an issue that the labels of buffer, band or polygon objects stayed in place when moving the objects.

    Upgrade considerationLuciadFusion

    The API of all asynchronous methods on ALfnCoverage and ALfnTileStore has been made consistent. The changes:
    • All asynchronous methods return a Future which can be used to block for the result or to cancel the operation
    • All asynchronous methods require an extension of ILfnFailureHandler defining the throwables which may happen during asynchronous operation. This is the equivalent of a 'throws' clause of a synchronous method.
    • Exceptions are propagated via the asynchronous handler, or via an ExecutionException thrown when blocking for the result using Future.get(). In case of multiple exceptions, it is the first one which is propagated. Either one of these mechanisms can be used, they are equivalent.
    • ILfnFailureHandler has an addition callback method cancelled(CancellationException) next to interrupted(InterruptedException). The former happens when a Future is cancelled, while the latter happens when a thread was unexpectedly interrupted.

    Beware that, even though methods have an asynchronous signature, they may do some of their work synchronously. Even in this case, throwables which are thrown synchronously (most notably RuntimeExceptions and Errors) are still propagated via the Future and asynchronous handler. The idea is that this is an implementation detail which is transparent to the application.

    Upgrade considerationLuciadFusion

    New API has been introduced to allow more customization of the editing functionality in Lightspeed views. In the context of this, the ILspEditor interface has changed considerably. If you have implemented this interface and would like assistance to upgrade to a newer version of LuciadLightspeed, please contact Luciad support.

    Upgrade considerationLuciadFusion

    TLspSelectController's default key to enable multi-object selection has been changed to shift instead of ctrl. The default behavior can be modified by overriding TLspSelectController#selectWhat.

    Upgrade considerationLuciadFusion

    The domain objects in the ruler controller model have changed. They are now ALspRulerMeasurement instead of ILspRulerPolyline. The controller now also allows to override distance and azimuth calculation.

    Upgrade considerationLuciadFusion

    ILspShapeDiscretizer's canDiscretize method has been deprecated. Instead discretizeSFCT should throw a TLspDiscretizationException if it is not capable to discretize the provided shape.

    Upgrade considerationLuciadFusion

    ILspTerrainSupport: all terrain query methods now have an additional TLspContext argument. This is necessary to allow the methods to be called from a separate thread. The context in that case would be a snapshot of the view's state which is used for the terrain query, while the view's actual state might be changed by the main thread.

    The impact of this change should be minimal, since the methods in question are primarily used internally by painters.

    Upgrade considerationLuciadFusion

    Camera constraints: replaced ALspCameraConstraint2D and ALspCameraConstraint3D by a generic ALspCameraConstraint class. Also the constrainXxxParameters method was replaced by a more general constrain method. Also removed ConstraintChangeListener interfaces and replaced them with ILcdChangeListener.

    Upgrade considerationLuciadFusion

    In TLspLookAtTrackingCameraConstraint2D the setMaxScale(double) method was removed. This functionality can be replaced using a separate constraint. For an example of how to do this, see the limitnavigation sample.

    Upgrade considerationLuciadFusion

    ALspTrackingPointProvider now doesn't pass around an ILspView in most of its methods. A view can be retrieved using ALspTrackingPointProvider.getView(). Also TrackingPointChangeListener was removed, and replaced by ILcdChangeListener.

    Upgrade considerationLuciadFusion

    ALspViewXYZWorldTransformations are now constructed for a specific view. As a consequence, the registerView(ILspView) and unregisterView(ILspView) methods were removed. TLspViewXYZWorldTransformation2D and TLspViewXYZWorldTransformation3D constructors now have an ILspView as argument.

    Upgrade considerationLuciadFusion

    The various calls to retrieve bounds and touch information from a layer or painter about objects on the screen has changed. They have been replaced by a single ILspInteractivePaintableLayer.query() method that accepts various query objects and returns the relevant information.

    In particular, the following calls have been removed:

    1. ILspInteractivePaintableLayer.queryOnViewBounds
    2. ILspInteractivePaintableLayer.queryTouched
    3. ILspInteractivePaintableLayer.isTouched
    4. TLspLayer.applyOnInteract
    5. ILspPainter.queryOnViewBounds
    6. ILspPainter.queryTouched
    7. ILspPainter.isTouched
    8. ILspPainter.boundsSFCT
    9. ILspLabelPainter.isLabelTouched
    10. ILspLabelPainter.labelBoundsSFCT

    Although you can still query painters directly, it is advised to query the layer instead. You can replace the removed calls above with these query() calls on ILspInteractivePaintableLayer:

    1. query(new TLspPaintedObjectsBoundsQuery(REGULAR_BODY, viewBounds, 10))
    2. query(new TLspPaintedObjectsTouchQuery(REGULAR_BODY, viewPoint, 10))
    3. query(new TLspIsTouchedQuery(object, REGULAR_BODY, viewPoint, 10))
    4. query(new TLspPaintedObjectsQuery(REGULAR_BODY, viewBounds))
    5. query(new TLspPaintedObjectsBoundsQuery(REGULAR_BODY, viewBounds, 10)) (same as #1)
    6. query(new TLspPaintedObjectsTouchQuery(REGULAR_BODY, viewPoint, 10)) (same as #2)
    7. query(new TLspIsTouchedQuery(object, REGULAR_BODY, viewPoint, 10)) (same as #3)
    8. query(new TLspBoundsQuery(object, REGULAR_BODY))
    9. query(new TLspIsTouchedQuery(label, viewPoint, 10)) (similar to #3)
    10. query(new TLspBoundsQuery(label)) (similar to #8)

    The new query method also uses the ALspBoundsInfo and ALspTouchInfo classes as possible return types, with some minor modifications:

    1. ALspWorldBoundsInfo#isGeometryDraped has been removed as there was no clear use case.
    2. ALspWorldTouchInfo#isGeometryDraped has been replaced with getElevationMode. This allows us to return more information about the position of the touched geometry.

    Upgrade considerationLuciadFusion

    ALspActionController, TLspClickActionController and TLspKeyActionController constructors don't accept an ILcdFilter for AWT events anymore. Instead, use the setAWTFilter method of ALspController.

    Upgrade considerationLuciadFusion

    The label location hierarchy was simplified and made more flexible. This has an impact on the location classes and label painter hierarchy.

    TLspFreeLabelLocation was removed, use TLspStampLabelLocation as a replacement, which is more powerful.

    ILspFreeLocationLabelPainter interface was removed. The API of ILspStampLocationLabelPainter was changed to aid algorithms.

    Upgrade considerationLuciadFusion

    ILspLabelPlacer is now tied specifically to one view. This means that its placeLabels() method does not accept a view anymore, and that it only contains label locations for objects in one view.

    Upgrade considerationLuciadFusion

    The API of ALspLabelLocations was simplified. Instead of the various applyOn() methods there is one getLabelLocations() and one getLabelLocation() method.

    Related, TLspLabelLocationVisibilityChangedEvent was merged into TLspLabelLocationChangedEvent. Instead of the processChangedLocations() and isLabelLocationChanged() methods, there now is only a simple getChanges() method.

    Upgrade considerationLuciadFusion

    The ILspPaintGroupsChangeListener interface has been changed to support better control over the event processing. This allows for example to make sure that updates to the body and label of objects are visible at the same time. All ILspPainter's must now also implement this interface.

    To convert an implementation of the old interface you can perform all work previously done in the paintGroupsChanged method in the prepareChanges method and invoke the changesReady method on the callback immediately if it is not null.

    To convert a painter that previously did not implement ILspPaintGroupsChangeListener you should at least invoke the changesReady method on the callback argument passed in the prepareChanges method if it is not null.

    Upgrade considerationLuciadFusion

    The method ILcdOGCFilterEvaluator#buildFilter, used to create a filter evaluator for a given OGC Filter, now returns an ILcdDynamicFilter instead of an ILcdFilter. This has been done for optimal interoperability when using these filter evaluators on GXY, GL and LSP layers.

    Applications that use this method will not be affected, since ILcdDynamicFilter is an extension of ILcdFilter. The change only affects applications that define a custom implementation of ILcdOGCFilterEvaluator or an extension of its default implementation TLcdOGCFilterEvaluator. If this is the case, the new methods introduced by ILcdDynamicFilter, i.e. addChangeListener and addChangeListener), can be given an empty implementation, since dynamic changes to the filter are not supported.

    Upgrade considerationLuciadFusion

    TLspGXYLayerAdapter no longer allows to set an ILcdFilter on the inner GXY layer. Only ILcdDynamicFilter instances are allowed. Exceptions will be thrown at runtime when an incorrect filter is set on the inner layer.

    To convert an ILcdFilter to an ILcdDynamicFilter you can make use of the TLcdChangeSupport class. This class makes it easy to implement ILcdChangeSource.

    Upgrade considerationLuciadFusion

    The signature of the methods getTile, putTile and deleteTile on ALfnCoverage has changed:
    • getTile and putTile now take an additional ByteBuffer parameter which can be used to retrieve/provide a signature for the tile. Existing applications or applications which are not interested in the signature may provide a null argument.
    • the level, row and column parameters have been replaced by a single TLfnTileCoordinates parameter. A TLfnTileCoordinates instance can easily be created via its getInstance() factory method, given the level, row and column arguments.

    Upgrade considerationLuciadFusion

    The Fusion protocol now also supports text geometry. Objects with ILcdText geometry can now be fused to vector coverages, and displayed accordingly in Fusion clients. The vector tile data format used by the Fusion protocol has been updated to allow modelling of text geometry; old clients will no longer be able to read data which has been fused with a new Fusion engine supporting text geometry. New Fusion engines can still fuse to the old tile data format, by setting the appropriate codec version number on the coverage metadata.

    2012.0.05

    ImprovementLuciadFusion

    LCD-1580
    TLcdGXYNewController2 can now also perform edit and commit operations when users drag the mouse, if the controller is configured to do so.

    ImprovementLuciadFusion

    LCD-1582
    Changed behavior of the DataModelTreeModel class found in the sample code. If you configure it to only display model elements found in the model descriptor, it will also include all dependent data models in the search. For each dependent data model, it will also display any of the model elements in the tree. This makes the DataModelTreeModel better-suited for complex data models, such as AIXM.

    ImprovementLuciadFusion

    LCD-1538
    TLcdWFSGetFeatureRequest now has an additional setOGCFilters(TLcdOGCFilter[]) method to support the configuration of multiple OGC Filters.

    Bug fixLuciadFusion

    LCD-700
    The implementation of the Google reference system (EPSG codes 900913, 3785, 3857) was incorrect, possibly causing a shift.

    Bug fixLuciadFusion

    LCD-1556
    TLcdSHPModelDecoder did not correctly load the .DBF file associated with a compressed SHP file (.SHP.GZ). This has now been fixed.

    Bug fixLuciadFusion

    LCD-1549
    TLcdWMSClient could not cohpe with WMS 1.1.1 capabilities containing links to DTDs that could not be resolved. Because these DTDs are not used, the resolution of DTD links has now been disabled.

    Bug fixLuciadFusion

    LCD-1549
    DTD resolving has been disabled on the XML decoders (only XML Schema is used by the decoders to interpret data).

    Bug fixLuciadFusion

    LCD-1525
    The bounds of very large TLcdLonLatRhumbPolygons were computed erroneously. This has been fixed.

    Bug fixLuciadFusion

    LCD-1512
    TLcdGXYEllipsePainter could produce painting artifacts for ellipses with an axis length of zero.

    2012.0.04

    ImprovementLuciadFusion

    TLcdTransformer now provides an additional transformTo() method with both source and target type parameters.

    ImprovementLuciadFusion

    LCD-1483
    It is now possible to disable the painting of fill or outline of a fused vector feature by returning a null style.

    ImprovementLuciadFusion

    LCD-1526
    TLcdMapGeorefGridLayer now allows configuring the color of the corner labels.

    ImprovementLuciadFusion

    LCD-1496
    ServiceException now shows response code and reason in message.

    ImprovementLuciadFusion

    LCD-1466
    TLcdISO19103Measure now implements Comparable, so that measurements can easily be sorted.

    ImprovementLuciadFusion

    LCD-1465
    TLcdEarthHeightProviderFactory: added support for creating height providers that do not interpolate the height values. You can disable interpolation of height values by using the TLcdRasterModelHeightProviderFactory.KEY_INTERPOLATE_DATA key.

    ImprovementLuciadFusion

    LCD-1295
    TLcdEPSGReferenceParser now supports parsing EPSG references with an OGC prefix ("urn:ogc:def:crs:EPSG:"). TLcdEPSGReferenceFormatter can format these parsed references back to the original code.

    ImprovementLuciadFusion

    LMAP-5289, LCD-201
    The up arrow of the TLcdGXYCompassNavigationControl did not always point north in certain projections. This has been fixed.

    Bug fixLuciadFusion

    LCD-1531
    TLcdEarthGLTerrainPainter: the painter could update its tiles too much. This could for example occur when changing the altitude exaggeration factor.

    Bug fixLuciadFusion

    LCD-696
    TLcdLambert1972BelgiumGridReference used inverted rotation parameters for its datum transformation. This could shift the data when transforming to a reference with a different datum.

    Bug fixLuciadFusion

    Depending on the SAX parser being used, some input streams for XML schema's might not be closed. This has been fixed: all input streams opened for XML Schema parsing are now always closed after use.

    Bug fixLuciadFusion

    LCD-1462
    Input streams created by TLcdGeoTIFFModelDecoder and others are now properly closed. This solves issues with "too many open files" when working with a lot of different models.

    Bug fixLuciadFusion

    LCD-1455
    ParseException in TLcdWKTReferenceParser when trying to decode a model reference with name "RGF-93".

    Bug fixLuciadFusion

    LCD-1451
    TLcdEllipsoid.initializeA1OverF() and TLcdEllipsoid.initializeAB() would overwrite the name of the ellipsoid if it was first set with TLcdEllipsoid.setName().

    Bug fixLuciadFusion

    TLcdMIFModelDecoder now supports the "Regional Mercator" projection for files where the standard parallel property is set to zero.

    Bug fixLuciadFusion

    LMAP-6097, LCD-590
    Unit of measures are now correctly encoded using the UCUM code convention, instead of using the LuciadMap built-in symbols (which are not always UCUM-compliant).

    Upgrade considerationLuciadFusion

    LCD-1475
    The TLcdMagneticNorthGXYLabelPainter used to extend TLcdGXYDataObjectPolylineLabelPainter. This is no longer the case.

    2012.0.03

    ImprovementLuciadFusion

    LCD-1449
    TLcdEarthAsynchronousTileSet: the tile set can now enforce that tile operations occur only on its own threads. The default behavior has not changed, you must call the setDelegateTileOperationMode method to change it.

    Bug fixLuciadFusion

    LF-247
    Fusion of VPF has been fixed so that "Edge already in line geometry" failures no longer happen.

    Bug fixLuciadFusion

    LF-322
    Exceptions logged on the console during servlet initialization now also contain the cause. This makes the message more clear.

    Bug fixLuciadFusion

    Fixed a problem where updating labels of dynamic models could be delayed.

    Bug fixLuciadFusion

    Fixed a possible deadlock during editing or when using a dynamic model.

    Bug fixLuciadFusion

    LCD-346
    The GXY layer performance monitoring did not monitor the time spent for the rendering of labels placed by an ILcdGXYViewLabelPlacer (i.e. the ILcdGXYEditableLabelsLayer.PLACED_LABELS layer paint mode).

    Bug fixLuciadFusion

    LCD-1442
    Touch and hold editing (inserting and deleting points in pointlists using touch input) didn't always work as expected. This has been fixed.

    Bug fixLuciadFusion

    LCD-1441
    Some GeoTiff files could not be rectified properly. This has been fixed.

    Bug fixLuciadFusion

    LF-191
    VPF data containing multiple geometries per feature (since VMAP2i) can now also be fused.

    2012.0.02

    ImprovementLuciadFusion

    LF-250
    Fusion of VPF data containing lots of complex polygons has been made more efficient.

    ImprovementLuciadFusion

    LF-111
    It is now possible to skip corrupt input files by setting a custom ILfnRasterSessionHandler on the TLfnEngineFactory.

    ImprovementLuciadFusion

    LF-321
    The library dependency on the formats Geospatial PDF and AIXM has been made optional: the Fusion Engine can now work without these libraries.

    ImprovementLuciadFusion

    LCD-414
    TLcdGXYLabelPlacer now throws a more meaningful exception if no labeling algorithm has been set.

    Bug fixLuciadFusion

    LCD-1440
    During creation or editing of a measurement using the ruler controller, label position were unstable in some cases.

    Bug fixLuciadFusion

    LCD-1438
    Fixed a possible issue with model locking while painting shapes that could result in an IllegalMonitorStateException.

    Bug fixLuciadFusion

    LMAP-4858, LCD-1431
    The Lightspeed raster layers did not support ILcdEarthTileSet's elements with an odd number of rows or columns at level 0. This could for example happen when visualizing data from a WMS server in a Lightspeed view.

    Bug fixLuciadFusion

    LMAP-6109, LCD-445
    TLcdEarthGLTerrainPainter: the painter did not support draping on top of another terrain.

    Bug fixLuciadFusion

    LCD-3
    Fixed a repaint problem with TLspGXYLayerAdapter instances that were initially invisible and then made visible.

    Bug fixLuciadFusion

    LMAP-6105, LCD-460
    TLcdEarthGLTerrainPainter: the painter did not always update all its tiles when needed. This could for example occur when changing the altitude exaggeration factor.

    Bug fixLuciadFusion

    LMAP-4676, LCD-455
    TLcdEarthTileRepositoryPreprocessor: the preprocessor sometimes did not process tiles at the edge of an asset.

    Bug fixLuciadFusion

    LMAP-6002, LCD-458
    TLcdEarthTileRepositoryPreprocessor: the preprocessor did not support assets whose bounds crosses the 180 degree meridian.

    Bug fixLuciadFusion

    TLcdEarthGLTerrainPainter now works correctly in stereoscopic 3D views.

    Bug fixLuciadFusion

    LMAP-5977, LCD-456
    TLcdEarthGLShapeTileSet: the tile set did not support models with a non-geodetic reference for its fill and outline coverages.

    2012.0.01

    ImprovementLuciadFusion

    LF-269
    The Fusion server now support custom exception handling. A custom exception handler can be plugged in by overriding TLfnLTSRequestDispatcherFactory.createExceptionHandler.

    ImprovementLuciadFusion

    TLcdMagneticNorthGXYLabelPainter now allows configuring a format for the declination value.

    ImprovementLuciadFusion

    LMAP-6063, LCD-702
    TLcdWKTReferenceFormatter and TLcdWKTReference parser now support formatting and parsing references with a EGM96 geoid geodetic datum in particular cases.

    ImprovementLuciadFusion

    The class TLcdGXYClippingPainterWrapper now has an extra constructor that accepts an ILcdGXYPainterProvider instead of an ILcdGXYPainter, to increase its usability.

    Bug fixLuciadFusion

    LF-309
    Improved handling of invalid models in ALfnFormat implementation for GRIB files.

    Bug fixLuciadFusion

    LF-241
    LuciadFusion now supports clipping shapes for the ECDIS format.

    Bug fixLuciadFusion

    LF-307
    The engine did not always use the ideal level in multi-leveled elevation assets. This could occur when either the minimum or maximum scale denominator is set or when the pixel density of an asset part did not match the actual pixel density of the data.

    Bug fixLuciadFusion

    LF-301
    NITF data containing vector data can now be fused without failure. As a limitation, only raster data is fused, while vector data is ignored.

    Bug fixLuciadFusion

    LF-317
    Data in geodetic grid references (a TLcdGridReference with TLcdGeodeticDatum and TLcdGeodetic projection) can now be fused correctly without failure.

    Bug fixLuciadFusion

    LCD-1
    The TLspLayer did not apply the filter correctly when its model changes. As a result objects that are not accepted by the filter could still appear in the view.

    Bug fixLuciadFusion

    LMAP-5698, LCD-128
    Painting polygons or polylines with a very large line width using TLcdGXYPointListPainter could sometimes cause visual artifacts along the border of the view.

    Bug fixLuciadFusion

    LMAP-5826, LCD-208
    TLcdJULSimpleFormatter did not format the parameter objects into its messages.

    Bug fixLuciadFusion

    LMAP-5675, LCD-154
    TLcdGXYNewController did not respect the isRequestFocusOnMousePressed setting.

    Bug fixLuciadFusion

    LMAP-5660, LCD-195
    When detecting a model change, the ILcdGXYView implementations now fire invalidation events for all layers sharing the model, instead of only one.

    Bug fixLuciadFusion

    LMAP-4591, LCD-454
    TLcdGXYClippingPainterWrapper: the clipped region always used a straight-line approximation for the line segment between the last and first point of a polygon instead of the approximation computed by the clip pen.

    Bug fixLuciadFusion

    LMAP-6060, LCD-122
    In some cases, TLcdGXYPointListPainter could incorrectly fill polygons crossing the projection boundary.

    Bug fixLuciadFusion

    LMAP-6085, LCD-190
    TLcdGeoBufferPainter could not handle ILcdPoint instances that do not implement ILcdPointList.

    Bug fixLuciadFusion

    LMAP-6067, LCD-135
    Fixed a regression (since LMAP-5876) that caused TLcdGXYIconPainter's snaps to be no longer painted.

    Bug fixLuciadFusion

    LMAP-6044, LCD-114
    TLcdTransformedHeightProvider could return a NPE when the bounds of the delegate height provider are null.

    Bug fixLuciadFusion

    LMAP-6037, LCD-461
    TLcdEarthRasterAssetCodec: model reference decoders were not always correctly set on the model decoders. This could result in errors when preprocessing (for example with the preprocessor sample). This is now fixed.

    Bug fixLuciadFusion

    LMAP-5916, LCD-220
    In some cases, TLcdUTMZonePainter could throw an ArrayIndexOutOfBoundsException. This has been fixed.

    Bug fixLuciadFusion

    LMAP-6057, LCD-1281
    Fixed decoding of fill color of CGM graphics elements.

    2012.0

    ImprovementLuciadFusion

    LuciadFusion is extended with support for AIXM data, which can be fused into raster coverages (rasterization).

    ImprovementLuciadFusion

    The Fusion server now supports the OGC WCS protocol; Fusion raster coverages can now be accessed from any client using the WCS protocol. A new package, com.luciad.fusion.server.wcs, provides the necessary API classes for plugging in a WCS service into the Fusion servlet. The main entry points, TLfnWCSRequestDispatcherFactory and TLfnWCSCommandDispatcherFactory, offer additional API hooks for customizing the WCS behavior.

    ImprovementLuciadFusion

    The Fusion server now supports the OGC WFS protocol; Fusion vector coverages can now be accessed from any client using the WFS protocol. A new package, com.luciad.fusion.server.wfs, provides the necessary API classes for plugging in a WFS service into the Fusion servlet. The main entry points, TLfnWFSRequestDispatcherFactory and TLfnWFSCommandDispatcherFactory, offer additional API hooks for customizing the WFS behavior.

    ImprovementLuciadFusion

    LuciadFusion now supports fusion of Geospatial PDF data, which can be fused into raster coverages (rasterization).

    ImprovementLuciadFusion

    The memory usage and performance of the fusion of VPF data has been improved significantly.

    ImprovementLuciadFusion

    A dynamic filter class (ILcdDynamicFilter) has been added to the utility package.

    ImprovementLuciadFusion

    TLcdStatusEvent and ILcdStatusListener have been generified, so the type of the source object in the events can be specified.

    ImprovementLuciadFusion

    TLcdCartesian now provides functionality to compute an inner point of a given polygon.

    ImprovementLuciadFusion

    The animation package (com.luciad.view.animation) has been added to facilitate animations.

    ImprovementLuciadFusion

    The fusion engine is now supports raster and elevation coverages as input assets for new coverages. This feature can be used to create a cropped copy of an existing coverage. This use case is illustrated in the samples.fusion.engine.coveragecropper sample.

    ImprovementLuciadFusion

    Performance has been improved for transforming bounds with zero width or height.

    ImprovementLuciadFusion

    Action listeners can now be registered to the TLcdBusyLayerTreeNodeCellRenderer class. Registered listeners are notified at regular intervals whenever a layer is busy in the background.

    ImprovementLuciadFusion

    The Fusion protocol now also supports per-tile signatures, allowing a coverage to be checked for consistency on server side. The binary Tile Store format used by the server has been updated to allow storing an optional signature per tile. The signature is defined by a message digest algorithm on the coverage metadata. New servers can read both old and new formats, and will continue to use the old format for existing coverages. They will use the new format only for new coverages that explicitly have a message digest algorithm set. Old servers will not be able to load coverages in this new format.

    ImprovementLuciadFusion

    The sample samples.rotation has been replaced with the more general samples.gxy.editmodes sample. It shows how to add extra ways to edit an object, by rotation for example, by adding context-dependent handles and editing behavior.

    ImprovementLuciadFusion

    The TLcdEarthGXYRasterPainter now allows painting the tile set bounds when the pixel density is too high, similar to the ALcdRasterPainter. This feature must be enabled explicitly by using the setStartResolutionFactor method, the default behavior of the painter has not changed.

    ImprovementLuciadFusion

    TLcdDataObjectExpressionLanguage now supports the use of constants as function arguments. Constants should be delimited by single quotes "'", and are passed on to the function as a String.

    ImprovementLuciadFusion

    LMAP-4458
    The 'image inputstream factory' property of a TLcdGeoTIFFDecoder no longer needs to be set to an input stream factory that returns instances of the JAI SeekableStream class.

    ImprovementLuciadFusion

    LMAP-3242
    ALcdRasterPainter now support filling a raster's area with a configurable fill style when the desired pixel density is too high.

    ImprovementLuciadFusion

    Model decoders for the Wavefront Object (obj) and the OpenFlight (flt) file formats have been moved from the 3D Additional Component to LuciadLightspeed. They still reside in the same package, but no longer require the 3D Additional Component to function. They can be found in the com.luciad.format.object3d package.

    ImprovementLuciadFusion

    LMAP-4182
    All transformation implementations are now thread-safe.

    ImprovementLuciadFusion

    The Fusion Engine now supports skipping assets when an error occurs (ex. the data on disk is corrupt). To use this feature a session handler must be set when creating the engine session. The default handler will abort the fusion when an error occurs.

    ImprovementLuciadFusion

    ALcdScaleIndicator and TLcdGXYScaleIndicator have been added to support including a scale indicator icon.

    ImprovementLuciadFusion

    LMAP-5639
    TLcdGXYShapeListPainter no longer edits the other shapes when a shape's handle is translated.

    ImprovementLuciadFusion

    LMAP-3523, LMAP-5149, LMAP-1576, LCD-2713
    Considerably improved the rendering of filled shapes crossing the projection boundaries. This requires the use of a TLcdGeodeticPen or TLcdGridPen without straight line mode.

    ImprovementLuciadFusion

    The ILcdFilter interface has been generified, allowing it to be used to define filters for specific types of objects.

    Bug fixLuciadFusion

    LF-287
    The engine sometimes fused too few levels. More specifically the problem occurred when fusing a raster asset with type VECTOR (for example an ECDIS asset) that is located close to the coverage edges. Raster assets of type IMAGE or ELEVATION were not affected.

    Bug fixLuciadFusion

    In some cases, TLcdGXYShapeListPainter did not throw a TLcdNoBoundsException when boundsSFCT could not calculate valid bounds.

    Bug fixLuciadFusion

    In rare cases, TLcdGXYInPathLabelingAlgorithm could produce a StackOverflowError.

    Bug fixLuciadFusion

    LMAP-5413
    ALcdRasterPainter and its subclasses now fire property change events for all public properties.

    Bug fixLuciadFusion

    LMAP-4304
    The model descriptor returned by TLcdDTEDModelDecoder will have its 'isElevation' property set to 'false' when the decoder's 'isShading' property has been set to true. This better reflects the actual model contents.

    Bug fixLuciadFusion

    TLcdSymbol's hashCode implementation now matches its equals implementation. Note that a TLcdSymbol's hash code will change if you modify the instance. Hence, it is strongly advised to treat a TLcdSymbol as an immutable object, and never change it after construction.

    Bug fixLuciadFusion

    TLcdIndexColorModel's equals method relied on Java's IndexColorModel, which has an equals method that is not strict enough (Oracle Java bug 7107905). A workaround has been provided.

    Bug fixLuciadFusion

    LMAP-5642
    ALcdGXYPainter catches IllegalArgumentExceptions in its getGXYPainter() method and returns null if the object could not be set on itself. The documentation about the ILcdGXYPainter.setObject() and the ILcdGXYPainterProvider.getGXYPainter() methods has been improved regarding some exceptional cases and how they should be handled.

    Bug fixLuciadFusion

    LMAP-4691
    Fixed gap/discontinuity on edges of elevation data assets.

    Upgrade considerationLuciadFusion

    The fusion engine ALfnEngine is now fully asynchronous. The signature and semantics of its methods have changed to reflect this new paradigm.

    A quick way to change existing code is this:
    • Replace all old occurrences of ALfnEngine.fuse() withALfnEngine.fuse(new MyEmptyFusionHandler()).get(), where MyEmptyFusionHandler has empty implementations for all methods.
    • Add a catch ExecutionException and get its cause.
    • Replace old occurrences of ALfnEngine.getProgressNonBlocking() withALfnEngine.getProgress(), which has now become non-blocking.
    • Reevaluate old occurrences ofALfnEngine.getProgress(). The old behavior was blocking, but the new behavior is non-blocking. In case the blocking behavior is irrelevant for your use case, you can just leave it. In case the blocking behavior is relevant for your use case, for example because you want to wait until the progress has been initialized, replace it with ALfnEngine.getInitialProgress().get() .
    • The blocking call void fuse() has been replaced with a non-blocking counterpartFuture<?> fuse(ILfnFusionHandler). Instead of receiving the exceptions synchronously, they can now be received either by listening for them on a handler or by inspecting the ExecutionException when blocking for the result withFuture.get().
    • Replace all old occurrences of ALfnEngine.stop() withFuture.cancel(). This means you need to hold onto the future returned by an earlier call toALfnEngine.fuse(ILfnFusionHandler).

    Upgrade considerationLuciadFusion

    Luciad's abstract OpenGL binding, which is used by ILcdGLView to provide access to the OpenGL API, is now available directly in LuciadLightspeed. The binding is also used by the new Lightspeed view implementations (ILspView).

    Only one concrete OpenGL binding is now shipped with LuciadLightspeed: JOGL version 2.x. Previous implementations, based on GL4Java and older versions of JOGL, are no longer included with the release. Applications that forced the use of a particular binding via the system property "com.luciad.view.opengl.binding.ALcdGLBinding" should now be forced to use the JOGL 2.x binding. Normally, this should not pose any problems, however.

    Upgrade considerationLuciadFusion

    The class ILfnVectorSessionHandler.FailureContext has been made abstract, its constructor has been removed. Users of the API should never instantiate this class. The methods getLevel(), getRow() and getColumn() have been replaced by getTileCoordinates(); the level, row and column information can still be accessed in the returned TLfnTileCoordinates object.

    Upgrade considerationLuciadFusion

    The functionality previously offered by the 'Earth' Additional Component is now available directly in LuciadLightspeed. This Additional Component provides support for preprocessing raster and elevation data into a 3D terrain database, as well as painters and other tools to work with such terrain databases.

    The functionality is still contained inside a separate jar lcd_earth.jar, but this jar is shipped inside the LuciadLightspeed zip file. The documentation of the Earth component, such as the developer's guide and the release notes, has been integrated into the main documentation.

    Upgrade considerationLuciadFusion

    LF-182
    The Fusion protocol now also supports text geometry. Objects with ILcdText geometry can now be fused to vector coverages, and displayed accordingly in Fusion clients. The vector tile data format used by the Fusion protocol has been updated to allow modelling of text geometry; old clients will no longer be able to read data which has been fused with a new Fusion engine supporting text geometry. New Fusion engines can still fuse to the old tile data format, by setting the appropriate codec version number on the coverage metadata.

    Upgrade considerationLuciadFusion

    TLfnScaleUtil has moved from package com.luciad.fusion.engine.vector tocom.luciad.fusion.util. Imports must be adjusted where necessary.

    The default (compilation) scale denominator for a VectorAssetPart is now-1, for which a new constant TLfnScaleUtil.UNKNOWN_SCALE_DENOMINATOR has been defined. Where appropriate, hard-coded values of 0 should be replaced with references to the new constant.

    Upgrade considerationLuciadFusion

    The bundled Earth repository "sample_repository" has been renamed to "World".

    Upgrade considerationLuciadFusion

    The signature of the method ALfnTileStore.query() has been changed compared to LuciadFusion V11.0: it no longer declares to throw InterruptedException. Because it is an asynchronous method, InterruptedExceptions are propagated via the ILfnQueryHandler. This has been the behavior since V10.0, so there is no actual change in behavior.

    Upgrade considerationLuciadFusion

    ILfnVectorSessionHandler: the interface has been modified to support more general failures. More specifically the featureElementFailed method has been renamed to handleFailure and some of the attributes in the context have become optional.

    Upgrade considerationLuciadFusion

    ILcdLayerTreeNode now allows configuring the position at which layers are inserted by setting an ILcdInitialLayerIndexProvider on the node. See ILcdLayerTreeNode#addLayer.

    • Direct implementations of the ILcdLayerTreeNode interface will no longer compile, requiring the implementation of the ILcdInitialLayerIndexProvider getter and setter.
    • The new methods have been added to TLcdLayerTreeNodeSupport, which is the support class for creating such nodes. If you have created an ILcdLayerTreeNode implementation by delegating to this support class, you can implement these new methods by delegating them to the support class as well.

    11.0

    11.0.31

    ImprovementLuciadFusion

    LMAP-6016
    TLcdGXYCircularArcPainter now has a paintEditingLabels method, making it easier to display extra information while editing circular arcs.

    ImprovementLuciadFusion

    LMAP-6007
    TLcdGXYCirclePainter now supports snapping its outline.

    11.0.30

    Bug fixLuciadFusion

    LMAP-6023
    GetFeatureInfo requests where not correctly handled for layers that did not provide non-null painters for each available object in a model. It is however valid for layers to do that, if they want to hide an object in the map.

    Bug fixLuciadFusion

    TLcdEarthGLTerrainPainter: it was possible that some threads get blocked for a very long time when producing tiles on multiple threads. This situation could only occur when overriding the createAsynchronousTileSet method to create a tile set that uses multiple threads.

    Bug fixLuciadFusion

    TLcdEarthTileSetElevationProviderAdapter: the bounds was incorrect when the source reference did not equal the reference of the elevation provider.

    Bug fixLuciadFusion

    LMAP-6009
    TLcdEarthHeightProviderFactory: the factory did not always consume some of its required keys. In addition it can now also consume the TLcdRasterModelHeightProviderFactory.KEY_INTERPOLATE_DATA key if it its value is true.

    Bug fixLuciadFusion

    LF-237
    The bounding shape of an asset is now encoded in the same geo reference as the asset (used to default to EPSG:4326).

    Bug fixLuciadFusion

    LMAP-6003
    Fixed an exception that could occur when using line placement with objects that do not have a label text.

    Bug fixLuciadFusion

    LMAP-5641
    Manually configured scale ranges on the ILcdGXYLayer instances produced by the layer factory were not correctly taken into account in case of the geodetic reference EPSG:4326 / CRS:84.

    11.0.29

    ImprovementLuciadFusion

    TLcdGXYPointListPainter now supports snapping points of a complex polygon.

    Bug fixLuciadFusion

    LMAP-6004
    Fixed issue where the TLcdKML22GXYPainterProvider would reset the transparency of the groundoverlay painter to 1, regardless of what had been configured.

    Bug fixLuciadFusion

    LMAP-6005
    Fixed issue where an extended style based on a combined style would use the same cache as its parent style, causing icons in the same base style but separate icons to have use the same icon.

    11.0.28

    Bug fixLuciadFusion

    LMAP-5986
    TLcdLabelConflictChecker could throw an exception upon a reset with zero (or negative) sized bounds.

    Bug fixLuciadFusion

    LMAP-5962
    Improved correctness of reference parsing for GeoTIFF files containing user defined references.

    Bug fixLuciadFusion

    LMAP-5472
    In some cases bounds transformations between two geocentric or two topocentric references, or between a geocentric and a topocentric reference, could return incorrect results.

    Bug fixLuciadFusion

    LMAP-5974, LCD-94
    Some raster files could not be rectified properly during decoding. This has been fixed.

    11.0.27

    Bug fixLuciadFusion

    TLcdLayerTreeNodeCellRenderer kept a strong reference to the last renderer layer, which caused a memory leak when all layers were removed from the view. This has been fixed.

    Bug fixLuciadFusion

    LMAP-5949
    Fixed issue for 3D views where a NPE would be thrown if a KML file contained a rotated GroundOverlay element for the case where no TLcdKML22Parameters have been set on the model.

    Bug fixLuciadFusion

    LMAP-5948
    The data model transformation API can now be configured to call transformations for properties of which the value is null. This is useful when a null value in the source domain should be mapped on a non-null (default) value in the target domain. TLcdDataModelMapping and TLcdDataTypeMapping now have an extra constructor with a flag to specify whether to make an attempt to transform null properties or not.

    11.0.26

    Bug fixLuciadFusion

    LMAP-5478
    The XML encoder now supports encoding of mixed complex types that extend from other mixed complex types.

    11.0.25

    Bug fixLuciadFusion

    LMAP-5892
    Fixed painting of wind barbs: speeds above 100 knots are now drawn with multiple triangles instead of squares.

    Bug fixLuciadFusion

    LMAP-5890
    In very rare cases TLcdGXYAsynchronousLabelPlacer could throw a RejectedExecutionException.

    Bug fixLuciadFusion

    LMAP-5889
    Bounds transformations from a grid reference using TLcdMercator to a geodetic reference could return bounds with a width of 350 instead of 360.

    Bug fixLuciadFusion

    LMAP-5871
    GeoTIFF images contain JPEG encoded RGBA data are now correctly decoded and displayed.

    11.0.24

    ImprovementLuciadFusion

    LMAP-5700
    When the tiled approach is used to visualize WMS layers, the maximum level of detail is now determined more accurately in case no scale ranges are defined by the WMS server. In that case, it now assumes a maximum resolution of 2 cm / pixel to generate the tile structure.

    ImprovementLuciadFusion

    LMAP-5837
    TLcdEarthRepositoryModelDecoder: the canDecode method no longer accepts all source names that refer to a directory. It now only accepts source names that either refer to the repository root file (that is tilerepository.cfg) or refer to a directory that contains a repository root file.

    Bug fixLuciadFusion

    LMAP-5894
    Possible IllegalArgumentException when calling TLcdGXYStampLabelPainter.setGXYInteractiveLabelProvider() or when creating a new TLcdGXYStampLabelPainter with a non-null ALcdGXYInteractiveLabelProvider. This error was introduced through the addition of LMAP-2671 and LMAP-3554.

    Bug fixLuciadFusion

    The height providers created by the TLcdEarthGLLayerHeightProviderFactory sometimes incorrectly returned valid heights when the valid heights only option is enabled.

    Bug fixLuciadFusion

    LMAP-5888
    The rotation specified in point placements of text symbolizers is now applied correctly.

    Bug fixLuciadFusion

    LMAP-5887
    The XML generated for WFS-T transaction requests that update a date of type XMLGregorianCalendar now correctly contains the date instead of an empty element.

    Bug fixLuciadFusion

    LMAP-5778
    TLcdEarthTerrainElevationProvider: the elevation provider did not handle rasters that cross the 180 degree meridian correctly.

    Bug fixLuciadFusion

    LMAP-5882
    Fixed problem for certain KMZ files with deflated entries, where a ZipClosed exception could occur while decoding the file.

    Bug fixLuciadFusion

    LMAP-5872
    The Earth GXY painters allow garbage collection of their cached tiles, including those that were painted the last time.

    11.0.23

    ImprovementLuciadFusion

    LMAP-5857
    TLcdGeoTIFFModelDecoder will now skip over invalid sub-images instead of generating a decoding error. Warning messages are logged when invalid sub-images are skipped.

    ImprovementLuciadFusion

    LMAP-5858
    The list of data series supported by TLcdCADRGModelDecoder has been extended to support the complete set of data series defined in MIL-STD-2411-1 Notice 1.

    Bug fixLuciadFusion

    LMAP-5876
    TLcdGXYIconPainter: icons with a halo were not displayed if their first paint happened far outside the view bounds.

    Bug fixLuciadFusion

    LMAP-5875
    When using WMS layer dimensions, the support class ALcdMultiDimensionalModelProvider did not accept dimension intervals - only values were accepted.

    Bug fixLuciadFusion

    Tile data which were kept in memory by TLcdEarthGXYRasterPainter are now properly released after painting.

    11.0.22

    ImprovementLuciadFusion

    LMAP-5843
    TLcdAdvancedMapRulerController and TLcdMapTouchRulerController's measurement segment labels now better follow the segments when measuring geodetic or rhumbline distances.

    Bug fixLuciadFusion

    Prevented a NullPointerException when calling invalidateSelection on a view with a null reason.

    Bug fixLuciadFusion

    TLcdGXYShapeListPainter, TLcdGXYCompositeCurvePainter and TLcdGXYCompositeRingPainter's boundsSFCT methods returned the wrong bounds if the bounds had (only) negative X or negative Y coordinates.

    Bug fixLuciadFusion

    LMAP-5404
    GeoTIFF images containing 16-bit data samples and one or more 'extra' samples are now decoded and rendered correctly.

    Bug fixLuciadFusion

    LMAP-5828
    Possible ConcurrentModificationException when using TLcdGXYCompositeViewLabelPlacer in combination with asynchronous label placement.

    Bug fixLuciadFusion

    LMAP-5827
    Fixed decoding problem for GroundOverlay elements that contained a Region. The Regions now correctly contain a LatLonAltBox.

    Bug fixLuciadFusion

    LMAP-5689
    Improved overridden clone methods so that the behavior for both clone() and clone(Map) is consistent.

    11.0.20

    ImprovementLuciadFusion

    When an XML attribute has a fixed value, the XML encoders will now always use the fixed value from the schema, instead of taking the actual value of the data, ensuring the correctness of the encoded XML document.

    ImprovementLuciadFusion

    TLcdTFWRasterModelDecoder now also accepts .gfw files for georeferencing .gif files. The sample raster file usa.gif illustrates its use and various alternative ways for georeferencing images.

    Bug fixLuciadFusion

    LMAP-5760
    ALcdRasterPainter and its subclasses now render the outline for too high pixel densities and the outline for selected rasters using the same rendering logic. This ensures both outlines are always rendered the same.

    Bug fixLuciadFusion

    LMAP-5795
    All ILcdCircularArc classes had an issue in getStartTangent2D(), getEndTangent2D() and getForwardTangent2D() causing reversed orientation. The calculated tangent angle was correct, but in some cases flipped 180 degrees, so their direction was reversed.

    Bug fixLuciadFusion

    LMAP-5802
    ALcd3DEditableBounds implements setTo3DIntersection and setTo3DUnion based on the 2D versions again, for extensions that depend on it.

    Bug fixLuciadFusion

    LMAP-5799
    TLcdSHPModelEncoder now always encodes Cartesian polylines and polygons, instead of possibly wrapping geodetic versions.

    Bug fixLuciadFusion

    LMAP-5801
    TLcdEarthGXYSinglevaluedRasterPainter did not correctly show transparency changes when using IndexColorModel instances, because of Oracle Java bug 7107905. A workaround has been added.

    Upgrade considerationLuciadFusion

    LMAP-5797
    The protected constructor of the abstract class ALfnAssetMetadata.Builder was removed from the API. It was never meant to have been part of the API in the first place, so there should be no custom subclasses. The impact of this change should hence be nihil.

    11.0.19

    Bug fixLuciadFusion

    LMAP-5766
    TLcdEarthTileSetElevationProvider: the elevation provider did not take the geodetic datum or unit of measure of the target reference into account if they where different from the geodetic datum or unit of measure of the preferred reference.

    11.0.18

    ImprovementLuciadFusion

    Performance improvement for TLcdObliqueMercator.inLonLatBounds() and TLcdSphericalObliqueMercator.inLonLatBounds().

    ImprovementLuciadFusion

    LMAP-4700
    TLcdWFSGetFeatureRequest now has an additional setBoundingBox method to specify a bounding box with a coordinate system other than WGS84.

    Bug fixLuciadFusion

    LF-252
    Resources which are added on the file system can now be deleted as well, after the server has picked them up dynamically.

    Bug fixLuciadFusion

    LMAP-5499
    Some bounds transformations used many more point transformations than needed for some cases. This fix improves the performance in these cases.

    Bug fixLuciadFusion

    TLcdLonLatBounds and TLcdLonLatFloatBounds now handle some additional numerical rounding problems in their contains2D(double,double) methods.

    Bug fixLuciadFusion

    LMAP-5769
    TLcdOWSHttpTransport will no longer attempt to send GET requests if the ILcdOWSRequest does not support KVP encoding. This avoids unpredictable behavior with WFS-T transaction requests.

    Bug fixLuciadFusion

    LMAP-5762
    TLcdEarthGXYRasterPainter: fixed incorrect rendering when warping partially transparent raster data.

    Bug fixLuciadFusion

    LMAP-5640, LCD-219
    In some cases, TLcdLonLatGridPainter could display erroneous meridian line pieces.

    11.0.17

    ImprovementLuciadFusion

    LF-231
    When a format is unavailable because of a missing dependency, an info message is logged rather than a warning. In order to make it unaffected by obfuscation, the message displays the format name rather than the class name of the missing dependency.

    ImprovementLuciadFusion

    TLcd2DEditablePointList and TLcd3DEditablePointList now implement ILcdPointList2. In addition, TLcdGeodeticPen and TLcdGXYPen now take better advantage of this interface.

    ImprovementLuciadFusion

    TLcdETOPOModelDecoder now has settings supportGeoidDatums and applyGeoidDatums to consider the results with respect to the EGM96 geoid datum instead of the default WGS84 ellipsoidal datum.

    ImprovementLuciadFusion

    LMAP-5754
    TLcdDatabaseModelDescriptor now implements ILcdAnnotatedElement, thus allowing the addition of annotations to database models.

    ImprovementLuciadFusion

    LMAP-5609
    TLcdDatabaseModelDescriptor now has optional feature display names, which are also used when constructing the data model type.

    ImprovementLuciadFusion

    LMAP-5609
    The model descriptor now supports feature display names, which can be specified in the properties that are passed to to the database model decoder.

    ImprovementLuciadFusion

    LMAP-5509
    ALcdRasterPainter has a new utility method resolutionFactor that returns the ratio between a raster's pixel density and the ideal pixel density, which can be compared with startResolutionFactor and stopResolutionFactor. The raster painters provide more detailed logging about the scale and resolution factor.

    Bug fixLuciadFusion

    LF-240
    If new resources are added or removed on the file system, the server now picks them up dynamically, without the need for a restart.

    Bug fixLuciadFusion

    LMAP-5758
    TLcdSHPModelEncoder now always encodes Cartesian bounds, instead of possibly wrapping geodetic bounds.

    Bug fixLuciadFusion

    LMAP-5458
    TLcdGXYAsynchronousLabelPlacer now creates a thread with a meaningful name.

    11.0.16

    ImprovementLuciadFusion

    LMAP-5636
    Raster model decoders that cache tiles in buffers now provide default parameterless constructors that set a globally shared buffer, for convenience.

    ImprovementLuciadFusion

    LMAP-4669, LMAP-5608
    TLcdEarthGLTerrainPainter: the number of tiles requested by this painter has been reduced significantly. As a result the terrain in a 3D view typically updates a lot faster.

    Bug fixLuciadFusion

    LMAP-5729
    TLcdInterpolatedRaster now handles unknown values more robustly.

    Bug fixLuciadFusion

    LMAP-5726
    The DMED/DTED model decoders now return rasters that avoid a threading problem with the fall-back mechanism for levels of detail.

    Bug fixLuciadFusion

    LMAP-5725
    TLcdSHPModelEncoder no longer writes out incompatible (dBASE 7) boolean and binary double types in .dbf files. Note that the compatible (dBASE 3/4/5) format has a limited precision for the double type.

    Bug fixLuciadFusion

    LMAP-5718
    TLcdAWTPath could sometimes return incorrect results for large polygons.

    Bug fixLuciadFusion

    LMAP-5715
    TLcdPolyconic projection transformed out of bounds world points instead of throwing an out of bounds exception.

    Bug fixLuciadFusion

    LF-187
    The Fusion Client can now also connect to a server with (encoded) special characters in its URI path (for example "http://www.example.com/Luciad%20Fusion/lts").

    Bug fixLuciadFusion

    LMAP-5706
    When using TLcdGXYCompositeLabelPainter in combination with one or more label painters that do not implement ILcdGXYLabelPainter2, the getPossibleLocationCount() method could produce a NullPointerException. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4339
    The Linux versions of the license server no longer depend on GLIBC_2.7. The minimum requirement is currently GLIBC_2.4.

    Bug fixLuciadFusion

    LMAP-5705
    TLcdDataObjectIndexedModel did not clear unique indices properly on removeAllElements(). This could cause inconsistencies and errors later.

    Bug fixLuciadFusion

    TLcdGUIIcon displayed the wrong icon for the UNKNOWN type. This has been fixed.

    Bug fixLuciadFusion

    LMAP-5697
    TLcdCGMModelDecoder now uses a default line/edge type SOLID for elements that do not specify one.

    Bug fixLuciadFusion

    A memory leak in TLcdGXYRoundedPointListPainter was fixed.

    Bug fixLuciadFusion

    LF-141
    Various improvements have been implemented to reduce the overall memory usage when visualizing coverages of type VECTOR.

    Bug fixLuciadFusion

    LMAP-5688
    An ArrayIndexOutOfBoundsException could occur in the TLcdGXYPointListPainter when the point list did not contain any points.

    Bug fixLuciadFusion

    LCD-3077
    Javadoc for CoverageMetadata.Builder includes some guidance for choosing good values for level 0 row- and column counts.

    11.0.15

    ImprovementLuciadFusion

    LF-225
    The engine fast-fails with a clear error message when no identity provider is found for a model.

    ImprovementLuciadFusion

    LF-227
    The servlet class TLfnServlet has been extended with two protected factory methods createRequestDispatcherFactory(ServletConfig) and createTileStore(ServletConfig, ALfnEnvironment) to respectively allow customization of the request dispatcher factory and the Tile Store.

    Bug fixLuciadFusion

    LMAP-5672
    TLcdSymbol: the equals method could throw a NullPointerException when the border and/or fill color of the symbol is null.

    11.0.14

    Bug fixLuciadFusion

    LMAP-5672
    TLcdSymbol: the equals method would return false when the border and/or fill color of two symbols were not the same instance.

    Bug fixLuciadFusion

    LMAP-5400
    TLcdGXYBusyLayerTreeNodeCellRenderer could display a busy state for invisible layers.

    11.0.13

    ImprovementLuciadFusion

    LMAP-5607
    TLcdSLDSymbolizerPainterFactory now supports TLcdSLDShadedRelief in raster symbolizers to apply a relief shading to elevation data.

    ImprovementLuciadFusion

    The new painter classes TLcdShadedRasterPainter and TLcdShadedMultilevelRasterPainter paint elevation rasters with dark or light shading based on the position of the sun.

    11.0.12

    ImprovementLuciadFusion

    LF-207
    While fusing vector data, complex polygons containing duplicate (sub)polygons now fail with a clear error message.

    ImprovementLuciadFusion

    LF-198
    Extended the API with a geometry provider for area simplification, based on the area size in pixels (TLfnAreaSimplifyingGeometryProvider).

    ImprovementLuciadFusion

    LuciadFusion is extended with support for DGN data, which can be fused into raster coverages (rasterization).

    ImprovementLuciadFusion

    LMAP-5667
    The source name, the type name, and the display name of the decoded model descriptor can now be overridden in the properties specified to the database model decoder. The default source name is now the actual name of the source properties file. The default type name is now the display name of the model decoder, as is conventional for all model decoders.

    Bug fixLuciadFusion

    LF-214
    The server now sends an appropriate error message to the client when the VERSION parameter is missing from the request.

    Bug fixLuciadFusion

    LF-204
    Vector data from assets with different georeference than the coverage's are now also fused correctly when tiles have aspects different from 1:1.

    Bug fixLuciadFusion

    LMAP-5667
    TLcdDatabaseModelDecoder now supports properties specifying a custom source name, type name, and display name when decoding a model.

    Bug fixLuciadFusion

    LMAP-5508
    TLcdDatabaseModelDecoder now correctly sets the source name on the model descriptor of a decoded model.

    Upgrade considerationLuciadFusion

    The method TLfnEnginFactory.RasterSessionBuilder.setAssetOrder(Comparator) has been renamed to setAssetPartPartOrder(Comparator), to reflect the fact that it configures the order of asset parts within an asset, rather than the order of the assets.

    Upgrade considerationLuciadFusion

    LF-206
    ALfnEngine has been extended with an abstract method getProgressNonBlocking(), a non-blocking variant of the already existing getProgress() method. The new method is especially useful in UI code, which should never call blocking methods, to ensure the responsiveness of the UI. Wrappers extending from ALfnEngine should delegate this new method to the corresponding method in the wrapped ALfnEngine.

    11.0.11

    ImprovementLuciadFusion

    LF-181
    The LuciadFusion WMS service now supports the EPSG:32663 (WGS 84 / Plate Carree) and EPSG:900913 (Spherical Mercator) references.

    ImprovementLuciadFusion

    LF-161
    The performance to fuse ArcSDE vector data sets has been increased significantly (up to a factor of 10, depending on the data set), due to improving the concurrent access approach to the source data.

    Bug fixLuciadFusion

    LF-180
    Creation of a LuciadFusion engine no longer fails because of missing formats (NoClassDefFoundError). Instead, missing formats are gracefully skipped and a warning message is logged.

    Bug fixLuciadFusion

    LF-171
    The default asset type for ArcSDE raster data sets is now automatically set to either IMAGE or ELEVATION instead of always IMAGE, depending on whether the raster data respectively represents pixel or elevation values.

    Bug fixLuciadFusion

    LF-176
    In some cases, the fusion process failed on point geometry input data in combination with clipping shapes.

    Bug fixLuciadFusion

    LMAP-5658
    When painting a label for only one feature, the label did not update correctly after a change to the feature such as moving the geometry.

    Bug fixLuciadFusion

    LMAP-5652
    TLcdInterpolatingRasterHeightProvider now correctly handles rasters containing truncated tiles in their last rows or columns.

    Bug fixLuciadFusion

    LMAP-5655
    TLcdGLTiledWMSProxyPainter#setQuality fired an incorrect property change event.

    Bug fixLuciadFusion

    LF-173
    The Fusion Engine now uses a connection pool for ArcSDE databases to improve performance.

    Bug fixLuciadFusion

    LMAP-5653
    Fixed potential memory leak in TLcdKML22GLLayer.

    Bug fixLuciadFusion

    LF-163
    A threading issue in the tiled vector data handling caused occasional lockups in the the LuciadFusion WMS service.

    Bug fixLuciadFusion

    LF-151
    Huge vector data geometries can now efficiently be fused. Previously, they suffered from unreasonable fusion times in combination with excessive JVM garbage collection activity.

    11.0.10

    Bug fixLuciadFusion

    TLcdGXYIconPainter's boundsSFCT and isTouched methods did not respect the UseOrientation flag. The painter can now also handle ILcdOriented instances that return NaN for the orientation.

    Bug fixLuciadFusion

    LMAP-5647
    Fixed a regression with WFS 1.0 GetFeature XML requests that caused the server to return an exception for valid requests.

    Bug fixLuciadFusion

    TLcdDataObject.clone() now creates an instance of the own class, rather than an instance of TLcdDataType.getClass().

    Bug fixLuciadFusion

    TLcdSwissGridReference now properly returns custom names set with setName.

    Bug fixLuciadFusion

    TLcdGXYEditController2: when a shape was moved, extraneous snap targets could be shown. This has been fixed.

    11.0.07

    Bug fixLuciadFusion

    LMAP-5637
    Querying on a specified amount of features without a filter is now more memory efficient. This also reduces the memory need on server initialization.

    11.0.06

    ImprovementLuciadFusion

    LMAP-5606
    TLcdShadedRasterPainter and TLcdShadedMultilevelRasterPainter now provide a setting for elevation exaggeration.

    Bug fixLuciadFusion

    The bounds of TLcdLonLatArc were too small sometimes. This has been fixed.

    Bug fixLuciadFusion

    LMAP-5624
    TLcdShadedRasterPainter and TLcdShadedMultilevelRasterPainter now correctly handle large (sub-tiled) tiles, like DTED level 1 and DTED level 2 tiles.

    Bug fixLuciadFusion

    LMAP-5623
    TLcdShadedRasterPainter and TLcdShadedMultilevelRasterPainter now leave areas with unknown elevation values transparent.

    11.0.05

    ImprovementLuciadFusion

    ILcdGML3DirectPosition and ILcdGML3DirectPositionList implementations now recognize srs names matching urn:ogc:def:crs:EPSG:*:4326 as references which have their coordinates in inverse order (first lat, then lon).

    ImprovementLuciadFusion

    The bounds calculation was improved for TLcdLonLatEllipse, TLcdLonLatCircle, TLcdLonLatArc, TLcdLonLatCircularArcBy3Points, TLcdLonLatCircularArcByBulge and TLcdLonLatCircularArcByCenterPoint.

    Bug fixLuciadFusion

    LMAP-5628
    The legacy icons for TLcdGUIIcon.GLOBE16 and TLcdGUIIcon.LAYERLISTCONTROL16 were not entirely the same as the old icons.

    11.0.04

    ImprovementLuciadFusion

    A new model has been added to the API. It allows indexing of data objects based on their properties, similar to the functionality in ILcdFeatureIndexedModel. Next to the new interface, ILcdDataObjectIndexedModel, two implementations have been added: TLcdDataObjectIndexedVectorModel and TLcdDataObjectIndexedAnd2DBoundsIndexedModel. Both implementations additionally implement ILcdIntegerIndexedModel. TLcdDataObjectIndexedAnd2DBoundsIndexedModel also implements ILcd2DBoundsIndexedModel.

    Bug fixLuciadFusion

    LMAP-5552
    The sample picture in Data/Ithaca/GeoTIFF for parametric orthorectification has been corrected to account for height differences between geodetic datums.

    11.0.03

    Bug fixLuciadFusion

    The parameters to specify the levels to produce in TLfnEngineFactory#createRasterSession were not correctly interpreted.

    11.0.02

    Bug fixLuciadFusion

    LMAP-5615
    TLcdUTMZonePainter now respects the MGRS formatting conventions of the numerical northing and easting labels.

    Bug fixLuciadFusion

    LMAP-5610
    An exception could occur when using the getCreationClickCount method of the SLD painters during the creation of complex geometries.

    Bug fixLuciadFusion

    LMAP-5479
    The positioning of TIFF rasters based on TFW files with arbitrary rotations has been corrected. Additionally, sheared rasters now supported.

    11.0.01

    ImprovementLuciadFusion

    LMAP-5605
    TLcdGXYNewController now supports layers that are not selectable.

    ImprovementLuciadFusion

    LMAP-5504
    TLcdColorMapCustomizer: when non-linear scale is used, the arrows can no longer be moved by dragging them with the mouse. A non-linear scale means a fixed pixel spacing between the levels, so when end users dragged the levels, they levels did not move visually. Only the level value was changed. This was confusing for end-users. To visually support this behavioral change, the arrows are replaced with lines if they cannot be moved.

    ImprovementLuciadFusion

    LMAP-5305
    The TLcdEarthGLLayerHeightProviderFactory can now create height providers that only return heights if there is actually height data available in the model. The Earth 3D painter paints a terrain at a default height if no height data is available in order to still allow visualizing the imagery data at this location. These default heights will not be used if the height provider is configured to use only valid heights.

    Bug fixLuciadFusion

    LF-108
    When fusing multiple raster assets with different geo-references, the assets can be incorrectly ordered. As a result, a more detailed asset may not be visible because it is hidden beneath a less detailed asset.

    Bug fixLuciadFusion

    The forceLinearInterpolation flag that can be specified when fusing vector data was sometimes not honored.

    Bug fixLuciadFusion

    POL geometries now invalidate their internal cache when the altitude values are adapted. This means, among other things, that the 3D representation of extruded POL geometries will be updated if the minimum or maximum height is changed.

    Bug fixLuciadFusion

    LMAP-5525
    When transforming large (width > 180 degrees) bounds defined in a geodetic reference to bounds in a geodetic reference with a different datum, it was possible to get an incorrect result.

    Bug fixLuciadFusion

    LMAP-5436
    Labels could disappear when the user zoomed in on a polyline that uses TLcdGXYOnPathLabelingAlgorithm to place its labels.

    Bug fixLuciadFusion

    LMAP-5519
    In the tool tip sample, the tool tip was not cleared from the view when the tool tip controller was disabled, by choosing the pan controller, for example.

    Bug fixLuciadFusion

    LUCY-3204
    Fixed a possible ConcurrentModificationException in the SLD painters.

    11.0

    ImprovementLuciadFusion

    LF-37
    WMS capabilities: LuciadFusion themes are now automatically mapped to WMS group layers; coverages included in a theme appear as WMS layers under a group layer.

    ImprovementLuciadFusion

    Added new TLcdBalloonGUIFactory class that allows for some customization to the visual aspect of balloons. This class can be used in conjunction with ALcdBalloonManager. It can be found in the com.luciad.view.swing package.

    ImprovementLuciadFusion

    LMAP-5503
    TLcdGXYOverviewController can now fill its rectangle. This also allows moving the rectangle by dragging the inside.

    ImprovementLuciadFusion

    TLcdGXYPointListPainter: further improved the painting performance with regards to the functionality added in LMAP-3779.

    ImprovementLuciadFusion

    LF-102
    On Windows, occasional failure to delete a temporary staging directory is expected due to file locking.

    ImprovementLuciadFusion

    LMAP-5198
    A new sample has been added : touch.multiView. This sample demonstrates how to set up two different views that can be used by multiple users at the same time.

    ImprovementLuciadFusion

    A new package com.luciad.io.transport was introduced, offering API to provide an abstract layer for request-response based transports such as HTTP. The ILcdTransport interface will be used in new LuciadMap functionality whenever extensive HTTP access is needed, to allow developers to choose and/or customize their own HTTP transport implementation.

    ImprovementLuciadFusion

    LF-98
    The title and abstract properties of a WMS layer now take the value of the title and abstract properties of the corresponding LuciadFusion coverage.

    ImprovementLuciadFusion

    ALcdWMSProxy now implements ILcdDataSource, allowing it to be passed on to a ILcdDataSourceModelDecoder. Similarly, TLcdOGCWMSProxyModelDecoder now implements ILcdDataSourceModelDecoder. See the LuciadMap release notes for more information on these interfaces.

    ImprovementLuciadFusion

    LCD-395, LMAP-3236
    A new model element comparator property was added to TLcdGXYLayer, see setModelElementComparator(). The applyOnInteract methods, as well as the painting method will handle the object elements in the order determined by the set comparator.

    ImprovementLuciadFusion

    LuciadFusion now adds support to fuse and and distribute raster data representing values other than image and elevation. For instance, meteorological raster data defining temperature or wind speed. To support this use case, a new 'multivalued' coverage type is introduced. Additionally, support for the GRIB weather data format (V1, V2, bulletins) is added, as a primary use case for the new coverage type.

    The Fusion Client is extended with support for the new coverage type and the querying and visualization of fused GRIB data.

    ImprovementLuciadFusion

    LuciadFusion is extended with support for rasterizing vector data into raster coverages. The rasterization relies on a layer factory that should be available for the vector format.

    The Fusion Engine provides built-in support for rasterizing the vector data formats Shapefile (SHP), Vector Product Format (VPF), MapInfo (MIF/MAP), GML (Simple Features profile) and ECDIS. Through the API, additional formats can be plugged in.

    ImprovementLuciadFusion

    LuciadFusion now adds support to fuse and and distribute raster data representing values other than image and elevation. For instance, meteorological raster data defining temperature or wind speed. To support this use case, a new 'multivalued' coverage type is introduced. Additionally, support for the GRIB weather data format (V1, V2, bulletins) is added, as a primary use case for the new coverage type.

    The Fusion Engine is extended with support for the new coverage type and the GRIB data format.

    ImprovementLuciadFusion

    LuciadFusion now adds support to fuse and and distribute raster data representing values other than image and elevation. For instance, meteorological raster data defining temperature or wind speed. To support this use case, a new 'multivalued' coverage type is introduced. Additionally, support for the GRIB weather data format (V1, V2, bulletins) is added, as a primary use case for the new coverage type.

    The Data Server is extended with support for the new coverage type and the distribution of fused GRIB data through the Luciad Tile Service (LTS) and OGC Web Map Service (WMS) protocols.

    ImprovementLuciadFusion

    LuciadFusion is extended with support for vector data, enabling users to use very large vector data sets in applications. By applying tiling and the use of multiple levels of details, LuciadFusion allows to fuse vector data sources into a vector coverage, ready for high performance data streaming, visualization and analysis.

    To support the vector data use case, the Fusion Client introduces new API to query and visualize vector coverages.

    ImprovementLuciadFusion

    New API has been introduced giving users fine-grained control over the OGC Web Map Service provided by the Data Server. The class TLfnWMSRequestDispatcherFactory has been extended with a protected method createWMSCommandDispatcherFactory, allowing users to configure the WMS service. A default implementation TLfnWMSCommandDispatcherFactory is available in the API, which users can extend to customize the published capabilities, request handling and styling.

    ImprovementLuciadFusion

    LuciadFusion is extended with support for vector data, enabling users to use very large vector data sets in applications. By applying tiling and the use of multiple levels of details, LuciadFusion allows to fuse vector data sources into a vector coverage, ready for high performance data streaming, visualization and analysis.

    To support the vector data use case, the Data Server allows users to distribute and use vector data coverages through the Luciad Tile Service (LTS) and OGC Web Map Service (WMS) protocols.

    ImprovementLuciadFusion

    LuciadFusion is extended with support for vector data, enabling users to use very large vector data sets in applications. By applying tiling and the use of multiple levels of details, LuciadFusion allows to fuse vector data sources into a vector coverage, ready for high performance data streaming, visualization and analysis.

    To support the vector data use case, the Fusion Engine introduces new API to fuse vector data. The Fusion Engine factory class, TLfnEngineFactory, has been extended with the capability of creating a vector fusion session, next to a raster fusion session. This makes use of a new package com.luciad.fusion.vector, which contains a number of classes related to vector fusion handling and simplification.

    The Fusion Engine supports fusing vector data consisting of points, polylines and polygons. This comes with built-in support to import vector data from Shapefile (SHP), Vector Product Format (VPF), MapInfo (MIF/MAP) and GML (Simple Features profile). Additional formats can be plugged in as well, by providing an ALfnFormat implementation.

    ImprovementLuciadFusion

    A new icon set is now being used in all of LuciadMap, Lucy, and all Industry Specific and Additional Components. The icons are provided in the PNG format, supporting true color and alpha-transparency. A vector-based version of the new icons (in the SVG format) is also provided, to make it easy to customize the icons. See samples/resources/images/vectorIcons.

    ImprovementLuciadFusion

    The class com.luciad.gui.TLcdTranslatedIcon has been added. This can be used to translate an icon within its bounds. This is especially useful when working with composite icons.

    ImprovementLuciadFusion

    TLcdGXYTiledWMSProxyPainter and TLcdGLTiledWMSProxyPainter were introduced. These painters visualize ALcdWMSProxy objects in 2D and 3D views, respectively, using a tiled approach.

    ImprovementLuciadFusion

    ALcdWMSProxy now implements ILcdBounded. Also, TLcdOGCWMSProxyModelDecoder now produces models with a valid model reference.

    ImprovementLuciadFusion

    TLcdLonLatPointFormat now supports customizable formatting patterns.

    ImprovementLuciadFusion

    The interface ILcdStatusSource was added. Similar to ILcdChangeSource, objects implementing this interface can register and unregister implementations of ILcdStatusListener.

    ImprovementLuciadFusion

    The package com.luciad.format.bingmaps provides functionality to connect with Microsoft's Bing Maps imagery service.

    ImprovementLuciadFusion

    TLcdEarthTileRepository: now also supports retrieving the undecoded tile data by using a format with byte[] as its class and the name of the coverage native format.

    ImprovementLuciadFusion

    The tile set in a fusion raster model now also supports retrieving the undecoded tile data by using a format with byte[] as its class and the name of the coverage native format.

    ImprovementLuciadFusion

    The classes and interfaces of the com.luciad.format.object3d package were moved from the 3D Additional Component to LuciadMap. The package can now be accessed without any dependency on the 3D Additional Component.

    ImprovementLuciadFusion

    A new class for tiling SHP data has been added, TLcdSHPTiler. It allows tiling of both geometry and accompanying DBF files into smaller, tiled data. This class can be used to deal with very large SHP files, which do not fit into memory at once.

    ImprovementLuciadFusion

    A new interface for point lists was introduced, ILcdPointList2. It provides methods for accessing the individual X, Y and Z point coordinate data. The interface allows for low-memory implementations of point lists. Coordinates are stored as primitive arrays instead of point instances. At the same time, high-performance access to the coordinate data is maintained, without creating point instances for each coordinate access. ALcd2DEditablePolypoint and its extensions now implement the new interface. TLcdGXYPointListPainter has been updated to take advantage of this new interface.

    ImprovementLuciadFusion

    The SLD label painters now support more advanced labeling functionality that was introduced in LuciadMap 10.1. The TLcdSLDLabelingAlgorithm should be used to enable this. The basic SLD sample illustrates this.

    ImprovementLuciadFusion

    LMAP-1806
    TLcdGXYLabelPainter: reduced the number of calls to the #retrieveLabels method.

    ImprovementLuciadFusion

    A street labeling sample was added. This sample shows how a streets application can be built using a few techniques :
    • Level of detail painting
    • Level of detail labels
    • Dynamic model filtering
    • Dynamic label priorities

    ImprovementLuciadFusion

    TLcdContrastIcon has been added. This wrapper makes it possible to modify the contrast and brightness of the delegate icon.

    ImprovementLuciadFusion

    An extension of ILcdModelDecoder has been added, ILcdDataSourceModelDecoder. This interface allows you to decode a model based on an instance of ILcdDataSource, instead of a String. An ILcdDataSource is a generic marker interface that describes the origin of model data. For models decoded based on an ILcdDataSource, an extension of ILcdModelDescriptor is available. ILcdDataSourceModelDescriptor offers a method to return the ILcdDataSource the model is based on.

    ImprovementLuciadFusion

    TLcdEarthGXYRasterPainter: an oversampling factor can now be configured to improve the quality when the tile set needs to be transformed

    ImprovementLuciadFusion

    TLcdGXYOnPathLabelingAlgorithm now has an extra option to enable/disable label rotation, see TLcdGXYOnPathLabelingAlgorithm#setAllowRotation().

    ImprovementLuciadFusion

    The TLcdStrokeLineStyle class was added. This ILcdGXYPainterStyle implementation is based on the java.awt.Stroke class, and makes it possible to easily paint more complex lines, like dashed or dotted lines. TLcdStrokeLineStyleBuilder was added as well. This class makes it possible to easily create a set of pre-defined stroke based line styles.

    ImprovementLuciadFusion

    The Earth painters now also expose the number of tile requests that are still pending in their tile context. This can for example be used to show data loading progress to the user.

    ImprovementLuciadFusion

    LMAP-5362
    TLcdLockUtil now uses a fair ordering policy when using Java 1.6 and higher. This can be configured by calling TLcdLockUtil#setFairPolicy. Due to Oracle bug #6305337, it is strongly recommended to disable fair ordering when using Java 1.5.

    ImprovementLuciadFusion

    LMAP-5423
    The memory use of decoded SHP models has been reduced significantly. Both the memory use of coordinate data as well as attribute data has been reduced. It is no longer possible to downcast point instances returned by ILcdPointList.getPoint(int) in SHP models to ILcd2DEditablePoint; note that, although technically possible, this was neither allowed in previous versions. Points in these point lists should always be edited via the ILcd2DEditablePointList interface of their point list.

    ImprovementLuciadFusion

    LMAP-5422
    Performance of the SHP model decoder has been increased significantly.

    ImprovementLuciadFusion

    The DWITHIN spatial filter evaluation has been improved for queries on non-point objects. It is now sufficient for a part of the geometry to be within the specified distance.

    ImprovementLuciadFusion

    LMAP-4771
    The soft cache in the Earth 2D and 3D painters are disabled by default. This typically results in more stable painting performance.

    ImprovementLuciadFusion

    Exposed multi-valued data parameter and multi-valued raster coverage tile set on the API. This API is used by LuciadFusion for multi-valued data (GRIB).

    ImprovementLuciadFusion

    LMAP-3547
    TLcdEarthGLTerrainPainter: improved the level of detail choice algorithm. The new algorithm is enabled by default but the old algorithm can still be used by calling setClipLevelMode with value HEIGHT.

    ImprovementLuciadFusion

    The new packages com.luciad.format.gmlcommon.transformation, com.luciad.format.gml2.transformation, com.luciad.format.gml31.transformation and com.luciad.format.gml32.transformation introduce a new API that supports the transformation of a data model from and to GML. This API makes it possible to easily encode and decode a model as (from) GML. The sample samples.transformation.gml shows how this API works in practice.

    ImprovementLuciadFusion

    The new com.luciad.datamodel.transformation package introduces an API to support data transformations between different data models. Data transformations can be made invertible to support bidirectional conversions from source to target and back.

    ImprovementLuciadFusion

    The package com.luciad.format.sqlite.spatialite provides decoders and encoders to read and write SQLite SpatiaLite databases.

    ImprovementLuciadFusion

    LMAP-4561
    The performance of TLcdColorMap#retrieveColor has been improved when using many levels (for example 10000 levels and colors).

    ImprovementLuciadFusion

    TLcdUTM, ILcdCompositeProjection, ILcdZonalPoint and ILcd2DEditableZonalPoint were deprecated in favor of the new TLcdUTMGridSystem. This class makes it possible to easily create TLcdUTMGrid instances which can be used by the transformation framework. Similarly, a new TLcdUPSGridSystem class was added for UPS transformations.

    ImprovementLuciadFusion

    LMAP-5256
    The following methods were added to TLcdSphereRhumblineUtil :
    • rhumblineDistance()
    • rhumblineAzimuth2D()
    • rhumblinePointSFCT()

    ImprovementLuciadFusion

    LMAP-4058
    The TLcdAdvancedMapRulerController now offers undo and cancel functionality while creating a measured polyline, similar to the one in the TLcdGXYNewController2. Pressing backspace will remove last point of the polyline, and pressing escape cancels the creation entirely.

    ImprovementLuciadFusion

    TLcdGXYNewController2 now offers methods to undo, redo, cancel and commit operations.

    ImprovementLuciadFusion

    LMAP-5251
    A "visible" key has been added to ILcdAction. This key allows to create, for example, context-sensitive pop-up menus if the pop-up menu respects this key. By default, Swing does not respect this property. The ALcyActionBar extensions in Lucy do respect this property (see LUCY-2420 in the Lucy release notes).

    ImprovementLuciadFusion

    LMAP-5207
    TLcdDefaultModelXYZWorldTransformation did not always transform the z-coordinates correctly when using references with different datums. Also TLcdGeoReference2GeoReference now supports transforming from geocentric to geocentric.

    ImprovementLuciadFusion

    LMAP-4913
    A curved path labeling algorithm and label painter were added : TLcdGXYCurvedPathLabelingAlgorithm and TLcdGXYCurvedPathLabelPainter. Both classes depend on each other, and on the use of TLcdGXYCurvedPathLabelLocation to work correctly. The labels.placement sample demonstrates how to set up curved path labels.

    ImprovementLuciadFusion

    LMAP-3537
    TLcdGXYNewController2 now also updates the object under creation when dragging the mouse.

    ImprovementLuciadFusion

    LMAP-4882
    TLcdGXYArcBandPainter, TLcdGXYArcPainter, TLcdGXYCircleBy3PointsPainter, TLcdGXYCirclePainter, TLcdGXYCircularArcPainter and TLcdGXYEllipsePainter now use a different, customizable representation of the center point when it is not a handle.

    ImprovementLuciadFusion

    LMAP-3963
    TLcdGXYPointListPainter, TLcdGXYGeoBufferPainter, TLcdGXYBufferPainter and TLcdGXYLonLatHeightBufferPainter now allow snapping their own points to the last point.

    ImprovementLuciadFusion

    LMAP-5192
    TLcdCache now softly references cached values.

    ImprovementLuciadFusion

    LMAP-5190
    TLcdGXYGeoBufferPainter#getCursor now returns a more accurate cursor when resizing a buffer.

    ImprovementLuciadFusion

    LMAP-4981
    TLcdGXYOnPathLabelingAlgorithm now has the option to reuse previous label locations when calculating label positions. See TLcdGXYOnPathLabelingAlgorithm.setReusePreviousLocations() for more information.

    ImprovementLuciadFusion

    LMAP-5183
    TLcdGXYHaloLabelPainter now also implements ILcdGXYMultiLabelPainter.

    ImprovementLuciadFusion

    ALcdShapeList (and all classes extending from it) now implement ILcdCache.

    ImprovementLuciadFusion

    LMAP-3138
    TLcdGeodeticPen now uses the line type property when drawing arcs, making it possible to draw rhumb arcs. This is now used in the ruler controllers.

    ImprovementLuciadFusion

    LMAP-5161
    Improved the behavior of TLcdGeodeticPen#appendLineTo when the previous model position was not visible in the current world reference. This also improves the behavior of TLcdGXYPointListPainter for lines that are only partly visible in the world reference.

    ImprovementLuciadFusion

    LMAP-2671, LMAP-3554

    A new controller for interactive labels has been added: TLcdGXYInteractiveLabelsController. This new implementation replaces the existing interactive label functionality in the label painters. The new approach allows wrapping label painters, and can also be used for offset icons. The labels.interactive sample was adjusted to reflect these changes.

    Note : when switching to the new interactive labels implementation, it is important that every ALcdGXYInteractiveLabelProvider implementation fires the correct events. See ALcdGXYInteractiveLabelProvider.addLabelInteractionListener(), ALcdGXYInteractiveLabelProvider.fireInteractionStartedEvent() ALcdGXYInteractiveLabelProvider.fireInteractionStoppedEvent() and ALcdGXYInteractiveLabelProvider.fireInteractionCancelledEvent().

    ImprovementLuciadFusion

    LMAP-4425
    TLcdGXYLabelPainter, TLcdGXYPolygonLabelPainter, TLcdGXYPolylineLabelPainter: reduced the number of calls to the retrieveLabels method.

    ImprovementLuciadFusion

    LMAP-3183
    TLcdGXYStampLabelPainter#addComponentToGXYView now allows adding an the component to a non empty container.

    ImprovementLuciadFusion

    LMAP-5087, LMAP-3211, LMAP-4389, LMAP-4604
    TLcdEPSGReferenceParser now supports many more (unofficial) EPSG codes. These codes are collected by 'spatialreference.org'. Also a new reference parser was added that looks up the references online, see TLcdSpatialReferenceParser. Among the new supported references are a collection of HARN references. This enhancement also implements LMAP-3211, LMAP-4389 and LMAP-4604.

    ImprovementLuciadFusion

    LMAP-2554
    TLcdGeocentric2Geocentric was added. This ILcdModelXYZWorldTransformation can perform transformations between two ILcdGeocentricReferences. Also TLcdDefaultModelXYZWorldTransformation can now delegate to TLcdGeocentric2Geocentric.

    ImprovementLuciadFusion

    LMAP-3513
    TLcdEPSGReferenceFormatter and TLcdEPSGModelReferenceEncoder now support formatting/encoding an ILcdGridReference using a TLcdGeodetic projection that has the default parameters. This reference is formatted/encoded as an ILcdGeodeticReference.

    ImprovementLuciadFusion

    LMAP-5007
    TLcdGXYLabelPainter, TLcdGXYPolylineLabelPainter and TLcdGXYPolygonLabelPainter now allow changing the margin around the labels. Also, TLcdGXYPolylineLabelPainter and TLcdGXYPolygonLabelPainter now allow changing the text alignment.

    ImprovementLuciadFusion

    TLcdGXYStampLabelPainter, TLcdGXYPolygonStampLabelPainter and TLcdGXYPolylineStampLabelPainter now have a protected method pinPointSFCT to retrieve and customize the point where the pin attaches to the label.

    ImprovementLuciadFusion

    LMAP-4398
    TLcdGXYLabelPainter now draws pins for freely placed labels similarly to the pins of discrete label locations, attaching the pin to the middle of one of the label bounds' edges.

    ImprovementLuciadFusion

    LMAP-4386
    TLcdSphereUtil#closestDistanceToGeodesic() was added. This method makes it possible to calculate the closest distance between a point and either the complete geodetic or a geodetic line segment. This method works very similar to TLcdSphereUtil#closestPointOnGeodesic(), but it is more efficient because it does not need to calculate the closest point.

    ImprovementLuciadFusion

    LMAP-4410
    The TLcdWKTReferenceParser now also recognizes "D_MAPINFO" as a valid geodetic datum name, namely WGS_84.

    ImprovementLuciadFusion

    ILcdDisposable has been introduced, allowing to dispose of an object and letting it release any system resources that it is holding.

    ImprovementLuciadFusion

    LMAP-5035
    TLcdMgrsFormat was added. This Format implementation combines TLcdUtmMgrsUtil and TLcdUpsMgrsUtil.

    ImprovementLuciadFusion

    LMAP-5040
    TLcdUpsMgrsUtil can now have a separator character for UPS coordinate representations.

    ImprovementLuciadFusion

    LMAP-5038
    TLcdUpsMgrsUtil now also supports different ellipsoids.

    ImprovementLuciadFusion

    LMAP-3990
    TLcdUtmMgrsUtil now supports transforming UTM MGRS Strings directly to/from UTM coordinates, see TLcdUtmMgrsUtil#utmMgrs2UtmXY and TLcdUtmMgrsUtil#utmXY2UtmMgrs.

    ImprovementLuciadFusion

    LMAP-4856
    The gridSystems sample does not rely on TLcdGridReferenceUtil anymore. Instead it now uses the generic TLcdGeoReference2GeoReference transformation class.

    ImprovementLuciadFusion

    LMAP-5023
    Zip/tar decoding is now done with the help of commons-compress.jar instead of the custom tar.jar.

    ImprovementLuciadFusion

    LMAP-5078
    Added additional constructor to TLcdSHPModelDecoder, TLcdMIFModelDecoder and TLcdMAPModelDecoder that allows decoding different files with the same data model.

    ImprovementLuciadFusion

    Previously for updating an Earth tile you needed to have all data of this tile. However often you an implementation only needs some metadata (ex. a time stamp) to check if there is a new version available. For this purpose an ALcdEarthTile can now return a minimal version of itself. This allows implementing tile updating without keeping the tile data in memory. The existing implementation were updated to support this. In practice this means that the Earth painters require less memory.

    ImprovementLuciadFusion

    LMAP-4968
    TLcdGXYBoundsPainter, TLcdGXYArcPainter, TLcdGXYArcBandPainter, TLcdGXYCircleBy3PointsPainter and TLcdGXYEllipsePainter now also implement ILcdGXYPathPainter.

    ImprovementLuciadFusion

    LMAP-4569
    The clearImageCache() and clearImageCache(Object) methods were added to TLcdGXYHaloPainter. These methods make it possible to clear the cached images that are stored in the painter itself.

    ImprovementLuciadFusion

    The WFS server now supports additional GML output formats to export data using the GML simple features profile. This allows servers to either export as simple features by default, or otherwise to expose the additional output formats so they are available to clients.

    ImprovementLuciadFusion

    TLcdGXYLayer.paint() now uses ILcdGXYEditableLabelsLayer.applyOnInteract() and ILcdGXYEditableLabelsLayer.applyOnInteractLabels() internally. This makes it possible to customize the painting behavior by modifying the result of these methods.

    ImprovementLuciadFusion

    LMAP-4642
    ILcdGeoBuffer now supports points and (complex) polygons as base shape.

    ImprovementLuciadFusion

    The LuciadFusion HTTP transport needs to use the JVM HTTP proxy settings.

    ImprovementLuciadFusion

    LMAP-5427
    The TLcdWCSClient will now take the axis order of the used reference into account when encoding bounding box values in KVP requests.

    ImprovementLuciadFusion

    LMAP-5426
    The TLcdWCSClient will now try to detect GeoTiff encoded elevation data automatically. This allows elevation data to be properly used even if the server configuration fails to correctly describe the data.

    ImprovementLuciadFusion

    TLcdGXYPointListPainter now avoids painting lines that are completely outside the view. This improves the painting speed in some cases, for example when zoomed in on a map containing many polylines.

    Bug fixLuciadFusion

    LMAP-4977
    TLcdGXYPointListPainter now uses cached ILcdAWTPaths when calling appendAWTPath().

    Bug fixLuciadFusion

    ProgressUtilAWT and ProgressUtil now create their progress dialogs on the Event Dispatch Thread. This solves some rare deadlock problems when starting the samples.

    Bug fixLuciadFusion

    LMAP-5500
    TLcdLonLatGeoBuffer.contains2D() was several times slower than TLcdLonLatHeightBuffer.contains2D() in some cases. This has been fixed.

    Bug fixLuciadFusion

    TLcdGXYLonLatHeightBufferPainter relied on ILcdGXYContext#getGXYPen returning the same exact instance for multiple invocations. This has been fixed.

    Bug fixLuciadFusion

    LMAP-5498
    An IllegalArgumentException was thrown when computing the contour of a TLcdXYPolygon base shape containing 0 points. This has been fixed.

    Bug fixLuciadFusion

    LMAP-5482
    Some layers (TLcdUTMGridLayer, TLcdMapGeorefGridLayer) fired a PropertyChangeEvent with an incorrect property name :
    • ScaleRange instead of scaleRange
    • Visible instead of visible
    • Labeled instead of labeled
    • Label instead of label

    Bug fixLuciadFusion

    TLcdGeoTIFFModelEncoder now correctly exports rasters containing buffered tiles containing ARGB pixels.

    Bug fixLuciadFusion

    LMAP-5496
    TLcdDefaultModelXYZWorldTransformation swapped the model and world reference if they both were grid references.

    Bug fixLuciadFusion

    A bug in the rendering of halos,resulting in incorrect halos when printing maps with partly transparent images with halo, has been fixed.

    Bug fixLuciadFusion

    LMAP-5468
    The deprecated method ALcdWMSProxy#createImage now has a default implementation that delegates to ALcdWMSProxy#createImageInputStream, making it no longer required for extensions to provide an implementation.

    Bug fixLuciadFusion

    TLcdDatabaseModel now avoids soft-caching elements if maxCacheSize is 0.

    Bug fixLuciadFusion

    TLcdDatabaseModel#elements() no longer returns multiple copies of the same cached elements for large databases.

    Bug fixLuciadFusion

    LMAP-5460
    TLcdGeoTIFFModelDecoder now assigns a better default value to elevation rasters. This prevents a bug where using multiple elevation GeoTIFFs at the same time would result in invalid heights.

    Bug fixLuciadFusion

    Conversion of URLs to file names, which is required for some model decoders, has been corrected so that it also works on Windows Server 2008.

    Bug fixLuciadFusion

    LMAP-5512, LMAP-5523
    TLcdEarthGXYMultivaluedRasterPainter: sometimes icons near the edge disappeared when panning around and did not position its icons correctly.

    Bug fixLuciadFusion

    In some cases TLcdAWTPath produced ghost lines when using a small min and max ordinate value. This has been fixed.

    Bug fixLuciadFusion

    LF-96
    Stopping the fusion engine sometimes causes fatal errors (crashes).

    Bug fixLuciadFusion

    LF-95
    The WGS 84 bounds of a WMS layer corresponding to a LuciadFusion coverage was not correct in case the source coverage was defined a non-WGS84 reference.

    Bug fixLuciadFusion

    LF-94
    The fix for LF-89 had introduced a potential memory leak.

    Bug fixLuciadFusion

    LMAP-5375
    TLcdGXYPointListPainter#boundsSFCT() did not always return correct bounds.

    Bug fixLuciadFusion

    LMAP-2810
    TLcdGXYSelectControllerModel2 no longer tries to display the choose dialog for right clicks.

    Bug fixLuciadFusion

    LMAP-2518
    TLcdGXYMagnifierController: added a workaround for Sun bug #5070056, which caused the magnifier window to be displayed on top of dialog windows.

    Bug fixLuciadFusion

    LMAP-1981, LMAP-2024
    The cursor was often incorrect for interactive labels.

    Bug fixLuciadFusion

    LMAP-4775
    The TLcdGnomonic constructor that takes an ILcdPoint as argument switched the origin longitude and origin latitude.

    Bug fixLuciadFusion

    The short unit names of TLcdAngleUnit.DEGREE and TLcdAngleUnit.GRADIAN now correspond to the symbols defined in the international standard ISO 31-1.

    Bug fixLuciadFusion

    LMAP-1387
    TLcdGXYMagnifierController's keyboard shortcuts have been fixed.

    Upgrade considerationLuciadFusion

    AssetPart has been renamed to RasterAssetPart for a better symmetry with VectorAssetPart. Constants in TLfnQuery have been renamed accordingly. References to TLfnQuery#ASSET_location and TLfnQuery#ASSET_boundingBox can be replaced with TLfnQuery#RASTER_ASSET_location and TLfnQuery#RASTER_ASSET_boundingBox respectively. Queries using the properties "lts:AssetPart/lts:Location/@link:href" and "lts:AssetPart/lts:BoundingBox" should be updated to "lts:RasterAssetPart/lts:Location/@link:href" and "lts:RasterAssetPart/lts:BoundingBox" respectively, matching a raster asset part specifically.

    Upgrade considerationLuciadFusion

    The Luciad Tile Service (LTS) protocol version has been incremented to1.0.1. Both client and server remain fully backwards compatible, there should be no impact on the client applications.

    Upgrade considerationLuciadFusion

    The Luciad Tile Service (LTS) protocol supported by the LuciadFusion Data Server has been changed compared to LuciadFusion V10.0. The old protocol will no longer be supported, requiring applications that use LuciadMap Fusion Client V11.0 to update the LuciadFusion Data Server to V11.0 accordingly.

    Upgrade considerationLuciadFusion

    The methods TLfnCompositeFormat.canCreateGXYLayer() and TLfnCompositeFormat.canCreateHeightProvider() have been removed. Instead, use ALfnAssetMetadata.getSupportedCoverageTypes(), and check if the result contains ELfnDataType.IMAGE or ELfnDataType.ELEVATION.

    Upgrade considerationLuciadFusion

    The signature of the constructor in TLfnTileStoreModelDescriptor has been slightly changed: the URI parameter has been replaced by an ALfnTileStore parameter. A TLfnTileStoreModelDescriptor instance is normally constructed automatically in TLfnTileStoreModelDecoder. Implementations that manually instantiated this class should now supply the ALfnTileStore parameter, which can be retrieved through a TLfnLTSClient (in the case of LuciadFusion Data Server connection) or through a TLfnFileSystemTileStore (in the case of a local file system Tile Store).

    Upgrade considerationLuciadFusion

    The class TLfnWMSRequestDispatcherFactory previously available in com.luciad.fusion.server has been moved to a newly introduced package com.luciad.fusion.server.wms, which groups classes specific to the support of the OGC Web Map Service protocol. Implementations that relied on this class can simply use the new import location.

    Upgrade considerationLuciadFusion

    The interfaces and classes ILfnTransport, TLfnRequest and TLfnResponse in com.luciad.fusion.client.transport and the class TLfnHttpAccessPoint in com.luciad.fusion.common.TLfnHttpAccessPoint have been moved to com.luciad.io.transport and renamed to respectively ILcdTransport, TLcdTransportRequest, TLcdTransportResponse and TLcdTransportAccessPoint. Implementations that relied on these interfaces or classes can simply use the new name and import location.

    Upgrade considerationLuciadFusion

    The TLfnRasterAssetMetadata has been changed to support more complex assets. Concretely the pixel density property has been moved to the RasterAssetParts. This change allows modeling file formats that can contain data at multiple locations and multiple levels of detail (ex. CADRG TOC file and ECDIS catalog file) as a single asset. Modeling these with a single asset is desired because an asset should conceptually be a logical group of data. The method TLfnRasterAssetMetadata#getPixelDensity still exists, but now takes the maximum of the pixel densities of the underlying RasterAssetParts.

    Upgrade considerationLuciadFusion

    TLfnEngineFactory: the engine factory now uses builder classes instead of builder methods for creating engine sessions. This allows for introducing additional parameters without breaking existing code and is also more convenient for optional parameters in general.

    Upgrade considerationLuciadFusion

    TLcdLonLatGridPainter can now make use of any ILcdLonLatFormatter instead of a TLcdLonLatFormatter. Users of the getLonLatFormatter method may have to add an extra instanceof operation and cast to make their projects compile again. Code overriding the setLonLatFormatter method will also have to change the argument type.

    Upgrade considerationLuciadFusion

    A new icon set is now being used in all of LuciadMap, Lucy, and all Industry Specific and Additional Components. The icons can easily be reverted to the old icons by adding lib/legacy/legacy_icons.jar to the classpath, before luciadmap.jar. Because the icons use a more advanced format now (PNG), and because all icons have now been consolidated in the LuciadMap.jar file, the file paths have been changed. If you are using TLcdGUIIcon or TLcdShapeIcon, you will automatically use the new icons. If you use the old icon filenames in your own code, it will be necessary to change them to the new file names. To make this easier, the file lib/legacy/legacy_icons.jar contains a mapping (icon_mapping.csv) from the old icon names to the newly used icon names.

    Upgrade considerationLuciadFusion

    The constant TLfnClientFactory#TRANSPORT_TYPE_APACHE_HTTP_CLIENT_401 has been renamed to TRANSPORT_TYPE_DEFAULT, to avoid explicit versions of third-party libraries in the API. Implementations that used this constant can simply replace it with the new name.

    Upgrade considerationLuciadFusion

    The lcd_wxs_common.jar is no longer part of the release. The necessary classes have been included in the luciadmap.jar

    Upgrade considerationLuciadFusion

    The lcd_wxs_common.jar is no longer part of the release. The necessary classes have been included in the luciadmap.jar.

    Upgrade considerationLuciadFusion

    LMAP-3087
    ILcdGXYContext now has a properties object that can be used to store context information across multiple invocations of a method with an ILcdGXYContext object. TLcdGXYNewController2 will keep its properties for as long as the same object is being edited.
    If you are affected by this change, consider extending from TLcdGXYContext or ALcdGXYContextWrapper. Note that implementing ILcdGXYContext from scratch is strongly discouraged.

    Upgrade considerationLuciadFusion

    A new method was added to the ILcdDataModelDisplayNameProvider interface, allowing to query the display name for a value within a type's domain. This may for example be used to translate coded enumeration values into human-readable names. Existing implementations of this interface may implement the new method by returning aValue.toString(), to keep their current behavior.

    Upgrade considerationLuciadFusion

    LMAP-5409
    An ILcdOWSRequest can now encode lists of values in a KVP request using a Java List. This allows the transport to correctly encode these lists using a "," as a separator between values.

    10.1

    10.1.27

    ImprovementLuciadFusion

    LMAP-3084
    TLcdGXYLayer now allows setting an interact margin to better support model elements of which the visual representation is larger than their model bounds.

    10.1.26

    Bug fixLuciadFusion

    TLcdEarthLevelFallbackTileSet: did not fallback correctly in its synchronous produceTile method and its updateTile methods.

    Bug fixLuciadFusion

    The Earth painters now emit property change events in all their setters.

    Bug fixLuciadFusion

    LMAP-5403
    The TLcdPOLModelDecoder would fail if the first line of the pol file was '% Gtool', instead of '%Gtool'. This has been fixed.

    10.1.25

    Bug fixLuciadFusion

    LMAP-3968
    Fixed gap/discontinuity on edges of geometry data when using a non-geodetic reference.

    10.1.24

    ImprovementLuciadFusion

    LMAP-5290
    Introduced a new protected method calculateLabelSegment in TLcdGXYPolylineStampLabelPainter to allow customizing the segment on which a label is placed.

    Bug fixLuciadFusion

    LMAP-5374
    TLcdGXYCompositeCurvePainter and TLcdGXYCompositeRingPainter now keep the composite curve or ring connected during editing when it contains composite curves.

    Bug fixLuciadFusion

    LMAP-3435
    TLcdRangeSlider: the slider labels did not reflect the disabled state of the component.

    Bug fixLuciadFusion

    LMAP-3556
    TLcdGXYBoundsPainter would catch and log TLcdOutOfBoundsExceptions when it should be passing them on. This has been fixed.

    Bug fixLuciadFusion

    LMAP-5205
    TLcdGXYTextPainter: fixed a problem with the 3-click creation mode.

    Bug fixLuciadFusion

    LMAP-3688
    In some cases, TLcdVVJPanel could throw an ArrayIndexOutOfBoundsException while painting.

    10.1.23

    Bug fixLuciadFusion

    LMAP-5356
    The warping raster painters no longer throw a StackOverflowError when the property oversamplingRate is set (bug introduced in version 10.0).

    Bug fixLuciadFusion

    LMAP-2414
    The WMS GIF encoder, TLcdGXYViewGIFEncoder, now properly supports images that have more than 256 colors in combination with transparency, regardless of the JDK version.

    Bug fixLuciadFusion

    LMAP-5361
    TLcdLabelConflictChecker was too strict when bounds touched each other, marking them as overlapping. This has now been fixed.

    10.1.22

    ImprovementLuciadFusion

    LMAP-5373
    Improved the performance of the functionality added in LMAP-5314.

    Bug fixLuciadFusion

    LMAP-5340
    The class TLcdWMSProxyGXYPainter did not accurately transform the view/world bounds in case of a TLcdGeodetic projection.

    10.1.20

    ImprovementLuciadFusion

    LMAP-5341
    The new Java system property "luciadmap.ibutton" can be set to "usb" or to "serial" to only look for a hardware key on the corresponding port.

    Bug fixLuciadFusion

    LMAP-3741
    The GeoTIFF encoder used in the WCS now properly encodes elevation raster data as signed 16-bit GeoTIFF rasters.

    Bug fixLuciadFusion

    LMAP-4364
    TLcdGeoTIFFModelEncoder again takes into account a user-set output stream factory, even if the output is written to a file. Note that setting an output stream factory generally reduces the performance of the encoder, because it then creates a temporary file when encoding a GeoTIFF.

    Bug fixLuciadFusion

    LMAP-5353
    TLcdGXYCompositeRingPainter did not respect the edit (#setEditMode) and selection (#setSelectionMode) modes.

    10.1.19

    Bug fixLuciadFusion

    LMAP-5350
    TLcdEarthGXYRasterPainter: the painted tiles in the tile context were sometimes not correct.

    10.1.18

    ImprovementLuciadFusion

    LMAP-5318
    Bounds information (either by implementing ILcdBounds or ILcdBounded) is now correctly exported to GML by the GML encoder.

    ImprovementLuciadFusion

    LMAP-5338
    TLcdGXYEllipsePainter now tries harder to maintain an optimized quality for axis-aligned ellipses (which is especially visible in printouts).

    Bug fixLuciadFusion

    LMAP-5339
    Polymorph links are now correctly exported to GML by the GML encoder.

    Bug fixLuciadFusion

    LMAP-5339
    Fixed a bug in TLcdXMLSchemaBasedEncoder that resulted in exceptions being thrown in case polymorph links are marshalled where the instance classes of the different types used in these links are the same.

    10.1.17

    ImprovementLuciadFusion

    LMAP-5331
    TLcdSLDSymbolizerPainterFactory now has a method to enable or disable the use of geometry caching by the painters that it creates. This allows for more memory-efficient painting of data through SLD.

    Bug fixLuciadFusion

    LMAP-5322
    TLcdMAPModelDecoder and TLcdMIFModelDecoder now output region objects as complex polygons instead of as individual polygons. Previously, .mif or .map files that contained polygons with holes would be visualized incorrectly.

    10.1.16

    ImprovementLuciadFusion

    TLcdGXYGeoBufferPainter now also supports painting and editing buffers based on ILcdComplexPolygon shapes.

    ImprovementLuciadFusion

    LMAP-5314
    Improved the memory efficiency of the functionality added in LMAP-3779.

    Bug fixLuciadFusion

    When transforming an ILcdCircularArcByCenterPoint to GML, the uom of the angle is now correctly set to degrees.

    Bug fixLuciadFusion

    LMAP-5313
    Data objects containing property values that are instances of LinkedList are now properly cloned.

    10.1.14

    ImprovementLuciadFusion

    TLcdEarthGXYRasterPainter: added a quality setting to allow trading quality for performance. By default the quality is only reduced for elevation data as this does not have any noticeable visual impact.

    ImprovementLuciadFusion

    Evaluating a filter condition is now more robust and does no longer throw exceptions when comparing a string value with a numeric value.

    Bug fixLuciadFusion

    There were some illegal dependencies from sample code on internal XML code.

    Bug fixLuciadFusion

    LMAP-5304
    TLcdAdvancedMapRulerController's default azimuth format no longer displays the UTF FFFD symbol for unknown azimuths.

    Bug fixLuciadFusion

    LMAP-5301
    TLcdGXYCircularArcPainter did not respect the arc's orientation when editing the arc end point.

    Bug fixLuciadFusion

    LMAP-5300
    It was possible that a ConcurrentModificationException is thrown during asynchronous painting in rare cases.

    Bug fixLuciadFusion

    LMAP-5298
    TLcdWMSProxyGXYLayer did not fire a property change event when a label, icon or painter provider was set.

    Bug fixLuciadFusion

    LMAP-5295
    Using TLcdGXYAsynchronousLabelPlacer caused the view to allocate memory more often than necessary. This occasionally resulted in small hitches due to garbage collecting.

    Bug fixLuciadFusion

    LMAP-5293
    TLcdSHPModelDecoder could throw NegativeArraySizeExceptions when decoding files that contain empty records. This has now been fixed.

    Bug fixLuciadFusion

    TLcdEarthGLTerrainPainter: changing the altitude exaggeration factor did not work correctly.

    10.1.13

    ImprovementLuciadFusion

    LMAP-5276
    ALcdWMSProxy now implements the ILcdCache interface so all caching can be controlled through that interface.

    ImprovementLuciadFusion

    LMAP-5274
    TLcdGXYMagnifierController now allows setting a filter to control what layers are included in the magnified window.

    ImprovementLuciadFusion

    TLcdSHPModelDecoder has been made more robust in its handling of records of which the actual length (as written in the record headers in the file) does not match the length defined by the specification of the shape type in question. For instance, a PointZ shape consists of 4 doubles (X, Y, Z, M) according to the specification, but some SHP files do not include the M value. Previously, the SHP decoder would read past the end of the record in such cases, resulting in failures to read subsequent records.

    ImprovementLuciadFusion

    LMAP-5201
    TLcdOrthographic now uses the ellipsoid for its calculations.

    ImprovementLuciadFusion

    LMAP-5282
    TLcdGeoReference2GeoReference and TLcdDefaultModelXYZWorldTransformation can now transform between any of the following references :
    • ILcdGeodeticReference
    • ILcdGeocentricReference
    • ILcdGridReference
    • ILcdTopocentricReference
    • ILcdGeoidReference
    Also a few issues were fixed where the z-component of a point or bounds was not transformed correctly when using references with non-equal datums. Furthermore TLcdDefaultModelModelTransformation was added. This implementation of ILcdModelModelTransformation can also transform between any of the 5 mentioned references.

    Bug fixLuciadFusion

    LMAP-5185
    TLcdTransformedHeightProvider incorrectly transformed the height in cases where a different horizontal datum was used. Also in some cases the transformation produced incorrect heights when only one of both references used a geoid.

    Bug fixLuciadFusion

    Improved the GML export for data types whose instance class extends ILcdShape but whose instances implement more concrete shape interfaces.

    Bug fixLuciadFusion

    LMAP-5281
    TLcdGeodeticDatum now correctly implements clone(). Before it was possible that the cloned TLcdGeodeticDatum returned different heights than the original one. Also TLcdGeodeticDatum now implements ILcdCloneable.

    Bug fixLuciadFusion

    LMAP-5273
    TLcdMAPModelDecoder and TLcdMIFModelDecoder now properly escape the names of types and properties when creating a TLcdDataModel. Previously, file or property names with spaces (or other characters that are invalid according to TLcdDataType) would result in an exception when decoding the file.

    Bug fixLuciadFusion

    LMAP-5267
    Fixed a bug in the Metadata encoder and decoder that resulted in incorrectly encoded and decoded code list values.

    Bug fixLuciadFusion

    LMAP-5269
    Fixed a bug in TLcdXMLSchemaBasedEncoder and TLcdXMLSchemaBasedDecoder that could result (under certain circumstances) in attributes getting incorrect values in case of restriction types inheriting attributes from multiple types in its inheritance hierarchy.

    Bug fixLuciadFusion

    LMAP-5269
    TLcdXMLSchemaBasedEncoder now always marshals attributes that are required and have a fixed value, even if they didn't receive a value in the domain object.

    Bug fixLuciadFusion

    LMAP-4827
    GML line string, linear ring and line string segment now apply linear interpolation also in geodetic models (this used to be geodesic interpolation). This is in accordance with the GML specification.

    Bug fixLuciadFusion

    Inserting a point in a GML LineString or LineStringSegment that contains an empty list as posGroup no longer throws an IndexOutOfBoundsException.

    Bug fixLuciadFusion

    TLcdEarthGLTerrainPainter: fixed a minor memory leak in the painter and improved the overall memory usage.

    10.1.12

    ImprovementLuciadFusion

    LMAP-5264
    TLcdGeodeticPen#setLineType now also accepts TLcdLineType.CARTESIAN, allowing visualizing lines that are linearly interpolated in the model.

    Bug fixLuciadFusion

    LMAP-5268
    TLcdBNGUtil round-trips sometimes produced different strings. This is now fixed.

    10.1.11

    ImprovementLuciadFusion

    LMAP-5260
    Improved documentation regarding the orientation of polygons that were retrieved using the TLcdContourFinder class.

    ImprovementLuciadFusion

    LMAP-5254
    TLcdLabelLocations: the performance of the setPainted method when the given label was already marked as painted has been improved.

    Bug fixLuciadFusion

    LMAP-5255
    Calculating the anchor point using TLcdGXYPointListPainter.INSIDE_POLYGON did not account for the wrap-around of polygons.

    10.1.10

    ImprovementLuciadFusion

    LMAP-5191
    The path labeling algorithms (TLcdGXYOnPathLabelingAlgorithm and TLcdGXYInPathLabelingAlgorithm) now avoid unneeded labeling for labels with a dimension of (0, 0).

    ImprovementLuciadFusion

    LMAP-5230
    TLcdGeoTIFFModelDecoder now reduces memory usage for unsigned 16-bits GeoTIFFs, by sharing grayscale color models.

    ImprovementLuciadFusion

    Exporting a shape that implements both ILcdCompositeCurve and ILcdRing now results in a GML Polygon (iso a GML Curve).

    Bug fixLuciadFusion

    LMAP-5244
    TLcdEllipsoid.geoc2llhSFCT() produced an incorrect result when transforming (0, 0, 0).

    Bug fixLuciadFusion

    LMAP-5248
    TLcdUpsMgrsUtil could produce incorrect MGRS strings for one specific grid square on the southern hemisphere. Also converting strings from this grid square to a lon lat point could produce incorrect results.

    Bug fixLuciadFusion

    LMAP-5249
    TLcdUpsMgrsUtil could produce points outside the Ups MGRS range. Also for points near the borders MGRS conversion round-trips did not always produce consistent results.

    Bug fixLuciadFusion

    TLcdEarthGXYViewTileSet: the scale of the off-screen view is now also correct scale when the tileset has a geodetic reference.

    Bug fixLuciadFusion

    LF-89
    The Fusion Client's support for GZip content encoding was broken.

    Bug fixLuciadFusion

    LMAP-5160
    TLcdGXYGeoBufferPainter: when creating a grid type polyline geobuffer an exception was thrown. This has been fixed.

    Bug fixLuciadFusion

    LMAP-5223
    The correct tolerances are used for intersection computations for any combination of shapes.

    Bug fixLuciadFusion

    LMAP-2453
    TLcdGXYArcBandPainter#paintEditingLabels now paints the label in a more suitable location when translating multiple arc bands.

    Bug fixLuciadFusion

    LMAP-5231
    The raster painters now invalidate their caches if the contrast is changed.

    Bug fixLuciadFusion

    LMAP-5228
    TLcdLayer now clears the selection when a new model is set.

    Bug fixLuciadFusion

    LMAP-5213
    Fixed NPE in the Earth 3D painters when they released their resources.

    10.1.09

    Bug fixLuciadFusion

    LMAP-5215
    TLcdDatabaseModel#dispose() no longer throws a ClassCastException if its model descriptor implements ILcdDatabaseModelDescriptor without extending TLcdDatabaseModelDescriptor.

    Bug fixLuciadFusion

    LMAP-5212
    TLcdBufferedTile now also properly sets the default signedness for 16-bits rasters if the metadata are loaded lazily.

    Bug fixLuciadFusion

    LMAP-3693
    TLcdGXYTextLabelPainter: fixed a problem where handles were still visible while the text was not.

    Bug fixLuciadFusion

    LMAP-5202
    TLcdGXYRoundedPointListPainter#isTouched did not respect the context sensitivity for the line.

    Bug fixLuciadFusion

    LMAP-5200
    TLcdGXYCirclePainter, TLcdGXYEllipsePainter, TLcdGXYArcBandPainter, TLcdGXYArcPainter, TLcdGXYCircularArcPainter, and TLcdGXYCircleBy3PointsPainter now display the center point in the same circumstances.

    10.1.08

    Bug fixLuciadFusion

    LMAP-5199
    TLcdJPEG2000ModelDecoder and other model decoders that rely on native libraries now properly handle files on the class path (which was failing on Windows and if the names contained spaces).

    Bug fixLuciadFusion

    LMAP-5197
    TLcdCircularArcByCenterPointConnector did not calculate the correct arc angles

    Bug fixLuciadFusion

    LMAP-5195
    TLcdGXYAsynchronousLayerWrapper#getBounds() now properly delegates runtime exceptions thrown by the wrapped layer's getBounds() method.

    Bug fixLuciadFusion

    LMAP-4302
    ALcdGXYPen#cartesianModelDistance did not consider the scale of the references.

    Bug fixLuciadFusion

    LMAP-4999
    TLcdGXYGeoBufferPainter: it was impossible to remove a point from a polyline geobuffer with 3 points.

    Bug fixLuciadFusion

    LMAP-5170
    It was possible to get into an infinite loop when transforming bounds from a geodetic reference to a grid reference using a TLcdPolyconic projection.

    Bug fixLuciadFusion

    LMAP-5164
    TLcdGXYHaloLabelPainter2 did not correctly cache images when used with multiple labels and/or sub-labels.

    10.1.07

    Bug fixLuciadFusion

    LMAP-5159
    TLcdGXYArcPainter could display stray lines when used with degenerate arcs.

    Bug fixLuciadFusion

    LF-87
    Modifications to the Tile Store were not always correctly protected against system crashes and power outages.

    Bug fixLuciadFusion

    LMAP-5166
    Fixed issue with certain temporary files created by the KML module that were not deleted correctly.

    Bug fixLuciadFusion

    Certain filter objects containing XPath expressions were encoded incorrectly such that the namespaceURI and the namespace prefix was swapped. This only occurred when encoding using the Xerces XMLOutputFactory.

    Bug fixLuciadFusion

    LMAP-2028
    TLcdFeatureIndexedAnd2DBoundsIndexedModel: when a model listener removed itself as a listener from the model the next listener was skipped.

    Bug fixLuciadFusion

    LMAP-4899
    Fixed the model descriptor of MTM models such that it returns correct data models and model element types depending on the default level and cumulative property.

    Bug fixLuciadFusion

    LMAP-5158
    TLcdGXYPointListPainter: snapping was not immediately visualized (regression due to LMAP-4994).

    Bug fixLuciadFusion

    LMAP-5152
    TLcdGXYViewPlanarImage, TLcdGXYViewBufferedImage, TLcdGXYViewCanvas and TLcdGXYViewPanel did not throw a property change event when changing the background.

    Bug fixLuciadFusion

    LMAP-5151
    When calling setSelectable(false) on an asynchronous layer wrapper, the existing selection was not automatically cleared.

    Bug fixLuciadFusion

    TLcdGXYPointListPainter could throw exceptions when used with point lists that were not entirely visible in the projection.

    Bug fixLuciadFusion

    LMAP-5147
    TLcdGeoReference2GeoReference could produce incorrect transformed bounds when transforming from a TLcdGeodeticReference to an other TLcdGeodeticReference.

    Bug fixLuciadFusion

    ALcdGXYPen: in some cases, long straight lines were not painted.

    10.1.06

    Bug fixLuciadFusion

    LMAP-5143
    The license servers on Linux and Solaris now ignore spurious ^M characters in license files, caused by some unzipping tools.

    Bug fixLuciadFusion

    LMAP-5135
    ILcdGXYPen's append*LineTo implementations did not append the first point of the line when applied to a path with a polygon break. This caused TLcdGXYRoundedPointListPainter to incorrectly render complex polygons.

    Bug fixLuciadFusion

    LMAP-5122
    TLcdSphereRhumblineUtil.intersectionGeodesicRhumblineSFCT() did not always produce an intersection point when the geodesic line segment is completely located on a pole, reducing it to a point.

    10.1.05

    ImprovementLuciadFusion

    LMAP-5119
    TLcdGXYOnPathLabelingAlgorithm: improved label positioning on path corners, and path start and end points.

    ImprovementLuciadFusion

    LMAP-5117
    TLcdGXYLocationListLabelingAlgorithm, TLcdGXYOnPathLabelingAlgorithm and TLcdGXYInPathLabelingAlgorithm now log a warning message when they are used in combination with a label painter that does not implement ILcdGXYLabelPainter2.

    ImprovementLuciadFusion

    LMAP-5118
    TLcdGXYOnPathLabelingAlgorithm now has an ABOVE and BELOW AlignmentMode.

    ImprovementLuciadFusion

    The performance of computations with geoid vertical datums has been improved significantly.

    ImprovementLuciadFusion

    LMAP-5113
    TLcdDMEDModelDecoder provides a new property includeDMEDLevel to specify whether the DMED thumbnail rasters should be included in the decoded multilevel rasters. The decoder now also removes blank DMED rasters if checkTilesImmediately is set.

    ImprovementLuciadFusion

    LMAP-5083
    TLcdGXYPointListPainter.setAnchorPointLocation() can now be called with the 'INSIDE_POLYGON' constant. When using this option, the painter will try to find an anchor point location inside the polygon. The same option was added to TLcdGXYSurfacePainter. TLcdGXYSurfacePainter.setAnchorPointLocation() can now be called with 'INSIDE_SURFACE' constant.

    ImprovementLuciadFusion

    LMAP-5107
    TLcdSLDGXYPainterFactory and TLcdSLDSymbolizerPainterFactory are now cloneable.

    ImprovementLuciadFusion

    Constructive geometry operations preserve the shape of the inputs better.

    ImprovementLuciadFusion

    LMAP-5098
    Improved the javadoc for property accessors (getters and setters) on the domain model objects.

    ImprovementLuciadFusion

    LMAP-5079
    The geodesicArea() and orientation2D() calculations in TLcdSphereUtil, TLcdEllipsoidUtil and TLcdEllipsoid are now numerically more stable. Calculating the area or orientation for small polygons (smaller than 100m²) gives better and consistent results now.

    Bug fixLuciadFusion

    LMAP-5125
    TLcdGXYInPathLabelingAlgorithm would sometimes place a label at (0, 0) if no valid location could be found, instead of omitting the label.

    Bug fixLuciadFusion

    LMAP-5121
    Since LuciadMap 10.1, TLcdEPSGReferenceParser did not create TLcdUTMGrid instances anymore, but the equivalent TLcdGridReference instances. This is now fixed.

    Bug fixLuciadFusion

    LMAP-5116
    ALcd2DEditableBounds#setTo2DIntersection no longer shrinks the bounds to size 0x0 if the input bounds only overlap at their edges.

    Bug fixLuciadFusion

    LMAP-5114
    TLcdGXYInPathLabelingAlgorithm sometimes did not place a label when zoomed out a lot.

    Bug fixLuciadFusion

    LMAP-4994
    TLcdGXYPointListPainter: translating complex polygons could sometimes trigger an exception. The fix also improves the performance when translating complex polygons with many sub-polygons.

    Bug fixLuciadFusion

    LMAP-5110
    TLcdSphereUtil.closestPointOnGeodesic() could return points that do not lie on the geodesic.

    Bug fixLuciadFusion

    LMAP-5057
    GML models created by a TLcdGMLModelDecoder (including the version specific model decoders) are thread-safe for concurrent reading.

    Bug fixLuciadFusion

    LMAP-4005, LMAP-5034, LMAP-4778
    Fixed a number of issues when creating an TLcdImageIcon using an Image.

    Bug fixLuciadFusion

    LMAP-5101
    When using TLcdSphereRhumblineUtil.intersectionGeodesicRhumblineSFCT(), the intersection of a geodesic with polar end and a parallel could yield an intersection interval instead of an intersection point.

    Bug fixLuciadFusion

    LMAP-5100
    TLcdEllipsoidUtil.intersection2DLineSegments() now gives more correct results when the line segments touch each other in one of the poles.

    Bug fixLuciadFusion

    LMAP-5095
    TLcdSphereUtil.intersection2DLineSegments() is now more consistent when the intersection point lies very close to one of the points of one of the geodetic line segments. In that case the intersection point is snapped to that point.

    Bug fixLuciadFusion

    LMAP-5096
    Warping raster painters no longer temporarily change the default value of some types of rasters they paint, to avoid problems with the rasters in different threads.

    Bug fixLuciadFusion

    LMAP-5091
    The definitions for the Bessel 1841 ellipsoid in TLcdJPLEllipsoidFactory and TLcdDMA1987bEllipsoidFactory were not consistent.

    Bug fixLuciadFusion

    LMAP-5090
    Licenses based on MAC addresses should now also work on Windows if the network is disconnected.

    Bug fixLuciadFusion

    LMAP-5042
    Fixed the interpretation of start and end angle for ArcByCenterPoint in case of inverse lon-lat coordinate systems.

    Upgrade considerationLuciadFusion

    LMAP-5094
    The getters for properties of type gco:Date_PropertyType were incorrectly defined to have return type String. This has been changed to java.xml.datatype.XMLGregorianCalendar. For the same reason, the type of the value parameter of the according setters was corrected to java.xml.datatype.XMLGregorianCalendar (also used to be String). The affected properties are TLcdISO19115Citation.editionDate, TLcdISO19115Date.date, TLcdISO19115MaintenanceInformation.dateOfNextUpdate and TLcdISO19115Metadata.dateStamp.

    10.1.04

    ImprovementLuciadFusion

    TLcdEllipsoidUtil.geodesicArea() and TLcdEllipsoidUtil.orientation2D() were added.

    Bug fixLuciadFusion

    LMAP-5066
    TLcdEllipsoidUtil#orientation2D() did not always produce correct results for polygons spanning a large latitude range in some rare cases.

    Bug fixLuciadFusion

    LMAP-5077
    When using TLcdGXYLabelPainter, multi-line labels were painted on an incorrect location during editing when the label was placed at the EAST or WEST location.

    Bug fixLuciadFusion

    LMAP-5075
    The orientation of polygons could be incorrect in cases where the polygon contains the same point more than once.

    Bug fixLuciadFusion

    TLcdEarthGLLabelPainter invoked its delegate label painter with an ILcdGLContext which incorrectly suggested that labeling was disabled. This has been corrected.

    Bug fixLuciadFusion

    LMAP-5081
    TLcdGXYBufferPainter did not correctly paint buffers when the OUTLINED_OPEN or the OUTLINED_FILLED_OPEN modes were used.

    Bug fixLuciadFusion

    LMAP-5051, LMAP-5109
    TLcdSphereUtil.intersects2DLineSegments() and tLcdSphereUtil.intersection2DLSSFCT() produced incorrect results in some cases. This is now fixed. This fix also improves the performance of these methods.

    Bug fixLuciadFusion

    LMAP-5071
    The intersection of geodesic and rhumbline could sometimes yield incorrect results when using TLcdSphereRhumblineUtil.

    10.1.03

    ImprovementLuciadFusion

    LMAP-5061
    TLcdSphereUtil.geodesicArea() and TLcdSphereUtil.orientation2D() can now also handle degenerate polygons, for example self-intersecting polygons.

    ImprovementLuciadFusion

    LMAP-5049
    Improved painting speed of MultiGeometry elements in 3D. The speed improvement depends on the data, but generally the more geometries were contained inside the MultiGeometry, the greater the performance boost.

    ImprovementLuciadFusion

    LMAP-4867
    TLcdUTMUtil was added. This utility class can be used to format and parse lon lat points to/from a UTM String.

    ImprovementLuciadFusion

    LMAP-5026
    The performance of TLcdUtmMgrsUtil has been improved for most input Strings.

    Bug fixLuciadFusion

    TLcdEarthModelDescriptor: fixed NPE when the source name is null.

    Bug fixLuciadFusion

    LMAP-5052
    When using TLcdSphereRhumblineUtil.intersectionGeodesicRhumblineSFCT(), the intersection of a parallel and a geodesic touching this parallel sometimes returned empty results.

    Bug fixLuciadFusion

    LMAP-5055
    TLcdGXYMagnifierController did not show the correct magnified region for one repaint after enabling the controller.

    Bug fixLuciadFusion

    LMAP-5037
    The height of the bounds of a TLcdLonLatHeightPolyline were sometimes twice too large.

    Bug fixLuciadFusion

    LMAP-5032
    TLcdUtmMgrsUtil.utmMgrs2LonLat() could throw a ParseException when passing Strings without a numerical location, for example "4QFJ". This is now solved.

    Bug fixLuciadFusion

    LMAP-5012
    TLcdGXYRasterPainter and TLcdMultilevelRasterPainter: image caching in the rasters was broken for warped rasters because of the fix for LMAP-3561.

    Bug fixLuciadFusion

    Fixed potential memory leak in document and image providers that would occur for partially loaded files that are removed from the view.

    10.1.02

    Bug fixLuciadFusion

    LMAP-5029
    An empty OGC literal is now decoded as an empty string (was an empty list).

    Bug fixLuciadFusion

    LMAP-5004
    TLcdUtmMgrsUtil round-trip sometimes produces different strings. This is now improved. Also UTM zones are now defined slightly different. They now always include their left border and exclude their right border.

    Bug fixLuciadFusion

    Properties of type java.sql.Date and java.sql.Time are now exported to GML as proper xsd:date and xsd:time values. Before this fix, they were exported with a time and date component yielding schema-invalid documents.

    Bug fixLuciadFusion

    LMAP-5015
    TLcdModelReferenceEncoder#save() could throw an IllegalArgumentException when the meta data of the model reference contains a null authority code.

    10.1.01

    ImprovementLuciadFusion

    TLcdGXYAsynchronousLabelPlacer: improved the consistency of labeling results while panning and zooming the view.

    ImprovementLuciadFusion

    LMAP-4633
    The bounds calculations of TLcdLonLatPolyline and TLcdLonLatPolygon have been improved considerably to at least a 1-meter accuracy.

    ImprovementLuciadFusion

    LMAP-4642
    The ILcdGeoBuffer implementations now also support ILcdPoint, ILcdPolygon, and ILcdComplexPolygon as base shape. The geobuffer painter/editor has also been updated to support buffers based on ILcdPoint and ILcdPolygon shapes.

    ImprovementLuciadFusion

    LMAP-4958
    TLcdGXYOnPathLabelingAlgorithm and TLcdGXYInPathLabelingAlgorithm now give precedence to (clipped) paths with the largest length.

    ImprovementLuciadFusion

    LMAP-4701
    The versions of the WCS specification that are supported by a deployed service can now be configured in the web.xml configuration file. This allows you to avoid unwanted support for older or newer versions of the specification.

    Add a parameter with the name wcs.supportedVersions to your web.xml file to enable this feature. You can use comma separated lists of versions such as "1.0.0,1.1.0" as values, or you can use wild cards such as "1.0.*".

    ImprovementLuciadFusion

    LMAP-4701
    The versions of the WMS specification that are supported by a deployed service can now be configured in the web.xml configuration file. This allows you to avoid unwanted support for older or newer versions of the specification.

    Add a parameter with the name wms.supportedVersions to your web.xml file to enable this feature. You can use comma separated lists of versions such as "1.3.0,1.1.0" as values, or you can use wild cards such as "1.1.*".

    ImprovementLuciadFusion

    LMAP-4701
    The versions of the WFS specification that are supported by a deployed service can now be configured in the web.xml configuration file. This allows you to avoid unwanted support for older or newer versions of the specification.

    Add a parameter with the name wfs.supportedVersions to your web.xml file to enable this feature. You can use comma separated lists of versions such as "1.0.0,1.1.0" as values, or you can use wild cards such as "1.*".

    ImprovementLuciadFusion

    The ALcdCompassNavigationControl now allows specifying separate tooltips for the upper arrow and the rotation ring. Also the TLcdGXYNavigationControlsFactory has a new factory method allowing you to specify the tooltips to be used by its subcomponents.

    ImprovementLuciadFusion

    LMAP-4821
    TLcdOverlayLayout now clamps all components to be within the available space of the parent, instead of always using the preferred size of the children.

    ImprovementLuciadFusion

    LMAP-4808
    TLcdEarthGLShapeTileSet:
    • The outline and fill coverages of the tile set no also support ILcdCurve, ILcdRing and ILcdSurface objects.
    • The tile set now also supports point objects through a new coverage.
    • The documentation on the supported object types was improved.

    ImprovementLuciadFusion

    LMAP-4863
    samples.gxy.decoder.mtm now also the new labeling algorithms: TLcdGXYOnPathLabelingAlgorithm to label polylines and TLcdGXYInPathLabelingAlgorithm to label polygons.

    ImprovementLuciadFusion

    LMAP-4813
    The ALcdCompassNavigationControl has some additional functionality. Pressing the control key while dragging the outer ring will limit the rotation to multiples of 15 degrees. This makes it easier to rotate the linked view to certain special angles like 45 or 90 degrees.

    ImprovementLuciadFusion

    LMAP-4857
    TLcdGXYBusyLayerTreeNodeCellRenderer now also considers the ILcdGXYAsynchronousLayerWrapper#isAsynchronous value when rendering the colors of the asynchronous layers. Layers which return false for isAsynchronous will now be colored like a synchronous layer.

    ImprovementLuciadFusion

    LMAP-4612
    All projection classes can be serialized correctly now.

    Bug fixLuciadFusion

    LMAP-4990
    TLcdGXYRasterPainter and TLcdMultilevelRasterPainter: the cached entries of these painters contained a reference to the layer. This made the model objects strongly refer to the layer.

    Bug fixLuciadFusion

    LMAP-4578
    The implementation of the Google reference system (EPSG codes 900913, 3785, 3857) was incorrect. It now uses the newly added TLcdPseudoMercator projection, a variation on the TLcdMercator projection, which performs all calculations on a spherical ellipsoid.

    Bug fixLuciadFusion

    LMAP-4985
    The version negotiation of TLcdWCSClient could fail when using older Java versions in combination with the xerces XML parser.

    Bug fixLuciadFusion

    LMAP-4954, LMAP-4980, LMAP-4986, LMAP-4987
    TLcdGXYEditController2#setStickyLabelsLayerFilter() did not work very well in combination with parent labels.

    Bug fixLuciadFusion

    Two new applyOnInteract methods were accidentally added to TLcdGXYAsynchronousLayerWrapper. They have been moved to TLcdGXYAsynchronousEditableLabelsLayerWrapper.

    Bug fixLuciadFusion

    LMAP-4979, LMAP-4978
    TLcdGXYPolylineStampLabelPainter: the set location index was not taken into account when determining the location where the pin attaches to the object, which resulted in unwanted pin lines when a view or layer label painter was used. Also, a more logical point is now used when using free placement.

    Bug fixLuciadFusion

    TLcdGXYAsynchronousPaintQueue#setBorderFactor is now also ignored for label painting when a ILcdGXYViewLabelPlacer is used. The previous behavior could cause labels to be painted at the wrong location.

    Bug fixLuciadFusion

    LMAP-4976
    A potential deadlock issue occurring during the rendering of KML layers has been fixed.

    Bug fixLuciadFusion

    TLcdDTEDModelDecoder now correctly decodes the swapped longitude/latitude interval values specified by the superseded MIL-D-89020 standard.

    Bug fixLuciadFusion

    LMAP-4969
    TLcdVVJPanel: in some cases, the panel would try to paint a selected point that was no longer visible, resulting in an exception. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4971
    TLcdEllipsoid#geodesicDistance() is now more consistent when using poles as input. When two different polar points that represent the same pole are used, for example (0, 90) and (45, 90), their distance is now always exactly 0. Also the distances from any other point to these two pole points are now always exactly equal.

    Bug fixLuciadFusion

    LMAP-4760
    TLcdSphereUtil#orientation2D sometimes returned incorrect results on or near the poles. This fix also fixes TLcdLonLatFloatPolygon#getOrientation(), TLcdLonLatPolygon#getOrientation() and TLcdLonLatHeightPolygon#getOrientation() in these cases.

    Bug fixLuciadFusion

    LMAP-4860
    TLcdLonLatGridPainter: improved meridian labeling for projections including the south pole. Improved labeling at edges. Now avoids labeling the anti-meridian twice (once for -180 degrees and once for 180 degrees) at the same location.

    Bug fixLuciadFusion

    LMAP-4118
    TLcdGXYTextPainter#edit no longer allows making the shape so small that it becomes impossible to make it larger again.

    Bug fixLuciadFusion

    LMAP-4962
    TLcdGXYLayer#applyOnInteractLabels called ILcdGXYLabelPainter#setObject after retrieving a label painter from its label painter provider. This could break label painter providers that initialize their label painter with an object that differs from the passed domain object.

    Bug fixLuciadFusion

    LMAP-4957
    TLcdGeoTIFFModelEncoder now avoids averaging artifacts when creating lower levels of detail of elevation rasters containing unknown elevations.

    Bug fixLuciadFusion

    LMAP-4886
    Calling ILcdGXYAsynchronousLayerWrapper#invokeAndWaitOnGXYLayer() could potentially cause concurrency issues when calling it from a background thread. This method is now always executed on the Event Dispatch thread, avoiding these issues.

    Bug fixLuciadFusion

    LMAP-4933
    TLcdComplexPolygon#hashCode() always returned the same value, making it inefficient for use in hashmaps etc. It now returns a decent value based on the parts contained by the complex polygon.

    Bug fixLuciadFusion

    LMAP-1991
    TLcdGXYContinuousPanController now draws selected objects in selection mode.

    Bug fixLuciadFusion

    LMAP-4897
    When exporting a model to GML, the TLcdGML32ModelEncoder, TLcdGML31ModelEncoder and TLcdGML2ModelEncoder now properly encodes abstract types as abstract XML schema types.

    Bug fixLuciadFusion

    LMAP-4761
    TLcdLonLatHeightPolygon#getOrientation used a Cartesian algorithm. It now uses the same spherical algorithm used by TLcdLonLatPolygon.

    Bug fixLuciadFusion

    LMAP-4873
    Fixed OpenGL lighting settings synchronization issue between draping painter and shader.

    Bug fixLuciadFusion

    LMAP-4564
    TLcdCassini and TLcdMollweide had incorrect implementations of inWorldBoundsOnSphere and world2DEditableBoundsOnSphereSFCT.

    Bug fixLuciadFusion

    LMAP-4563
    An exception could be thrown in samples.gxy.vertical when clicking next to a polyline. This exception was solved by fixing LMAP-4562.

    Bug fixLuciadFusion

    LMAP-4562
    In some cases TLcdEllipsoidUtil#contains2D could fail for points generated by TLcdEllipsoidUtil#closestPointOnGeodesic.

    Bug fixLuciadFusion

    LMAP-4810, LMAP-4948, LMAP-4963, LMAP-5005
    The intersection of geodesic and rhumbline could sometimes yield incorrect results when using TLcdSphereRhumblineUtil. Also a rare case was solved where the code could enter an infinite loop.

    Bug fixLuciadFusion

    LMAP-4809
    TLcdSphereRhumblineUtil is now thread-safe.

    Bug fixLuciadFusion

    LMAP-4385
    TLcdSphereUtil#closestPointOnGeodetic could sometimes yield an incorrect result when the closest point does not lie on the line segment.

    Bug fixLuciadFusion

    LMAP-4868
    Some labeling algorithms could throw a NullPointerException when a layer can not return an ILcdGXYPainter for a domain object.

    Bug fixLuciadFusion

    LMAP-1607
    TLcdUpsMgrsUtil could sometimes throw a StringIndexOutOfBoundsException instead of the expected ParseException. Now it always throws a ParseException.

    Bug fixLuciadFusion

    LMAP-4866, LMAP-4959
    TLcdSphereUtil#closestPointOnGeodesic could sometimes yield an incorrect result when the point from which distance has to be calculated lies (almost) on the geodesic.

    Bug fixLuciadFusion

    LMAP-4864
    samples.gxy.decoder did not use the correct labeling algorithms for some labels.

    Bug fixLuciadFusion

    LMAP-4846
    TLcdColorMapCustomizer: the linear scale toggle action used to malfunction when not used in combination with a JToggleButton. This was only possible if the createPanel method was overridden.

    Bug fixLuciadFusion

    LMAP-4858
    TLcdGXYLayer.applyOnInteractLabels() did not apply the function on any label when passing a mode that consists of ILcdGXYLayer.HANDLES, and not of ILcdGXYLayer.LABELS.

    Bug fixLuciadFusion

    LMAP-4780
    TLcdBufferedTile#createImage has been fixed to be thread-safe, even if its tile decoder is not thread-safe.

    Bug fixLuciadFusion

    LMAP-4845
    TLcdColorMapCustomizer gradient toggle button malfunctions when not used in combination with JToggleButton.

    Bug fixLuciadFusion

    LMAP-4844
    Programmatically changing a TLcdColorMap that was set to a TLcdColorMapCustomizer could result in an IndexArrayOutOfBoundsException.

    Bug fixLuciadFusion

    LMAP-4698
    TLcdGXYPolylineStampLabelPainter and TLcdGXYPolygonStampLabelPainter did not always calculate the correct bounds when using free placement label locations that are defined relative.

    Bug fixLuciadFusion

    LMAP-4879
    TestSphereRhumblineUtil#polygonContains2D() could sometimes fail for points that lie on the polygon contour.

    Bug fixLuciadFusion

    LMAP-4728
    TLcdGeodeticReference#writePropertiesSFCT() did not write the reference name. Also TLcdGeodeticReference#loadProperties() did not read back the reference name. This is now fixed.

    Bug fixLuciadFusion

    LMAP-4571
    TLcdGeoidGeodeticDatumFactory now has a better cache implementation. Before, each factory instance had its own cache. Now the geodetic datums are read and cached statically.

    10.1

    ImprovementLuciadFusion

    LMAP-4427
    Support was added for EPSG code 3857. This code is an (unofficial) alias for EPSG:3785.

    ImprovementLuciadFusion

    TLcdGXYAsynchronousLayerWrapper#invokeLaterOnGXYLayer now also protects the passed runnable from model changes on the Event Dispatch Thread.

    ImprovementLuciadFusion

    LMAP-2589
    Improved LuciadMap Developer's Guide by documenting setMinimumObjectSizeForPainting that allows to disable the painting of small objects.

    ImprovementLuciadFusion

    LMAP-4589
    The performance of the haloing algorithm has been improved for objects which are larger than the view bounds, when haloing caching is enabled.

    ImprovementLuciadFusion

    LMAP-2706
    TLcdColorMapCustomizer: when adding a new altitude level, the new color is now an interpolation of the adjacent colors.

    ImprovementLuciadFusion

    LMAP-4443
    ILcdLayerHeightProviderFactory has been introduced. The TLcdViewHeightProvider has been adjusted to work with this new interface as well.

    ImprovementLuciadFusion

    LMAP-4172
    TLcdWFSProxyModel now no longer returns null when the server returns an exception that is handled by the exception handler. An empty enumeration is returned instead.

    ImprovementLuciadFusion

    TLcdRasterModelDecoder now also supports decoding rasters containing TLcdRenderedImageTile instances (based on Java Advanced Imaging), as an alternative to the default TLcdBufferedTile instances (based on ILcdTileDecoder and ILcdBuffer).

    ImprovementLuciadFusion

    TLcdRasterModelDecoder and TLcdJAIModelDescriptor now support an isElevation flag. The optional flag is read from the input properties and set on the decoded model descriptor, to specify that the raster data can be interpreted as elevation data.

    ImprovementLuciadFusion

    LMAP-4740
    TLcdAngleUnit now supports angular mils.

    ImprovementLuciadFusion

    LMAP-4443
    A new interface for the creation of a layer-based ILcdHeightProvider has been added: ILcdLayerHeightProviderFactory. This interface is similar to the exiting model-based factory: ILcdModelHeightProviderFactory. The difference is that the new interface creates a height provider from a layer and view instead of a model. A layer-based height provider returns heights that are in sync with the layer and view, with the correct level-of-detail for example. Using it often it is likely that the necessary data is cached.

    ImprovementLuciadFusion

    The TLcdEarthImageTileDataCodec and TLcdEarthSeparateAlphaImageTileDataCodec now allow configuring the compression quality. Setting a lower compression quality results in smaller data sets at the cost of image quality.

    ImprovementLuciadFusion

    LMAP-2648
    Support has been added to automatically create and assign the paint queues of asynchronously painted layers. ALcdGXYAsynchronousPaintQueueManager allows implementing a completely custom paint queue management strategy. In addition, TLcdGXYAsynchronousPaintQueueManager creates and assign paint queues based on layer painting requirements described in paint hints. Please refer to the developer's guide and asynchronous paint sample for more information on how to use the new paint queue managers.

    ImprovementLuciadFusion

    LMAP-4684
    TLcdBufferedTile now has a property to specify whether its pixel values are signed or not, so the method retrieveValue can return them correctly as integers.

    ImprovementLuciadFusion

    LMAP-4443
    Added a new layer-based height provider factory. Opposed to the existing model-based height provider factory (e.g. TLcdEarthHeightProviderFactory), the new TLcdEarthGXYLayerHeightProviderFactory and TLcdEarthGLLayerHeightProviderFactory always return heights that are in sync with the data being painted in a view. THey also provides better performance as all required tile data is already cached in memory. The earth.opengl.aboveterrain sample demonstrates this new functionality.

    ImprovementLuciadFusion

    LMAP-4693, LMAP-2704
    TLcdColorMapCustomizer: now also has a non-linear scale, so that all levels can clearly be distinguished. The desired scale can be toggled by the user. An optional button is available to revert to given default settings. Both the customizer and TLcdColorMap now have a master transparency setting, to adjust the transparency of all colors at once.

    ImprovementLuciadFusion

    The TLcdGXYEditController2 contains support to make the labels of specified layers sticky when the mouse hovers above them. To enable this behavior use the method setStickyLabelsLayerFilter. The sticky labels behavior will be enabled for all layers that pass this filter. When no filter is set, no labels will be made sticky. The TLcdGXYEditController2 and the TLcdGXYTouchSelectEditController will make labels sticky while they are being instant edited. This is for instance useful when editing continuously decluttered labels for realtime layers.

    ImprovementLuciadFusion

    There is a new transformation sample that shows how to transform a point and a bounding box between view, world and model coordinates.

    ImprovementLuciadFusion

    The earth.preprocessor sample now uses image tiles of 256x256 pixels and elevation tiles of 64x64 pixels, similar to the LuciadFusion default settings.

    ImprovementLuciadFusion

    The TLcdEarthGLTerrainPainter was updated to support the draping feature, introduced in the LuciadMap 10.1 3D module. This feature allows to paint any GL layer on top of an Earth terrain, without rendering artifacts such as flickering due to z-fighting. The earth.opengl.draping sample demonstrates draping some vector data on top of an Earth terrain. Refer to the Earth and 3D Developer's Guides for more information.

    ImprovementLuciadFusion

    TLcdGXYLabelPainterAdapter was added. This class adapts an ILcdGXYPainter into an ILcdGXYLabelPainter2. It uses a set of fixed label positions to position the label, and also offers the possibility to place a pin. This class also implement ILcdGXYLabelEditor, and can be used to edit labels if an ILcdGXYEditor was specified next to an ILcdGXYPainter. This class can for example be used to paint icons as labels.

    ImprovementLuciadFusion

    A composite ILcdGXYLabelPainter implementation was added : TLcdGXYCompositeLabelPainter. This class can be used combine multiple label painters into one. This class specifies two ways to remap the label and sub-label index.
    • Shift label index : Only the label index is shifted.
    • Shift sub-label index : All indices of labels and sub-labels from the first label painter stay exactly the same. For all other labels, the sub-label index is shifted.

    ImprovementLuciadFusion

    All LuciadMap implementations of ILcdGXYLabelPainter now provide support for parent labels. This means that when a label location specifies an other anchor point, its coordinates are specified relative to this anchor point, see TLcdLabelLocation#getAnchorPoint(). When this method returns false, the anchor point is created like it was before. In order to make sure that TLcdLabelLocation#getAnchorPoint() returns the correct anchor point, code that alters the label locations should set the parent bounds by using TLcdLabelLocation#setParentBounds().

    ImprovementLuciadFusion

    A sample was added to demonstrate the creation and usage of labeling algorithms and labeling algorithm wrappers : labels.createalgorithm. It demonstrates how to create a simple labeling algorithm, how to create a wrapper that rotates the labels, how to create a wrapper that tries more possible placements, and a wrapper that tries to adjust the font size to find a suitable label location.

    ImprovementLuciadFusion

    TLcdLabelLocation now has a few extra methods :
    • getAnchorPoint() : When this method returns true, the location of this label is defined relative to this anchor point. When this method returns false, the user of the label location should compute an anchor point.
    • getParentLabel() : When this method returns a non-null object, the label location depends on the returned label. This means that the location of this label is defined with respect to the parent label. When creating or editing a label, one should always make sure that this dependency is respected, and that the location is defined relative to the parent label (getAnchorPoint()). For this it is also necessary to set the bounds of the parent label (setParentBounds()).
    • getParentBoundsRectangle(), getParentBoundsRotation(), setParentBounds() : When a TLcdLabelLocation has a parent label, the parent bounds should be set before using it.
    • isBodyLabel() : When this method returns true, it means that this label is used as a representation of its domain object.

    TLcdLabelLocations now has a new constructor which takes an ILcdLabelDependencyProvider as argument. When this constructor is used, a parent label is set on the TLcdLabelLocation when calling TLcdLabelLocations#getLabelLocationSFCT(). So the parent dependencies of a label can be specified using the label dependency provider.

    This functionality is demonstrated in the labels.offset sample.

    ImprovementLuciadFusion

    TLcdUTMGrid and TLcdUPSGrid objects now provide a correct TLcdModelReferenceMetaData.

    ImprovementLuciadFusion

    The performance of the convolution halo algorithm has been improved for objects with large view bounds.

    ImprovementLuciadFusion

    LMAP-3214, LMAP-1813, LMAP-2241, LMAP-838, LMAP-2995, LMAP-2970, LMAP-3240, LMAP-3101, LMAP-3348
    New API has been added for advanced label placement, based on an ILcdGXYLabelingAlgorithm. Algorithms can be combined and wrapped. TLcdGXYLabelPlacer and TLcdGXYAsynchronousLabelPlacer provide the necessary boiler plate code to place a labeling algorithm's labels synchronously and asynchronously, respectively. For more information, see the com.luciad.view.gxy.labeling package, the developer's guide, and the label samples.

    ImprovementLuciadFusion

    Extensive support was added throughout LuciadMap for ILcdDataObject. In particular, the following enhancements were made:
    • The models of all vector formats (SHP, GML, ISO metadata, database format, MAP, MIF, SVG, POL, Magnetic North, MTM) are now data object enabled. This means that the model elements are ILcdDataObject instances and the model's descriptor is aILcdDataModelDescriptor. Most of these formats also allow direct access to their data model through a public TLcd<format>DataTypes class, for example TLcdSHPDataTypes orTLcdSVGDataTypes. Encoders that can export models from other formats to their own format have been enhanced such that they also accept data object enabled models. Since the model descriptors of these formats now implement ILcdDataModelDescriptor, all elements in these models are required to implement ILcdDataObject. Custom domain objects wrapping any of these model elements will need to implement ILcdDataObject as well, if they are contained in a model with a model descriptor of any of these formats.
    • TLcdGXYDataObjectLabelPainter, TLcdGXYDataObjectPolylineLabelPainter and TLcdGXYDataObjectPolygonLabelPainter support painting of labels for data object enabled models. These label painters can be easily configured using a data object expression language (more information on this can be found in the javadoc of ALcdDataObjectExpressionLanguage)).
    • The class TLcdDataObjectShapeList is introduced as an implementation of both ILcdShapeList and ILcdDataObject.
    • A number of new annotations are added to describe additional properties of the data model. The TLcdPrimaryKeyAnnotation can be added to a type (typically in the context of a database) to indicate what its primary key property is. TheTLcdHasAShapeAnnotation, TLcdShapeAnnotation and TLcdShapeListAnnotation can be used to better describe the geometry that is contained within a type.
    • Various smaller changes are implemented to ensure that a model that is data object enabled is supported at least as much as a model that relies on ILcdFeatured.
    Also, all sample code has been updated to use ILcdDataObject (in stead of ILcdFeatured). More information about ILcdDataObject can be found in the LuciadMap Developer's Guide.

    ImprovementLuciadFusion

    LMAP-3863
    The GML model decoder now uses the information contained in TLcdModelReferenceMetaData to determine the dimension (2D vs 3D) and coordinate order (lat-lon vs lon-lat) of a model reference.

    ImprovementLuciadFusion

    LMAP-3756
    TLcdGXYPointListPainter can now also edit ILcdEditableComplexPolygon instances.

    ImprovementLuciadFusion

    TLcdShapeList now implements the ILcdEditableShapeList interface.

    ImprovementLuciadFusion

    The new interface ILcdEditableComplexPolygon is added. TLcdComplexPolygon now implements this interface.

    ImprovementLuciadFusion

    LMAP-4168, LMAP-4057, LMAP-2223
    Two new contour finders are added, TLcdPolylineContourFinder and TLcdComplexPolygonContourFinder. The original TLcdContourFinder could find closed contours. TLcdPolylineContourFinder can find both open and closed isolines. TLcdComplexPolygonContourFinder can find areas of height ranges on the terrain as complex polygons, supporting holes and translucent rendering. The new contour finders use ILcdContourBuilder to create shapes from the contour data, with implementations TLcdLonLatPolylineContourBuilder, TLcdXYPolylineContourBuilder, TLcdLonLatComplexPolygonContourBuilder and TLcdXYComplexPolygonContourBuilder. These implementations return the shape as TLcdValuedContour and TLcdIntervalContour instances.

    ImprovementLuciadFusion

    LMAP-4325
    The default custom entity resolver on TLcdXMLSchemaBasedMapping is now allowed to return null for schema's that it can't resolve. The default implementation can now handle such cases. This makes it much easier to set a custom entity resolver because it only needs to handle the schema's that it knows about. TLcdXMLSchemaBasedMapping is now also ILcdInputStreamCapable for this reason. The TLcdXMLDataObjectSchemaHandler now also uses the default entity resolver of the decoder's mapping to resolve extension schema's.

    ImprovementLuciadFusion

    TLcdXMLSchemaBasedUnmarshallerProvider now allows registration of unmarshallers for a given schema element id and java class. Similar functionality is also added to TLcdXMLSchemaBasedMarshallerProvider.

    ImprovementLuciadFusion

    The name space URI that is passed as parameter to the TLcdXMLDataModelBuilder when creating a data model from a schema is no longer mandatory. This makes it easier to create a data model for a schema for which only the system id is known (and not the name space URI).

    ImprovementLuciadFusion

    LMAP-3863
    The GML model decoder now uses the information contained in TLcdModelReferenceMetaData to determine the dimension (2D vs 3D) and coordinate order (lat-lon vs lon-lat) of a model reference.

    ImprovementLuciadFusion

    The GML abstract feacture class now implements ILcdInvalidateable.

    ImprovementLuciadFusion

    TLcdAdvancedMapRulerController and TLcdMapTouchRulerController now create polyline objects that also implements ILcdDataObject (next to the existing ILcdFeatured).

    ImprovementLuciadFusion

    TLcdCompassGridPainter has been extended such that it can also be used with objects that implement ILcdDataObject.

    ImprovementLuciadFusion

    LMAP-3913
    A new interface, ILcdInvalidateable, has been added to the API. It provides a generic mechanism for invalidating a composite object when one or more of its compositing values has changed. Classes that have added this new interface include ALcdShapeList, TLcdGML3*AbstractFeature and other composite shape implementations.

    ImprovementLuciadFusion

    TLcdXMLSchemaBasedEncoder and TLcdXMLSchemaBasedDecoder now also provide API to encode and decode given Result or Source objects as input parameter. The same enhancement was also done on ALcdXMLModelEncoder and ALcdXMLModelDecoder.

    ImprovementLuciadFusion

    LMAP-4166
    TLcdWFSProxyModelFactory and TLcdWFSProxyDecoderDecorator now have a method to set a custom reference parser. This can be used to support servers that use custom reference names.

    ImprovementLuciadFusion

    The TLcdCGMModelDescriptor now implements ILcdDataModelDescriptor. The data types for the model can be found in the TLcdCGMDataTypes class.

    ImprovementLuciadFusion

    Created a sample to demonstrate the usage of balloons. It can be found in the samples.gxy.balloon package.

    ImprovementLuciadFusion

    Upgraded to the latest version (4.0.9) of the WoodStox StAX library.

    ImprovementLuciadFusion

    TLcdGXYPolygonLabelPainter and TLcdGXYPolylineLabelPainter now support rotations different from 0 when using free placement.

    ImprovementLuciadFusion

    Added an extra constructor in TLcdAWTPath which makes it possible to explicitly set the min and max ordinate values.

    ImprovementLuciadFusion

    The GML model encoder can now also export models based on the data model that is present in the model descriptor.

    ImprovementLuciadFusion

    LMAP-2233
    TLcdGXYMultiPointEditControllerModel#editingCandidates and TLcdGXYEditControllerModel2#editingCandidates now only return a single object when an object's handles has been touched. This makes sure that, when translating an object handle of a multiple selection, the untouched objects are not edited as well.

    ImprovementLuciadFusion

    Performance monitoring now also supports TLcdGXYViewJPanelLightWeight and TLcdMapJPanelLightWeight.

    ImprovementLuciadFusion

    Updated MapInfo Interchange File (MIF) in the com.luciad.format.mif package to support the new ILcdDataObject interface. A new class (TLcdMIFDataTypes) can be used to generate data models for this file format. The model elements remain backwards compatible with the ILcdFeatured interface, but it is recommended to use the ILcdDataObject interface for future projects.

    ImprovementLuciadFusion

    TLcdGeodeticReference, TLcdGeocentricReference, TLcdTopocentricReference and TLcdGridReference, (and implicitly TLcdDHDNGermanGridReference, TLcdLambert1972BelgiumGridReference and TLcdRD1918DutchGridReference) now implement ILcdExtendedModelReference.

    ImprovementLuciadFusion

    LMAP-4019
    The interfaces ILcdInputStreamFactoryCapable and ILcdOutputStreamFactoryCapable have been added, introducing a general way to indicate the capability of respectively configuring an ILcdInputStreamFactory and ILcdOutputStreamFactory. These interfaces are now implemented by all existing classes in LuciadMap that provide this capability, including all implementations of ILcdModelDecoder/ILcdModelEncoder and ILcdGXYLayerDecoder/ILcdGXYLayerEncoder.

    ImprovementLuciadFusion

    LMAP-3864
    The TLcdWKTReferenceParser now takes into account the AXIS tags, which can be used in determining the type and order of the coordinate systems' axes. This information is provided by a new interface called ILcdExtendedModelReference that extends ILcdModelReference and gives access to an object of type TLcdModelReferenceMetaData.

    ImprovementLuciadFusion

    The interfaces ILcdSphere and ILcdDome have been introduced to represent 3D spheres and half-spheres, respectively. The already existing classes TLcdLonLatHeightSphere and TLcdLonLatHeightDome now implement these interfaces. Furthermore, ILcd3DEditableSphere and ILcd3DEditableDome represent modifiable versions of these two shapes.

    ImprovementLuciadFusion

    LMAP-3220
    The following shapes now implement the ILcdRing or ILcdCurve interfaces:
    • TLcdLonLatLine and TLcdXYLine
    • TLcdLonLatEllipse and TLcdXYEllipse
    • TLcdLonLatFloatPolyline and TLcdXYFloatPolyline
    • TLcdLonLatFloatPolygon and TLcdXYFloatPolygon

    ImprovementLuciadFusion

    LMAP-4027
    TLcdGXYCompositeCurvePainter now has a configurable line style.

    Bug fixLuciadFusion

    LMAP-4815
    ALcdGXYPen's hot points could permanently change the stroke of the graphics instance. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4738
    Fixed issue in certain Linux distributions of Java that would cause the cursor icon to get stuck on the default icon after closing a balloon.

    Bug fixLuciadFusion

    LMAP-4733
    TLcdLonLatHeightPoint.interacts2D() now takes longitude wrapping into account. It now behaves identical to TLcdLonLatPoint.interacts2D().

    Bug fixLuciadFusion

    LMAP-4720
    TLcdLonLatPoint.interact2D() had an issue when one point was at longitude -180 and the other at 180. The reverse already worked.

    Bug fixLuciadFusion

    LMAP-4749
    The luciadmap.jar no longer contains classes from the specialized raster packages, so obfuscation no longer reports any warnings.

    Bug fixLuciadFusion

    LMAP-4781

    TLcdTarModelListDecoder, TLcdZipModelListDecoder, and TLcdUSRPModelDecoder returned an ILcdModelTreeNode with a null model reference, which could lead to NullPointerExceptions. These decoders have been adjusted.

    The default model of the TLcdGXYLayerTreeNode had a null model reference. This has been adjusted as well.

    Bug fixLuciadFusion

    LMAP-4736
    When decoding a GML document that contains feature collections as children of the root feature, the display name of the model descriptor the child feature collections are now derived from the type name of the root feature collection. In older V10 releases, all these feature collections (the root and all its children) used the source name of the decoded document.

    Bug fixLuciadFusion

    LMAP-4768
    The filled part of the FILLED_TRIANGLE and OUTLINED_AREA TLcdSymbols did not stay within the outline.

    Bug fixLuciadFusion

    LMAP-4754
    Exporting a model to GML now properly uses the model reference formatter set on the encoder.

    Bug fixLuciadFusion

    LMAP-2132
    The tool tip sample now uses ILcdGXYPainter.isTouched instead of ILcdShape.contains2D to find out which object needs a tool tip. This makes it also work for points.

    Bug fixLuciadFusion

    Exporting a model to GML now properly takes the model reference into account when deciding on dimension (2D vs 3D) and coordinate order (lat-lon vs lon-lat).

    Bug fixLuciadFusion

    LMAP-4169
    TLcdContourFinder could not find some contours around certain configurations of values in the grid. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4331
    The GML model encoder can now export data object enabled models (that is models whose elements implement ILcdDataObject and whose model descriptor implements ILcdDataModelDescriptor).

    Bug fixLuciadFusion

    LMAP-4599
    Correct the interpretation of angles (bearing) for arcs in a model reference where the first coordinate axis is north (in such a reference, coordinates are expressed as lat-lon).

    Bug fixLuciadFusion

    LMAP-4596
    TLcdGXYLayer now better respects the layer, painter, and label painter paint modes. Among others, the following issues are fixed:
    • painters never got the ILcdGXYPainter.DEFAULT flag
    • label painters never got the ILcdGXYLabelPainter.DEFAULT flag
    • several inconsistencies regarding the ILcdGXYLayer.HANDLES flag

    Bug fixLuciadFusion

    LMAP-4103
    TLcdXMLSchemaBasedEncoder and TLcdXMLSchemaBasedDecoder now only close OutputStream and Inputstream instances that they create themselves. They used to close also streams that were passed as input parameters.

    Bug fixLuciadFusion

    When using asynchronous painting and adding a new view (with an ILcdGXYEditableLabelsLayer), it was possible that the ALcdLabelLocations of the wrapped layer were not synchronized correctly initially.

    Bug fixLuciadFusion

    LMAP-4395
    A minor bug was fixed in TLcdGXYLabelPainter's discrete placements. Among others, the halo thickness was not taken into account.

    Bug fixLuciadFusion

    The intersection2DLSSFCT methods of TLcdEllipsoid compute the intersection point of two geodetic lines accurately on the ellipsoid instead of using a spherical approximation.

    Bug fixLuciadFusion

    LMAP-4156

    Upgrade considerationLuciadFusion

    ELcdGML32NilReasonEnumeration and ELcdGML32TimeUnit have been renamed to use a TLcd prefix and are now also regular classes instead of enumerations. These new classes correspond better with the types that are defined in the GML schema, and the API that uses these types is now also clearer.

    Existing users of these classes can simply use the new ones: TLcdGML32NilReasonEnumeration and TLcdGML32TimeUnit. A method is also available that allows retrieving a constant based on a String and allows iterating over all known values. The change also applies to the corresponding classes in GML 3.1.

    In most cases, this change results in a compilation error. However, this is not the case when the NilReasonEnumeration type is used as part of another union and/or choice. An example of this are for instance the nilReason and envelopeOrNull properties on TLcdGML32BoundedShape. The type of these properties is Object.class because they are a union/choice between TLcdGML32NilReasonEnumeration and another class (URI/Envelope). As such, no compilation errors are generated when a String value would be assigned to these properties. However, exceptions may occur at run-time because the property should not contain a String object.

    Upgrade considerationLuciadFusion

    The classes TLcdSHPPointM, TLcdSHPPointZ, TLcdSHPPolygonZ and TLcdSHPPolylineZ no longer implement ILcdDataObject. The interface was removed as geometry information for the SHP format is no longer exposed through the ILcdDataObject API. In case applications require access to the values contained in these geometries, the API exposed by the 4 before mentioned classes should be used.

    Upgrade considerationLuciadFusion

    In XML, a number of providers (TLcdXMLSchemaBasedMarshallerProvider, TLcdXMLSchemaBasedUnmarshallerProvider, TLcdXMLTypeMarshallerProvider, TLcdXMLTypeUnmarshallerProvider, TLcdXMLTypeObjectFactoryProvider, TLcdXMLMarshallerProvider and TLcdXMLUnmarshallerProvider) have a type unsafe API. These providers have public methods that return an object with a type parameter that is only used in the return value. As a result, the Java compiler's type inference allows callers to specify the type. This is incorrect and can lead to type unsafe code (this is code that compiles correctly but yields ClassCastExceptions at run-time). This unsafe API has been changed to use a wild-card type parameter as return type. This change may result in compilation errors. For type-safe code, these compilation errors can be easily fixed by using appropriate type parameters.

    Take the example ofILcdXMLUnmarshaller. This class has a method public <U, T extends U> ILcdXMLUnmarshaller<T> getUnmarshaller( QName aName, Class<U> aJavaClass ). This signature of this method is changed to public <U> ILcdXMLUnmarshaller<? extends U> getUnmarshaller( QName aName, Class<U> aJavaClass ). Because of this change, the following code no longer compiles, ILcdXMLUnmarshaller<X> m = provider.getUnmarshaller( ..., X.class ); and should be replaced by ILcdXMLUnmarshaller<? extends X> m = provider.getUnmarshaller( ..., X.class );

    Upgrade considerationLuciadFusion

    The magnetic north model decoders TLcdWMMModelDecoder and TLcdGRFModelDecoder now create TLcdValuedContour instances that contain ILcdPolyline shapes, instead of ILcdValuedPolygon instances that contain ILcdPolygon shapes. The old behavior can still be reproduced by calling the setCreateValuedPolygons() method (found in both model decoders) with parameter true. The default behavior will have this value set to false.

    Upgrade considerationLuciadFusion

    The behavior of the default model reference in TLcdDatabaseModelDecoder has been changed. Before, the default model reference was always used when set. Now, the default model reference will only be used when the method createModelReference of the ILcdDatabaseFactory associated with the TLcdDatabaseModelDecoder returns null. The old behavior can be accomplished easily by wrapping the TLcdDatabaseModelDecoder and manually replacing the reference of the decoded model with your model reference of choice (cast to ALcdModel and use setModelReference).

    Upgrade considerationLuciadFusion

    ILcdPOLGeometry now implements ILcdDataObject. Any custom implementations of this interface will have to implement this interface, using the POL data model found in TLcdPOLDataTypes.

    Upgrade considerationLuciadFusion

    ILcdDatabaseModelDescriptor now extends ILcdDataModelDescriptor. This change is a part of the upgrade of all vector formats supported by LuciadMap to support ILcdDataObject.

    Upgrade considerationLuciadFusion

    ILcdGXYEditableLabelsLayer now defines two new applyOnInteract() methods which take a paint mode as argument. One of these methods can be used to query domain objects, the other method can be used to query labels. These methods encapsulate the logic used to decide which objects and labels are painted by the layer. Hence, they take into account the labeled, scaleRange and labelScaleRange properties. For TLcdGXYLayer, the methods also use the selectionLabeled and filter properties for example. So these methods remove the need to do these checks externally, improving the encapsulation of the paint/applyOnInteract behavior of the layer.

    To see how these methods can be used to adjust the label painting behavior, see the labels.offset sample. In this sample, a distinction is made between labels representing bodies, and text labels. 'Body labels' are painted together with the bodies, and 'text labels' are painted on top later.

    This incompatible change impacts all user implementations of ILcdGXYEditableLabelsLayer. In that case a compile error is triggered. This compile error can be solved by implementing the two methods. For wrappers, the methods can be implemented by delegating to the wrapped ILcdGXYEditableLabelsLayer. For other implementations, ILcdGXYLayer#applyOnInteract() can be reused. However the implementation should take into account all settings that could modify the painting behavior.

    Upgrade considerationLuciadFusion

    The public constant UNKNOWN_TYPE was moved from TLcdCoreDataTypes to TLcdUnknownDataTypes. The type is now defined also in TLcdUnknownDataTypes.getDataModel() and no longer inTLcdCoreDataTypes.getDataModel().

    Upgrade considerationLuciadFusion

    TLcdComplexPolygon no longer extends TLcdShapeList or implements ILcdShapeList, since this extension was semantically not sound. Although it was occasionally convenient, it was often causing unexpected behavior, for instance when performing a series of instanceof tests. For backward compatibility, the typical TLcdShapeList methods are still available in TLcdComplexPolygon, but code that used to treat TLcdComplexPolygon as an ILcdShapeList will no longer function properly. Notably:
    • Assigning a TLcdComplexPolygon to an ILcdShapeList (local variable, argument, or field) will fail at compile-time.
    • Casting a TLcdComplexPolygon to an ILcdShapeList will fail at run-time (with a ClassCastException).
    • Performing an instanceof test of a TLcdComplexPolygon with ILcdShapeList will now return false at run-time.

    A possible symptom may be that complex polygons are not appearing in a view, because shape list painters and editors no longer work. The simple solution is to use complex polygon painters (like TLcdGXYPointListPainter) instead, which paints polygons correctly (taking into account any holes, unlike the shape list painters).

    Another symptom may be that complex polygons are not being encoded in a custom encoder, because they are no longer recognized. The encoder should then be adapted to iterate over the contained polygons instead of over the contained shapes.

    Upgrade considerationLuciadFusion

    Two new methods were added to the ILcdDataObject interface:
          boolean hasValue( TLcdDataProperty aProperty );
    
          boolean hasValue( String aPropertyName );
        
    These methods return true if a value is set for the specified property, false otherwise. They allow to test whether a multivalued property has a value, without triggering the creation of the Collection instance holding the values of that property (in case the collection would be empty and getValue() would lazily the collection). Classes that implement ILcdDataObject and do not inherit their ILcdDataObject implementation from a LuciadMap API class will no longer compile and need to be updated. The following code snippet provides a default implementation for these methods that is sufficient for most applications:
          public boolean hasValue(TLcdDataProperty aProperty ) {
          Object value = getValue( aProperty );
          if ( value != null ) {
          TLcdDataProperty.CollectionType collectionType = aProperty.getCollectionType();
          if ( collectionType != null ) {
          switch ( collectionType ) {
          case LIST:
          case SET:
          return ( ( Collection ) value ).size() > 0;
          case MAP:
          return ( ( Map ) value ).size() > 0;
          }
          }
          // Single-valued.
          return true;
          }
          // No value set.
          return false;
          }
    
          public boolean hasValue( String aPropertyName ) {
          return hasValue(getDataType().getProperty( aPropertyName ));
          }
        
    Only in cases where the data objects contain a large number of multivalued properties of which many are empty, a more optimized implementation that does not delegate to getValue() should be considered.

    Upgrade considerationLuciadFusion

    ILcdGXYEditableLabelsLayer now defines a new paint mode, PLACED_LABELS, which is used to signal that already placed labels should be painted. This mode is only passed to the layer when an ILcdGXYViewLabelPlacer is set on the view. When not using TLcdGXYLayer or an extension of it and when using an ILcdGXYViewLabelPlacer, the implementation of ILcdGXYLayer#paint() should be adjusted to support the ILcdGXYEditableLabelsLayer#PLACED_LABELS paint mode.

    Upgrade considerationLuciadFusion

    The return type of the following methods has been changed:
    • TLcdKML22DocumentProvider.updateDocument: changed from boolean to TLcdKML22Kml
    • TLcdKML22ImageProvider.updateImage: changed from boolean to Image
    A true return value now corresponds to an object being returned, a false return value now corresponds to null being returned.

    Upgrade considerationLuciadFusion

    The ILcdSVGModelDescriptor interface now implements ILcdDataModelDescriptor. If you have a custom implementation of this interface, you can delegate the work of the new interface methods to the TLcdSVGModelDescriptor class as a workaround. Another option would be to extend from TLcdSVGModelDescriptor directly, which is the recommended alternative.

    Upgrade considerationLuciadFusion

    LMAP-4574
    The ALcdBalloonManager no longer wraps the content generated by its ILcdBalloonContentProvider in a scrollpane. This allows for more flexibility while generating content. If you have any custom balloon content providers and would like to keep the scrollbar functionality, just wrap the content in a JScrollPane before returning it to theALcdBalloonManager:
          public JComponent getContent( ALcdBalloonDescriptor aBalloonDescriptor ) {
          //generate content as before
          JComponent contentPanel = generateContentPanel(aBalloonDescriptor);
          //wrap the result in a scrollpane
          JScrollPane scrollPane = new JScrollPane( contentPanel,
          JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
          JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED );
          return scrollPane;
          }
        

    Upgrade considerationLuciadFusion

    LMAP-4584

    The property names of the property change events (PropertyChangeEvent#getPropertyName()) fired when calling various setters of TLcdGXYLabelPainter now comply to the specification. As such, the property names can easily be derived from the method names, avoiding any confusion in the future.

    Search your code for the below strings in the context of PropertyChangeListener's, and rename them like this:

    • TLcdGXYLabelPainter#setForeground: "foreGroundColor" -> "foreground"
    • TLcdGXYLabelPainter#setBackground: "backGroundColor" -> "background"
    • TLcdGXYLabelPainter#setFrame: "framed" -> "frame"

    Upgrade considerationLuciadFusion

    TLcdGXYEditableLabelPainter has been deprecated in favor of ILcdGXYLabelEditor. The latter interface has a cleaner separation of concerns, and is independent of the ILcdGXYPainter used for the domain object.

    Upgrade considerationLuciadFusion

    ILcdMIFShape now extends the ILcdDataObject interface. The interface still extends the ILcdFeatured interface for backwards compatibility, but any custom implementations will have to implement the new interface as well.

    Upgrade considerationLuciadFusion

    LMAP-4378
    TLcdDataTypeBuilder now constrains the names that can be used for properties. Names of properties can only consist of letters, digits and the '_' character. More elaborate property names can be stored in the display name of the property.

    Upgrade considerationLuciadFusion

    ALcdLabelLocations has been modified to provide better support for the tracking of changes in the painted status of TLcdLabelLocation objects. Two methods were adjusted to have an extra argument denoting a fire event mode : setPainted() and clearAllPainted(). Classes extending ALcdLabelLocations should be adjusted to implement these abstract methods. The implementations of these methods can be facilitated by using TLcdLabelLocationEventSupport.

    Three extra abstract methods were added : fireCollectedLabelPaintedChanges(), addLabelPaintedListener() and removeLabelPaintedListener(). TLcdLabelLocationEventSupport can also be used to implement these methods.

    When setPainted() of clearAllPainted() is called by user code, a compile error will be shown. The fix is to add one of the following three modes as extra argument : ILcdFireEventMode.FIRE_NOW, ILcdFireEventMode.FIRE_LATER. Also note that when ILcdFireEventMode.FIRE_LATER is passed to these methods, fireCollectedPaintedChanges() should be called later.

    10.0

    10.0.19

    ImprovementLuciadFusion

    LMAP-4734
    Support use of urn:ogc:def:uom:EPSG codes for units of measure in GML.

    ImprovementLuciadFusion

    LMAP-4735
    Default values for URI's are now shared; this reduces memory usage for large GML models that contain for instance time geometric primitives.

    Bug fixLuciadFusion

    LMAP-4765
    TLcdEarthGLShapeTileSet: no longer logs an error for some exceptions that are actually valid scenarios.

    Bug fixLuciadFusion

    LMAP-4665
    TLcdOGCFilterEvaluator now properly evaluates comparison operators with operands that implement Comparable.

    Bug fixLuciadFusion

    LMAP-4745
    The custom JAI cache implementation (mostly used by TLcdGeoTIFFModelDecoder) suffered from memory leaks, which have been corrected now.

    Bug fixLuciadFusion

    LMAP-3984
    TLcdEarthElevationDataSplitter: fixed interpolation bug.

    Bug fixLuciadFusion

    Fix the IndexOutOfBoundsException that could occur when exporting certain complex polygons to GML.

    Bug fixLuciadFusion

    LMAP-4732
    Creating TLcdJULFileHandler programmatically threw an IllegalArgumentException.

    Bug fixLuciadFusion

    LMAP-4731
    TLcdGXYCircleBy3PointsPainter and TLcdGXYSurfacePainter threw a NullPointerException when painting with a null fill style.

    Bug fixLuciadFusion

    LMAP-4721
    TLcdEllipsoidUtil.intersection2DLineSegments now detects all border cases.

    10.0.18

    Bug fixLuciadFusion

    LMAP-4719
    TLcdSHPModelDecoder.setWithLazyFeaturing() was broken in LuciadMap 10.0. The decoder always loaded the full contents of the .DBF file regardless of the setting of the 'lazy featuring' property. The intended behavior has been restored, i.e. if lazy featuring is on then object attributes are only read from the .DBF file when they are first accessed by the application.

    Bug fixLuciadFusion

    LMAP-4724
    The TLcdGML32ArcByBulge and TLcdGML31ArcByBule did not always compute a correct bulge when using their LuciadMap interface.

    Bug fixLuciadFusion

    LMAP-4722
    The array-based list implementations for native types (TLcdIntArray, TLcdDoubleArray, etc.) now ensure their capacity (ensureCapacity) similar to java.util.ArrayList. This greatly improves their performance when large lists need to grow.

    Bug fixLuciadFusion

    LF-4
    Some georeferences caused an error when fusing.

    10.0.17

    ImprovementLuciadFusion

    LMAP-4718
    Improved the behavior of TLcdGXYNavigateControllerModel with rotation disabled.

    Bug fixLuciadFusion

    LMAP-4663
    The bounds of a TLcdLonLatFloatPolygon around the poles were not correct.

    Bug fixLuciadFusion

    LMAP-4703
    TLcdSingleTileRaster now correctly handles rounding problems near its border, which sometimes duplicated the first row and column of pixels.

    Bug fixLuciadFusion

    LMAP-4702
    TLcdRPCProjection now correctly handles a non-zero image height that is set. This corrects the model reference that is decoded for NITF files with RPC00B extensions, for instance.

    Bug fixLuciadFusion

    LMAP-4691
    Fixed gap/discontinuity on edges of elevation data assets.

    Bug fixLuciadFusion

    The TLcdEarthGLShapeTileSet did not properly select elements from a bounds indexed model. As a result more data could be loaded than necessary during tile production.

    Bug fixLuciadFusion

    When instant editing, switching from translating to reshaping in the middle of a mouse drag caused the editing to stop. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4495
    Fixed a bug in the TLcdGXYOffsetIconPainter when using instant editing.

    Bug fixLuciadFusion

    LMAP-4686
    ALcdGXYPen's hot points are no longer affected by the painter style.

    Bug fixLuciadFusion

    LMAP-4666
    TLcdSHPModelEncoder no longer throws ClassCastExceptions when the input model contains shape lists with elements that the SHP format cannot support (such as arcs). Instead, such elements are skipped by the encoding process.

    Bug fixLuciadFusion

    LMAP-2718
    ToolTipController sample sometimes did not display the intended tool tip from the first time.

    10.0.16

    ImprovementLuciadFusion

    LMAP-4583
    TLcdGML32ArcByCenterPoint and TLcdGML31ArcByCenterPoint now support the connect() method that can correct arcs which are not properly connected in a composite curve. This method corrects the arc such that its begin and end point coincide with the next point in the composite curve.

    Bug fixLuciadFusion

    LMAP-4681
    TLcdViewHeightProvider now also listens to model changes to update itself.

    Bug fixLuciadFusion

    LMAP-4429
    The accuracy of bounds transformations in the standard implementations of ILcdModelXYWorldTransformation has been further improved.

    Bug fixLuciadFusion

    TLcdInterpolatedRaster no longer interpolates with the default (unknown) value, thus avoiding artifacts in elevation rasters and weather rasters.

    10.0.15

    Bug fixLuciadFusion

    LMAP-4675
    Solved a NPE when using TLcdXMLEncoder (the xml encoder that doesn't rely on XML schema) to encode objects that do not implement ILcdXMLElementInfo.

    Bug fixLuciadFusion

    LMAP-4672
    TLcdMBeanPerformanceLogHandler now escapes its ObjectName values, allowing layers and models with special characters in their name.

    Bug fixLuciadFusion

    The TLcdEarthTileRepositoryPreprocessor sometimes failed to start if the Oracle XML parser is on the classpath.

    Bug fixLuciadFusion

    LMAP-4657
    TLcdColorMapCustomizer: could fire a change event while the TLcdColorMap was still in an inconsistent state. This could break listeners that relied on that.

    Bug fixLuciadFusion

    LMAP-4655
    In the geometry package topology calculations, if an arc was inside a polygon, the topology check "interacts" returned false. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4627
    TLcdFeatureIndexedVectorModel#retrieveByUniqueIndex() was incorrectly returning null in some cases.

    Bug fixLuciadFusion

    The warping raster painters now correctly paint interpolated rasters again (bug introduced with optimizations in version 10.0).

    Bug fixLuciadFusion

    LMAP-4141
    Exporting a model without bounds with the GML encoder now properly adds the srsName attribute to all exported features.

    10.0.14

    ImprovementLuciadFusion

    LMAP-4611
    TLcdLambertConformal can now be serialized.

    ImprovementLuciadFusion

    LMAP-4600
    The TLcdWKTModelReferenceParser recognizes "D_ETRS_1989" as a valid geodetic datum name.

    ImprovementLuciadFusion

    LMAP-4577
    TLcdWCSClient has improved support to detect service exception reports sent by the server.

    ImprovementLuciadFusion

    LMAP-4577
    TLcdWFSClient has improved support to detect service exception reports sent by the server.

    ImprovementLuciadFusion

    LMAP-4577
    TLcdWMSClient has improved support to detect service exception reports sent by the server.

    Bug fixLuciadFusion

    Fixed a problem in TLcdGXYAsynchronousPaintQueue that could prevent state changes from being propagated to the inner layer if asynchronous painting was ongoing.

    Bug fixLuciadFusion

    LMAP-4625
    TLcdGeodetic2Geodetic bounds transformations were incorrect for bounds wider than 180 degrees.

    Bug fixLuciadFusion

    LMAP-4618
    Selecting polylines or editing segments of polylines was broken when using the TLcdGXYRoundedPointListPainter. This has been fixed.

    Bug fixLuciadFusion

    TLcdDatabaseGXYPainterProvider now also supports ILcd3DEditablePolygon instances when used as an editor provider.

    Bug fixLuciadFusion

    LMAP-3620
    TLcdHaloIcon now paints the delegate icon properly centered. In practice, this only affected large halo sizes.

    Bug fixLuciadFusion

    LMAP-4606
    Initializing the (A,B) or (A,1/F) coefficients of an TLcdEllipsoid was not resetting the default ellipsoid name ("WGS_1984").

    Bug fixLuciadFusion

    LF-68
    The models returned by the fusion model decoders did not fire correct model events.

    Bug fixLuciadFusion

    Added fallback zip decoding mechanism which was needed for some zip variants. This issue prevented a few KMZ files from being decoded.

    Bug fixLuciadFusion

    LMAP-4624
    Improved performance of xlink resolution.

    Bug fixLuciadFusion

    LMAP-4601
    Fix decoding of global elements of a primitive type with a default value.

    Bug fixLuciadFusion

    LMAP-4520
    When working with multiple tiles on a very small world area, the WCS proxy object TLcdWCSProxy did not always correctly positioned the tiles in the resulting raster upon server response.

    10.0.13

    ImprovementLuciadFusion

    TLcdGXYClippingPainterWrapper: does not use straight-line approximations by default. This approximation can still be enabled by using the setClipPen method.

    Bug fixLuciadFusion

    The implementations of ILcdProjection have been corrected to take into account their central meridian when returning their boundary longitudes.

    Bug fixLuciadFusion

    LMAP-4429
    The accuracy of bounds transformations in the standard implementations of ILcdModelXYWorldTransformation has been improved, notably for bounds crossing the edges of the model/world projections.

    Bug fixLuciadFusion

    LMAP-4504
    TLcdGXYViewJPanelLightWeight sometimes did not update its labels correctly.

    Bug fixLuciadFusion

    Fixed bug that would add null to the end of an image url when it could not be parsed the first time.

    Bug fixLuciadFusion

    Fixed an issue that could cause a NullPointerException in case of XPath resolution.

    Bug fixLuciadFusion

    TLcdDatabaseModel now more efficiently commits elements that have been changed and subsequently deleted.

    Bug fixLuciadFusion

    LMAP-4585
    TLcdGXYIconPainter#anchorPointSFCT() did not account for ILcdGXYContext#getDeltaX/Y() while editing.

    Bug fixLuciadFusion

    TLcdGXYPolygonLabelPainter and TLcdGXYPolylineLabelPainter did not fire property change events for all setters.

    Bug fixLuciadFusion

    LMAP-4572
    TLcdGeoTIFFModelEncoder no longer throws a RasterFormatException when trying to encode a raster model with buffered tiles, with short pixel values that do not represent elevations.

    Bug fixLuciadFusion

    LMAP-4570
    TLcdDTEDModelDecoder and TLcdDTEDDirectoryModelDecoder no longer incorrectly return a geoid datum when when the flags applyGeoidDatums and supportGeoidDatums are both set.

    Bug fixLuciadFusion

    LMAP-4560
    TLcdVVJPanel: in some cases, an exception could be thrown when using the vertical view's controllers.

    10.0.09

    ImprovementLuciadFusion

    ALcdProjection (and consequently all projection classes) now implement the Cloneable interface.

    ImprovementLuciadFusion

    The TLcdEPSGReferenceFormatter and TLcdEPSGReferenceParser are now consistent with each other, in the sense that formatting a reference produced by the parser results in the same EPSG code as the original. Related to this, when the EPSG code is present in a WKT reference or when at least the axes of coordinates are specified, the TLcdWKTReferenceParser will produce references that give the correct EPSG code when parsed by TLcdEPSGReferenceParser.

    ImprovementLuciadFusion

    The clone methods of TLcdGeoidReference, TLcdGeoidReference, TLcdXYModelReference, TLcdTopocentricReference, TLcdOrthorectifiedProjection, TLcdPerspectiveProjection, TLcdPolyconic, now call super.clone().

    ImprovementLuciadFusion

    TLcdGridReference.clone() also copies the reference name.

    ImprovementLuciadFusion

    The TLcdEarthGXYViewTileSet now propagates exceptions that occur during painting of its layers. This was not possible before the ILcdPaintExceptionHandler interface was introduced.

    ImprovementLuciadFusion

    You can now specify a texture matrix for a TLcdEarthTexturedVertexArray. This can for example be used to only map a part of the texture on the vertex array data.

    ImprovementLuciadFusion

    TLcdFeaturedSingleShapeList and TLcdFeaturedMultiShapeList have been added to the package com.luciad.format.database. They are useful for representing shape lists that are identified by one of their features (typically a primary key from a database).

    ImprovementLuciadFusion

    The TLcdXMLSchemaBasedEncoder now also supports the weblogic.xml.stax.XMLStreamOutputFactory xml output factory implementation.

    ImprovementLuciadFusion

    Introduced TLcdPair as an immutable, generified key-value pair.

    ImprovementLuciadFusion

    The evaluation of bounding box operators against shapes that implement the ILcdShapeList interface is now more accurate. LuciadMap now evaluates each shape of the shape list against the bounding box instead of evaluating the bounds of the shape list against the bounding box.

    ImprovementLuciadFusion

    The TLcdEarthMetadataTerrainTileSet and TLcdEarthAssetTerrainElevationTileSet now also support TLcdEarthClippedRasterAssets with ELEVATION as the coverage type.

    ImprovementLuciadFusion

    The 2D and 3D painters where updated to:
    • Support updating tiles that are older than a certain age (enabled, with a 1 minute age, by default)
    • Support using outdated tiles when retrieving an updated version fails (enabled by default)
    The 3D painter was updated to:
    • Simplify customizing the default tile set wrappers such as the asynchronous tile set
    • Support soft caching of the tiles
    • Support updating tiles on demand
    The 3D terrain painter was also updated to:
    • Automatically add the necessary tile set wrappers for combining image and elevation tiles into terrain tiles. As a result it is now advised to no longer add these yourself. You should for example use TLcdEarthRepositoryModelDecoder instead of the TLcdEarthTerrainRepositoryModelDecoder.
    • Support image and elevation tile sets with a different set of tiles (e.g. you no longer need both an image and an elevation tile together). If a tile is missing, a tile at a lower level will be used instead.

    ImprovementLuciadFusion

    A large number of tile set implementations have been updated to support asynchronous tile operation. For example the TLcdEarthTexturedTerrainTileSet produces the elevation and images tiles, needed for a terrain tile, asynchronously. As a result more requests can be executed concurrently. This is especially important if a tile request involves network communication, which can have a high latency. The threads in the TLcdEarthAsynchronousTileSet now also support producing the delegate tiles asynchronously.

    ImprovementLuciadFusion

    LuciadFusion is a new software platform for the management, fusion, and storage of large spatial data sets in networked environments. The Fusion Client is the native LuciadMap connection to LuciadFusion for the retrieval of fused data from a central Data Server.

    Bug fixLuciadFusion

    Fixed an issue that could cause a stack-overflow exception in case a datamodel with a cyclic dependency was configured on a xml encoder or decoder.

    Bug fixLuciadFusion

    LMAP-4536
    Pin halo image cache was not validated often enough, sometimes causing label pins to be painted in the wrong location.

    Bug fixLuciadFusion

    LMAP-4494
    TLcdGeoTIFFModelDecoder now again correctly decodes GeoTIFFs with transparency bitmasks.

    Bug fixLuciadFusion

    LMAP-4529
    TLcdColorMapCustomizer: Enhancement LMAP-4452 could cause the gradient toggle to throw an ArrayIndexOutOfBoundsException.

    Bug fixLuciadFusion

    LMAP-4534
    TLcdGXYIconPainter#anchorPointSFCT() could produce a NullPointerException. This is fixed now.

    Bug fixLuciadFusion

    Fix an issue that caused incorrect decision on whether or not to expand a choice that contains other choices. This might cause exceptions during encoding and decoding.

    Bug fixLuciadFusion

    LMAP-4493
    TLcdGXYPointListPainter: when paint cache was used and changing the projection a NPE could occur while editing a polygon, and when adding a point to a polygon it could sometimes appear at the wrong edge. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4183
    The samples now also build the GUI on the Event Dispatch thread when started as an applet.

    Upgrade considerationLuciadFusion

    The ILcdEarthModelDecoderFactory interface was changed to allow configuration of the created model decoders. More specifically an extra java.util.Map parameter was added to its createModelDecoder method.

    Previously it was not possible to configure the created model decoder. As a result you could not use a single factory, but instead had to create one for each specific use case. Another drawback was that the creator had to know what configuration was optimal for each use case. By adding an extra configuration parameter, the user of the model decoder can specify what configuration is optimal in his use case. This is similar as the ILcdModelHeightProviderFactory.

    As a result of this change you may get some compile errors. In most cases you can fix these by using null or an empty map as the value for the new parameter.

    10.0.08

    ImprovementLuciadFusion

    LMAP-4461
    The WFS proxy sample now illustrates how an exception handler can be configured on the TLcdWFSProxyModel to deal with servers that behave erroneously.

    ImprovementLuciadFusion

    LMAP-4452
    TLcdColorMapCustomizer now has API that allows to change its layout, or to modify or remove the actions in the tool bar.

    ImprovementLuciadFusion

    LMAP-4440
    The TLcdXMLSchemaBasedEncoder now allows document-specific schema locations and prefixes to be used (see TLcdXMLSchemaBasedEncoder#getSchemaLocations( ILcdXMLDocumentContext ) and TLcdXMLSchemaBasedEncoder#getNamespacePrefixes( ILcdXMLDocumentContext ) ).

    ImprovementLuciadFusion

    The (unofficial) EPSG code 900913 used by Google Earth is now supported.

    Bug fixLuciadFusion

    LMAP-4517
    Fixed the documentation of ILcdBalloonContentProvider.

    Bug fixLuciadFusion

    Overlays that have an icon with view refresh parameter "onRegion", but no Region element, will now be refreshed once upon activation of the link.

    Bug fixLuciadFusion

    Implemented workaround for files that have a date using the year 0. This is not allowed according to the XML Schema 1.0 specification, but we have made an exception because it was requested.

    Bug fixLuciadFusion

    LMAP-4502
    TLcdColorMapCustomizer: Enhancement LMAP-4452 caused NullPointerExceptions on Java 1.4. It also caused the gradient toggle button to misbehave.

    Bug fixLuciadFusion

    TLcdEarthTileRepository: fixed exception when opening/creating a repository in read-only mode with JDK1.4 on Linux.

    Bug fixLuciadFusion

    LMAP-4506
    A memory leak in TLcdModelElementBalloonDescriptor was fixed.

    Bug fixLuciadFusion

    ISO measures and units of measures are now properly converted to GML32 when using WFS-T.

    Bug fixLuciadFusion

    The getModelElementTypes implementations of the GML model descriptors have been improved to leave out feature collection types.

    Bug fixLuciadFusion

    LMAP-4453
    Fixed bug in the iterator of the set returned by TLcdDataModel#getTypes().

    Bug fixLuciadFusion

    LMAP-4413
    Improved thread-safety for concurrent XML encoding, decoding and XPath resolution.

    Bug fixLuciadFusion

    Files with recursive MultiGeometry elements are now correctly visualized.

    10.0.07

    ImprovementLuciadFusion

    LMAP-4422
    TLcdMapLonLatGridLayer now allows changing its pen.

    ImprovementLuciadFusion

    LMAP-4236
    Made point Placemark painting in 2D consistent with 3D. When you zoom out and reach a certain threshold, icons become smaller to prevent cluttering of large icon sets.

    ImprovementLuciadFusion

    Model change events because of asynchronous NetworkLink updates are now scheduled on the AWT-EventQueue.

    ImprovementLuciadFusion

    Creating paintables for 3D painters now happens asynchronously in a background thread, to prevent the AWT-EventQueue from being blocked.

    ImprovementLuciadFusion

    The asynchronous retrieve methods can now be supplied with null as a callback function. In this case, no resource listener will be notified of the update, but the resource will be loaded in the background. To

    ImprovementLuciadFusion

    Added functionality for asynchronous updates in document and image providers. The new asynchronous update methods work analogously to the asynchronous retrieve methods, except that they force an update, even when the resource is cached. The existing update methods have been deprecated; their return argument will change in V10.1 from boolean to the updated value.

    ImprovementLuciadFusion

    Improved efficiency of various resource providers.

    ImprovementLuciadFusion

    Improved model content tree. Added new icons, including animated icons to show that a NetworkLink is loading. Also enhanced the tree model to prevent the tree from collapsing when a NetworkLink refreshes.

    Bug fixLuciadFusion

    Fixed problem with scaling of non-square icons. Their aspect ratio is now properly respected.

    Bug fixLuciadFusion

    LMAP-4439
    Fixed an issue that could cause decoding of transaction requests to fail when the request contains a schemalocation for a type defined by the WFS. We now ignore these schemalocations and use the schemas that are linked to the data.

    Bug fixLuciadFusion

    Fixed returned preferred reference in TLcdEarthTerrainElevationProvider when no elevation has been retrieved yet.

    Bug fixLuciadFusion

    LMAP-4433
    The TLcdFeaturedShapeList.canSetFeature() method was always returning true. Now it either returns true - when the default constructor is used, or delegates to the aFeaturesObject specified in the other constructors.

    Bug fixLuciadFusion

    LMAP-4428
    TLcdAdvancedMapRulerController did not respect the LabelFontBorder and LabelBackground properties.

    10.0.06

    ImprovementLuciadFusion

    LMAP-4430
    The GML2 model export (which is used by WFS-T) now also supports transformations from and to ILcdShapeList. Note that for GML31 and GML32 this was already supported.

    ImprovementLuciadFusion

    LMAP-4424
    The (unofficial) EPSG code 900913 used by Google Earth is now supported.

    Bug fixLuciadFusion

    LF-79
    The parameter to specify the levels to produce in TLfnEngineFactory#createRasterSession were not correctly interpreted.

    Upgrade considerationLuciadFusion

    The class TLcdXLinkConstants was removed from the API as there is hardly any use for it.

    10.0.05

    ImprovementLuciadFusion

    LMAP-4285
    The common GML model decoder now supports an additional constructor that takes a data model as parameter. This allows custom data models to be used just as the version-specific GML model decoders allow.

    ImprovementLuciadFusion

    TLcdJPEG2000ModelDecoder now provides a few additional settings for positioning rasters based on tie points.

    ImprovementLuciadFusion

    The GML model export (which is used by WFS-T) now also supports transformations from and to ILcdPolygon and ILcdShapeList.

    ImprovementLuciadFusion

    TLcdFeaturedSingleShapeList and TLcdFeaturedMultiShapeList now implement ILcdEditableShapeList.

    Bug fixLuciadFusion

    There was an illegal dependency from sample code on internal code.

    Bug fixLuciadFusion

    LF-89
    The Server's support for GZip content encoding was broken for at least the Jetty servlet container (and possibly others).

    Bug fixLuciadFusion

    LMAP-4380
    TLcdGeoTIFFModelDecoder again correctly interprets binary transparency masks, avoiding a ClassCastException from JAI (bug introduced in 10.0).

    Bug fixLuciadFusion

    LMAP-4392
    TLcdInterpolatingRasterHeightProvider did not account for horizontal wrap-around of the raster.

    Upgrade considerationLuciadFusion

    LMAP-4352
    TLcdGML31MultiLineString and TLcdGML31MultiPolygon no longer implement ILcd2DEditableShape or ILcd3DEditableShape. These interfaces are fairly generic and have no useful meaning on this level of the GML domain model.

    10.0.04

    ImprovementLuciadFusion

    LMAP-4306
    TLcdSHPModelEncoder now encodes the model reference in WKT format as a ".prj" file, instead of a ".ref" (Java properties) file. This allows the SHP models encoded by LuciadMap to be directly opened in ArcGIS.

    ImprovementLuciadFusion

    The string "Ok" has been replaced with the more commonly used "OK".

    ImprovementLuciadFusion

    LMAP-4280
    TLcdDataPropertyBuilder now supports a getName() and a getDeclaringTypeBuilder() method that returns respectively the name and the declaring type builder of the property that is being built.

    ImprovementLuciadFusion

    LMAP-4225
    TLcdGeoTIFFModelEncoder now supports encoding rasters with transparency using JPEG compression, by ignoring the transparency (JPEG compression only supports grayscale or RGB images without transparency).

    ImprovementLuciadFusion

    TLcdGeoTIFFModelEncoder is now more efficient when encoding rasters with multiple rendered image tiles, for instance when encoding a regular grid of GeoTIFFs into a single GeoTIFF.

    ImprovementLuciadFusion

    The standard implementations of bounds now compute intersections and unions slightly more efficiently. Since these are fundamental operations, this also improves the efficiency of other operations, like transformations of bounds and construction of spatial models.

    ImprovementLuciadFusion

    TLcdDTEDModelDecoder now also decodes DTED files that do not have the standard 1 degree by 1 degree size.

    Bug fixLuciadFusion

    LF-86
    Decoding of models during Fusion would fail when the temporary folder was full, without a clear message. Fusion can now handle a situation where the temporary folder is full.

    Bug fixLuciadFusion

    LMAP-4383
    TLcdDataTypeBuilder#primitive(aBoolean) now only makes the type primitive if the argument is true. A type set to primitive will also get TLcdCoreDataTypes#OBJECT_TYPE as super type unless another super type was already set before.

    Bug fixLuciadFusion

    TLcdDataPropertyBuilder#annotate(aBoolean) incorrectly annotated the first property of the type instead of the property being built by the property builder. This has been fixed.

    Bug fixLuciadFusion

    LMAP-4358
    TLcdGXYPointListPainter and TLcdGXYSurfacePainter could draw erroneous line segments when drawing an ILcdComplexPolygon or multiple surfaces containing a point list, respectively, if the paint cache was enabled. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3822
    TLcdGeoTIFFModelDecoder now correctly interprets the SampleFormat tag for identifying elevation data (bug introduced in 8.3.13).

    Bug fixLuciadFusion

    LMAP-4351
    All stamp label painters cleared the image caches on a property change, even when the property remains the same.

    Bug fixLuciadFusion

    LMAP-4347
    TLcdGXYArcBandPainter was incorrectly using the "creationOrientation" property during editing operations. As a consequence, arcbands created programmatically were sometimes swapped around the first time they were edited with the edit controller.

    Bug fixLuciadFusion

    LMAP-4346
    TLcdLonLatHeightPolygon computed its bounds using spherical computations instead of ellipsoidal, which was inconsistent with TLcdLonLatPolygon and other geodetic shapes. An ellipsoid can now be specified (by default WGS_84).

    Upgrade considerationLuciadFusion

    LMAP-4337
    ILcdDataObject.getValue(String) and TLcdDataType.getProperty(String) should use the property defined in the most specialized type in case more than one property with the given name exists in the type's hierarchy.

    10.0.03

    ImprovementLuciadFusion

    LMAP-4326
    Improved the TLcdXMLSchemaBased(Un)MarshallerProvider such that it can also return (un)marshallers for elements of simple types.

    ImprovementLuciadFusion

    Improved performance of parsing XML schema's, in particular for large schema's.

    ImprovementLuciadFusion

    LMAP-4350
    Increased model decoder flexibility for incorrectly formatted dates. The model decoder now accepts any separator between numbers, and allows any amount of numbers in the dates themselves.

    ImprovementLuciadFusion

    The WFS client sample TransactionHandler class was slightly improved to allow easier customization of the TLcdWFSProxyModelFactory and to always return the transaction response which allows users to evaluate the result of a transaction.

    ImprovementLuciadFusion

    By default support special versions of EPSG codes and some specific srs names like CRS84.

    ImprovementLuciadFusion

    LMAP-4312
    Improved handling of certain bad filters, this will now result in a WFS service exception.

    ImprovementLuciadFusion

    Added support for the deprecated Url element of a NetworkLink or AbstractOverlay.

    ImprovementLuciadFusion

    The KML decoder now correctly decodes files containing address nodes with child elements (note that according to the KML schema, such nodes should only contain plain text).

    Bug fixLuciadFusion

    LMAP-4384
    Fixed TLcdXMLSchemaBasedEncoder such that it always encodes using UTF-8. Before this fix, the context would use the default encoding. This works fine using the wstx XML parser. But when using Xerces (included in Java6), this produced incorrect XML documents when non ASCII characters are present in string content.

    Bug fixLuciadFusion

    The TLcdKML22DynamicModel#applyOnInteract2DBounds method now correctly returns an integer that represents the amount of elements the given function has been applied on, keeping in mind the elements that were filtered out due to a custom filter, such as the time bounds.

    Bug fixLuciadFusion

    The TLcdEarthSeparateAlphaImageTileDataCodec now handles images with pre-multiplied alpha correctly.

    Bug fixLuciadFusion

    The OGC filter encoder now encodes java.util.Date literals using ISO8601 date format. This is compatible with the behaviour of the old deprecated filter encoder.

    Bug fixLuciadFusion

    TLcdXMLDataObjectMappingLibrary now correctly registers element information for elements defined in global model groups that are referred to by other model groups.

    Bug fixLuciadFusion

    LMAP-4338
    Several GML32, GML31 and GML Model classes that implement ILcdShapelist (for instance the model classes that represent MultiGeometry, MultiCurve, Surface and MultiPoint) now properly update there bounds when one of their elements changes.

    Bug fixLuciadFusion

    Fixed exception that occurred for certain rotated ScreenOverlay elements in the TLcdKML22GXYPainterProvider.

    Bug fixLuciadFusion

    TLcdXMLDataModelBuilder now properly allows the creation of datamodels for cases where an XML schema is split over multiple documents (each with the same namespace) and no single schema document exists that imports all other documents.

    Bug fixLuciadFusion

    Improved the flexibility of the model decoder to allow KMZ files with deflated entries.

    Bug fixLuciadFusion

    LMAP-4344
    The TLcdEarthGXYRasterPainter did not log a warning when the cache size is too small and did not automatically increase its cache size, if this feature is enabled.

    Bug fixLuciadFusion

    AbstractOverlay elements inside an updating NetworkLink will now force a new query to the server to support updating images.

    Bug fixLuciadFusion

    Fixed issue with draw orders for ScreenOverlay elements in 2D layers.

    Bug fixLuciadFusion

    LMAP-4286
    Adding or removing one or more elements from a GML model now properly throws model change events.

    Bug fixLuciadFusion

    Fixed the exception that would arise when a NetworkLink didn't contain its mandatory Link element.

    Bug fixLuciadFusion

    LMAP-4309
    The dateStamp property of TLcdISO19115MetaData can now be properly set (used to throw a NullPointException) using the property setter. This also fixes the same issue for the setters for a number of similar properties on metadata domain objects.

    Upgrade considerationLuciadFusion

    LMAP-4353
    TLcdKML22MultiGeometry no longer implements ILcd3DEditableShape as this interface should never have been there.

    10.0.02

    ImprovementLuciadFusion

    LMAP-4317
    The TLcdWKTModelReferenceDecoder now recognizes the "ETRF_1989" datum name.

    ImprovementLuciadFusion

    The constructor of the TLcdDatabaseModelDescriptor now sets the source name to the JDBC connection URL.

    ImprovementLuciadFusion

    LMAP-4186
    The convolution halo algorithm now supports translucent halo colors.

    Bug fixLuciadFusion

    LMAP-4314
    In certain cases TLcdGeocentric2Grid.modelBounds2worldSFCT() did not throw an TLcdNoBoundsException when it should.

    Bug fixLuciadFusion

    LMAP-4307
    The TLcdDataBaseModelDecoder was creating models with Cartesian bounds (TLcdXYBounds) even if the model reference was geodetic.

    Bug fixLuciadFusion

    LMAP-4184
    TLcdSelectionSupport#selectObjects fired a TLcdSelectionChangedEvent even if NO_EVENT was indicated.

    Bug fixLuciadFusion

    LMAP-4189
    The filled part of the FILLED_CIRCLE TLcdSymbol did not stay within the outline.

    Bug fixLuciadFusion

    LMAP-4185
    TLcdLayer could throw a NPE when calling fireCollectedSelectionChanges. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2762
    Applying TLcdEPSGReferenceFormatter to an ILcdModelReference or an ILcdXYWorldReference that did not implement ILcdGeoReference resulted in a ClassCastException instead of IllegalArgumentException.

    Bug fixLuciadFusion

    LMAP-2194
    In some cases, TLcdGXYMagnifierController would display an empty window on systems running Windows.

    Bug fixLuciadFusion

    LMAP-4108
    TLcdGXYIconPainter sometimes returned incorrect bounds when using an ILcdAnchoredIcon combined with rotated icons.

    Bug fixLuciadFusion

    LMAP-4044
    Sometimes labels were painted too often using the TLcdGXYViewLabelPainter and TLcdGXYLayerLabelPainter.

    10.0.01

    Bug fixLuciadFusion

    The layer factories of the default ALfnFormat's did not support ILcdModelTreeNode's. As a result sub-models of such models were not fused by the engine.

    Bug fixLuciadFusion

    The ALcdEarthGLTiledClipmapLevel, used in all earth 3D painters, could throw an exception when updating for a tile set that does not cover the entire earth surface.

    10.0

    ImprovementLuciadFusion

    The OGC filter model now implements ILcdDataObject and can as such be accessed in a generic way.

    ImprovementLuciadFusion

    For USB iButton hardware keys on Linux, the suggested udev configuration file 45-ds2490.rules has been renamed to ds2490.rules. This gives it precedence over the default configuration, which is required for some recent versions of Linux (for example Ubuntu 9.10).

    ImprovementLuciadFusion

    The internal EPSG database has been updated to version 7.5.

    ImprovementLuciadFusion

    The TLcdEarthTileRepositoryPreprocessor will now inform its progress listener more regularly and respond more quickly to cancellation.

    ImprovementLuciadFusion

    The new sample samples.decoder.raster.hgt decodes the SRTM HGT format using a custom raster model decoder.

    ImprovementLuciadFusion

    LMAP-4096
    An icons sample was added in samples.gxy.icons.basic. This sample demonstrates the use of icons and the TLcdGXYIconPainter. It shows the use of ILcdAnchoredIcon, rotated icons and icons scaling.

    ImprovementLuciadFusion

    LMAP-4052
    It is now possible to choose an interrupt mode when interrupt painting is enabled for asynchronous painting. The available modes are ALWAYS and NON_OVERLAPPING_PAINTS_ONLY. When using the second mode ongoing paint jobs are only stopped when a new paint job is scheduled and when its contents are completely outside the view. The modes can be set using TLcdGXYAsynchronousPaintQueue.setInterruptMode( InterruptMode aInterruptMode ).

    ImprovementLuciadFusion

    LMAP-3184
    The TLcdEarthGXYRasterPainter has been improved significantly. Some of the improvement and fixes are:
    • The painting is significantly faster when the raster data must be transformed to a different reference
    • The tiles at the center of the view are now requested first
    • The cached tiles can be updated to make changes in the tile set visible
    • The view no longer becomes blurry when panning
    • The painter no longer runs out-of-memory due to cached tiles that are outside the view

    ImprovementLuciadFusion

    Introduced the domain class TLcdXMLXPathString to represent an XPath expression as a string with a name space context.

    ImprovementLuciadFusion

    A number of new classes have been introduced to facilitate the use of xlink. See the com.luciad.format.xml.bind.xlink package and its sub packages.

    ImprovementLuciadFusion

    The com.luciad.format.xml.bind.schema.dataobject package is introduced. This package provides support to bind XML schema automatically to a Java domain model. The domain classes of such a model implement com.luciad.datamodel.ILcdDataObject. More information about this new API can be found in the LuciadMap developer's guide.

    ImprovementLuciadFusion

    Introduced ALcdXMLModelDecoder and ALcdXMLModelEncoder as common base class for model decoder and encoder implementations that are based on XML schema. TLcdXMLModelDecoderWrapper and TLcdXMLModelEncoderWrapper are concrete extensions of these abstract classes that implement their functionality through delegation. These classes are introduced to facilitate the creation of an ILcdModelEncoder and ILcdModelDecoder for model based on XML schema.

    ImprovementLuciadFusion

    Introduced TLcdXMLXPathFactory that supports the use of XPath expressions on data object enabled domain models that are derived from an XML schema.

    ImprovementLuciadFusion

    LMAP-1175
    The WFS server now correctly takes the 'srsName' attribute of incoming queries into account to convert bounding box operators to the coordinate system of the model that is being filtered.

    ImprovementLuciadFusion

    The WFS server now provides api to convert incoming XPath expressions to the native format that is provided to the WFS. A default implementation exists that relies on the ILcdDataObject interface to support this conversion automatically, assuming that the default WFS client model encoders are used to generate the GML schemas.

    ImprovementLuciadFusion

    LMAP-3146
    Many painters now have a getter and setter for a 'minimum edit delta' property. This property represents the minimum pixel distance the input device (a mouse, for example) must move before editing the shape. A larger value ensures that the object easily snaps back in place, a small value allows fine editing.

    ImprovementLuciadFusion

    LMAP-3038
    TLcdETOPOModelDecoder now also decodes the ETOPO1 product (an elevation raster covering the entire world at 1-minute resolution, distributed by the NOAA's National Geophysical Data Center).

    ImprovementLuciadFusion

    TLcdISO19103MeasureAnnotation is introduced. This allows data properties to be annotated with an ISO19103 unit of measure.

    ImprovementLuciadFusion

    The new com.luciad.datamodel package introduces support for the new unified approach taken in LuciadMap for the definition and interaction with domain objects. This approach provides a common API to access all domain objects, independent of their specific domain. In addition, this API makes information about the static structure of the domain objects available. This is the information that typically can be found in UML class diagrams.

    This package is designed to be a replacement forILcdFeatured. It is the preferred way to model domain objects as from LuciadMap V10. For backwards compatibility reasons, ILcdFeatured will remain supported. But no new features will be added to it.

    The main classes from this package are the following.
    • ILcdDataObject
    • TLcdDataModel, TLcdDataType and TLcdDataProperty
    • ILcdAnnotation
    The class com.luciad.model.ILcdDataModelDescriptor was added for models of which the elements implementILcdDataObject. More information about this new API can be found in the developer's guide.

    ImprovementLuciadFusion

    LMAP-3872
    The class TLcdGMLSrsRepository allows application developers to add additional model reference parsers and formatters to deal with custom srsNames that are not recognized by the default implementation.

    ImprovementLuciadFusion

    New classes are provided for rendering balloons on top of maps: ALcdBalloonManager, TLcdGXYBalloonManager, ILcdBalloonContentProvider. In addition, the 3D optional package provides an equivalent balloon manager implementation for integration with 3D views. Please refer to the developer's guide for more information on the use of balloons.

    ImprovementLuciadFusion

    LMAP-3925
    SLD now also supports 2D painting of extruded shapes. Painting of such shapes is done by painting their base shapes.

    ImprovementLuciadFusion

    A new package com.luciad.format.metadata has been added. This package is split up in two parts:
    • The com.luciad.format.metadata.model package and subpackages provide a Java class representation of the ISO Metadata domain model.
    • The com.luciad.format.metadata.xml package provide an ISO19139 compliant XML decoder, encoder and XML libraries.
    This new package now supports the final version of the ISO 19139 Metadata XML encoding standard. The domain model of the new package also supports the new unified domain access (all domain classes implement ILcdDataObject). An encoder for exporting metadata to ISO 19139 compliant XML is also provided. Both the decoder and encoder are now based on the XML Binding framework, allowing easy integration with other XML formats that use metadata.

    ImprovementLuciadFusion

    LMAP-4001
    An ILcdEarthTileSet can now have an uneven amount of rows and columns at level 0. (ex. 1 tile at level 0).

    ImprovementLuciadFusion

    The TLcdEarthGXYViewTileSet now also supports production of tiles with a different number of horizontal and vertical pixels.

    ImprovementLuciadFusion

    Support has been added to allow dispatching custom input events to GUI components and, in particular, LuciadMap views and controllers. See TLcdAWTEventDispatcher, TLcdAWTEvent and ILcdAWTEventSource, and/or the developer's guide for more information.

    In addition, a new TLcdTouchEvent type has been defined that enables multi-touch user input. Touch events are automatically generated for Windows 7 Touch compatible devices when using Sun's 1.5 and 1.6 JDK implementations, and you can also create and dispatch touch events yourself. The following new controllers work exclusively with touch-based user input:

    • TLcdGXYTouchEditSelectController
    • TLcdGXYTouchNewController
    • TLcdGXYTouchNavigateController
    • TLcdMapTouchRulerController

    Also, several new touch samples have been added to illustrate the use of this new functionality. Please refer to the developer's guide and the samples section for more information on this new functionality.

    ImprovementLuciadFusion

    LMAP-3737
    TLcdOGCXPath now also support the descendent-or-self (//) axis.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now decodes ARGB color models in such a way that they are optimized for rendering to the screen. If this introduces a platform-dependency that you want to avoid, you can set the Java system property optimize.raster.color.model tofalse.

    ImprovementLuciadFusion

    TLcdSHPModelDecoder logs a less severe message if it cannot find a .dbf file next to a .shp file.

    ImprovementLuciadFusion

    Added a new property retriever provider (see class TLcdDataModelPropertyRetrieverProvider) that supports models whose elements implement ILcdDataObject.

    ImprovementLuciadFusion

    The OGC filter model now implements ILcdDataObject. This enables generic access to the filter objects. The TLcdOGCFilterDataTypes class provides direct access to the filter data model and the types it declares.

    ImprovementLuciadFusion

    LMAP-3646
    The on map navigation controls introduced for Lucy in V9.1 are now available in LuciadMap. See the package "com.luciad.gui.swing.navigationcontrols".

    ImprovementLuciadFusion

    A new fill style was added that allows to fill surfaces with stripes: TLcdGXYStripedFillStyle.

    ImprovementLuciadFusion

    The new package com.luciad.format.kml22 introduces support for the KML (Keyhole Markup Language) format. The current supported version is 2.2 (OGC specification OGC 07-147r2). The package provides support for decoding KML data, as well as painters to visualize KML data on both 2D and 3D maps. The samples included in the release provide an implementation of a Swing-based model content tree, allowing tree-based browsing of KML files. Please refer to the developer guide for an introduction to this package.

    ImprovementLuciadFusion

    The default value of the elevation tiles produced by the TLcdEarthTerrainElevationTileSet and TLcdEarthTerrainHeightTileSet can now be configured.

    ImprovementLuciadFusion

    The asset based tile set (TLcdEarthMetadataTerrainTileSet, TLcdEarthAssetGXYViewTileSet and TLcdEarthAssetTerrainElevationTileSet) implementations can now use a model decoder factory to create the model decoders for the assets instead of using the (optional) model decoder associated with each asset.

    ImprovementLuciadFusion

    The WCS server sample is now delivered with a graphical front-end, based upon Java Server Pages (JSP) technology, giving access to the capabilities of the server. When starting the server sample through the startup script ogc.server.start, the front-end can be accessed through the URL http://localhost:8080/LuciadMapWCS.

    ImprovementLuciadFusion

    The WFS server sample is now delivered with a graphical front-end, based upon Java Server Pages (JSP) technology, It gives access to the capabilities of the server, and provides a convenient way to test HTTP POST requests. When starting the server sample through the startup script ogc.server.start, the front-end can be accessed through the URL http://localhost:8080/LuciadMapWFS.

    ImprovementLuciadFusion

    The WMS server sample is now delivered with a graphical front-end, based upon Java Server Pages (JSP) technology, giving access to the capabilities of the server. When starting the server sample through the startup script ogc.server.start, the front-end can be accessed through the URL http://localhost:8080/LuciadMapWMS.

    ImprovementLuciadFusion

    The WFS client API now supports creating and sending the following WFS-T requests:
    • Transaction
    • LockFeature
    • GetFeatureWithLock

    ImprovementLuciadFusion

    The support for locking and transactions has been improved, and is also WFS 1.1.0 and WFS 1.0.0 compliant. These features can be controlled through a parameter in the servlet configuration file. More information can be found in the developer guide.

    The transactional improvements rely on the new ILcdDataObject interface that is introduced in LuciadMap V10. Users should ensure that the elements of the models provided to the WFS server implement this interface.

    Additional api was added that allows you to customize how locking and transactions are handled. This makes it possible to support any kind of data backend.

    ImprovementLuciadFusion

    The WFS server implementation is now fully WFS 1.1.0 compliant. This results in some changes:
    • The result of a GetFeature request is now a wfs:FeatureCollection
    • The server now performs more strict input checking, invalid input will result in an exception report.
    • Improved filtering capabilities.

    ImprovementLuciadFusion

    The GML models now implement ILcdIntegerIndexedModel.

    ImprovementLuciadFusion

    The internal EPSG database has been updated to version 7.4.1.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder new sets up a global optimized cache for the Java Advanced Imaging library. If you want to disable this optimization, you can set the Java system property optimize.jai.tile.cache to false.

    ImprovementLuciadFusion

    The performance of the raster painters has been improved for a number of common cases (rasters with rendered images, rasters with single tiles, rasters that cover a small part of the view).

    ImprovementLuciadFusion

    The performance of the view has been improved when firing PropertyChangeEvents and TLcdViewInvalidationEvents.

    ImprovementLuciadFusion

    LMAP-3748
    TLcdGXYContext has been extended to allow multiple input points.

    ImprovementLuciadFusion

    The TLcdEarthGLTerrainPainter now operates better with low JVM heap sizes.

    ImprovementLuciadFusion

    LMAP-3803, LMAP-3801
    The TLcdWKTReferenceFormatter is now able to encode ILcdGridReference objects having a non-zero rotation. This results in a FITTED_CS reference system with an affine mapping that defines a pure rotation. The TLcdWKTReferenceParser has also been updated to correctly reconstruct the original rotated grid reference from the WKT.

    ImprovementLuciadFusion

    The TLcdEarthGLAboveGroundTileSet tileset also supports putting objects at ground level (e.g. replacing their own altitude by the ground altitude).

    ImprovementLuciadFusion

    The TLcdGXYArcPainter, TLcdGXYArcBandPainter and TLcdGXYGeoBufferPainter now offer more alternatives for computing the anchor point:
    • TLcdGXYArcPainter: middle of the arc bounds, middle of the cord, middle of the arc.
    • TLcdGXYArcBandPainter: middle of the bounds, middle of the arc band.
    • TLcdGXYGeoBufferPainter: middle of the bounds, middle of the buffer.

    ImprovementLuciadFusion

    LMAP-3779
    The performance of TLcdGXYPointListPainter#isTouched is improved by caching original points in a smarter way.

    ImprovementLuciadFusion

    TLcd3DEditablePointList now implements ILcdCloneable.

    ImprovementLuciadFusion

    TLcdPerspectiveProjection now has a getter for the "right" vector of its projection plane (in addition to the "up" vector).

    ImprovementLuciadFusion

    LMAP-3665
    TLcdGeoTIFFModelEncoder and TLcdGeoTIFFModelDecoder now encode and decode a grid reference with a perspective projection using GeoTIFF's 4x4 homogeneous matrix in a geocentric reference.

    ImprovementLuciadFusion

    LMAP-1213
    TLcdGeoTIFFModelDecoder now no longer throws unexpected RuntimeExceptions.

    ImprovementLuciadFusion

    LMAP-3663
    TLcdGeoTIFFModelencoder and TLcdGeoTIFFModelDecoder now support the tag for orthorectification based on Rational Polynomial Coefficients (RPC).

    ImprovementLuciadFusion

    LMAP-2374
    TLcdNoWarpRasterPainter and TLcdNoWarpMultilevelRasterPainter (and TLcdRasterPainter and TLcdMultilevelRasterPainter) have been optimized to produce a lot less temporary arrays when painting rasters that are decoded and cached by Java Advanced Imaging (like GeoTIFFs). This eases the burden on garbage collection, resulting in markedly better performance for large rasters.

    ImprovementLuciadFusion

    LuciadFusion is a new software solution for the management, fusion, and storage of large spatial data sets in networked environments. The Data Server stores fused data and serves a large number of (remote) clients from a central location.

    ImprovementLuciadFusion

    LuciadFusion is a new software solution for the management, fusion, and storage of large spatial data sets in networked environments. The Fusion Engine efficiently processes and fuses data from various sources at any resolution.

    ImprovementLuciadFusion

    The GML domain model now has a public API defined in the packages com.luciad.format.gml2.model, com.luciad.format.gml31.model and com.luciad.gml32.model. This API defines domain classes for all types concerning geometry and features defined by the GML schema (version 2, 3.1 and 3.2). These domain classes implement com.luciad.datamodel.ILcdDataObject.

    Bug fixLuciadFusion

    TLcdPolyconic did not return a deep clone, making the copy potentially unsafe.

    Bug fixLuciadFusion

    TLcdPolarStereographic did not return a deep clone, making the copy potentially unsafe.

    Bug fixLuciadFusion

    The clib_jiio_sse2.dll native library has been removed from the release, as it is known to cause stability problems.

    Bug fixLuciadFusion

    LMAP-3833
    The method ALcdGXYPen#getHotPointSize used to return the maximum of the width and height of an icon set as HotPointIcon. Now it returns the maximum divided by two. Since this property is used as a sensitivity to evaluate whether or not a the representation of an object is touched by a certain pixel, all handles used to have an sensitive region twice as big as the icon representing the handle. Now the region is exactly as big as the icon. For small icons/handles, this might make it more difficult to select or edit them. However it is now possible to increase the sensitivity for interaction directly by passing it in the ILcdGXYContext (see ILcdGXYContext#getSensitivity). This is for instance used by the select and edit controller models (See TLcdGXYEditControllerModel2#setSensitivity for example).

    Bug fixLuciadFusion

    LMAP-3988
    Asynchronous painting now remains working correctly after calling TLcdGXYLayer#setLabelLocations().

    Bug fixLuciadFusion

    LMAP-4051
    The following errors are prevented for a number of painters :
    • ClassCastException could be thrown if painter is changed at runtime.
    • Caching would not work if multiple painters of the same type were used on the same layer.

    Bug fixLuciadFusion

    LMAP-4002
    Fixed several issues in the 3D painters:
    • The painter will no longer request the same tile multiple times if the view does not change.
    • The painter will always paint the tiles at level 0 if they fit in the configured clip region size.

    Bug fixLuciadFusion

    LMAP-2610, LMAP-3398
    The Data files and the resource files used by the samples have all moved to the samples/resources directory. This simplifies modifying and running the samples from an IDE such as Eclipse or IntelliJ. How to set up an IDE project is now also better explained in the Getting Started page in these documentation pages.

    Bug fixLuciadFusion

    LMAP-3797
    When formatting a grid reference based on the equidistant cylindrical projection, the TLcdEPSGFormatter now returns the code 32663 instead of 32662 (which has been deprecated).

    Bug fixLuciadFusion

    TLcdGXYEditControllerModel2#paintEditing: calling this method with EDIT_WHAT_NO_CHANGE or EDIT_HOW_NO_CHANGE will do nothing, and no longer call the (label) painter. The new TLcdGXYMultiPointEditControllerModel class has the same behavior.

    Bug fixLuciadFusion

    TLcdGUIIcon: the icon for ID ROTATE_3D_16 now matches the documented one.

    Bug fixLuciadFusion

    LMAP-3875
    The OGC filter decoder now properly sets the shapeGeoReference property for spatial operators (before this fix, the shapeGeoReference property would not be set).

    Bug fixLuciadFusion

    The GL painter could not paint tilesets with more than 30 levels.

    Bug fixLuciadFusion

    LMAP-3784
    TLcdGXYLayer did not respect the label scale range for selected labels.

    Upgrade considerationLuciadFusion

    The TLcdGMLxxAbstractFeature classes for GML version 2, 3.1 and 3.2 no longer implement ILcd2DEditableShape or ILcd3DEditableShape. These interfaces are fairly generic and have no useful meaning on this level of the GML domain model.

    Upgrade considerationLuciadFusion

    TLcdOGCFilter now supports feature ids next to GML object ids. These feature ids are deprecated in the OGC Filter 1.1.0 standard but are required to pass the compliancy tests. The old implementation automatically converted feature ids into gml object ids.

    Upgrade considerationLuciadFusion

    The clib_jiio_sse2.dll native library has been removed from the release, as it is known to cause stability problems.

    Upgrade considerationLuciadFusion

    A new library lcd_wxs_server.jar has been added, sharing common code between the WMS, WFS and WCS server implementations. This might require an update to existing application build and obfuscation scripts, to incorporate the new library.

    Upgrade considerationLuciadFusion

    A new library lcd_wxs_server.jar has been added, sharing common code between the WMS, WFS and WCS server implementations. This might require an update to existing application build and obfuscation scripts, to incorporate the new library.

    Upgrade considerationLuciadFusion

    A new library lcd_wxs_server.jar has been added, sharing common code between the WMS, WFS and WCS server implementations. This might require an update to existing application build and obfuscation scripts, to incorporate the new library.

    Upgrade considerationLuciadFusion

    The metadata API that was available in com.luciad.metadata has been replaced with an improved implementation in com.luciad.format.metadata. Related to this change, the old metadata interfaces that were implemented by some OWS domain model classes have been removed from these classes.

    The change will have no or very little impact on existing implementations as the affected classes are mostly used internally. Methods that were available on these interfaces can still be found in the OWS domain model.

    Upgrade considerationLuciadFusion

    The ILcdWFSFeatureType interface has been extended with two methods to indicate that the type supports transactions and/or locking. Most existing implementations will want to return false for these methods, which is also the case for implementations that use the TLcdWFSFeatureType class.

    The getModelObjectFactory() method of ILcdWFSFeatureType has been removed. The ILcdDataObject interface is now used to create new instances for specific feature types. This means that servers that wish to support transactions are required to use ILcdDataObject enabled models. Existing transactional WFS implementations should take this into consideration before upgrading.

    Upgrade considerationLuciadFusion

    The classes TLcdGXYEditController, TLcdGXYSelectController, TLcdGXYSelectControllerModel and TLcdGXYSelectControllerModelSW have been deprecated. Their functionality will remain present as is. It is advised to use their more flexible and powerful alternatives : TLcdGXYEditController2, TLcdGXYSelectController2 and TLcdGXYSelectControllerModel2.

    Upgrade considerationLuciadFusion

    The ILcdGXYContext interface has been extended with support for multiple input points (to allow for instance touch based editing with more than one finger) and a built-in sensitivity, a tolerance used by painters and editors when interacting with objects. Because this interface might be further extended in the future, it is strongly discouraged to implement it from scratch. Extend TLcdGXYContext for custom implementations or extend ALcdGXYContextWrapper to create a wrapper for a ILcdGXYContext. These classed will always be kept consistent with the interface.

    Upgrade considerationLuciadFusion

    The getPaintExceptionHandler() method was added to ILcdGXYView to improve the painting exception handling. All our ILcdGXYView implementations now also contain a setPaintExceptionHandler() method. When a painter throws an exception during painting, and it is caught somewhere, it is up to the exception handler returned by the view to handle this exception. This makes it possible for example to log the exception, and continue painting, but it also makes it possible to add fail-fast behavior, i.e. to pass the exception to the outer application.

    The addition of the getPaintExceptionHandler() to ILcdGXYView affects all custom implementations of ILcdGXYView. It also affects classes that wrap an ILcdGXYView. In both cases a compile error is generated. In the former case the getPaintExceptionHandler() method needs to be implemented, see example code below, in the latter case the getPaintExceptionHandler() can delegate to the wrapped ILcdGXYView.

          public class CustomGXYView implements ILcdGXYView {
    
          // Create a default paint exception handler, getPaintExceptionHandler() should never return
          null.
          private ILcdPaintExceptionHandler fPaintExceptionHandler = new
          TLcdLoggingPaintExceptionHandler();
    
          public ILcdPaintExceptionHandler getPaintExceptionHandler() {
          return fPaintExceptionHandler;
          }
    
          public void setPaintExceptionHandler( ILcdPaintExceptionHandler aPaintExceptionHandler ) {
          fPaintExceptionHandler = aPaintExceptionHandler;
          }
    
          // ...
          }
        

    Upgrade considerationLuciadFusion

    The ILcdDataObject interface is now used throughout the WFS if it is available, but it is only required for servers that wish to support transactions. It is recommended to use data formats that support ILcdDataObject with the WFS. For backwards compatibility, ILcdFeature objects can also be supported, but this might disable some of the features that are available to ILcdDataObject based types.

    The WFS requires that each ILcdWFSFeatureType corresponds with at most one TLcdDataType. This means that if the elements of an ILcdModel returned by an ILcdOGCModelProvider implement ILcdDataObject, the TLcdDataType of these data objects should be the same for all elements.

    Upgrade considerationLuciadFusion

    The com.luciad.format.xml.bind.schema.featured package has been dropped. The functionality of this package is now provided by the com.luciad.format.xml.bind.schema.dataobject package. More information about this can be found in the LuciadMap developer's guide.

    Upgrade considerationLuciadFusion

    TLcdXMLSchemaTypeIdentifier and TLcdXMLSchemaElementIdentifier have been extended to properly support the use of global xsd model groups. Elements defined in such groups were previously treated just like local elements. As a result, multiple different type (element) identifiers could point to the same schema type (element).

    Upgrade considerationLuciadFusion

    The xml binding framework now maps xsd:union types like choices: a single property that can contain values of different types. In previous versions, union types were considered strings and any interpretation was left to the application. Note that TLcdXMLSchemaTypeIdentifier has been extended for this such that anonymous types within a union type can be properly identified.

    Upgrade considerationLuciadFusion

    The com.luciad.metadata package has been removed and replaced by a new package com.luciad.format.metadata. The domain classes of the new package have been made consistent with the LuciadMap conventions for mapping XML Schema based data onto Java classes. As a consequence, although both domain models describe the same data, the new API for accessing the data in the model differs from the old API: most classes of the old API still exist in the new API, but have been moved to another package and can have slightly different accessor methods. Users that would have used the metadata API in their projects will need to review and upgrade their code.

    Upgrade considerationLuciadFusion

    Three methods in ALcdGXYNewControllerModel2 (#shouldCommit, #shouldEdit, and #shouldUndo) explicitly relied on MouseEvent information and have been moved to equivalent methods in TLcdGXYNewController2, to allow reusing the model for other input types. Because #shouldCommit uses the previously protected #getCreationStatus, the latter has been made public.

    Upgrade considerationLuciadFusion

    Three methods in TLcdGXYSelectControllerModel2 (#selectHowMode, #selectByWhatMode, and #applySelection) explicitly relied on MouseEvent information and have been deprecated to allow reusing the model for other input types. #applySelection has been replaced by an equivalent but MouseEvent-independent alternative. The other methods have been moved to equivalent methods in TLcdGXYSelectController2.

    Upgrade considerationLuciadFusion

    Two methods in TLcdGXYEditControllerModel (#editWho and #editWhatMode) explicitly relied on MouseEvent information and have been deprecated to allow reusing the model for other input types. Instead, these methods have been moved to equivalent methods in TLcdGXYEditController2.

    Upgrade considerationLuciadFusion

    An extra exception parameter was added to the tileNotAvailable method in the ILcdEarthTileSetCallback interface.

    Previously this method only had a String parameter to indicate the reason why the tile is not available. As a result the call back could not easily distinguish the case where a tile was not available because it did not exist or because an error occurred. This also resulted in considerably more difficult debugging if an exception occurred during tile production as its stack trace was not readily available in the tile consumer.

    As a result of this change any implementations of the ILcdEarthTileSetCallback interface will need to be updated. In most cases this only requires a small effort:
    • Delegate to another call back: this is typically the case if the call back is part of an ILcdEarthTileSet implementation that delegates to another tile set such as an implementation of ALcdEarthTileSetWrapper.
    • Handle the exception: this is typically the case if the call back is part of a tile consumer such as a painter for ILcdEarthTileSets.

    Upgrade considerationLuciadFusion

    TLcdXMLTypeMarshallerProvider, TLcdXMLTypeUnmarshallerProvider and TLcdXMLTypeObjectFactoryProvider now expose all registered type identifiers for a certain class as a java.util.Set while before it was a java.util.List. In a similar vein, all registered classes for a certain type identifier are now also exposed as a Set while before it was a List. This change was made to improve performance.

    Upgrade considerationLuciadFusion

    LMAP-3779
    The method TLcdGXYPointListPainter#getTouchedSegment(ILcdGXYPen, int, int, boolean, ILcdModelXYWorldTransformation, ILcdGXYViewXYWorldTransformation) was deprecated in favor of TLcdGXYPointListPainter#getTouchedSegment( Graphics, int, ILcdGXYContext ). If you override the old getTouchedSegment method and want the new getTouchedSegment to use its behavior, then override the new getTouchedSegment as well and call the old method as follows:
          int x_origin = aGXYContext.getX() - aGXYContext.getDeltaX();
          int y_origin = aGXYContext.getY() - aGXYContext.getDeltaY();
          return getTouchedSegment( aGXYContext.getGXYPen(), x_origin, y_origin, false,
          aGXYContext.getModelXYWorldTransformation(), aGXYContext.getGXYViewXYWorldTransformation() );
        

    Upgrade considerationLuciadFusion

    LMAP-3740, LMAP-3109
    The ALcd2DEditableFloatPolypoint and ALcd3DEditableFloatPolypoint no longer use a shared pool of points and are now thread-safe for read-only access. To achieve this goal, the classes require the user to implement two abstract methods called createPoint() and createBounds(), which must create points/bounds of the appropriate type (geodetic or Cartesian).

    The change affects all classes extending ALcd2D/3DEditableFloatPolypoint: TLcdLonLatFloatPolypoint, TLcdLonLatFloatPolyline, TLcdLonLatFloatPolygon, TLcdXYFloatPolypoint, TLcdXYFloatPolyline, TLcdXYFloatPolygon, TLcdXYZFloatPolypoint, TLcdXYZFloatPolyline, TLcdXYZFloatPolygon.

    Upgrade considerationLuciadFusion

    The TLcdGML32Constants, TLcdGML31Constants and TLcdGML2Constants that defined public constants derived from the GML XML schema's have been removed from the API as they are no longer needed. The domain model has no longer a direct dependency on XML.

    Upgrade considerationLuciadFusion

    The signature of the constructor of the existing model classes that were already available in V9 (TLcdGMLxxAbstractFeature, TLcdGMLxxShapeFactory and TLcdGMLxxModelDescriptor) has changed to incorporate the implementation of ILcdDataObject.

    Upgrade considerationLuciadFusion

    The model classes for GML version 3.2 no longer implement ILcdFeatured. The model classes for GML version 2 and version 3.1 still implement ILcdFeatured. The generic view provided by ILcdFeatured of these model classes is largely the same as it was in version 9. Only properties that are the result from mapping an xsd:choice or a xsd:union are different. The section on the XML format in the LuciadMap developer's guide provides more details on this.

    9.1

    9.1.23

    ImprovementLuciadFusion

    TLcdCADRGModelDecoder.canDecode() now returns false for the WMM magnetic North files, since they are obviously not CADRG files.

    Bug fixLuciadFusion

    LMAP-4135
    TLcdGXYRoundedPointListPainter did not use the roundness to verify its cached paths. This caused the roundness of the painted point list to remain unchanged after calling TLcdGXYRoundedPointListPainter#setRoundness().

    Bug fixLuciadFusion

    LMAP-4140
    The TLcdLonLatHeightDome.contains3D() method could return incorrect results.

    Bug fixLuciadFusion

    LMAP-4137
    TLcdLayerTreeNodeCellRenderer now adapts to changes in the look and feel.

    Bug fixLuciadFusion

    LMAP-4136
    The TLcdMapModelDecoder was failing to detect that ".map" files shorter than 512 bytes are not actually MapInfo files. As a consequence, it was returning empty models.

    Bug fixLuciadFusion

    LMAP-4132
    TLcdDatabaseReadOnlyModel was not thread-safe (even if the underlying database was unmodified).

    Bug fixLuciadFusion

    LMAP-4105
    Fixed inaccurate fit of TLcdGXYViewFitAction when using unbounded models. Also fixed some other cases where no good fit could be found. Furthermore the performance is better in most cases.

    9.1.21

    ImprovementLuciadFusion

    LMAP-4115
    The construction time of TLcdTransverseMercator objects has been improved.

    ImprovementLuciadFusion

    LMAP-4113
    TLcdArrayList now implements java.util.RandomAccess, allowing the Java collections framework to choose the most suitable algorithms for sorting etc.

    Bug fixLuciadFusion

    LMAP-4063
    The TLcdLonLatCircle, TLcdLonLatHeightDome and TLcdLonLatHeightSphere were not thread-safe. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3975
    TLcdGXYEditController2: since the fix for LMAP-3443, switching from reshaping to translating within a single edit (by no longer pressing CTRL) would always result in a reshaping operation.

    9.1.20

    ImprovementLuciadFusion

    LMAP-4089
    An ILcdAnchoredIcon interface was added, extending ILcdIcon with an anchor point. Also an implementation, TLcdAnchoredIcon, is provided. TLcdGXYIconPainter was adapted to make use of anchor points if an icon implements ILcdAnchoredIcon.

    ImprovementLuciadFusion

    LMAP-4080
    Empty shape lists return a default bounds at 0,0. As a result, a shape list that contains other shape lists of which some are empty always included 0,0 in its bounds. The bounds calculation code of ALcdShapelist has been improved to ignore empty sub-shape lists.

    Bug fixLuciadFusion

    LMAP-3939
    TLcdGXYEditControllerModel2 would register undoable listeners without removing them when editing labels using EDIT_WHAT_FIRST_TOUCHED_LABEL in combination with label editors implementing ILcdUndoableSource.

    Bug fixLuciadFusion

    LMAP-3890
    Fixed a null pointer exception in TLcdGXYLabelPainter, TLcdGXYPolylineLabelPainter and TLcdGXYPolygonLabelPainter when using the halo functionality in combination with null labels.

    Bug fixLuciadFusion

    Inserting a 3D point in an existing direct position list no longer corrupts the position list. This scenario can occur for instance during editing of airspaces in AIXM5.

    Bug fixLuciadFusion

    LMAP-4074
    TLcdRenderedImage#dispose() now always properly releases the source file. GeoTIFF files would otherwise remain locked under Windows, until garbage collection.

    Bug fixLuciadFusion

    LMAP-4050
    Solved a possible memory leak when using TLcdGXYPolygonStampLabelPainter.

    9.1.19

    ImprovementLuciadFusion

    LMAP-4003
    The string "Powered by LuciadMap" has been replaced by "Powered by Luciad" throughout LuciadMap.

    ImprovementLuciadFusion

    LMAP-3904
    A few enhancements were made to the TLcdAdvancedMapRulerController :
    • TLcdAdvancedMapRulerController now allows multiple measures. This can be enabled using setAllowMultipleMeasurements(). It is possible to start a new measurement starting at a point of an old measurement by setting the edit controller to null, see setGXYEditController().
    • It is now possible to add the measurement layer to the view in order to keep painting measurements after terminating interaction. This can be enabled using setAddGXYLayerToGXYView().
    • To give control over the removal of measurements, the measurement layer is exposed using the getGXYLayer() method.
    • A factory method to create a new TLcdGXYLayer is exposed. This method can be overridden to provide the TLcdAdvancedMapRulerController with a custom TLcdGXYLayer.

    Bug fixLuciadFusion

    LMAP-4060
    The copy constructor and clone() method of TLcdGXYViewLabelPainter did not copy all properties.

    Bug fixLuciadFusion

    LMAP-3861
    If the width, height or depth set on an ILcdBounds object has a negative value, then the bounds location is shifted by that (negative) value and the input width/height/depth is considered to be positive. This change affects the main ILcdBounds implementations: TLcdLonLatBounds, TLcdLonLatheightBounds, TLcdLonLatFloatBounds, TLcdXYBounds, TLcdXYZBounds, TLcdXYFloatBounds, TLcdXYZFloatBounds.

    Bug fixLuciadFusion

    LMAP-4049
    Panning the view fired a view invalidation event before the world origin was actually adjusted. Now it fires the event after the changes to the view are made.

    Bug fixLuciadFusion

    LMAP-4047
    Some samples could throw a NullPointerException when trying to open a file.

    Bug fixLuciadFusion

    LMAP-4045
    Improved the legibility of the haloed text displayed by TLcdAdvancedMapRulerController.

    Bug fixLuciadFusion

    LMAP-3607
    ALcdGXYStampLabelPainter, TLcdGXYHaloPainter, TLcdGXYHaloLabelPainter, TLcdGXYIconPainter, TLcdLonLatGridPainter, TLcdHaloIcon: halo painting now takes into account rendering hints such as anti-aliasing.

    9.1.18

    Bug fixLuciadFusion

    LMAP-4029
    TLcdLonLatArc.getTangent2D() and TLcdXYArc.getTangent2D() were returning incorrect results.

    Bug fixLuciadFusion

    LMAP-4030
    Fixed issue with TLcdResizeableIcon throwing an exception for certain icons.

    Bug fixLuciadFusion

    LMAP-4028
    TLcdGXYCircularArcPainter's line style was called with the wrong object.

    Bug fixLuciadFusion

    LMAP-4012
    TLcdLonLatFloatPolygon.contains2D(double, double) returned incorrect results.

    9.1.16

    ImprovementLuciadFusion

    The valid bounds of the TLcdCassini projection now cover the entire globe.

    ImprovementLuciadFusion

    LMAP-3778
    Added missing documentation of the height providers in the LuciadMap developer guide. Also a sample was added that demonstrates the use of height providers (samples.gxy.height).

    ImprovementLuciadFusion

    LMAP-3682
    TLcdGXYCircularArcPainter now has a method #setCreationOrientation to customize the orientation of created arcs.

    Bug fixLuciadFusion

    LMAP-3862
    The srsName is now properly set on each feature when encoding a document that contains multiple features but doesn't have a bounding box. Before this fix, the srsName name would be set only on the first feature.

    Bug fixLuciadFusion

    LMAP-4000
    The codes given to ALcdGXYSmartController#setZoomInCodes and #setZoomOutCodes were not registered.

    Bug fixLuciadFusion

    LMAP-3991
    The TLcdGXYPolylineLabelPainter copy constructor did not copy all fields ( VerticalGap, LabelOnPath and MaxNumberPossibilities ). This also caused TLcdGXYFeaturedPolygonLabelPainter#clone() to work incorrectly.

    Bug fixLuciadFusion

    LMAP-3856
    The bounds of TLcdLonLatGeoBuffer were not accurate.

    Bug fixLuciadFusion

    LMAP-3985
    TLcdEllipsoidUtil.computeBufferContour2D could throw IllegalArgumentException in certain cases.

    Bug fixLuciadFusion

    LMAP-3589
    TLcdEllipsoid.intersection2DLSSFCT() was throwing an IllegalArgumentException when the input points defined identical great circles.

    Bug fixLuciadFusion

    LMAP-3827
    The TLcdCassini.world2lonlatOnSphereSFCT returned incorrect results when the latitude of the origin point was not 0.

    Bug fixLuciadFusion

    LMAP-1775
    The bounds of a TLcdLonLatPolygon around the poles were not correct.

    Bug fixLuciadFusion

    LMAP-1795, LMAP-1796
    The bounds of TLcdLonLatArcBand were not correctly set when they contained the North or South pole.

    Bug fixLuciadFusion

    LMAP-3938
    Rotated text performance dropped considerably when using TLcdGXYLayer#paintFromOverlaps.

    Bug fixLuciadFusion

    LMAP-3690
    TLcdGXYCircularArcPainter did not allow snapping the center point when creating arcs.

    Bug fixLuciadFusion

    LMAP-3650
    TLcdIconImageUtil: the input stream of loaded images was not closed.

    9.1.15

    ImprovementLuciadFusion

    LMAP-3962
    TLcdLonLatGrid, TLcdLonLatGridPainter and TLcdLonLatBorderGridPainter now also support a grid origin.

    ImprovementLuciadFusion

    LuciadMap now provides USB iButton support for 64-bit Mac OS X.

    ImprovementLuciadFusion

    LMAP-3663
    TLcdGeoTIFFModelencoder and TLcdGeoTIFFModelDecoder now support the NODATA tag for specifying a transparent index in a color map.

    Bug fixLuciadFusion

    LMAP-3824
    The getBounds() method of TLcdLonLatHeightSphere and TLcdLonLatHeightDome were returning 2D bounds instead of 3D bounds. Also, the contains3D methods did not take the z axis into account.

    Bug fixLuciadFusion

    Properly decode GML documents with coordinates expressed in a mix of reference systems with both lon-lat and inverse lon-lat coordinate orders.

    Bug fixLuciadFusion

    LMAP-2670
    A bug in the rendering of rotated labels with halo's, causing the labels to be partly invisible, has been fixed.

    Bug fixLuciadFusion

    LMAP-3891
    The width of the bounds returned by TLcdGeodetic2Grid.worldBounds2ModelSFCT() was 360 degrees whenever the actual width was >180 (but smaller than 360) and both Poles were visible.

    Bug fixLuciadFusion

    TLcdEarthCompositeImageTileSet could still produce a tile if the ALL_IMAGES tile production mode was enabled (default) and one of the added tile sets did not have a tile. If this behavior is desired the ONE_OR_MORE_IMAGES tile production mode should be used instead.

    Bug fixLuciadFusion

    LMAP-3960
    The INTERSECT constant of the TLcdOGCSpatialFilterCapabilities evaluator had the incorrect value "Intersect" where it should have been "Intersects". As a result, encoding capabilities containing such a spatial filter capability resulted in an invalid xml document.

    Bug fixLuciadFusion

    LMAP-3969
    TLcdGeneralPerspective.world2lonlatOnEllipsoidSFCT() could return points having Double.NaN as the X coordinate.

    Bug fixLuciadFusion

    LMAP-3966
    TLcdLonLatGridPainter sometimes did not draw a meridian/parallel.

    Bug fixLuciadFusion

    LMAP-3965
    TLcdLonLatGridPainter painted incorrectly placed meridians in some cases.

    Bug fixLuciadFusion

    LMAP-3964
    TLcdLonLatGridPainter did not always label the borders correctly.

    Bug fixLuciadFusion

    LMAP-3716
    TLcdInputStreamFactory: added a workaround for a bug in Java which could cause a ZipException with message 'ZipFile closed'.

    Bug fixLuciadFusion

    Fixed altitude exaggeration in TLcdEarthGLTerrainPainter when the updateTiles feature was enabled.

    9.1.14

    ImprovementLuciadFusion

    LMAP-3936
    The performance of the TLcdDefaultModelXYZWorldTransformation class has been improved.

    Bug fixLuciadFusion

    LMAP-3944
    TLcdGXYIconPainter: fixed snapping when creating icons.

    Bug fixLuciadFusion

    LMAP-3935
    TLcdGeoTIFFModelEncoder now correctly encodes RGB and ARGB colors of custom tiles.

    Bug fixLuciadFusion

    LMAP-3918
    Writing xml content of type xsd:QName with an empty namespace no longer generates an empty namespace declaration. This issue only occurred when not using the (default) woodstocks XML libraries.

    Bug fixLuciadFusion

    LMAP-3924
    Taking the intersection of two valid TLcdXYBounds, TLcdXYZBounds, TLcdLonLatBounds or TLcdLonLatHeightBounds objects could produce a result with negative width, height or depth.

    Bug fixLuciadFusion

    LMAP-3923
    TLcdCompositeModelXYZWorldTransformation.modelBounds2worldSFCT() could return world bounds with an incorrect Z coordinate. This also affected the TLcdDefaultModelXYZWorldTransformation class.

    9.1.13

    ImprovementLuciadFusion

    LMAP-3867
    TLcdLonLatGridPainter now has more label styling options, such as drawing labels with a frame, and/or with a filled background.

    Bug fixLuciadFusion

    Features of type TLcdGML3Measure can now be properly retrieved using the ILcdFeatured#getFeature(int) method. Before this fix, null was always returned. This issue only occurred when using the old deprecated TLcdGML3ModelDecoder.

    Bug fixLuciadFusion

    LMAP-3920
    Offset icon painting was slow when lots of offset icons are drawn.

    Bug fixLuciadFusion

    3D points created with the GML shape factory now properly keep track of their Z coordinate.

    Bug fixLuciadFusion

    LMAP-3864
    During encoding, srsNames are now properly set on each feature in case no envelope is present.

    Bug fixLuciadFusion

    LMAP-3916
    The logging framework could not be configured to use a different logging framework in the context of a web application container.

    Bug fixLuciadFusion

    TLcdEarthGLVectorPainter no longer unconditionally enables texture mapping from its paintClipmap() method. If texture mapping is needed, it should be enabled by the TLcdEarthGLVectorPainter's delegate painter.

    Bug fixLuciadFusion

    LMAP-3914
    TLcdGeoTIFFModelDecoder now correctly encodes 16-bits rasters decoded by Java Advanced Imaging (for example GeoTIFF files).

    Bug fixLuciadFusion

    LMAP-3823
    TLcdGeoTIFFModelDecoder was sometimes setting an incorrect model reference when the coordinate system from the GeoTIFF file was user-defined.

    Bug fixLuciadFusion

    LMAP-3907
    TLcdGXYAsynchronousPaintQueue#setBorderFactor was not always ignored for labels, causing placement problems when labels have absolute coordinates or when labels are placed at the edge.

    Bug fixLuciadFusion

    LMAP-3900
    TLcdLonLatGridPainter did not respect the labelEdgeOffset property.

    Bug fixLuciadFusion

    LMAP-3887
    In some cases, TLcdLonLatGridPainter could try to paint the entire grid instead of only the visible part. This resulted in a performance problem.

    Bug fixLuciadFusion

    LMAP-3894
    ILcdEditableShapeList implementations are now notified by TLcdGXYShapeListPainter via the shapeChanged() method when one or more of their shapes has been edited. ALcdShapeList.invalidateBounds() is now also called whenever a shape in a shape list has been edited by TLcdGXYShapeListPainter.

    Bug fixLuciadFusion

    LMAP-3889
    A performance bug in the halo rendering algorithm has been fixed.

    9.1.12

    Bug fixLuciadFusion

    LMAP-3418
    TLcdGeoTIFFModelEncoder now again correctly writes out large index color models of elevation rasters that have single tiles.

    9.1.10

    ImprovementLuciadFusion

    The use of automatic mipmap generation in TLcdEarthGLTerrainPainter can now be disabled by setting the system property "com.luciad.view.opengl.extensions.GL_SGIS_generate_mipmap" to "false". This may be desirable on graphics cards or drivers where this feature is poorly implemented, resulting in instability. Intel integrated graphics chipsets are a notable example for which mipmap generation may need to be disabled.

    Bug fixLuciadFusion

    LMAP-3886
    TLcdWKTReferenceParser did not support the Swiss Oblique Mercator projection.

    Bug fixLuciadFusion

    The TLcdEarthTexturedTerrainTileSet did not support updateTile for its geometry and image coverages.

    Bug fixLuciadFusion

    LMAP-3884
    Database models (for example DB2) no longer throw an ArrayIndexOutOfBoundsException when the maximum cache size is set to 0.

    Bug fixLuciadFusion

    LMAP-3881
    TLcdBILTileDecoder no longer ignores the number of band row bytes when reading tiles without sub-tiling.

    Bug fixLuciadFusion

    LMAP-3874
    TLcdGXYMultiFontLabelPainter could print out stack traces when the object to label was not visible.

    9.1.09

    Bug fixLuciadFusion

    LMAP-3879
    TLcdEarthRepositoryModelDecoder could not open repositories with PNG data. As a result it was for example not possible to open such repositories in Lucy, while this was supported in earlier versions.

    Bug fixLuciadFusion

    TLcdEarthAsynchronousTileSet did not clean up its resources when its dispose method was not called. This could for example result in a number of unused threads when using the TLcdEarthGLTerrainPainter.

    Bug fixLuciadFusion

    LMAP-3865
    TLcdGXYCirclePainter and TLcdGXYEllipsePainter's paint direction was inconsistent, causing problems when using advanced strokes.

    9.1.08

    ImprovementLuciadFusion

    LMAP-3835
    Previously TLcdModelXYWorldBoundsCalculation#worldBounds2modelLLH could return bounds starting at lon 180. Now the bounds start at -180 instead.

    ImprovementLuciadFusion

    When an unknown unit of measure is encountered, a warning message is logged to inform the user that the uom is unknown and that the default unit is used.

    ImprovementLuciadFusion

    TLcdEarthGLTerrainPainter uploaded more terrain texture tiles to the graphics card per repaint than strictly necessary. This has been addressed, which may result in smoother rendering especially on lower-end hardware.

    Bug fixLuciadFusion

    The bounds of TLcdXYArc, TLcdLonLatArc, TLcdXYArcBand no longer include the center point of these shapes (previous change has been reverted).

    Bug fixLuciadFusion

    LMAP-3860
    In the geometry package intersection calculations, in some rare cases it did not find all intersection points between two arcs.

    Bug fixLuciadFusion

    LMAP-3851
    The LuciadMap hardware key now also works on Windows if a different user has installed the .msi 1-Wire drivers.

    Bug fixLuciadFusion

    LMAP-3828
    TLcdGXYDragRectangleController: an invalid selection rectangle was painted if the map loses focus while dragging.

    Bug fixLuciadFusion

    Geodetic GML envelopes now correctly deal with situations where the longtitude of the lower corner is larger than the longtitude of the upper corner.

    Bug fixLuciadFusion

    LMAP-3832
    Issues with geometry topology calculations with points were fixed. Point interacting with polygon test could give incorrect results, points on points now return true for both inside and contains, and lines cannot intersect points anymore now.

    Bug fixLuciadFusion

    LMAP-3855
    The bounds of a geobuffer are now invalidated when the axis has been changed by the TLcdGXYGeoBufferPainter, or when an axis is set on the buffer.

    Bug fixLuciadFusion

    LMAP-3818
    The line intersection topology calculation with arc band shapes sometimes returned wrong points in the ellipsoidal case.

    Bug fixLuciadFusion

    LMAP-3825
    TLcdGXYContinuousPanController did not respect the view's clip bounds.

    Bug fixLuciadFusion

    LMAP-3826
    TLcdAWTUtil.resetGraphics no longer resets the Graphics object's transformation.

    Bug fixLuciadFusion

    LMAP-3802
    The TLcdWKTReferenceFormatter does not support rotated grid references (the rotation parameter was silently discarded). An exception is now thrown when attempting to format a rotated grid reference.

    9.1.07

    ImprovementLuciadFusion

    LMAP-3792
    GML32 and GML31 documents containing geometries with coordinates expressed using the deprecated gml:coordinates element can now also be decoded and visualized.

    ImprovementLuciadFusion

    LMAP-3845
    Srs names matching urn:ogc:def:crs:EPSG:*:4326 are now recognized as references which have their coordinates in inverse order (first lat, then lon).

    ImprovementLuciadFusion

    LMAP-3811
    TLcdDatabaseModel and TLcdDatabaseReadOnlyModel now throw an IllegalStateException from ILcdModel methods, if the operation requires access to the database and fails. Such failures are now consistently logged with the standard logging mechanism.

    ImprovementLuciadFusion

    TLcdEarthAsynchronousTileSet did not set the priority of the threads it created, resulting in potentially poor performance on single-core machines. Threads are now initialized with minimum priority to ensure that they do not interfere with the event dispatch thread.

    Bug fixLuciadFusion

    XML schema type identifiers for locally defined attribute types are now correctly represented (i.e. with the attribute name filled in). They used to be presented similar to locally defined element types, (i.e. with the attribute name as an element name).

    Bug fixLuciadFusion

    LMAP-3834
    TLcdGXYPolylineStampLabelPainter#anchorPointSFCT: in some cases, an ArrayIndexOutOfBoundsException was thrown for polylines with zero-length segments.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelEncoder now takes into account the index color model of the raster if it overrides the color model of the tile.

    Bug fixLuciadFusion

    LMAP-3822
    TLcdGeoTIFFModelDecoder now correctly interprets the SampleFormat tag for identifying elevation data (bug introduced in 9.1.01).

    Bug fixLuciadFusion

    LMAP-3817
    When loading TEA files from a workspace some paths could not be loaded because "null/" was added to the filename.

    9.1.05

    Bug fixLuciadFusion

    LMAP-3700
    The TLcdResizeableIcon used to result in a infinite loop when the target width was greater than the width of the original icon while the target height was smaller than the height of the original icon or vice versa. This has been solved.

    Bug fixLuciadFusion

    LMAP-3769
    The NO_LAYOUT option for the TLcdOverlayLayout works as expected now.

    Bug fixLuciadFusion

    LMAP-3788
    TLcdDTEDTileDecoder no longer skews the image when used in a raster model (.rst file).

    Bug fixLuciadFusion

    LMAP-3800
    When formatting the TLcdLambert1972BelgiumGridReference as a well-known-text (WKT), the projection name is now "Lambert_Conformal_Conic_2SP_Belgium" instead of "Lambert_Conformal_Conic_2SP".

    Bug fixLuciadFusion

    LMAP-3371
    TLcdGXYZoomWheelController now zooms correctly when dragging.

    Bug fixLuciadFusion

    LMAP-3798
    TLcdBILTileDecoder (used by TLcdBILModelDecoder and TLcdETOPOModelDecoder) now avoids skipping past the end of its input stream, to avoid infinite loops for some input stream implementations.

    9.1.04

    ImprovementLuciadFusion

    Added support for capabilities files which have the MaxScaleDenominator element before the MinScaleDenominator. Although this is not valid according to the WMS specification, it sometimes occurs in practice.

    ImprovementLuciadFusion

    The bounds of TLcdXYArc, TLcdLonLatArc, TLcdXYArcBand and TLcdLonLatArcBand have been extended to include the center point of these shapes.

    Bug fixLuciadFusion

    LMAP-3786
    The result of TLcdGXYRoundedPointListPainter#clone could throw a null point exception for subsequent method invocations.

    Bug fixLuciadFusion

    Rotation sample: RotationSupport now works correctly for grid references.

    Bug fixLuciadFusion

    LMAP-3536
    TLcdGXYPointListPainter#getCreationClickCount did not return -3 for filled polygons, making it possible to create polygons of 2 points.

    9.1.03

    ImprovementLuciadFusion

    LMAP-3102
    The hash code for the following shapes has been improved: ALcdBounds, ALcdPoint, TLcdLonLatArc, TLcdLonLatArcBand, TLcdLonLatBuffer, TLcdLonLatCircle, TLcdLonLatEllipse, TLcdXYArc, TLcdXYArcBand, TLcdXYCircle, TLcdXYEllipse, TLcdXYText, TLcdExtrudedShape, TLcdLonLatHeightBuffer, TLcdLonLatheightDome, TLcdLonLatheightSphere, ALcd2DEditableFloatPolypoint, ALcd3DEditableFloatPolypoint.

    ImprovementLuciadFusion

    LMAP-3487
    The performance of TLcdCompositeCurve.getLength2D() has been improved.

    ImprovementLuciadFusion

    LMAP-3661
    The TLcdXMLSchemaBasedDecoder now also uses the XMLResolver set on the XMLInputFactory during resolution of XML schemas.

    ImprovementLuciadFusion

    LMAP-3480
    The magnetic north data files for WMM and IGRF have been updated to cover the period 2010-2015. Also, TLcdWMMMagneticNorthMap and TLcdWMMModelDecoder have been adjusted to support multiple consecutive WMM data files.

    Bug fixLuciadFusion

    The elevations retrieved from a (multilevel) raster could be incorrect if its reference is WGS84 and its bounds cross the 180 degrees meridian.

    Bug fixLuciadFusion

    The TLcdEarthTerrainRepositoryModelDecoder could not decode repositories with a non-geodetic model reference that contain elevation data.

    Bug fixLuciadFusion

    The TLcdEarthElevationDataTileDataCodec could not encode elevation data with NaN values.

    Bug fixLuciadFusion

    LMAP-2157
    The TLcdXYPolygon.contains2D() now returns true for its corner and edge points, which is consistent with the behavior of TLcdLonLatPolygon.

    Bug fixLuciadFusion

    LMAP-2067
    The TLcdXYArcBounds.getBounds() method was returning bounds that were too large.

    Bug fixLuciadFusion

    LMAP-2868
    Classes derived from ALcd2DEditablePolypoint and ALcd3DEditablePolypoint can not always create a deep clone if the internal point list is specified by the user. If a shallow clone is returned the implementation now issues a warning.

    Bug fixLuciadFusion

    LMAP-3759
    The TLcdRPCModelReferenceDecoder now tries automatically to derive the name of the file containing the RPC parameters by replacing the suffix of the input file with "_rpc.txt".

    Bug fixLuciadFusion

    LMAP-3497
    TLcdXYArc.getLength2D() was returning incorrect results.

    Bug fixLuciadFusion

    LMAP-3754
    The accuracy of TLcdLonLatArc.getBounds() has been improved, especially for arcs belonging to very elongated ellipses.

    Bug fixLuciadFusion

    LMAP-1784
    TLcdLonLatArc.updateForCornerPoint2D() was incorrect when called with ILcdArc.MINOR_RADIUS_OPPOSITE_CORNER as argument.

    Bug fixLuciadFusion

    LMAP-2123
    TLcdXYArc.getBounds() was not always returning correct results. This has been fixed.

    Bug fixLuciadFusion

    LMAP-1794, LMAP-3060
    TLcdXYArc.getBounds() now contains the start/end points of the arc in all cases.

    9.1.02

    ImprovementLuciadFusion

    LMAP-3768
    TLcdIndependentOrderTreeLayeredSupport now provides a hook to alter the index at which layers are added to the flat list representation.

    ImprovementLuciadFusion

    TLcdWCSGeoTiffCoverageTileDecoder now supports decoding of service exception reports.

    ImprovementLuciadFusion

    LMAP-3679
    TLcdWFSGetFeatureRequest no longer includes the XML declaration within an OGC Filter Encoding when encoding KVP requests, as it was not supported by some WFS servers.

    Bug fixLuciadFusion

    LMAP-3771
    TLcdGXYPolygonLabelPainter and TLcdGXYPolylineLabelPainter now respect the anti-aliasing rendering hints from the passed Graphics instance.

    Bug fixLuciadFusion

    TLcdLonlatCircularArcbyBulge.getBounds() was returning bounds in Cartesian coordinates (XY) instead of geodetic (lon/lat).

    Bug fixLuciadFusion

    The threads of the TLcdEarthAsynchronousTileSet could prevent its delegate tileset from being garbage collected after the TLcdEarthAsynchronousTileSet is garbage collected.

    Bug fixLuciadFusion

    LMAP-3544
    TLcdLonLatCircularArcBy3Points.getLineSegmentIntersectionCount() was returning incorrect results in some limit cases.

    Bug fixLuciadFusion

    The TLcdEarthAsynchronousTileSet did not report all exceptions that occur during its asynchronous operation.

    Bug fixLuciadFusion

    LMAP-3760
    WCS client data is now correctly shown in case the projection requires warping.

    Bug fixLuciadFusion

    LMAP-3676
    TLcdOWSHttpTransport#sendData did not close the OutputStream of the connection in case of POST requests.

    9.1.01

    ImprovementLuciadFusion

    LMAP-3657
    To allow additional configuration on the layer and painter level of a WMS proxy model, two new classes have been introduced: TLcdWMSProxyGXYLayer and TLcdWMSProxyGXYPainter. The existing layer factory, TLcdWMSProxyGXYLayerFactory, now returns layers of type TLcdWMSProxyGXYLayer, configured with a TLcdWMSProxyGXYPainter instance as painter provider.

    ImprovementLuciadFusion

    LMAP-3755
    The TLcdWFSModelDecoderDecorator now supports a boolean flag to turn GML application schema caching on. This is typically used when many small documents need to be decoded from the same WFS server.

    ImprovementLuciadFusion

    LMAP-3755
    A new flag 'useApplicationSchemaCache' has been added to the TLcdGMLModelDecoder. Turning this flag on will ensure that the decoder cache all application schemas it encounters. This reduces memory usage in case many files have to be decoded for the same application scheme.

    ImprovementLuciadFusion

    TLcdRPCProjection now has getters and setters for its parameters.

    ImprovementLuciadFusion

    LMAP-3738
    TLcdDatabaseModelEncoder now supports automatic periodic commits when exporting a model to a database. This may be useful to avoid overflow of transaction logs.

    ImprovementLuciadFusion

    Updated the raster sample to use the repository model decoder introduced in 9.1.

    ImprovementLuciadFusion

    TLcdSHPModelDecoder allows the user to specify a model factory. This may be useful for example if the user wants to set a filter for adding elements to the output model.

    ImprovementLuciadFusion

    The elevation of the shapes in the above ground sample now updates when the terrain is changed (ex. they become flat if it is removed).

    ImprovementLuciadFusion

    LMAP-3678
    The TLcdEarthGLTrnTileSet, TLcdEarthAssetGXYViewTileSet and TLcdEarthAssetTerrainElevationTileSet are now thread-safe.

    ImprovementLuciadFusion

    LMAP-3695
    TLcdAdvancedMapRulerController, TLcdGRIBGXYController, TLcdGXYCenterRasterController, TLcdGXYMagnifierController and TLcdMagneticNorthGXYController now extend from ALcdGXYSmartController.

    ImprovementLuciadFusion

    LMAP-3514
    Layer control sample: the layer control of the samples now has an extra button, allowing to change the label of the layers.

    ImprovementLuciadFusion

    LMAP-3647
    The TLcdEarthGLTerrainClipmapLevel now uses older versions of some OpenGL methods (e.g. gl*ARB instead of gl*) for hardware compatibility reasons. The performance on hardware that was previously supported should not be affected.

    Bug fixLuciadFusion

    LMAP-3751
    TLcdFeaturedShapeList.getFeature() now throws an IndexOutOfBoundsException instead of NullPointerException when the feature list has not been initialized.

    Bug fixLuciadFusion

    LMAP-3745
    The maxy attribute of the LatLonBoundingBox element of a WMS 1.1.1 layer was not decoded correctly, resulting in an incorrect value when the height of the bounding box was retrieved (ALcdWMSLayer#getWGS84LonLatBounds).

    Bug fixLuciadFusion

    LMAP-3744
    TLcdGeoTIFFModelDecoder now also sets the elevation flag on the model descriptors of decoded raster models if the elevation rasters have color maps.

    Bug fixLuciadFusion

    LMAP-3743
    TLcdGeoTIFFModelEncoder now also creates signed GeoTIFFs from elevation rasters if saveLargeColorMaps is set to true. As a result, it no longer fails with a type exception on elevation rasters that have single tiles.

    Bug fixLuciadFusion

    LMAP-3661
    Fixed TLcdXMLSchemaBasedDecoder such that it also works with the Xerces XML parser. This issue manifested it self by discarding during decoding all values for attributes defined without an xml namespace.

    Bug fixLuciadFusion

    LMAP-3540
    TLcdEllipsoid.geodesicPointSFCT was inaccurate for points very close to each other.

    Bug fixLuciadFusion

    LMAP-3736
    The OGC filter decoder and encoder now support OGC literals with child elements (as opposed to only supporting plain text literals).

    Bug fixLuciadFusion

    Fixed race condition in TLcdEarthTileRepository.addTileDataCodec.

    Bug fixLuciadFusion

    LMAP-3687
    TLcdRectifiedProjectiveProjection has been corrected, fixing a mathematical error that was introduced in LuciadMap 9.1.

    Bug fixLuciadFusion

    LMAP-3732
    TLcdGXYFeaturedLabelPainter: Fixed an issue which could cause the feature indices to be reset when using the clone method.

    Bug fixLuciadFusion

    LMAP-3694
    Fixed TLcdXMLDecoder such that it also works with other XML parsers then xerces. This issue manifested it self for instance when starting lucy by showing a dialog box asking for the xsd for XMLSchema when running with java 1.4 (which does not include xerces).

    Bug fixLuciadFusion

    The internal queue of the TLcdEarthAsynchronousTileSet does not overflow as quickly anymore. As a result the related warning message should only be logged if there might be a problem ( e.g. similar to the behaviour in LuciadMap 9.0 and older).

    Bug fixLuciadFusion

    The TLcdEarthMetadataTerrainTileSet now logs a warning if the asset model contains unsupported assets.

    Bug fixLuciadFusion

    LMAP-3697
    The TLcdSHPModelDecoder was not using the input stream factory for decoding the index file (.shx).

    Bug fixLuciadFusion

    LMAP-3696
    The classes TLcdEPSGReferenceParser and TLcdReferenceFormatter were not correctly synchronizing the access to the internal EPSG database, making them unsafe for multi-threading.

    Bug fixLuciadFusion

    LMAP-3597
    TLcdLayerTree: a workaround for Swing bug 4199956 has been implemented.

    Bug fixLuciadFusion

    LMAP-3674
    TLcdGeoReference2GeoReference is now always updated properly when resetting it with different source and destination references.

    Bug fixLuciadFusion

    LMAP-3672
    TLcdGXYMultiFontLabelPainter now takes the selection color into account.

    Bug fixLuciadFusion

    Fixed rare bug in TLcdEarthGLTrnTileSet which could cause an infinite wait.

    Bug fixLuciadFusion

    LMAP-3735
    TLcdGXYMultiFontLabelPainter could print out stack traces when the object to label was not visible.

    9.1

    ImprovementLuciadFusion

    LMAP-3578
    The asset model is now saved with the repository. This allows determining the contents of a repository without testing all its tiles.

    ImprovementLuciadFusion

    The OGC filter encoder (both the old and the new implementation) now correctly handle filters containing binary operators or binary logic operators with only a single operand. In such cases, only the operand of the binary (logic) operator is encoded resulting in a correct xsd-compliant document.

    ImprovementLuciadFusion

    LMAP-3612
    TLcdPolyconic has been added to the default list of projections of TLcdProjectionCustomEditor.

    ImprovementLuciadFusion

    TLcdLayer now invalidates itself for filter changes when the filter implements ILcdChangeSource.

    ImprovementLuciadFusion

    TLcdOverlayLayout has been introduced, which is a LayoutManager, specifically designed for Containers that contain a map (with a view) and other components that should hover above the map.

    ImprovementLuciadFusion

    The WFS client now has support for the 'RESULTTYPE' attribute in GetFeature requests, allowing clients to choose the desired result type.

    ImprovementLuciadFusion

    LMAP-3146
    TLcdGXYPointListPainter has a new property minimumEditDelta to control how much the mouse should move before an edit operation is initiated.

    ImprovementLuciadFusion

    TLcdCodecException and TLcdNoBoundsException now have additional constructors that allow to pass the cause of the exception. Exceptions thrown by LuciadMap now more consistently contain such causes, providing better feedback when debugging problems.

    ImprovementLuciadFusion

    LMAP-3578
    The asset model used to create a repository is now saved with the repository. These assets can for example be used to determine in which regions a repository has data. To open a repository with this data you can use the TLcdEarthRepositoryModelDecoder, to create one you can use the TLcdEarthTileRepositoryFactory. The preprocessor sample demonstrates its usage. The TLcdEarthTerrainRepositoryModelDecoder also loads the asset information if it is available and make it available through an ILcdEarthAssetBasedModelDescriptor.

    ImprovementLuciadFusion

    TLcdEllipsoidRhumblineUtil and TLcdSphereRhumblineUtil: their public default constructor has been removed as these classes only contain static methods.

    ImprovementLuciadFusion

    The TLcdGeoTIFFModelEncoder has a new method that allows the user to specify an external ILcdModelReferenceEncoder.

    ImprovementLuciadFusion

    The interfaces ILcdCollection and ILcdList have been added, introducing event-firing Collections and Lists.

    ImprovementLuciadFusion

    The JGenerator library used by TLcdGXYViewSWFEncoder to generate maps in the SWF (Flash) format has been upgraded from version 1.3.1 to version 2.2.

    ImprovementLuciadFusion

    LMAP-3584
    TLcdDIMAPModelDecoder now supports setting a custom raster referencer.

    ImprovementLuciadFusion

    The performance of TLcdGeoTIFFModelEncoder has been improved.

    ImprovementLuciadFusion

    The elevation data can now be stored instead of the geometry when preprocessing a terrain. This results in a significantly smaller repository at the cost of a small performance penalty when visualizing it in a 3D view. The new classes in the API related to this are: TLcdEarthElevationDataTileDataCodec and TLcdEarthElevationDataCombiner. The TLcdEarthTexturedTerrainTileSet, TLcdEarthTerrainRepositoryModelDecoder and preprocessor sample were also updated to support this improvement.

    ImprovementLuciadFusion

    LMAP-3568
    The warping raster painters can now also avoid opaque borders if the raster has a color map of which the transparent index is not the default raster value.

    ImprovementLuciadFusion

    LMAP-3477
    The TLcdEarthGLTrnTileSet now also contains an image (e.g. texture) and elevation coverage. This allows visualizing a .trn terrain in a 2D view by using an earth GXY painter.

    ImprovementLuciadFusion

    Updated the ogc.filter.xml sample to use the TLcdOGCFilterEncoder and TLcdOGCFilterDecoder in stead of the old deprecated encoder and decoder.

    ImprovementLuciadFusion

    LMAP-3491
    The TLcdEarthTerrainElevationProvider now also supports Earth models.

    ImprovementLuciadFusion

    LuciadMap now supports the Rapid Positioning Capability Extension (RPC00B) of the NITF format. The RPC parameters can be used to construct a model reference by using the TLcdRPCModelReferenceDecoder class. The projection used by this reference is called TLcdRPCProjection.

    ImprovementLuciadFusion

    The EPSG code 3395 is now supported by default.

    ImprovementLuciadFusion

    The TLcdEarthTerrainRepositoryModelDecoder can now also decode models from a sourcename that is relative to the classpath.

    ImprovementLuciadFusion

    LMAP-3304
    To ease the deployment of the WCS server sample, the release is now delivered with the Jetty web server, a Java-based HTTP server and servlet container. A startup script ogc.server.start in the directory samples starts a Jetty web server on port 8080, predeployed with the WCS server sample available in the directory LuciadMapWCS_X.Y.Z/distrib/.

    ImprovementLuciadFusion

    LMAP-3304
    To ease the deployment of the WFS server sample, the release is now delivered with the Jetty web server, a Java-based HTTP server and servlet container. A startup script ogc.server.start in the directory samples starts a Jetty web server on port 8080, predeployed with the WFS server sample available in the directory LuciadMapWFS_X.Y.Z/distrib/.

    ImprovementLuciadFusion

    LMAP-3304
    To ease the deployment of the WMS server sample, the release is now delivered with the Jetty web server, a Java-based HTTP server and servlet container. A startup script ogc.server.start in the directory samples starts a Jetty web server on port 8080, predeployed with the WMS server sample available in the directory LuciadMapWMS_X.Y.Z/distrib/.

    ImprovementLuciadFusion

    LMAP-2707
    The samples.encoder.gml3 sample now has a .bat and .sh file to easily run it.

    ImprovementLuciadFusion

    The GML model decoder now has public accessors to get and set its entity resolver. This allows the application to determine how references to external schemas are resolved.

    ImprovementLuciadFusion

    The TLcdEarthCompositeImageTileSet can now also abort or fall back if one of the tilesets does not have a specific image tile instead of ignoring this.

    ImprovementLuciadFusion

    Updated the documentation of ILcdEarthTileSet to explain the policy w.r.t. thread-safety. The existing implementations in Earth were also updated to implement this policy.

    ImprovementLuciadFusion

    Added ILcdEarthIterableTileSet interface to allow iteration over all tiles in a tileset.

    ImprovementLuciadFusion

    TLcdSingleTileRaster is a new specialized implementation of ILcdRaster that only contains a single tile. As a result, it has a smaller computational overhead than TLcdRaster for retrieving raster values. It is already used by standard raster model decoders when possible.

    ImprovementLuciadFusion

    TLcdWarpRasterPainter and TLcdWarpMultilevelRasterPainter now offer the possibility to supersample the painted rasters, in order to improve their visual quality.

    ImprovementLuciadFusion

    LuciadMap now supports parametric orthorectification - rectification based on information about the imaging sensor and the terrain elevation. Parametric orthorectification is implemented by the following new interfaces and classes:
    • TLcdPerspectiveProjection - describes the projection corresponding to a real imaging sensor. This class is an improvement over the existing TLcdGeneralPerspective - the point of perspective is no longer required to be outside the Earth ellipsoid. The origin of the projection plane and the set of input parameters are also different, being designed specifically for the convenient representation of a real imaging sensor.
    • TLcdOrthorectifiedProjection - adjusts an existing projection by taking terrain elevation into account.
    • ILcdHeightProvider - an interface for providing elevation information at a given point.
    • TLcdFixedHeightProvider - basic implementation of a height provider that returns the same height for any point.
    • TLcdRasterHeightProvider - returns elevation data from a raster.
    • TLcdTransformedHeightProvider - returns elevation data in a different geographical reference than the original provider.
    • TLcdCompositeHeightProvider - combines a list of other height providers.
    • TLcdViewHeightProvider - retrieves heights from elevation layers in a view.
    The new samples samples.gxy.orthorectification.parametric and samples.gxy.orthorectification.corrected illustrate these concepts, respectively without and with additional manual rectification.

    ImprovementLuciadFusion

    Added TLcdEarthSeparateAlphaImageTileDataCodec that encodes the alpha channel of images separately. This allows using JPEG compression for the color data when the tile images have transparency instead of format with a lower compression rate (ex. PNG).

    ImprovementLuciadFusion

    Added a tileset that caches tiles in memory (TLcdEarthMemoryCachingTileSet) and updated the TLcdEarthAsynchronousTileSet to use an ExecutorService.

    ImprovementLuciadFusion

    LMAP-3485
    TLcdInputStreamFactory now avoids unnecessarily opening file descriptors, by only checking the content type for HTTP URLs.

    ImprovementLuciadFusion

    TLcdLonLatCoord: improved performance of the normalizeLon method.

    ImprovementLuciadFusion

    LMAP-3322
    An option can now be specified in the WMS servlet configuration file (web.xml) to invert the bounding box coordinates in case the request version is 1.3.0 and the reference is EPSG:4326. If these conditions hold, and the option is set, the x coordinates will be interpreted as latitudes and the y coordinates as longitudes.

    For WMS version 1.1.1, the order is defined as x=lon, y=lat. In version 1.3.0 it was decided that the order should be consistent with the order defined in the EPSG:4326 reference which is lat/lon. Consequently, some WMS 1.3.0 servers have changed their interpretation of EPSG:4326 coordinates, while others sticked to the old (WMS 1.1.1) interpretation.

    Use the configuration option if you want to comply with the WMS 1.3.0 specification. Do note that the EPSG:4326 reference is officially deprecated, so the problem can be circumvented by not supporting this reference.

    Add the following to your WMS web.xml file to enable inversion:
          <init-param>
            <param-name>EPSG.4326.latlon</param-name>
            <param-value>true</param-value>
          </init-param>
        

    ImprovementLuciadFusion

    LMAP-3322
    ALcdWMSProxy: added a getter boolean isInvertXYForEPSG4326() and setter setInvertXYForEPSG4326( boolean aInvertXYForEPSG4326 ). This has to be used by implementations of this class to determine whether the bounding box coordinates for WMS version 1.3.0 and reference EPSG:4326 should be specified as x=lon and y=lat which is the default, or x=lat and y=lon which is inverted.

    For WMS version 1.1.1, the order is defined as x=lon, y=lat. In version 1.3.0 it was decided that the order should be consistent with the order defined in the EPSG:4326 reference which is lat/lon. Consequently, some WMS 1.3.0 servers have changed their interpretation of EPSG:4326 coordinates, while others sticked to the old (WMS 1.1.1) interpretation.

    ImprovementLuciadFusion

    TLcdEarthMetadataTerrainTileSet: now loads the assets lazily and offers better performance if a lot of assets are used by using the TLcdEarthAssetGXYViewTileSet and TLcdEarthAssetTerrainElevationTileSet.

    ImprovementLuciadFusion

    The sample samples.encoder.raster.geotiff can now compose a regular grid of input rasters into a single GeoTIFF file.

    ImprovementLuciadFusion

    LMAP-2437
    TLcdSelectionSupport: isSelected(Object) now works faster.

    ImprovementLuciadFusion

    LMAP-1619
    TLcdWMSProxyGXYLayerFactory: layers created with this layer factory now use a special painter which supports reprojection of WMS layers. If the world reference of the client is not supported by the WMS server, the painter will select an optimal reference, and reproject the resulting image to the current world reference.

    ImprovementLuciadFusion

    LMAP-3377
    TLcdGXYHaloPainter now offers the possibility to cache the halo images, making use of ILcdCache domain objects when available.

    ImprovementLuciadFusion

    LMAP-651
    TLcdMagneticNorthGXYController: now tries to rotate the ILcdGXYView using the ILcdRotationCapableGXYView interface if it is available, instead of by rotating the world reference.

    ImprovementLuciadFusion

    LMAP-2259
    TLcdModelContainerEvent, TLcdLabelLocationEvent and TLcdUndoableEvent now have human readable toString implementations, useful for debugging purposes.

    ImprovementLuciadFusion

    The DMED and DTED model decoders now support an additional sampling strategy that performs bilinear interpolation across decoded elevation rasters. The strategy is implemented with the help of new classes TLcdInterpolatedRaster and TLcdTruncatedTile, which provide basic support.

    ImprovementLuciadFusion

    LMAP-3309
    A new class TLcdBNGUtil supports formatting and parsing coordinates in the British National Grid notation (for example "HU 396 753")

    ImprovementLuciadFusion

    LMAP-1783
    Throughout LuciadMap, threads no longer inherit the priority of the creating thread but specify it explicitly.

    ImprovementLuciadFusion

    LMAP-3335
    TLcdLayer now filters the selection when a filter has been set to the layer. In addition, the selection is kept up to date if the filter in question implements ILcdChangeSource. This was already implemented for TLcdGXYLayers (see LMAP-2455) and has now been moved from TLcdGXYLayer to the super class TLcdLayer.

    ImprovementLuciadFusion

    LMAP-3324
    The database package now provides shape list implementations of which the identities are determined by their primary features. In concrete terms this means that "equals" and "hashCode" are now implemented based on the primary feature. The caching mechanism has been updated to ensure that it always provides the same object instance for any given database object, in order to minimize any possible confusion about its identity.

    ImprovementLuciadFusion

    The database package now offers improved caching for queries based on a query window (with TLcdDatabaseModel#applyOnInteract2DBounds). If all objects inside the query window are known to be cached from a previous query, access to the database can be avoided.

    ImprovementLuciadFusion

    The offset icon sample now allows enabling and disabling the labels of the offset icons.

    ImprovementLuciadFusion

    LMAP-3289
    The ALcdWMSNamedLayer class in the WMS client API has three new methods:
    boolean isNoSubsets()
    Returns the value of the noSubsets parameter.
    int getFixedWidth()
    Returns the value of the fixedWidth parameter.
    int getFixedHeight()
    Returns the value of the fixedHeight parameter.
    This allows users of the API to check whether these limitations are set on a layer.

    ImprovementLuciadFusion

    LMAP-3289
    The ALcdWMSLayer class in the WMS server API has three new methods:
    boolean isNoSubsets()
    Returns the value of the noSubsets parameter.
    int getFixedWidth()
    Returns the value of the fixedWidth parameter.
    int getFixedHeight()
    Returns the value of the fixedHeight parameter.
    The TLcdWMSLayer class that extends this abstract class also has corresponding setter methods for these parameters. If set, these parameters will also be encoded in the server capabilities, and the server will take them into account when validating an incoming GetMap request.

    These parameters can also be set in the capabilities configuration file of the WMS server sample.

    ImprovementLuciadFusion

    LMAP-3088
    The WFS client now has support for requesting a sorted list of features from a WFS server that supports the sortBy element. This can be done by setting a TLcdOGCSortBy on a TLcdWFSGetFeatureRequest.

    ImprovementLuciadFusion

    LMAP-3088
    The WFS server now supports the sortBy parameter in KVP and XML requests. The features returned by the server will be sorted in the requested order. In case a maximum number of features has been set, the sorting will be applied before applying the feature limit.

    ImprovementLuciadFusion

    LMAP-3286
    TLcdGXYIconPainter can now use ILcdOriented objects to rotate icons. In addition, the painter now supports fixed and dynamic icon scaling.

    ImprovementLuciadFusion

    LMAP-2072
    The WMS client API has been extended with new functionality to connect with a WMS service:
    • A new class TLcdWMSClient has been introduced that facilitates direct communication with a WMS service, by offering functionality to create and send custom requests, and interpreting their result.
    • Requests are modeled by the existing interface ILcdOWSRequest, of which default implementations exist to represent the existing WMS requests: TLcdWMSGetCapabilitiesRequest, TLcdWMSGetFeatureInfoRequest, TLcdWMSGetMapRequest, TLcdWMSDescribeLayerRequest and TLcdWMSGetLegendGraphicRequest.
    • The result of a GetCapabilities request is an ALcdOGCWMSCapabilities instance. The result of the other requests is modeled by a TLcdOWSInputStream. This existing class is an extension of InputStream with the addition of a content type property and some metadata.
    • To allow control over the communication platform used to connect with a service, the interface ILcdOWSTransport can be used. This interface is used by TLcdWMSClient for its communication. A default implementation TLcdOWSHttpTransport exists with support for the HTTP protocol.
    The existing API, consisting of a TLcdOGCWMSProxyModelDecoder to create an ALcdWMSProxy object for a given WMS URL, has been adapted to use the new TLcdWMSClient class.

    ImprovementLuciadFusion

    LMAP-1454
    The WMS client now fully supports SLD enabled servers:
    • GetMap requests can be initialized with an SLD and sent as a KVP or XML request.
    • Support for DescribeLayer and GetLegendGraphic requests with KVP encoding has been added.

    Bug fixLuciadFusion

    The matchCase attribute of a binary comparison operator for an OGC filter is now properly encoded.

    Bug fixLuciadFusion

    LMAP-3620
    TLcdHaloIcon did not paint its delegate icon centered, which was mainly visible for larger values of halo thickness.

    Bug fixLuciadFusion

    LMAP-1851, LMAP-3565
    LuciadApplet: the applet LookAndFeel was not always correctly initialized.

    Bug fixLuciadFusion

    LMAP-3616
    The XML encoding of the requests created by the TLcdWFSClient now have valid schema locations for the WFS, OWS and OGC schemas.

    Bug fixLuciadFusion

    LMAP-3565
    LuciadMapApplet: the static initializer is removed from the sample code.

    Bug fixLuciadFusion

    LMAP-3585
    TLcdGeoTIFFModelDecoder no longer prints out a stack trace when decoding a GeoTIFF in a planar format.

    Bug fixLuciadFusion

    LMAP-3518
    TLcdGeoTIFFModelEncoder now correctly encodes the color model of the raster if its tiles do not have a color model.

    Bug fixLuciadFusion

    LMAP-3542
    The TLcdLonLatCompositeRing.contains2D test now returns correct results in limit cases.

    Bug fixLuciadFusion

    LMAP-1929
    TLcdPOLModelDecoder: the canDecode method could throw an OutOfMemoryError.

    Bug fixLuciadFusion

    LMAP-2855
    The JAI core library has been updated to fix the problems with TIFF files larger than 2 GB (up to the maximum of 4 GB specified by TIFF).

    Bug fixLuciadFusion

    ALcdEarthGLTiledClipmapLevel now correctly handles tile updates that indicate that the tile is no longer available.

    Bug fixLuciadFusion

    ALcdEarthGLTiledClipmapLevel instances that automatically update tiles upon each paint now ignore tile update callbacks that return the same tile.

    Upgrade considerationLuciadFusion

    LMAP-3506
    The TLcdEarthCompositeImageTileSet now disposes all the tilesets added to it when it is disposed. This behaviour is consistent with the TLcdEarthCompositeTileSet.

    Upgrade considerationLuciadFusion

    LMAP-3098, LMAP-3258
    The unit of measure of ILcdGridReference instances is now taken into account for the z-coordinate as well. Previously, transformations involving an ILcdGridReference assumed that the z-coordinate was expressed in meters. Note that the scale parameter of an ILcdGridReference instance is only applied to the (x,y) grid coordinates as before.

    Upgrade considerationLuciadFusion

    The model decoder attribute of ILcdEarthAssets is now optional. This allows using the assets to just describe the contents of an ILcdEarthTileSet. To get the old behaviour you can use the TLcdEarthRasterAssetCodec.setModelDecoderOptional method.

    Upgrade considerationLuciadFusion

    TLcdAWTUtil: now has convenient invoke* methods that first check if they are running on the Event Dispatch thread. The signature of invokeAndWait was changed to no longer throw checked exceptions. This should not cause any issues as the method was documented as "Internal LuciadMap util method". In the very unlikely event that you are affected, it will cause a compiler error. You can then simply replace any calls to TLcdAWTUtil.invokeAndWait with EventQueue.invokeAndWait.

    Upgrade considerationLuciadFusion

    The lcd_ogc_schema_resources.jar has been split in 3 separate jars: lcd_xml_resources.jar (containing the schemas for XML), lcd_gml3_resources.jar (gml schemas) and lcd_ogc_resources.jar (ogc schemas such as filter and sld). Applications should update their classpath accordingly.

    Upgrade considerationLuciadFusion

    The TLcdEarthTerrainElevationProvider now throws an exception if a a model that it does not support is added instead of ignoring the model. See TLcdEarthTerrainElevationProvider.isSupportedElevationModel for more details on which models this elevation provider supports.

    Upgrade considerationLuciadFusion

    ILcdLayerTreeNode: the methods addHierarchySelectionListener and removeHierarchySelectionListener have been added to the interface.

    The impact of this change should be minimal. Only nodes which directly implement this interface will result in compile errors. Notice that the support class to create such nodes (TLcdLayerTreeNodeSupport) has been adjusted. Implementations could delegate the call for these extra methods to the support class.

    Upgrade considerationLuciadFusion

    ILcdView: the autoUpdate property has been moved from ILcdGXYView and ILcdGLView to ILcdView, and methods are added to add or remove a PropertyChangeListener to the view.

    The behavior of the standard views has been slightly modified with respect to the autoUpdate property: when switching the property from false to true, a repaint of the view is triggered, which was not the case in earlier versions. Also, all our ILcdView implementations now fire a PropertyChangeEvent when altering the autoUpdate property.

    The impact of this change should be minimal. The added methods were actually moved from ILcdGXYView and ILcdGLView, so all existing views implementing these interfaces can remain unchanged. Views implementing ILcdView directly will cause a compile error.

    Upgrade considerationLuciadFusion

    LMAP-3379
    TLcdGXYHaloLabelPainter and TLcdGXYHaloLabelPainter2, and TLcdGXYHaloPainter now allow wrapping ILcdGXYLabelPainterProvider and ILcdGXYPainterProvider instances, respectively. This will cause compilation errors if you used these classes with an ILcdGXYPainter or ILcdGXYLabelPainter instance that also implements ILcdGXYPainterProvider or ILcdGXYLabelPainterProvider. Simply casting your argument to ILcdGXYPainter or ILcdGXYLabelPainter will solve these errors.

    9.0

    9.0.22

    ImprovementLuciadFusion

    TLcdJULFileHandler automatically creates the directory containing the log files, if it does not exist.

    Bug fixLuciadFusion

    LMAP-3607
    ALcdGXYStampLabelPainter, TLcdGXYHaloPainter, TLcdGXYHaloLabelPainter, TLcdGXYIconPainter, TLcdLonLatGridPainter, TLcdHaloIcon: halo painting now takes into account rendering hints such as anti-aliasing.

    9.0.21

    Bug fixLuciadFusion

    LMAP-3600
    The TLcdSVGModelDecoder was not always correctly decoding paths. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3599, LMAP-3581
    TLcdCADRGModelDecoder#canDecodeSource now only returns true for A.TOC files, not for all *.TOC files, in order to avoid confusion with other formats. The name A.TOC is available as a new constant TLcdCADRGModelDecoder#TOC_NAME.

    Bug fixLuciadFusion

    LMAP-3590
    TLcdDEMModelDecoder no longer throws an exception for DEM files containing Real4 fields in scientific notation ("123D+45").

    Bug fixLuciadFusion

    Fixed incorrect move2D for GML points with a grid reference.

    Bug fixLuciadFusion

    LMAP-3561
    In disagreement with the API documentation, the default value of the TLcdWarpRasterPainter#isReuseInternalBuffer property was true and did not depend on the paintCache property. Both issues have been fixed.

    Bug fixLuciadFusion

    Fixed race condition in TLcdEarthAsynchronousTileSet.

    Bug fixLuciadFusion

    LMAP-3586
    Clicking on an uninitialized TLcdVVJPanel could trigger a null pointer exception.

    Bug fixLuciadFusion

    LMAP-3582
    The pixeldensity of ILcdEarthRasterTileSetCoverage could overflow too soon.

    Bug fixLuciadFusion

    LMAP-3576
    TLcdLayerTreeNodeUtil: the isEmptyNode( ILcdLayer aLayer ) method now checks whether aLayer is an ILcdLayerTreeNode and has an empty model.

    9.0.20

    ImprovementLuciadFusion

    LMAP-3345
    The GML model encoders now longer claim that they can export raster formats.

    Bug fixLuciadFusion

    LMAP-3541
    TLcdEllipsoid.intersects2DLS returns consistent results when three of the segment ends are colinear (the segments are now always considered to be intersecting).

    Bug fixLuciadFusion

    LMAP-3558
    TLcdTiled2DBoundsIndexedModel.applyOnInteract2DBounds was applying the given function to all the sub-models, even after the function returned false (indicating a stop condition). This has been fixed.

    Bug fixLuciadFusion

    LMAP-3097
    TLcdGeoTIFFModelEncoder no longer swaps colors when saving rasters with an INT_ARGB color model.

    Bug fixLuciadFusion

    LMAP-3549
    Fixed a performance problem with TLcdAdvancedMapRulerController.

    Bug fixLuciadFusion

    LMAP-3531
    create and edit with mouse sample: fixed a NullPointerException when trying to snap to the surface while creating a composite curve.

    Bug fixLuciadFusion

    The TLcdEarthTileSetElevationProvider now properly checks the input parameters of its setters.

    Bug fixLuciadFusion

    LMAP-3495
    The format name of TLcdEarthTileFormat is now case insensitive.

    Bug fixLuciadFusion

    LMAP-3511
    The GL painters now properly dispose the resources (ex. OpenGL buffers) they allocate.

    Bug fixLuciadFusion

    LMAP-3528
    The GL painters could sometimes not paint anything if the view was empty and the ADAPTIVE clipcenter mode was used.

    Bug fixLuciadFusion

    LMAP-3522
    The TLcdEarthTerrainElevationProvider and TLcdEarthTileSetElevationProvider could return an elevation of 0 instead of NaN when no data was available.

    Bug fixLuciadFusion

    Removed TLcdLineType#readResolve from API.

    Bug fixLuciadFusion

    LMAP-2993
    TLcdEarthTerrainRepositoryModelDecoder: the coverages that only contain fallback data are no longer available. This makes it possible to determine whether a repository had geometry or textures if the fallback option(s) are enabled.

    Bug fixLuciadFusion

    LMAP-3515
    samples.gxy.grid.multilevel.gars.CGRSCoordinateFormat did not correctly format cell columns.

    9.0.19

    ImprovementLuciadFusion

    LMAP-3487
    The performance of the TLcdCompositeCurve.computePointSFCT() method has been improved.

    Bug fixLuciadFusion

    The native reference of the elevation coverage in the TLcdEarthTextureTerrainTileSet is now the tileset reference.

    Bug fixLuciadFusion

    LMAP-3006
    TLcdEarthTileRepositoryPreprocessor: Elevation data was sometimes not preprocessed at their most detailed resolution. This would result in less detailed geometry data in the repository then the original source data. As a result of this fix the repository size may increase w.r.t. versions before this fix when preprocessing elevation data.

    Bug fixLuciadFusion

    LMAP-3490
    TLcdEarthTerrainElevationProvider: Fixed exception when adding models with no supported elevation data and will now log a warning if this occurs.

    Bug fixLuciadFusion

    LMAP-3478
    GARSCoordinateFormat did not correctly parse cell rows.

    9.0.18

    Bug fixLuciadFusion

    TLcdGXYPolylineStampLabelPainter sometimes mistakenly used the location index when a label location was set, which could result in an ArrayIndexOutOfBoundsException.

    Bug fixLuciadFusion

    TLcdEarthCompositeImageTileSet: Added support for non-geodetic references.

    9.0.17

    ImprovementLuciadFusion

    LMAP-3113
    TLcdXMLDecoder no longer resolves external DTD's, as these were not used by the decoding process.

    ImprovementLuciadFusion

    Improved application schema generation for GML export (improved minOccurs and maxOccurs attributes for child elements). Improved resolution of featured descriptors during GML export. Support for export of TLcdISO19103Measure.

    ImprovementLuciadFusion

    LMAP-2702
    Multi format sample: the opened file is now selected by default.

    ImprovementLuciadFusion

    The shell scripts for the samples now also support 32-bits JRE's on 64-bit operating systems.

    ImprovementLuciadFusion

    The shell scripts for the samples now work properly on 64-bits Windows systems.

    ImprovementLuciadFusion

    LMAP-2040
    The class TLcdTopocentricCoordSysTransfo2 has been deprecated in favor of TLcdTopocentricCoordSysTransformation.

    Bug fixLuciadFusion

    LMAP-3469
    ALcdEarthGLTiledClipmapLevel: Fixed rare race condition when tile updating is enabled.

    Bug fixLuciadFusion

    TLcdEarthTileRepository: fixed isGeoReferenceSupported and related exceptions when the addTileSetCoverage method with overriding georeference parameter is used.

    Bug fixLuciadFusion

    ILcdLayerTreeNode: calling removeHierarchyPropertyChangeListener did not always remove the listener from the whole subtree. This is now resolved.

    Bug fixLuciadFusion

    TLcdEarthTileSetElevationProvider: improved performance and added some methods to manage the tile cache size.

    Bug fixLuciadFusion

    LMAP-3453
    Performance logging no longer throws an exception when the layer name contains a ':' character.

    Bug fixLuciadFusion

    TLcdEarthGLTerrainPainter: improved tile retrieval performance significantly.

    Bug fixLuciadFusion

    TLcdEarthCompositeTileSet: Fixed some composite operations (o.a. update and cancel) and added some extra API for mananging the composed tilesets.

    Bug fixLuciadFusion

    LMAP-3443
    TLcdGXYSelectControllerModel2/TLcdGXYEditControllerModel2: a workaround was applied for Sun bug 4421515. As a result, objects (and labels) can now be edited using the middle mouse button.

    Bug fixLuciadFusion

    ALcdEarthGLAltitudeExaggerationTileSet: Added altitude exaggeration support for synchronous tile production and synchronous/asynchronous tile updating.

    Bug fixLuciadFusion

    Fixed compilation error in xml sample that only occurs when compiling using eclipse, java5 under linux.

    Bug fixLuciadFusion

    LMAP-583
    TLcdSHPModelEncoder now supports features of type Long.

    Bug fixLuciadFusion

    LMAP-3399
    TLcdSHPModelEncoder was not correctly encoding 3D points if they were not TLcdSHPPointZ instances. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2787
    TLcdMIFModelEncoder.canExport was returning true even though when it could not handle the reference of the model. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2752
    The setExcludedSources method of the TLcdStatusInputStreamFactory class was not working when used in combination with the TLcdSHPModelDecoder. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2555
    Some vertical grid lines were disappearing when zoomed out until the whole world was visible and the Mercator projection was used. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2789
    The TLcdMIFModelEncoder was incorrectly accepting rotated ellipses, which are not supported by the MIF format. The encoder now returns false when the "canExport" method is called with a rotated ellipse.

    Bug fixLuciadFusion

    LMAP-2239
    The Swiss Oblique Mercator projection was incorrect at very small scales. This has been fixed.

    9.0.16

    ImprovementLuciadFusion

    LMAP-3395
    Updated the javadoc of ILcdEarthTileSet and ILcdEarthRasterTileSetCoverage to solve some ambiguity w.r.t. the georeference in which the tileset bounds and raster coverage pixeldensity are expressed.

    Bug fixLuciadFusion

    TLcdEarthTextureTerrainTileSet: The elevation coverage and isGeoReferenceSupported now properly support non-geodetic references.

    Bug fixLuciadFusion

    LMAP-3395
    TLcdEarthGXYViewTileSet: The copyright message is no longer disabled when using this tileset.

    9.0.15

    ImprovementLuciadFusion

    TLcdEarthGXYViewTileSet: Improved performance when using an oversampling factor of 1.

    ImprovementLuciadFusion

    TLcdEarthGLTerrainClipmapLevel: Improved performance when using textures in varying formats.

    ImprovementLuciadFusion

    LMAP-3389
    TLcdEarthTerrainElevationProvider: Added API to add/remove elevation models.

    Bug fixLuciadFusion

    LMAP-3399
    TLcdSHPModelEncoder now correctly encodes the Z value of the points when the export3D property is enabled.

    Bug fixLuciadFusion

    LMAP-3391
    TLcdEarthTerrainElevationTileSet: Fixed null native georeference for terrain geometry coverage.

    9.0.14

    ImprovementLuciadFusion

    TLcdWFSProxyModel has become more robust. It can now also handle situations where the WFS server does not include a schema-import in the XML encoding of GetFeature results.

    ImprovementLuciadFusion

    LMAP-3378
    To improve the robustness, the WMS client now adds 'SERVICE=WMS' to all GetMap requests. This is not required by the WMS specification, but some servers do check for it.

    Bug fixLuciadFusion

    TLcdEarthGLTerrainClipmapLevel: Added support for textures in varying formats.

    Bug fixLuciadFusion

    TLcdEarthImageCombiner: Added support for combining images opaque and translucent images.

    Bug fixLuciadFusion

    ALcdEarthTileSetMultilevelRaster: Added support for non-geodetic tileset references.

    9.0.13

    ImprovementLuciadFusion

    LMAP-3212
    EPSG codes using the Polar Stereographic projection variants B and C are now supported.

    Bug fixLuciadFusion

    Fixed exceptions during painting of certain GML linear rings. Improved schema resolution for GML2 model decoder.

    Bug fixLuciadFusion

    LMAP-3374
    GARSCoordinateFormat now obeys super-class contract when parsing fails.

    Bug fixLuciadFusion

    LMAP-3382
    TLcdUtmMgrsUtil.lonlat2UtmMgrs was producing incorrect results for points very close to the boundaries of a southern latitude zone band. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2510
    TLcdSymbol: now always paints inside its bounds, defined by icon width and height.

    Bug fixLuciadFusion

    LMAP-3361
    firstExample.pro now by default includes the Java library jce.jar.

    Bug fixLuciadFusion

    LMAP-2635
    TLcdCADRGModelDecoder no longer uses the length field in the location section.

    Bug fixLuciadFusion

    LMAP-3372
    In TLcdPolarStereographic setting a negative latitude of true scale (for the southern hemisphere) was producing incorrect results. This has been fixed.

    9.0.12

    Bug fixLuciadFusion

    LMAP-3370
    TLcdEarthTerrainRepositoryModelDecoder: The model decoder can now (optionally) fallback to default geometry or textures if the repository does not contain the proper data. This is disabled by default.

    Bug fixLuciadFusion

    LMAP-3368
    TLcdEarthTextureTerrainTileSet: Changed the name of the combined geometry/texture coverage to 'Texture terrain geometry' to avoid name conflicts.

    Bug fixLuciadFusion

    LMAP-3347
    TLcdGXYStampLabelPainter: the isLabelTouched method now works correctly if the mode contains the TRANSLATING bit.

    9.0.11

    ImprovementLuciadFusion

    TLcdEarthAssetModelCodec: Improved error reporting.

    ImprovementLuciadFusion

    The EPSG codes database has been upgraded to version 7.1.

    ImprovementLuciadFusion

    The TLcdMIFModelEncoder now encodes the line style (pen) of TLcdMIFPLine and TLcdMIFRegion model elements.

    ImprovementLuciadFusion

    LMAP-3305
    The TLcdWKTReferenceParser is now able to decode projected systems that use the polyconic projection.

    Bug fixLuciadFusion

    LMAP-3342
    TLcdGUIIcon: a few icons were not present in the javadoc.

    Bug fixLuciadFusion

    TLcdEarthTileSetElevationProvider: Added support for non-geodetic tileset references.

    Bug fixLuciadFusion

    LMAP-3338
    TLcdGXYPolylineStampLabelPainter: fixed the label positioning for setRotationAllowed(false).

    Bug fixLuciadFusion

    LMAP-3235
    TLcdGXYPolylineStampLabelPainter: in some cases, an ArrayIndexOutOfBoundsException was thrown for degenerate point lists.

    Bug fixLuciadFusion

    LMAP-3334
    TLcdMapGeorefGridLayer: getLabel now returns the last value set by setLabel.

    Bug fixLuciadFusion

    LMAP-3328
    ALcdGXYPen allows to draw very long geodesics and rhumblines.

    Bug fixLuciadFusion

    LMAP-3331
    Added a workaround for JDK regression 6789982 that caused the ignoring of selection clicks after opening a popup menu when using Sun's JDK 1.6.0_10 and higher on Windows. This also fixes and replaces workaround LMAP-2871.

    Bug fixLuciadFusion

    TLcdEarthGXYRasterPainter: Fixed race condition when clearing the cache or changing the cache size.

    Upgrade considerationLuciadFusion

    The TLcdWKTReferenceFormatter now formats the TLcdLambertAzimuthalEqualArea as a spherical projection, which corresponds to the current implementation. The projection's parameters "latitude_of_center" and "longitude_of_center" are now saved as "latitude_of_origin" and "longitude_of_origin".

    9.0.10

    Bug fixLuciadFusion

    LMAP-3294
    When using label decluttering, TLcdGXYOffsetIconPainter#setDisplayLabels(false) would cause the offset icons to disappear as well.

    9.0.07

    ImprovementLuciadFusion

    Two new utility classes TLcdSphereRhumblineUtil and TLcdEllipsoidRhumblineUtil have been added to the package com.luciad.geodesy to support topology calculations with rhumblines on a spherical and ellipsoidal model of the Earth, respectively.

    Bug fixLuciadFusion

    Preprocessor sample: fixed bug when using a non-geodetic reference.

    Bug fixLuciadFusion

    LMAP-3319
    Fixed clone methods of TLcdGXYLabelPainter, TLcdGXYHaloLabelPainter, TLcdGXYStampLabelPainter and TLcdLonLatGridPainter.

    Bug fixLuciadFusion

    LMAP-3308
    Added halo enabled, halo color and halo thickness to the *LabelPainterBeanInfo classes. As a result, the TLcdBeanEditAction used on a corresponding label painter shows the halo properties.

    Bug fixLuciadFusion

    LMAP-3293
    TLcdGXYOffsetIconPainter no longer throws NullPointerExceptions when the delegate label painter does not implement ILcdGXYLabelPainter2, as is the case for the MS2525b/APP6a label painters.

    Bug fixLuciadFusion

    LMAP-3291
    The TLcdSphereUtil.polygonContains2D was sometimes returning the wrong results if one of the polygon edges was along the Equator. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3292
    The license server now correctly handles failed UDP communication on Windows 2000.

    9.0.06

    ImprovementLuciadFusion

    TLcdPolyconic provides an implementation of the polyconic projection.

    ImprovementLuciadFusion

    Improved support for namespace prefixes during encoding. Prefixes set using TLcdXMLSchemaBasedEncoder.registerNamespaceURI now override the default prefixes. Also, the encoder libraries for many formats (GML, AIXM, XLink, ...) have been adapted to have a suitable default namespace prefix. The TLcdXMLFeaturedEncoderLibrary class now supports a new constructor with an additional namespace prefix argument.

    Bug fixLuciadFusion

    LMAP-3278
    Filter encoder and decoder libraries now register proper object factories for all their domain classes. This enables other XML schema based libraries to correctly refer to these classes.

    Bug fixLuciadFusion

    LMAP-3278
    SLD encoder and decoder libraries now register proper object factories for all their domain classes. This enables other XML schema based libraries to correctly refer to these classes.

    9.0.05

    Bug fixLuciadFusion

    TLcdEarthTileRepositoryPreprocessor: fixed bug in preprocessor that would cause it to wait indefinitely in some cases.

    9.0.04

    ImprovementLuciadFusion

    TLcdGXYShapeListPainter now more robustly handles recursive invocations.

    ImprovementLuciadFusion

    Added support for preprocessing in non-geodetic references to preprocessor sample.

    ImprovementLuciadFusion

    TLcdEarthCompressorTileDataCodec: Releasing some memory earlier.

    Bug fixLuciadFusion

    Fixed a bug which might cause an XMLStreamException in some StAX implementations, due to the http://www.w3.org/2001/XMLSchema-instance namespace being bound incorrectly.

    Bug fixLuciadFusion

    TLcdEarthGXYElevationRasterPainter: fixed the tile format used for the tile production request if a repository is used.

    Bug fixLuciadFusion

    TLcdEarthGLVectorPainter: fixed the tile format used for the tile production request if a repository is used.

    Bug fixLuciadFusion

    LMAP-3269
    TLcdRectifiedProjectiveProjection no longer produces mapping artifacts when the distortion is large.

    Bug fixLuciadFusion

    LMAP-3274
    TLcdDMEDTileDecoder now decodes spaces in DMED files as unknown elevations instead of 0 elevations.

    9.0.03

    ImprovementLuciadFusion

    TLcdDatabaseModelDescriptor now has the database URL as source name (instead of null).

    Bug fixLuciadFusion

    Fixed a NullPointerException when encoding nested binary operators.

    9.0.02

    ImprovementLuciadFusion

    LMAP-3270
    Support has been added for SLD external graphics that use the unofficial MIME type image/jpg.

    ImprovementLuciadFusion

    The transient memory usage during XML decoding has been reduced. The memory footprint of an XML model has also been reduced.

    ImprovementLuciadFusion

    LMAP-1607
    The TLcdUPSMgrsUtil allows the transformation from MGRS UPS coordinates back to geodetic coordinates.

    ImprovementLuciadFusion

    LMAP-3048
    The XML encoding of a GetFeature request generated by TLcdWFSGetFeatureRequest#getXMLEncoding() did not take into account the 'MAXFEATURES' attribute. This is now supported, allowing to set a maximum amount of features when using WFS XML POST requests.

    ImprovementLuciadFusion

    TLcdWFSProxyModel now uses internally cached XML Schemas for well-known OGC schemas when parsing DescribeFeatureType request results, which results in a better performance.

    Bug fixLuciadFusion

    LMAP-3271
    The TLcdWarpRasterPainter could throw an ArrayIndexOutOfBoundsException under certain circumstances. This has been fixed.

    Bug fixLuciadFusion

    Incorrect schema locations for the GML 2 and GML 3.2 schemas were corrected.

    Bug fixLuciadFusion

    ILcdGXYView implementations: When a model listener or a layer selection listener removed itself as a listener from the ILcdGXYView the next listener is no longer skipped.

    Bug fixLuciadFusion

    A bug in the decoding of GML 3.2 document by the TLcdGMLModelDecoder was fixed.

    Bug fixLuciadFusion

    LMAP-3159
    The labels in the editable labels sample were not legible on some operating systems.

    Bug fixLuciadFusion

    LMAP-3251
    TLcdGXYHaloLabelPainter did not paint halo's for selected labels.

    Bug fixLuciadFusion

    LMAP-3257
    TLcdMAPModelDecoder now correctly decodes (lon,lat) coordinates that are specified with an internal offset that is swapped.

    Bug fixLuciadFusion

    LMAP-3253
    In some cases, after an interactive label was dismissed, the non-interactive label was not immediately rendered. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3249
    TLcdGXYArcPainter and TLcdGXYArcBandPainter: arc(band) center points can now be snapped while editing.

    Bug fixLuciadFusion

    LMAP-3166
    TLcdGXYSelectController2: mouse drags performed immediately after displaying a mouse-pressed triggered popup menu started from the wrong coordinates.

    Bug fixLuciadFusion

    Fixed: TLcdGXYAsynchronousLayerWrapper needed a paint queue, even when asynchronous painting was deactivated.

    Bug fixLuciadFusion

    LMAP-286
    TLcdSphereUtil.orientation2D() was sometimes returning wrong results for polygons containing duplicate points. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3232
    TLcdGXYOffsetIconPainter: specifying null as delegate label painter and mapping all labels to sub-labels no longer produces NullPointerExceptions.

    Bug fixLuciadFusion

    LMAP-3225
    The TLcdLayerTreeNodeCellRenderer now disables the tooltip when no source name is set on the model descriptor of the layer instead of setting an empty string as tooltip.

    Bug fixLuciadFusion

    LMAP-3231
    If a license is tied to a MAC address, all MAC addresses on the host are accepted, instead of only the first one (requires Java 1.6).

    Bug fixLuciadFusion

    LMAP-3196
    The XML encoding framework now ignores schema locations that are invalid but not used. Only a warning message is logged that an invalid location was encountered.

    Bug fixLuciadFusion

    LMAP-3226
    TLcdGXYViewLabelPainter and TLcdGXYLayerLabelPainter now allow for different possible location counts per sub-label.

    Bug fixLuciadFusion

    LMAP-2987
    Support for fixed label placement in TLcdGXYOffsetIconPainter now works correctly.

    Bug fixLuciadFusion

    LMAP-3188
    Geocentric to geodetic transformations performed by TLcdEllipsoid.geoc2llhSFCT() were producing incorrect height values for points located very close to the North/South Pole. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3188
    Geocentric to geodetic transformations performed by TLcdEllipsoid.geoc2llhSFCT() were producing incorrect height values for points located very close to the North/South Pole. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3168
    The TLcdPolarStereographic projection now writes and reads correctly the central meridian from the given properties.

    9.0.01

    ImprovementLuciadFusion

    LMAP-3223
    A default logging.properties file has been added to the WEB-INF/classes directory of the sample server, to setup java.util.logging on Apache Tomcat servers. This logs all messages from the server to a separate file in the logs folder of the Apache Tomcat distribution.

    ImprovementLuciadFusion

    TLcdXMLSchemaBasedEncoder (TLcdXMLSchemaBasedDecoder) now has a TLcdXMLSchemaBasedMarshallerProvider (TLcdXMLSchemaBasedUnmarshallerProvider). This provider is an extension to the TLcdXMLMarshallerProvider (TLcdXMLUnmarshallerProvider) that also provides (un)marshallers for a given schema element and Java class. This is typically used to retrieve child (un)marshallers for local elements.

    ImprovementLuciadFusion

    LMAP-3215
    TLcdOWSHttpTransport#configureConnection now sets a connect and read timeout of 30s to avoid having to wait infinitely on a non-responsive server.

    Bug fixLuciadFusion

    LMAP-3224
    When saving (or exporting) a GML model, the name of the generated application schema is now properly encoded. This allows for instance one or more spaces in the name of the model file or directory where the model is saved to.

    Bug fixLuciadFusion

    Optimized the loading of XML schemas by the XML encoder and decoder.

    Bug fixLuciadFusion

    Fixed painting of an arc-by-bulge with a bulge of 0.

    Upgrade considerationLuciadFusion

    Introduction of the class TLcdXMLMapping for schema-less encoding and decoding. This makes the schema-less interface much more compatible with the schema-based interface. As a result, the method TLcdXMLDecoder#getJavaClassResolver() was removed. Applications that rely on this method should be adapted to use TLcdXMLDecoder#getMapping()#getJavaClassResolver().

    9.0

    ImprovementLuciadFusion

    A new interface, ILcdSelfDescribedFeatured, is added to the API. It is an extension of ILcdFeatured that provides direct access to its ILcdFeaturedDescriptor and its features via their name (instead of feature index).

    ImprovementLuciadFusion

    LMAP-825
    TLcdMultivaluedRasterPainter now rotates the multi-valued icon if it implements ILcdOriented.

    ImprovementLuciadFusion

    TLcdRotatingIcon has been introduced, which is an implementation of ILcdIcon that uses the decorator design pattern to rotate another given ILcdIcon.

    ImprovementLuciadFusion

    An extra property, with a getter and a setter for it, is added to several ILcdModelDecoders to switch between TLcdModelLists and ILcdModelTreeNodes. The default behavior is left unchanged: by default none of the decoders returns an ILcdModelTreeNode. The decoders with this extra property are:
    • TLcdTarModelListDecoder
    • TLcdZipModelListDecoder
    • TLcdGRIBBulletinModelDecoder
    • TLcdRaveGeoModelDecoder
    • TLcdUSRPModelDecoder

    ImprovementLuciadFusion

    Improved performance of TLcdEarthTileSetElevationMultilevelRaster.

    ImprovementLuciadFusion

    The XML binding framework has been extended with support for automatic binding of XML data to ILcdFeatured instances.
    The following new packages and classes provide functionality for this new feature:
    • com.luciad.format.xml.bind.schema.featured.*
    • com.luciad.format.xml.bind.schema.TLcdXMLBuiltInConstants
    • com.luciad.format.xml.bind.schema.TLcdXMLBuiltInDatatypeConverter
    • com.luciad.format.xml.bind.schema.TLcdXMLBuiltInDecoderLibrary
    • com.luciad.format.xml.bind.schema.TLcdXMLBuiltInEncoderLibrary
    • com.luciad.format.xml.bind.schema.TLcdXMLBuiltInMappingLibrary
    • com.luciad.format.xml.bind.schema.TLcdXMLFeatured
    • com.luciad.format.xml.bind.schema.TLcdXMLFeaturedDescriptor
    See the Javadoc package documentation of these packages and classes for more information about their usage.

    ImprovementLuciadFusion

    A new encoder (TLcdSLDFeatureTypeStyleEncoder) and decoder (TLcdSLDFeatureTypeStyleDecoder) for feature type styles has been added. They replace the existing encoder and decoder which have been made deprecated.

    ImprovementLuciadFusion

    A new encoder (TLcdOGCFilterEncoder) and decoder (TLcdOGCFilterDecoder) has been added. They integrate with the new XML format framework.

    ImprovementLuciadFusion

    A new encoder (TLcdSLDStyledLayerDescriptorEncoder) and decoder (TLcdSLDStyledLayerDescriptorDecoder) has been added. They replace the existing encoder and decoder which have become deprecated.

    ImprovementLuciadFusion

    LMAP-2833
    TLcdModelList now throws TLcdModelContainerEvents when models are added or removed by implementing ILcdModelContainer.

    ImprovementLuciadFusion

    ALcdGXYController now supports sending out status events.

    ImprovementLuciadFusion

    Improved performance of TLcdEarthGXYRasterPainter and TLcdEarthGXYElevationRasterPainter significantly.

    ImprovementLuciadFusion

    LMAP-2333
    LuciadMap now provides drivers and native libraries for 64-bits Vista, for licenses based on MAC addresses and on iButton hardware keys.

    ImprovementLuciadFusion

    ALcdGXYSmartController now has setters to configure if it should fire undoables for pan and/or zoom operations.

    ImprovementLuciadFusion

    TLcdHaloIcon: new class to allow adding halo around an ILcdIcon.

    ImprovementLuciadFusion

    LMAP-3133
    Support for the WMS GetFeatureInfo request through the class com.luciad.wms.client.model.ALcdWMSProxy did not correctly work for WMS versions prior to 1.3.0.

    ImprovementLuciadFusion

    TLcdEarthGLTerrainPainter is now able to handle texture tiles which are not all of the same resolution. It should be noted, however, that this may result in somewhat reduced rendering performance.

    ImprovementLuciadFusion

    LMAP-3125
    TLcdWMMModelDecoder, TLcdIGRFModelDecoder and ALcdMagneticNorthModelDescriptor: the property 'degreesBetweenLines' is now deprecated and replaced with 'step', which supports doubles instead of only ints. In TLcdMagneticNorthGXYPainter the property 'emphasizeDegrees' is now deprecated and replaced with 'emphasizedDegrees', which supports doubles instead of only ints.

    ImprovementLuciadFusion

    TLcdGXYArcPainter now allows manipulation of the handles without having to use CTRL.

    ImprovementLuciadFusion

    LMAP-2781
    ALcdGXYRasterPainter and implementations now support selection and snapping. To support selection, the ALcdGXYRasterPainter#isTouched implementation has been redefined. To support snapping, the ALcdGXYRasterPainter#snaptarget now returns one of the bounds points if they are touched.

    ImprovementLuciadFusion

    LMAP-3118
    TLcdGXYEllipsePainter now allows manipulation of the handles without having to use CTRL.

    ImprovementLuciadFusion

    LMAP-3117
    TLcdGXYIconPainter#getCursor now returns a translation cursor when appropriate.

    ImprovementLuciadFusion

    TLcdDTEDTileDecoder now supports the additional sampling strategies MINIMUM, MAXIMUM, and AVERAGE.

    ImprovementLuciadFusion

    ALcdEarthGLPainterBase has a new method setClipCenterMode(), which gives users some control over how the clip center is chosen. Options include the camera eye point and reference point, as well as a new "adaptive" mode in which the clip center is moves in between the eye and reference points in function of the pitch of the camera.

    ImprovementLuciadFusion

    LMAP-3072
    TLcdGeoTIFFModelDecoder and related decoders now support standard Projected Coordinate Systems with explicitly specified units of measure for their coordinates, as used in some non-standard data sets like the 15 cm aerial JPEG2000 images of NY state.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelEncoder, TLcdGeoTIFFModelDecoder, and related decoders now support grid coordinate systems with more units of measure.

    ImprovementLuciadFusion

    LuciadMap now offers support for performance monitoring. The following operations can be measured:
    • Painting time of the 2D and 3D views
    • Painting time of the 2D and 3D layers
    • Decoding time of the following formats: SHP, CGM, Database, GML, IGRF, WMM, MIF, POL, BCI, BIL, CADRG Directory, CADRG, DEM, DIMAP, DMED, DTED Directory,DTED, ECW, ETOPO, GeoSPOT, GeoTIFF, JAIRaster, JPEG2000, MrSID, NITF, Raster, SwissDHMMatrix, TAB, TFW, USRP, SVG, DWG, DWG model list, DGN, DGN model list, Oracle GeoRaster, Oracle spatial, Informix Geodetic, PostgreSQL, GDF, GRIB, GRIB Bulletin.
    Details about the usage of performance monitoring can be found in the LuciadMap and 3D developer guides.

    ImprovementLuciadFusion

    LMAP-2525
    A new class called TLcdEPSGGeodeticDatumFactory allows to create a geodetic datum based on its WKT name. The datums supported by this class are a subset of the datums from the current EPSG database (v6.18.2).

    ImprovementLuciadFusion

    The logging class TLcdLog and the associated ILcdLogListener implementations TLcdSystemLog and TLcdOutputFrame have been deprecated. Users are now encouraged to use the TLcdLoggerFactory class and the ILcdLogger interface. Details about the new framework can be found in the "Logging and performance monitoring" appendix of the LuciadMap developer's guide.

    ImprovementLuciadFusion

    LMAP-2560
    TLcdGXYEditController(2): edit controller now only performs snapping when there is a single object to edit. This prevents multiple points to snap to the same location, giving the impression that some points disappeared.

    ImprovementLuciadFusion

    ILcdGXYView#addGXYLayer(ILcdGXYLayer): the documentation now allows implementations to add layers at indices other than the top most index.

    ImprovementLuciadFusion

    A new package, com.luciad.util.collections, was introduced. It provides support for collections of primitive types (boolean, byte, char, double, float, int, long, short). Both interfaces and array-based implementations are provided for each of these types.

    ImprovementLuciadFusion

    LMAP-2945
    TLcdGXYStampLabelPainter#setHaloPinColor can now be used to set the halo color for label pins, even when the label itself does not have a halo.

    ImprovementLuciadFusion

    The new class TLcdGeoidGeodeticDatumFactory can create geodetic datums of which the vertical datums are geoids, for example EGM96, EGM84, NAVD88, NGVD29, and so on.

    ImprovementLuciadFusion

    A set of new shape interfaces and implementations have been added to com.luciad.shape, to support open and/or closed shapes consisting of a connected combination of lines and arcs.

    For this purpose, a new interface ILcdCurve has been added to com.luciad.shape, providing a general representation of a continuous, one-dimensional shape. Examples of curves are lines, arcs, or any connected combination thereof. The following extensions and implementations of this interface are introduced:
    • ILcdRing: a closed curve (i.e., begin and end point are the same),
    • ILcdCompositeCurve, TLcdCompositeCurve: a connected sequence of curves,
    • TLcdLonLatCompositeRing, TLcdXYCompositeRing: a closed, connected sequence of curves,
    • TLcdLonLatRhumbPolyline: a polyline consisting of rhumbline segments (i.e., constant bearing),
    • TLcdLonLatRhumbPolygon: a polygon consisting of rhumbline segments (i.e., constant bearing),
    • ILcdCircularArcByBulge: a circular arc defined by a start point, end point, a bulge direction and a bulge factor,
    • ILcdCircularArcBy3Points: a circular arc defined by a start point, end point, and a third point on the arc,
    • ILcdCircularArcByCenterPoint: a circular arc defined by a center point, radius, start angle and arc angle,
    • ILcdCircleBy3Points: a circle defined by 3 points.

    To support the visualization and editing of newly introduced shape types, the following painter/editor implementations have been introduced:
    • TLcdGXYCompositeCurvePainter: paints and enables visual editing of ILcdCompositeCurve objects,
    • TLcdGXYCompositeRingPainter: paints and enables visual editing of ILcdCompositeCurve/ILcdRing objects,
    • TLcdGXYCircularArcPainter: paints and enables visual editing of ILcdCircularArcByBulge, ILcdCircularArcBy3Points and ILcdCircularArcByCenterPoint objects.
    • TLcdGXYCircleBy3PointsPainter: paints and enables visual editing of ILcdCircleBy3Points objects.
    Shapes of type TLcdLonLatRhumbPolyline or TLcdLonLatRhumbPolygon are supported by the existing TLcdGXYPointListPainter class.

    To ensure the connectivity between different curves in an ILcdCompositeCurve, the interface ILcdCurveConnector is introduced. By means of an ILcdCurveConnectorProvider, it is used by painter/editor implementations TLcdGXYCompositeCurvePainter and TLcdGXYCompositeRingPainter to ensure connectivity while editing.

    All new shapes are illustrated in the "create and edit with mouse" sample.

    ImprovementLuciadFusion

    LMAP-2639
    TLcdInputStreamFactory: now creates buffered input streams.

    ImprovementLuciadFusion

    LMAP-2521
    A new class TLcdGXYNewController2 offers more flexibility and functionality when creating new objects. Amongst others, the controller allows reverting initialization steps and customization of the entire creation process through the class ALcdGXYNewControllerModel2. The controller is used extensively in the "create and edit with mouse" sample.

    ImprovementLuciadFusion

    TLcdExtrudedShape now implements ILcdCache.

    ImprovementLuciadFusion

    The raster model decoders TLcdDMEDModelDecoder, TLcdDTEDModelDecoder, TLcdDTEDDirectoryModelDecoder, TLcdDEMModelDecoder, and TLcdGeoTIFFModelDecoder now support geodetic datums based on geoids. Depending on the new property supportGeoidDatums, they create geodetic datums based on ellipsoids (the default, for example WGS84) or based on geoids (if applicable, for example EGM96). The DMED/DTED model decoders also provide a new property applyGeodeticDatums, which lets the decoders automatically add the geoid heights to the elevation values of the rasters themselves.

    ImprovementLuciadFusion

    Using interactive labels has been simplified: the layout manager of the ILcdGXYView (for example TLcdMapJPanel) no longer needs to be set to null because this is the default now. The CellRendererPane is now added to the Swing tree inside the SwingGXYLabelStamp.

    ImprovementLuciadFusion

    com.luciad.earth.tileset.opengl.shape.TLcdEarthGLShapeTileSet now outputs tiles which contain TLcdEarthObjectMappedIndexedVertexArray. This new class, which extends TLcdEarthIndexedVertexArray, contains a mapping which associates segments of the vertex array with the domain objects that these segments represent. TLcdEarthGLVertexArrayPainter has been modified to take this information into account, making it possible to apply different styling to different domain objects within a TLcdEarthGLShapeTileSet or TLcdEarthGLAboveGroundTileSet.

    ImprovementLuciadFusion

    TLcdEarthAssetModelCodec now supports the use of an ILcdInputStreamFactory and ILcdOutputStreamFactory.

    ImprovementLuciadFusion

    TLcdStatusInputStreamFactory and TLcdStatusOutputStreamFactory now have a 'blockingHint' property to allow to set the blocking hint of the fired TLcdStatusEvents.

    ImprovementLuciadFusion

    LMAP-3008
    A new class TLcdDefaultModelXYWorldTransformation aggregates the existing ILcdModelXYWorldTransformation implementations, and is now used as default transformation class in TLcdGXYLayer. As a result, setting it manually (setModelXYWorldTransfoClass) is no longer required (except when not using the build-in model references).

    ImprovementLuciadFusion

    A new sample "Label stamp" shows how to create a simple textual label stamp and use it in TLcdGXYStampLabelPainter, TLcdGXYPolygonStampLabelPainter, and TLcdGXYPolylineStampLabelPainter.

    ImprovementLuciadFusion

    TLcdWKTReferenceParser can now be used to create a geodetic datum or an ellipsoid from a well-known-text (WKT).

    ImprovementLuciadFusion

    LMAP-2649
    The asynchronous paint sample now shows how to safely access the wrapped layers.

    ImprovementLuciadFusion

    LMAP-2591, LMAP-2229
    TLcdGXYPolygonLabelPainter and TLcdGXYPolylineLabelPainter now support freely placed, editable, and interactive labels. Also, these classes now extend TLcdGXYPolygonStampLabelPainter and TLcdGXYPolylineStampLabelPainter, respectively. These new stamp-based painters allow complete customization of the label rendering.

    ImprovementLuciadFusion

    LMAP-1425
    TLcdEPSGReferenceFormatter contains 2 new methods to format an ILcdEllipsoid or an ILcdGeodeticDatum as an EPSG code.

    ImprovementLuciadFusion

    LMAP-2265
    The retrieveLabels methods of TLcdGXYLabelPainter and TLcdGXYFeaturedLabelPainter now return null if the label is empty, so as to skip drawing it.

    ImprovementLuciadFusion

    LMAP-2985
    License error messages in the samples are now more specific.

    ImprovementLuciadFusion

    LMAP-2404, LMAP-2784
    TLcdGXYEditControllerModel2: now supports a new mode EDIT_WHAT_FIRST_TOUCHED_LABEL, that only edits one touched label. This is especially useful when objects can have multiple labels, that should be edited independently.

    ImprovementLuciadFusion

    LMAP-2618
    A new sample samples.gxy.rotation shows how to add rotation to an existing painter/editor.

    ImprovementLuciadFusion

    LMAP-2656
    ALcdAction#setDisplayName() was deprecated.

    ImprovementLuciadFusion

    LMAP-2777
    TLcdSpeedFormat, TLcdAltitudeFormat and TLcdDistanceFormat now use spaces between the number and the unit when formatting, as the 'International System of Units' (SI) specifies. The units of speed, altitude and distance were corrected for casing (for example km instead of Km).

    ImprovementLuciadFusion

    TLcdAdvancedMapRulerController: now has a method setHotPointIcon to change the icon of the handles.

    ImprovementLuciadFusion

    LMAP-2968
    TLcdGXYPanController has a new method setDragViewOnPan. If enabled, the entire view is repainted while dragging. This behavior is activated by default in the LuciadMap samples.

    ImprovementLuciadFusion

    LMAP-2928
    ToolBarSW#addGXYController now adds pan and zoom behavior for the middle mouse button and mouse wheel, respectively. It makes use of two new wrapper classes MouseButtonFilteringController and MouseButtonMappingController.

    ImprovementLuciadFusion

    LMAP-2786
    TLcdMIFModelDecoder was always decoding the features of the shapes as String objects. The types of the features is now more appropriate.

    Bug fixLuciadFusion

    LMAP-3191
    The SHP model decoder was creating a 2D indexed model, even if the model had invalid bounds (for example, if it contained a single point the bounds had 0 width/height). In such a case the decoder now returns a non-indexed model.

    Bug fixLuciadFusion

    TLcdGXYViewLabelPainter and TLcdGXYLayerLabelPainter would sometimes use the same label location for different sublabels.

    Bug fixLuciadFusion

    LMAP-2987
    TLcdGXYOffsetIconPainter now supports fixed label placement, making it compatible with TLcdGXYLayerLabelPainter and TLcdGXYViewLabelPainter. Also, the offset icon sample is now decluttered by default.

    Bug fixLuciadFusion

    LMAP-2998
    TLcdGXYPointListPainter: north-south and east-west lines were difficult to select.

    Bug fixLuciadFusion

    LMAP-3097
    TLcdGeoTIFFModelEncoder no longer swaps colors when saving rasters with an INT_ARGB color model.

    Bug fixLuciadFusion

    Rhumbline lines were not always displayed correctly when dragged to one of the poles. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3136
    TLcdGXYEditController2's undoable listeners are now also informed of the controller model's undoable events.

    Bug fixLuciadFusion

    TLcdLockUtil now uses the value of System.identityHashCode(Object) instead of Object#hashCode() as object identifier to keep track of an object's locks. This is more reliable, because Object#hashCode() might return different values while acquiring/releasing locks, if it depends on properties that can be changed.

    Bug fixLuciadFusion

    LMAP-3141
    TLcdSHPModelEncoder was truncating the DBF field names to 11 characters instead of 10, causing problems with some third-party SHP model decoders. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3140
    Upgraded the packaged proguard jar to the latest version to prevent some obfuscation problems with certain versions of JDK 1.6

    Bug fixLuciadFusion

    LMAP-3135
    TLcdDMEDModelDecoder and TLcdDTEDDirectoryModelDecoder with checkTilesImmediately set to true now provide the correct raster pixel densities, even if some lower DTED levels are missing.

    Bug fixLuciadFusion

    LMAP-3131
    The GetFeature request handler TLcdWFSGetFeatureRequestHandler now supports multiple feature types that use different coordinate reference systems.

    Bug fixLuciadFusion

    TLcdGXYEditController2 would throw a NullPointerException when used after a null snappables object was set.

    Bug fixLuciadFusion

    LMAP-3107
    TLcdEarthGXYRasterPainter: Fixed null pointer exception when no tiles are available.

    Bug fixLuciadFusion

    LMAP-2417
    The references of some internal LuciadMap classes to the optional packages ECW and MrSID have been removed.

    Bug fixLuciadFusion

    TLcdGXYShapeListPainter now supports ILcdGXYPainterProvider objects that return null instead of a valid painter. A TLcdNoBoundsException is thrown in case boundsSFCT is called on an empty ILcdShapeList.

    Bug fixLuciadFusion

    TLcdGMLSchemaDecoder now finds schemas for GML files found using the class loader.

    Bug fixLuciadFusion

    LMAP-3026
    TLcdEarthGXYRasterPainter: add option to automatically enlarge the tile cache (enabled by default).

    Bug fixLuciadFusion

    LMAP-3025
    TLcdEarthGXYRasterPainter: improved behaviour so it no longer paints multiple levels of detail on to of each other. This solves the artifacts when the image tiles have transparent parts.

    Bug fixLuciadFusion

    TLcdGXYStampLabelPainter now automatically invalidates the halo cache when the stamp rotation changes.

    Bug fixLuciadFusion

    TLcdGXYLabelPainter, TLcdGXYStampLabelPainter, TLcdGXYPolygonLabelPainter, TLcdGXYPolylineLabelPainter now fire change events for all properties.

    Bug fixLuciadFusion

    TLcdGXYViewFitAction: now supports fitting on multiple layers.

    Bug fixLuciadFusion

    LMAP-2455
    TLcdGXYLayer now filters the selection when a filter has been set to the layer. In addition, the selection is kept up to date if the filter in question implements ILcdChangeSource.

    Bug fixLuciadFusion

    TLcdGXYPanController now also pans when the meta or alt keys are pressed.

    Bug fixLuciadFusion

    LMAP-2828
    TLcdTopocentricCoordSysTransfo2 has been deprecated in favour of TLcdTopocentricCoordSysTransformation.

    Bug fixLuciadFusion

    LMAP-2888
    TLcdTFWRasterModelDecoder falls back to ImageIO when decoding via JAI fails.

    Upgrade considerationLuciadFusion

    The XML binding framework, introduced as beta API in LuciadMap 8.2, has undergone some changes to improve its usability and extensibility. This affects the following packages:
    • com.luciad.format.xml.bind
    • com.luciad.format.xml.bind.schema
    The following table lists all class renamings which have been done between 8.2 and 9.0:
    TLcdXMLUnmarshallerContext TLcdXMLDecoder
    TLcdXMLMarshallerContext TLcdXMLEncoder
    ILcdXMLUnmarshallerLibrary ILcdXMLDecoderLibrary
    ILcdXMLMarshallerLibrary ILcdXMLEncoderLibrary
    TLcdXMLSchemaUnmarshallerContext TLcdXMLSchemaBasedDecoder
    TLcdXMLSchemaMarshallerContext TLcdXMLSchemaBasedEncoder
    ILcdXMLSchemaUnmarshallerLibrary ILcdXMLSchemaBasedDecoderLibrary
    ILcdXMLSchemaMarshallerLibrary ILcdXMLSchemaBasedEncoderLibrary
    ILcdXMLSchemaTypeUnmarshaller ILcdXMLTypeUnmarshaller
    ILcdXMLSchemaTypeMarshaller ILcdXMLTypeMarshaller
    ILcdXMLSchemaDatatypeUnmarshaller ILcdXMLDatatypeUnmarshaller
    ILcdXMLSchemaDatatypeMarshaller ILcdXMLDatatypeMarshaller
    TLcdXMLSchemaTypeUnmarshallerProvider TLcdXMLTypeUnmarshallerProvider
    TLcdXMLSchemaTypeMarshallerProvider TLcdXMLTypeMarshallerProvider
    TLcdXMLSchemaInfo TLcdXMLSchemaSet
    The following additional API changes have been done:
    • The static newInstance() methods of all unmarshaller and marshaller context classes have been replaced with ordinary constructors in the new decoder and encoder classes.
    • The unmarshal() and marshal() methods of all unmarshaller and marshaller context classes have been renamed to decode() andencode().
    • The configureContext() methods of all (un)marshaller library interfaces have been to configureDecoder() andconfigureEncoder().
    • The Map argument of the (un)marshal and (un)marshalType methods of all (un)marshallers, type (un)marshallers and datatype (un)marshallers has been replaced with a ILcdXMLDocumentContext argument, which offers a richer API for storing and retrieving objects, based on their scope within the XML document.
    • TLcdXMLSchemaBindingDescriptor is no longer part of the API. Its functionality has been largely moved to the more general TLcdXMLSchemaBasedMapping class.
    • The ILcdXMLObjectFactory and TLcdXMLTypeObjectFactoryProvider classes have been introduced in the API, in order to separate object instantiation and unmarshalling during theXML decoding process. This allows to plug in custom object factories without having to rewrite unmarshallers.
    • The ILcdXMLElementInfo interface has been added to the API to allow for XML-Java-XML roundtrips without loss of information. This purpose of this interface is similar to the one provided by JAXBElement: it models an XML element, and allows to store specific XML-related information about the element, which is typically not stored otherwise in the Java representation of the XML data.
    • All unmarshaller and marshaller interfaces, and their corresponding providers have been generified, with as type parameter the Java class they can unmarshal or marshal.

    Upgrade considerationLuciadFusion

    LMAP-2833
    TLcdModelList now implements ILcdModelContainer:
    • The addModel(ILcdModel) and addModel(ILcdModel, ILcdFilter) methods now return a boolean indicating whether the collection of models has changed. Classes overriding one of these methods will result in a compile error.
    • The removeModel(ILcdModel) method now returns a boolean indicating whether a model has been removed from the collection of models and no longer throws a NoSuchElementException when the model was not part of the model list. Classes overriding this method will result in a compile error. Usages of this method which relied on the NoSuchElementException will behave oddly at runtime, since no such error is thrown anymore. The returned boolean can now be used in order to determine whether a model was an element of the model list. It is also no longer necessary to check whether the model is part of the model list before calling the removeModel(ILcdModel) method.
    • The methods modelCount(), models(), addModelContainerListener(ILcdModelContainerListener) and removeModelContainerListener(ILcdModelContainerListener) have been added.

    Upgrade considerationLuciadFusion

    LMAP-3116
    The interface com.luciad.ogc.wfs.ILcdWFSFeatureType has been extended with a getter and setter to configure a qualified feature name through a javax.xml.namespace.QName object. This might require an update, if a custom implementation of ILcdWFSFeatureType is used.

    Upgrade considerationLuciadFusion

    All ILcdGXYPainter#isTouched implementations now check whether the paint mode includes ILcdGXYPainter.HANDLES or ILcdGXYPainter.BODY before checking if the handles or bodies are touched, respectively, allowing finer-grained isTouched checks. An example implementation of this behavior can be found in the hippodrome sample painter. If you call these methods, please make sure that the paint mode contains the necessary flags. In particular, please make sure the mode argument contains ILcdGXYPainter.BODY if you need to check if the body was touched.

    Upgrade considerationLuciadFusion

    The return type of TLcdEarthAssetModelCodec.getDefaultModelReference() has been generalized from TLcdGeodeticReference to ILcdModelReference.

    Upgrade considerationLuciadFusion

    ILcdGXYEditor's END_CREATION flag is now deprecated. The mode was misused to also include the behavior of ILcdGXYEditor.CREATING, which made it impossible to combine with, for example, double-click behavior. TLcdGXYNewController2 does not use this mode anymore. If necessary, perform the object's final initialization in the new controller model instead.

    Upgrade considerationLuciadFusion

    The interfaces ILcdTreeLayered, ILcdLayerTreeNode and ILcdModelTreeNode have been introduced, allowing to easily create hierarchical layer and model structures. In relation to that, these changes were made:
    1. A getter and setter for an ILcdIcon are added to the ILcdLayer interface. The impact is minimal as all sub-interfaces (ILcdGXYLayer and ILcdGLLayer) already had these methods. If you are affected by this change, it results in a compile error.
    2. ILcdGXYView now implements ILcdTreeLayered instead of ILcdLayered. This results in one new method (getRootNode). In the unlikely event of implementing an ILcdGXYView directly, please implement the extra method as well, probably by delegating the call to another ILcdGXYView. If you are affected by this change, it results in a compile error.
    3. The following methods in ILcdModelContainer have been renamed to avoid clashing with the methods of ILcdModel. As this interface was not used anywhere, the impact is expected to be minimal. If you are affected by this change, it results in a compile error.
      • elements()
        to
        models()
      • size()
        to
        modelCount()
      • elementAt(int)
        to
        getModel(int)
    4. The addModel method of ILcdModelContainer can now throw IllegalArgumentException for invalid objects.
    5. TLcdLayeredEvent now contains (optional) indices, indicating where the change took place. All LuciadMap code is adapted to provide those indices.
    As long as no ILcdLayerTreeNode s are used, nothing changes except the changes mentioned above. When layer nodes are used, extra care must be taken when
    • Moving a GXYLayer in the GXYView: ILcdGXYView now implements ILcdTreeLayered which affects the behavior of the move operation. The move operation has become a best effort approach. Details of the implications of this change can be found in the developer guide and in the javadoc of the TLcdTreeLayeredSupport#moveLayerAt.
    • Inserting a layer node in the GXYView: inserting a layer node in the view adds the layer node as a child of the root node, and adds the layer node and all of its children to the view (ILcdGXYView#layers()). Events are generated for every layer that was added to the view.
    • Requesting all the layers from the GXYView:

      calling ILcdGXYView#layers() returns all the layers and layer nodes in the view. When for example copying these layers to another view by looping over the result care must be taken (this is typically done when printing a view). Since the layer nodes are also returned, adding a layer node to the second view will also insert all the child layers to the second view. Those child layers were also returned when calling ILcdGXYView#layers(), hence they would be added twice.

      A correct approach for the use-case mentioned above is requesting all the child layers from the root node of the view, and add all those layer(node)s to the second view. Consult the developer guide for a more detailed explanation.

    • Layer order of the GXYview: the paint order of the layers in the view (ILcdGXYView#layers) is not necessarily related to the layer tree structure (ILcdGXYView#getRootNode). This means that all tasks that directly or indirectly rely on the paint order (for example select controller, ... ) should continue to use the 'flat list' (ILcdGXYView#layers()) and not the hierarchical structure (getRootNode) directly.
    • Adding a model to an ILcdView: adding a model to an ILcdView by calling ILcdView#addModel will use the layer factory which is set on the view. Depending on whether the layer factory creates ILcdLayerTreeNode 's for TLcdModelList's and/or ILcdModelTreeNode's, the behavior of the addModel method will be slightly different:
      1. When a model list is added to the view, and a layer node is created to represent this model list, the model list should not be set as the model of the layer tree node. Hence calling ILcdTreeLayered#layerOf(ILcdModel) with the model list will throw a NoSuchElementException. In case a layer list is created, the model list should be the model of the layer list and calling ILcdTreeLayered#layerOf(ILcdModel) will return the created layer list.
      2. When a model list is added to the view, and a layer node is created to represent this model list, the view will be aware of the layer node itself and all of its child layers. These child layers represent the sub-models of the model list. Calling ILcdTreeLayered#layerOf(ILcdModel) with one of the sub-models will return the correct child layer. In case a layer list is created, the view is not aware of the different sub layers. Calling ILcdTreeLayered#layerOf(ILcdModel) with one of the sub-models will throw a NoSuchElementException.
        Notice that the same remark is valid for adding an ILcdLayerTreeNode directly to the view. The view will be aware of the layer tree node and its child layers, which is not the case when a layer list is added to the view.

    The recommended way to replace existing ILcdGXYLayerList's to ILcdLayerTreeNode's is to create an empty ILcdLayerTreeNode and add all the layers as child layers to the created layer tree node instead of adding them to a new ILcdGXYLayerList.

    However, care must be taken since the behavior of the layer lists and layer nodes is slightly different on some points:

    • The model: the model of the ILcdGXYLayerList was an ILcdModelList, composed of all the models of the sub-layers. The ILcdLayerTreeNode is a layer itself, with child layers, without any relationship between the model of the node and the models of its children. So the model list should not be used as the model of the layer tree node, as that would cause objects to be painted twice.
    • All ILcdGXYLayer operations: the standard ILcdGXYLayerList implementation (TLcdGXYLayerList) delegated those operations to all of its sub-layers, where calling these methods on an ILcdLayerTreeNode will not pass the call to its children. So for example the
      applyOnInteract
      method will work on the node itself, and not on the child layers which was the case for the layer list. Another example is the
      getSelectionCount()
      method. For an TLcdGXYLayerList this returned the sum of the selection counts of all the sub-layers, where for an ILcdLayerTreeNode it just returns the selection count of the node itself. If one wants to retrieve the selection count of all the sub-layers, (s)he must loop over all sub-layers and ask the sub-layers for their selection count. Consult the javadoc of those methods for more detailed information about the differences.
      Similarly, listeners added to a node only receive changes about that node itself and not about the child nodes. Some addHierarchy*Listener methods are available that do listen on a node and all its descendants.
    • The view: with an ILcdGXYLayerList, the view was unaware of the sub-layers and treated the layer list and its sub layers as one big layer. This is no longer the case with an ILcdLayerTreeNode. When such a node is added to the view, all of its child layers are also added and the view knows about those child layers. This happens automatically. For example, it is not necessary to add both the node and all its child layers to the view individually. Adding the node is sufficient. Consult the developer's guide for more information (the section about ILcdTreeLayered).

    Upgrade considerationLuciadFusion

    The interface ILcdGeodeticDatum has received new methods getHeight, hasNonZeroHeights, equals2D, llh2geocSFCT and geoc2llhSFCT, to integrate the new vertical datum support in an efficient way. This allows using geoids for geodetic datums and ILcdGeoReference instances such as ILcdGridReference. The new vertical datum support is used by all LuciadMap implementations of ILcdModelXYWorldTransformation, ILcdModelXYZWorldTransformation, ILcdModelModelTransformation, and ILcdXYWorldXYWorldTransformation. Classes implementing the old vertical datum support (ILcdVerticalDatum, TLcdNullVerticalDatum, ILcdGeoidReference, TLcdGeoidReference, TLcdGeoid2Grid, and TLcdModelModelGeoid2Grid) have been deprecated.

    Upgrade considerationLuciadFusion

    LMAP-1047
    TLcdLayeredEvent#ALL_REMOVED has now been deprecated in favor of multiple REMOVED events, allowing the listener to be informed of each removed layer. All LuciadMap view implementations no longer use this event type.

    Upgrade considerationLuciadFusion

    LMAP-2591
    TLcdGXYPolygonLabelPainter#paintLabels(String[], ILcdPolygon, ...), TLcdGXYPolygonLabelPainter#labelBoundsSFCT(Graphics, String[], com.luciad.shape.ILcdPolygon, ... ), TLcdGXYPolylineLabelPainter#paintLabels(String[], ILcdPointList, ...) and TLcdGXYPolylineLabelPainter#labelBoundsSFCT(Graphics, String[], com.luciad.shape.ILcdPointList, ... ), have been deprecated. In addition, the paintLabels methods now perform the haloing themselves, being consistent with the paintLabel method. Instead of calling the deprecated methods, set the relevant object on the painter before calling the respective methods without the polygon or point list argument. To customize the labels, the method #retrieveLabels can be overridden.

    Upgrade considerationLuciadFusion

    LMAP-2892
    TLcdGXYNewController now respects the editor's #getCreationClickCount when creating new objects. This means that it is now impossible to create a polyline consisting of a single point, or a polygon consisting of less than 3 points. This behavior can be modified by overriding the #isContinueEdit method.

    Upgrade considerationLuciadFusion

    LMAP-1998
    ILcdGXYEditor: the semantics of #getCreationClickCount have been changed to also express a minimum click count when there is no limit on the number of creation clicks, allowing values lower than -1. The implementations in the following editors have been modified to follow this convention:
    • TLcdGXYBufferPainter, TLcdGXYGeoBufferPainter, and TLcdGXYLonLatHeightBufferPainter
    • TLcdGXYPointListPainter

    Upgrade considerationLuciadFusion

    LMAP-2882
    The deprecated library JimiProClasses.jar has been removed. The deprecated class TLcdTIFFImageDecoder, which was using it, is now an extension of TLcdGeoTIFFImageDecoder, which is better and compatible for all practical purposes.

    Upgrade considerationLuciadFusion

    The following new packages were added to improve support for GML:
    • com.luciad.format.gml2.model
    • com.luciad.format.gml2.xml
    • com.luciad.format.gml31.model
    • com.luciad.format.gml31.xml
    • com.luciad.format.gml32.model
    • com.luciad.format.gml32.xml
    • com.luciad.format.gmlcommon
    These packages provide domain models, decoders and encoders for the GML 2, 3.1 and GML 3.2 formats. Additionally, a generic GML decoder is also provided,
        com.luciad.format.gmlcommon.xml.TLcdGMLModelDecoder
    , which is capable of handling all GML formats. These packages are built upon the new XML framework (com.luciad.format.xml.bind). They replace all existing GML packages, which are now deprecated:
    • com.luciad.format.gml
    • com.luciad.format.gml3
    • com.luciad.format.gml3.adapter
    • com.luciad.format.gml3.factory
    • com.luciad.format.gml3.model.*
    • com.luciad.format.gml3.name
    • com.luciad.format.gml3.reader

    8.3

    8.3.19

    Bug fixLuciadFusion

    LMAP-3961
    TLcdGXYOffsetIconPainter#getLabelCount and #getSubLabelCount would sometimes return incorrect values. This could cause exceptions when, for example, selecting offset icons.

    8.2

    8.2.25

    Bug fixLuciadFusion

    A bug in the decoding of gml3:LineStringSegment elements containing gml3:DirectPositions was fixed.

    Bug fixLuciadFusion

    LMAP-3017
    TLcdEllipsoidUtil#computeBufferContour2D and TLcdCartesian#computeBufferContour2D did not correctly calculate the buffer contour at very small scales (+- 10m).

    8.2.24

    ImprovementLuciadFusion

    LMAP-3114
    Users can now explicitly specify the location of the license file with the java system property "luciadmap.license". For instance: java -Dluciadmap.license=/home/user/development_license.txt ...

    ImprovementLuciadFusion

    The TLcdWKTModelReferenceDecoder now accepts multi-line WKTs.

    Bug fixLuciadFusion

    TLcdGXYPen now correctly draws arcs that are defined in grid references with non-standard scales, rotations, or units of measure.

    Bug fixLuciadFusion

    LMAP-3053
    TLcdSHPModelDecoder and TLcdMIFModelDecoder now properly handle InterruptedIOExceptions.

    Bug fixLuciadFusion

    LMAP-3111
    Objects painted with a halo effect would sometimes be rendered incorrectly because of prematurely disposed Graphics instances.

    8.2.22

    ImprovementLuciadFusion

    The license server now more efficiently handles simultaneous license requests.

    ImprovementLuciadFusion

    LMAP-2044
    The default level of the World MTM model has been changed to 4. This improves the fitting the view to small countries (e.g. Saint Kitts and Nevis).

    Bug fixLuciadFusion

    LMAP-2819
    TLcd2DBoundsIndexedModel now throws an IllegalArgumentException instead of StackOverflowException, when an element with bounds having a NaN value is added to a model.

    Bug fixLuciadFusion

    LMAP-3096
    TLcdGeoTIFFModelEncoder no longer throws an ArrayIndexOutOfBoundsException when encoding tiled rasters with Deflate compression and a different tile size.

    Bug fixLuciadFusion

    LMAP-3094
    TLcdEarthTerrainElevationProvider now works correctly with input models that contain more than one ILcdRaster or ILcdMultilevelRaster element.

    Bug fixLuciadFusion

    LMAP-612
    TLcdMIFModelEncoder was not correctly encoding shape lists. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3070
    TLcdEllipsoid rhumbline azimuth computations were incorrect when one of the points was at the North or South Pole. In such a case, the azimuth is now returned as 0 or 180, depending on the case.

    Bug fixLuciadFusion

    LMAP-3068
    The method TLcdGrid2Geocentric.worldPoint2modelSFCT() was returning incorrect results under certain circumstances. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2282
    The TLcdGrid2Geocentric.modelBounds2worldSFCT() was not always correct for models spanning more than 180 longitude degrees. This has been fixed.

    Bug fixLuciadFusion

    LMAP-1956
    If an exception was occurring during the encoding of a DBF file associated with an SHP model, a warning was being issued but the incomplete DBF file was not removed. Future attempts to decode the SHP model were failing because of the corrupted DBF. This has been corrected - if the DBF file can not be written, the SHP model encoder now throws an exception.

    Bug fixLuciadFusion

    LMAP-1325
    The contains2D test was not correct for geodetic polygons covering North Pole. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3092
    TLcdGXYPolylineLabelPainter now clears the halo image cache when the label rotation changes.

    Bug fixLuciadFusion

    LMAP-1370
    GXYHippodromePainter could enter an inconsistent state when editing, preventing further creation of hippodromes.

    Upgrade considerationLuciadFusion

    LMAP-2776
    Setting the TLcdGXYViewLabelPainter.setReusePreviousLocation() property to true was causing editable labels to disappear. The method has been deprecated - a layer implementing ILcdGXYEditableLabelsLayer should be used instead.

    8.2.21

    Bug fixLuciadFusion

    TLcdSoft2DBoundsIndexedModel decoded its underlying model twice when it needed to be restored after having been garbage collected.

    8.2.20

    ImprovementLuciadFusion

    Direct positions and direct position lists with srsName urn:x-ogc:def:crs:EPSG:4326 are now interpreted as (lat,lon) coordinates instead of (lon,lat).

    ImprovementLuciadFusion

    LMAP-3079
    TLcdGXYAsynchronousPaintQueue can now be configured to not interrupt ongoing asynchronous paints, when new paints are requested. This is useful when the view is continuously being repainted, and the paint queue would not otherwise get the opportunity to finish any paints.

    Bug fixLuciadFusion

    LMAP-3085
    TLcdWFSDescribeFeatureTypeRequest#getKVPEncoding() did not take into account the namespace of the configured feature type name(s).

    8.2.19

    Bug fixLuciadFusion

    Using TLcdEarthGXYViewTileSet.setImageType() no longer causes the previous settings of the offscreen ILcdGXYView to be lost.

    Bug fixLuciadFusion

    LMAP-3077
    The select controllers no longer display selection popup menus that are larger than the screen height.

    Bug fixLuciadFusion

    LMAP-3073
    TLcdGXYPainterProvider: recently introduced caching was incorrect when painters were registered for interfaces and model objects implemented multiple interfaces.

    Bug fixLuciadFusion

    TLcdEllipsoid.rhumblineDistance was incorrect when crossing the dateline. This has been fixed.

    Bug fixLuciadFusion

    LMAP-3071
    In the internal database of EPSG codes the unit of measure was always "meter", even for EPSG codes that were using feet or other units. This has been fixed.

    Bug fixLuciadFusion

    TLcdGXYIconPainter#isTouched could cause a NullPointerException when #getIcon returned null.

    Bug fixLuciadFusion

    TLcdGXYStampLabelPainter: the interactive label system now uses the proper mode constants to retrieve label bounds and check whether a label is touched.

    8.2.17

    ImprovementLuciadFusion

    TLcdOWSHttpTransport#configureConnection now sets the connection request property 'Accept-Encoding' to 'gzip, deflate, compress', allowing OGC Web Services to send compressed data.

    8.2.16

    Bug fixLuciadFusion

    LMAP-3065
    ALcdGXYPen#drawLineWithArrow did not draw the arrow anymore since enhancement 6690.

    Bug fixLuciadFusion

    LMAP-3064
    TLcdSHPModelDecoder used to trim both the leading and the trailing spaces from the string features. This has been corrected - only the trailing spaces are now trimmed.

    8.2.15

    ImprovementLuciadFusion

    LMAP-3047
    All implementations of ILcdISO19103UnitOfMeasure (for example TLcdDistanceUnit, TLcdSpeedUnit) now have public constructors that allow to create additional units, next to the predefined constants.

    ImprovementLuciadFusion

    The sample code method SelectControllerModelSW.applySelection is now compatible with modifications of selectHowMode that return SELECT_HOW_CHOOSE | SELECT_HOW_FIRST_TOUCHED.

    Bug fixLuciadFusion

    LMAP-3054
    TLcdGXYLayerLabelPainter and TLcdGXYViewLabelPainter now also perform decluttering when only a layer's selection is labeled.

    Bug fixLuciadFusion

    Calling TLcdGXYLayerLabelPainter#setQuality no longer resets other properties of the painter.

    Bug fixLuciadFusion

    LMAP-3045
    Under certain projections, GeoTIFF rasters covering the entire world (eg. ETOPO 1) were not displayed at all. This has been fixed.

    Upgrade considerationLuciadFusion

    LMAP-3055
    TLcdGXYLayer now always calls the layer label painter for the labels paint mode, even if the layer is not labeled, allowing consistent decluttering that also works for selections. If you implement ILcdGXYLayerLabelPainter, make sure you check your layer's isLabeled() property.

    8.2.14

    Bug fixLuciadFusion

    The ElseFilter did not work properly in all cases after the performance improvements of the SLD painter evaluation (see LMAP-2976).

    8.2.13

    Bug fixLuciadFusion

    LMAP-3031
    TLcdGXYBoundsPainter: large bounds were painted incorrectly using a geodetic pen.

    Bug fixLuciadFusion

    LMAP-3032
    TLcdFeaturedShapeList: #hashCode no longer assumes that none of the feature values is null.

    Bug fixLuciadFusion

    LMAP-3011
    Some sample layers did not set a geodetic pen when using a geodetic model.

    Bug fixLuciadFusion

    LMAP-3009
    TLcdGXYLayer could cause a NullPointerException when #getBounds would indirectly call #paint.

    8.2.12

    ImprovementLuciadFusion

    Updated the TLcdEarthTileRepositoryPreprocessor to use multiple threads for improved preprocessing performance. There are also a few new utility TileSet's to support concurrency.

    Bug fixLuciadFusion

    LMAP-3029
    Fixed bad LOD choice in 3D painters when using FOV to zoom.

    Bug fixLuciadFusion

    LMAP-3024
    The class TLcdOWSHttpTransport, used in the OGC client API to communicate with an OGC server, did not support the HTTPS protocol.

    Bug fixLuciadFusion

    LMAP-3023
    Added missing getters for the properties of the TLcdEarthGXYRasterPainter.

    8.2.11

    ImprovementLuciadFusion

    LMAP-2924
    Added support for tiles containing images with an alpha channel

    Bug fixLuciadFusion

    Added support for terrains with non-geodetic model references

    8.2.09

    ImprovementLuciadFusion

    The EPSG codes 3785 and 4055 used by Google Earth and Microsoft Virtual Earth are now supported.

    8.2.08

    ImprovementLuciadFusion

    The list of supported EPSG codes has been updated. Most notably, it now includes codes 3785 and 4055 used by Google Earth and Microsoft Virtual Earth.

    ImprovementLuciadFusion

    LMAP-2976
    The performance of SLD rule painter evaluation, when configured with both an OGC filter and scale range, has been improved.

    Bug fixLuciadFusion

    TLcdInputStreamUtil: The skipAll method could cause an endless loop when trying to skip more than the available bytes.

    Bug fixLuciadFusion

    LMAP-2993
    TLcdEarthTerrainRepositoryModelDecoder now provides a friendlier error message if it cannot find usable terrain geometry or texture coverages in the repository that's being decoded.

    Bug fixLuciadFusion

    LMAP-1352
    The result of the ILcdPolygon.contains2D test was incorrect for polygons covering the North Pole. This has been fixed.

    Bug fixLuciadFusion

    LMAP-2994
    TLcdGXYTextPainter: the protected method "setupGraphicsForText" is now called just before drawing the text.

    8.2.07

    ImprovementLuciadFusion

    LMAP-2992
    TLcdGeoTIFFModelDecoder now handles spurious tie point tags and transformation matrix tags in a more resilient way.

    ImprovementLuciadFusion

    LMAP-2992
    TLcdGeoTIFFModelDecoder now supports the GRS 1980 geodetic datum.

    Bug fixLuciadFusion

    LMAP-1264, LMAP-2989
    TLcdFeaturedPolygonGXYLayerCodec: did not render TLcdComplexPolygon's correctly.

    Bug fixLuciadFusion

    LMAP-2890
    TLcdGXYEllipsePainter: the ellipse center could not be snapped to other points anymore.

    Bug fixLuciadFusion

    LMAP-2311
    TLcdGXYOverviewController no longer logs a failure when a rectangle was dragged that fell outside of the world bounds.

    Bug fixLuciadFusion

    LMAP-2130
    TLcdGXYTextPainter now takes it set margin into account. The default margin is now 0, in order to maintain the same visual results as before.

    Bug fixLuciadFusion

    LMAP-2980
    TLcdEllipsoid.rhumblinePointSFCT now handles correctly an azimuth that is very close to 90 or 270 degrees.

    Bug fixLuciadFusion

    LMAP-2366
    The documentation of ILcdGXYPainter#isTouched has been clarified with respect to the SELECTION render mode.

    8.2.06

    ImprovementLuciadFusion

    LMAP-2161
    The SHP model decoder now decodes features of large integer types (Long or BigInteger), as well as Boolean and Date. The SHP model encoder now encodes the following new feature types: Long, BigInteger, Boolean. Doubles are now encoded as binary. Feature types that are not supported by the DBF format are encoded as Strings.

    Bug fixLuciadFusion

    Bug fix LMAP-2559 caused ALcdGXYPen to print debugging messages.

    8.2.05

    Bug fixLuciadFusion

    LMAP-1660
    In some circumstances, snapping stopped working while creating polylines. This also affected the ruler controller.

    Bug fixLuciadFusion

    LMAP-2559
    The implementation of the clone methods of the pen classes has improved.

    Bug fixLuciadFusion

    LMAP-2904
    ToolBarSW: automatically generating disabled icons for its buttons now also works with a Swing Icon (only worked with ILcdIcon), this fixes a ClassCastException in APP6A and MS2525b samples.

    8.2.03

    Bug fixLuciadFusion

    LMAP-2966
    The GeoTIFF model decoder handles more robustly rasters that cross the 180 degrees meridian.

    Bug fixLuciadFusion

    TLcdEarthTileRepository left a file handle open.

    8.2.02

    ImprovementLuciadFusion

    LMAP-2886
    TLcdWFSClient now automatically detects service exception reports coming from an OGC web service, in case the content type is not defined.

    ImprovementLuciadFusion

    LMAP-2886
    TLcdWCSClient now automatically detects service exception reports coming from an OGC web service, in case the content type is not defined.

    ImprovementLuciadFusion

    LMAP-2413
    The SHP model decoder has improved support for decoding string features containing non-latin characters.

    ImprovementLuciadFusion

    TLcdGXYAsynchronousViewLabelPainterWrapper now avoids unnecessary view repaints while asynchronous layers are being painted.

    ImprovementLuciadFusion

    LMAP-2945
    A new method setHaloPinEnabled in TLcdGXYStampLabelPainter enables the halo effect for label pins.

    Bug fixLuciadFusion

    LMAP-2965
    The default input stream factories now open files in a more efficient way on Windows.

    Bug fixLuciadFusion

    LMAP-2943
    TLcdEarthRepository#dispose() now works correctly when the thread has been interrupted.

    Bug fixLuciadFusion

    LMAP-2961
    A bug in the halo rendering algorithm, causing the halo to become invisible when printed at a resolution higher than 72 DPI, was fixed.

    Bug fixLuciadFusion

    LMAP-2959
    The ILcdGXYView implementations used to fire a TLcdViewInvalidationEvent when a pan operation was ignored because of an empty pan delta.

    Bug fixLuciadFusion

    LMAP-1430
    TLcdUTMZonePainter: the labels of the main zones now follow the angles of the parallels, making them usable on a rotated map and on other projections.

    Bug fixLuciadFusion

    LMAP-2307, LMAP-822
    TLcdGXYViewFitAction's results for non-bounded models have been improved.

    Bug fixLuciadFusion

    LMAP-505
    In some cases, TLcdGXYFitGXYViewFromXYWorldBounds#fitGXYViewFromXYWorldBounds would set an infinite or zero scale on the view.

    Bug fixLuciadFusion

    LMAP-2871
    Added a workaround for JDK regression 6789982 that caused the wrong selection rectangle to appear when dragging on the map after opening a popup menu. The incomplete drag operation is now ignored.

    Bug fixLuciadFusion

    Some tileset implementations threw a null pointer exception when calling isFormatSupported with a format that had no class.

    Upgrade considerationLuciadFusion

    LMAP-2873
    The getBounds method of TLcdGXYLayer did not respect the mode argument. To obtain the same result as before, the passed argument should be ILcdGXYLayer.ALL | ILcdGXYLayer.BODIES.

    8.2.01

    Bug fixLuciadFusion

    LMAP-2852
    TLcdListLayout now picks a better default value for its component height.

    Bug fixLuciadFusion

    LMAP-2929
    TLcdMultilevelGridCoordinateModel#elementChanged would sometimes throw an exception.

    Bug fixLuciadFusion

    LMAP-2921
    The implementation of the indexOf() method in the GML feature collection implementation now returns -1 instead of throwing an IndexOutOfBoundsException, as specified in ILcdIntegerIndexedModel.

    Bug fixLuciadFusion

    LMAP-2904
    ToolBarSW: now adds disabled icons for its buttons, for example used by the undo sample

    Bug fixLuciadFusion

    LMAP-2867
    LonLatHippodrome has a new constructor taking an ellipsoid as argument.

    Bug fixLuciadFusion

    LMAP-2891
    GXYHippodromePainter now correctly translates a hippodrome when moving multiple objects.

    Bug fixLuciadFusion

    LMAP-2898
    TLcdGXYAsynchronousLayerWrapper used to fire selection events before applying the actual selection changes.

    8.2

    ImprovementLuciadFusion

    ILcdGXYEditor capabilities were added. In case of ambiguity, the first available editor is chosen, which works well for simple SLD files where only one symbolizer is available for a given map scale.

    ImprovementLuciadFusion

    LMAP-2827
    ALcdGXYPen: the performance of adaptively drawing lines has been improved in case that the end points fall outside the projection domain.

    ImprovementLuciadFusion

    TLcdXMLName now has extra methods for conversion of a TLcdXMLName to a QName and vice versa.

    ImprovementLuciadFusion

    A new class TLcdWFSModelDecoderDecorator has been introduced, which serves as a default implementation of ILcdWFSModelDecoder. It can be used out-of-the-box to support GetFeature responses that use GML 2.1.2 and GML 3.1.1 , but it can also be extended to support other output formats.

    ImprovementLuciadFusion

    TLcdGXYClippingPainterWrapper is a new wrapper for ILcdGXYPainters which applies a clip to the Graphics prior to invoking the wrapped painter. This can be used to clip away unwanted parts of a model, for example from a raster model that contains some blank areas around its borders.

    ImprovementLuciadFusion

    TLcdGXYEditControllerModel2: the user-visible Strings created by this controller model can now be translated by setting an ILcdStringTranslator on the controller model.

    ImprovementLuciadFusion

    LMAP-2865
    TLcdGXYEditController and TLcdGXYEditController2: the undoables generated by the ILcdGXYEditors no longer need to fire the model change events. The edit controller now takes care of this. This allows for better composition of editors, as the ILcdGXYEditors no longer have to assume that the object they are editing is actually contained in the given model.

    ImprovementLuciadFusion

    TLcdAltitudeFormat, TLcdDistanceFormat, TLcdSpeedFormat: parsing now accepts values that are entered in another unit as the display unit. If for example the parser is set to km, it also accepts "500m", which is parsed to 0.5km.

    ImprovementLuciadFusion

    LMAP-2692
    The sample-specific controllers of the following samples now have mouse-wheel support:
    • create and edit with mouse
    • hippodrome painter
    • tooltips on the map
    • magnetic north sample
    • multigrid samples
    • projections sample

    ImprovementLuciadFusion

    The WFS client API has been extended with new functionality to connect with a WFS service:
    • A new class TLcdWFSClient has been introduced that facilitates direct communication with a WFS service, by offering functionality to create and send custom requests, and interpreting their result.
    • Requests are modeled by the new interface ILcdOWSRequest, of which three default implementations exist to represent the mandatory WFS requests: TLcdWFSGetCapabilitiesRequest, TLcdWFSDescribeFeatureTypeRequest and TLcdWFSGetFeatureRequest.
    • The result of a GetCapabilities request is modeled by a TLcdWFSCapabilities object, as before; the result of a DescribeFeatureType and GetFeature request is modeled by TLcdOWSInputStream. This new class is an extension of InputStream with the addition of a content type property and some metadata.
    • To allow control over the communication platform used to connect with a service, a new interface ILcdOWSTransport has been introduced. This interface is used by TLcdWFSClient for its communication. A default implementation TLcdOWSHttpTransport exists with support for the HTTP protocol.
    The existing API that defines the concept of a proxy model now makes use of the newly introduced TLcdWFSClient class: when creating a proxy model through TLcdWFSProxyModelFactory, a TLcdWFSClient can be set to fully configure the mechanism used to communicate with a WFS service.

    ImprovementLuciadFusion

    The WCS client API has been extended with new functionality to connect with a WCS service:
    • A new class TLcdWCSClient has been introduced that facilitates direct communication with a WCS service, by offering functionality to create and send custom requests, and interpreting their result.
    • Requests are modeled by the new interface ILcdOWSRequest, of which three default implementations exist to represent the mandatory WCS requests: TLcdWCSGetCapabilitiesRequest, TLcdWCSDescribeCoverageRequest and TLcdWCSGetCoverageRequest.
    • The result of a GetCapabilities request is modeled by a TLcdWCSCapabilities object, as before; the result of a DescribeCoverage request is modeled by a TLcdWCSCoverageDescription object and the GetCoverage request by a TLcdOWSInputStream. TLcdOWSInputStream is an extension of InputStream with the addition of a content type property and some metadata.
    • To allow control over the communication platform used to connect with a service, a new interface ILcdOWSTransport has been introduced. This interface is used by TLcdWCSClient for its communication. A default implementation TLcdOWSHttpTransport exists with support for the HTTP protocol.
    The existing API that defines the concept of a proxy model now makes use of the newly introduced TLcdWCSClient class: when creating a proxy model through TLcdWCSProxyModelFactory, a TLcdWCSClient can be set to fully configure the mechanism used to communicate with a WCS service.

    ImprovementLuciadFusion

    LMAP-2830
    A new factory method createModelProvider() has been introduced in ALcdOGCWFSCommandDispatcherFactory, which is used to create an ILcdOGCModelProvider. This allows to create custom ILcdOGCModelProvider implementations to load data at the server.

    ImprovementLuciadFusion

    TLcdMIFModelEncoder now also has a protected method (write2DText) for encoding text shapes.

    ImprovementLuciadFusion

    The performance of TLcdRenderedImageTile has been improved for warping scenario's. This tile is typically used when drawing GeoTIFF, TFW, JGW, and TAB files.

    ImprovementLuciadFusion

    The new package com.luciad.util.altitude contains an abstract mechanism for point-sampled access to altitude/elevation data. The main interface in this new package is ILcdAltitudeProvider. This functionality was previously only available in the TEA Industry Specific Component.

    ImprovementLuciadFusion

    The new Earth Additional Component (located in package com.luciad.earth) introduces support for global high-resolution 3D terrain. The Additional Component provides support for preprocessing raster and elevation data into a 3D terrain database, as well as painters and other tools to work with such terrain databases. Please refer to the developer guide for an introduction to this Additional Component.

    Bug fixLuciadFusion

    LMAP-2797
    TLcdGXYAsynchronousPaintQueue: a deadlock could occur when asynchronous painting tried to access the asynchronous view's getGraphics method.

    Bug fixLuciadFusion

    Some input streams were not closed when an exception occured during XML decoding. This has been fixed now.

    Bug fixLuciadFusion

    LMAP-2838
    TLcdWKTModelReferenceDecoder now supports the geodetic datum "D_North_American_1983".

    Bug fixLuciadFusion

    LMAP-2887
    The uom attribute of the GML MeasureType is now decoded/encoded as an unqualified attribute as specified in the GML standard, instead of a qualified attribute.

    Bug fixLuciadFusion

    LMAP-2879
    TLcdColorMapCustomizer: The set ILcdStringTranslator was not used for tool tips of the buttons.

    Bug fixLuciadFusion

    LMAP-2874
    A new protected method paintPin allows to customize TLcdGXYStampLabelPainter's label pin.

    Bug fixLuciadFusion

    LMAP-2872
    TLcdGXYDensityLayer now correctly handles 16-bits IndexColorModels.

    Bug fixLuciadFusion

    LMAP-2848
    The XML Schema reference in a response to a WFS 1.1.0 GetFeature request now refers to a WFS 1.1.0 DescribeFeatureType request instead of a request for version 1.0.0.

    Bug fixLuciadFusion

    LMAP-2845
    The XML Schema response to a WFS 1.1.0 DescribeFeatureType request now refers to the GML 3.1.1 XML schemas instead of to the GML 2.1.2 XML schemas.

    Bug fixLuciadFusion

    TLcdMIFModelEncoder and TLcdMIFModelDecoder now properly handle text spanning multiple lines.

    Upgrade considerationLuciadFusion

    The use of com.luciad.format.xml.TLcdXMLName in the WFS client API has been removed in favor of javax.xml.namespace.QName, which is the Java equivalent of this class. This affects the following classes and methods:
    • TLcdWFSProxyModelFactory#createProxyModel()
    • TLcdWFSProxyModelDescriptor#getFeatureTypeName() and constructor
    • TLcdWFSProxyModel#setGeometryPropertyName() and getGeometryPropertyName()
    • TLcdWFSFeatureType#setName() and getName()
    The methods TLcdWFSFeatureType#setNameSpacePrefix() and getNameSpacePrefix() have been removed, because the prefix information is already contained in the QName object.

    Implementations can easily upgrade by replacing 'TLcdXMLName.getInstance("namespace", "localPart")' with 'new QName("namespace", "localPart")', or by invoking TLcdXMLName#asQName on an existing TLcdXMLName instance.

    Although QName is only available since JDK 1.5, a backport library ws-commons-java5-1.0.1.jar is provided with LuciadMap to have it also in JDK 1.4.

    Upgrade considerationLuciadFusion

    The WCS client API no longer enforces to represent GetCoverage responses as java.awt.image.RenderedImage objects; instead, they are now modeled as a generic tile (ILcdTile), to allow support for responses that can not be converted to an image. For this purpose, the interface ILcdWCSCoverageDecoder has been replaced with ILcdWCSCoverageTileDecoder. The class TLcdWCSProxyModelFactory has been updated accordingly, and now accepts ILcdWCSCoverageTileDecoder implementations to support other formats than the default format (GeoTIFF).

    Existing implementations of ILcdWCSCoverageDecoder need to converted to the new interface, which can be done by wrapping the RenderedImage in a TLcdRenderedImageTile. Consequently, this might require an update when TLcdWCSProxyModelFactory#createProxyModel is used.

    Upgrade considerationLuciadFusion

    The interface com.luciad.ogc.common.ILcdKVPRequest, used by the WFS and WCS server to represent a key-value pair request, has been extended with a new method getParameterNames(). It returns a list of all the parameters that are specified in the request. Although unlikely, this change requires an update if there are custom implementations of this interface.

    Upgrade considerationLuciadFusion

    LMAP-2723
    To allow a WFS Server implementation to serve data without geometry, the WFS Server API no longer enforces the use of ILcd2DBoundsIndexedModel when decoding models. The API is now compatible with regular ILcdModel implementations, so that implementations like TLcdVectorModel can be used that do not require objects to have a geometric extent.

    To be able to support this, the return type of the following methods is now ILcdModel instead of ILcd2DBoundsIndexedModel:
    • ILcdOGCModelProvider#getModel,
    • ILcdWFSFilteredModelFactory#createFilteredModel,
    • TLcdWFSFilteredModelFactory#createFilteredModel.
    This might require an update, if there are explicit dependencies on the previous return type.

    8.1

    8.1.14

    ImprovementLuciadFusion

    LMAP-2818
    The database package now has improved connection pooling when using pooling JDBC drivers like Proxool. Connections are now also pooled across models that access different tables and columns, whenever possible.

    Bug fixLuciadFusion

    LMAP-2661
    The database package no longer opens an unnecessary additional database connection per requested connection (bug present since version 8.1). This mainly affected connection pooling with JDBC drivers like Proxool.

    8.1.13

    ImprovementLuciadFusion

    LMAP-2846
    View label painter exceptions are now handled and logged in a similar way as paint exceptions.

    Bug fixLuciadFusion

    LMAP-2811
    If a model object was removed while being displayed on the select controller's popup menu, the object could temporarily reappear when selected.

    Bug fixLuciadFusion

    LMAP-2853
    TLcdGXYAsynchronousPaintQueue is now more resilient to painting exceptions.

    Bug fixLuciadFusion

    LMAP-2661
    TLcdDefaultVVGridRenderer#getOrdinateLabelWidth now also considers the label grid font.

    Bug fixLuciadFusion

    LMAP-2840
    TLcdGXYCirclePainter: used to thrown a NullPointerException when clone was called and its properties 'pointFormat' or 'distanceFormat' were null.

    Bug fixLuciadFusion

    LMAP-2839
    TLcdGXYLayer now fires property change events for the property labelsEditableSupported.

    Bug fixLuciadFusion

    LMAP-2839
    TLcdGXYLayer now fires property change events for the properties labeledSupported and editableSupported.

    Bug fixLuciadFusion

    LMAP-2734
    Clarified TLcdGXYFeaturedPolylineLabelPainter's javadoc, stating that the class also labels featured ILcdShapeLists containing a point list as the first element.

    Bug fixLuciadFusion

    LMAP-2834
    GXYHippodromePainter now uses the hippodrome itself to determine the latter's creation state.

    Bug fixLuciadFusion

    LMAP-2835
    LonLatHippodrome and XYHippodrome (samples.gxy.hippodromePainter) used to call clearCache too late

    Bug fixLuciadFusion

    LMAP-2804
    TLcdGXYLabelPainter and halo-using painters no longer hold strong references to model objects, solving possible memory leaks. Also, they now cache information using the model object's identity.

    8.1.12

    ImprovementLuciadFusion

    The EPSG resources are updated to EPSG database v6.17.

    ImprovementLuciadFusion

    TLcdDatabaseGXYPainterProvider.java now also provides a painter for point lists.

    Bug fixLuciadFusion

    LMAP-2837
    A bug in the resolving of XML schema substitution groups has been fixed. Classes using the substitution group mechanism (TLcdXMLTypedElementReaderProvider, TLcdXMLTypedElementAdapterProvider, ...) now resolve substitutions correctly.

    Bug fixLuciadFusion

    LMAP-2690
    If a model is changed in a non-awt thread, the associated asynchronous layer now repaints correctly.

    8.1.11

    ImprovementLuciadFusion

    The default implementation of ILcdWFSModelDecoder, which is used by TLcdWFSProxyModelFactory, has been made more robust: it can now interpret both WFS 1.0.0 and 1.1.0 service exception reports, regardless of the version being used by the initial request.

    Bug fixLuciadFusion

    LMAP-2829
    The OGC filter encoder classes provided by TLcdOGCFilterElementAdapterProvider10 (OGC filter 1.0) and TLcdOGCFilterElementAdapterProvider11 (OGC filter 1.1) now encode ILcdPoint shapes inside a TLcdOGCBinarySpatialOperator to GML Points instead of GML Envelopes.

    Bug fixLuciadFusion

    LMAP-2813
    SLD now also supports TLcdLonLatHeightBuffer objects, which used to throw a ClassCastException.

    Bug fixLuciadFusion

    A bug in TLcdXMLElement.getContentCount(TLcdXMLName) was fixed.

    8.1.10

    ImprovementLuciadFusion

    LMAP-2824
    TLcdNIMA8350GeodeticDatumFactory now supports the datum string NORTH_AMERICAN_1983 and derivatives.

    Bug fixLuciadFusion

    LMAP-2826
    TLcdFeaturedShapeList.equals() no longer throws a NullPointerException if one of the features in the shapelists to be compared is null.

    Bug fixLuciadFusion

    LMAP-2821
    The contains3D methods of TLcdXYZPolygon and TLcdLonLatHeightPolygon are improved; they used to return true if and only if a point was located on one of the edges of the polygon. They now also return true for points inside the polygon (using a contains2D test), given that the z value of the point lies within the z-range of the polygon's bounds.

    Bug fixLuciadFusion

    LMAP-2822
    TLcdLonLatHeightPolygon.getBounds() now computes its bounds assuming geodetic lines between its points, instead of cartesian lines.

    Bug fixLuciadFusion

    LMAP-2674
    Models produced by TLcdMultilevelTiledModelDecoder suffered from a race condition when the same MTM model was used in multiple layers. The issue has been fixed by synchronizing access to the model decoder in TLcdSoft2DBoundsIndexedModel.

    Bug fixLuciadFusion

    LMAP-2815
    TLcdSelectionSupport now avoids an endless loop when a selection listener calls fireCollectedSelectionChanges().

    Bug fixLuciadFusion

    TLcdGXYDragRectangleController: XOR-mode painting has been disabled by default, to avoid performance problems with Sun's recent graphics pipeline implementations.

    Bug fixLuciadFusion

    LMAP-2780
    TLcdGXYDragRectangleController: the method to deactivate the XOR mode paint functionality is no longer deprecated. Instead, a new alternative for the XOR mode has been added: halo painting.

    8.1.09

    Bug fixLuciadFusion

    LMAP-2823
    TLcdGXYViewJPanelLightWeight would send out view invalidation events on every repaint when in DISABLE_CACHING mode.

    Bug fixLuciadFusion

    LMAP-2683
    TLcdEllipsoid.rhumblinePoint now handles robustly the case when the start point is the South Pole.

    Bug fixLuciadFusion

    LMAP-2674
    Models produced by TLcdMultilevelTiledModelDecoder suffered from a race condition when the same MTM model was used in multiple layers. The issue has been fixed by synchronizing access to the model decoder in TLcdSoft2DBoundsIndexedModel.

    8.1.08

    Bug fixLuciadFusion

    A bug in the encoding of some UCUM units has been fixed.

    8.1.07

    Bug fixLuciadFusion

    LMAP-2808
    TLcdGeoTIFFModelEncoder (as updated in LMAP-2772) now again properly closes the output streams that it creates.

    8.1.06

    ImprovementLuciadFusion

    LMAP-2771
    TLcdGeoTIFFModelEncoder and TLcdGeoTIFFModelDecoder now provide access to TIFF tags.

    ImprovementLuciadFusion

    LMAP-2772
    TLcdGeoTIFFModelEncoder now provides the option to save large (16-bits) color maps along with the images.

    ImprovementLuciadFusion

    Support for ILcdISO19103Measure has been extended with some extra units. The GML decoder and encoder now support the following units (UCUM notation):m,s,g,rad,K,Pa,[nmi_i],[mi_us],[kn_i],[ft_i],deg,gon,Cel,[degF],m/s,km/h,[nmi_i]/s, [ft_i]/min,km and hPa. A bug in the conversion from Celsius to Kelvin units has been fixed.

    Bug fixLuciadFusion

    LMAP-2793
    TLcdGXYAsynchronousPaintQueue: reduced the memory overhead for asynchronously painted labels in combination with a non-zero border factor.

    Bug fixLuciadFusion

    LMAP-2774
    The methods setRequestProperty(String, String) and setEntityLocation(String, URL) in TLcdOGCWMSProxyModelDecoder now also accept null as property value or location value.

    Bug fixLuciadFusion

    LMAP-2698, LMAP-2792
    ALcdGXYSmartController: in some situations, modal dialog windows could cause unwanted pan behavior.

    Bug fixLuciadFusion

    LMAP-2779
    The GML3 model encoder can now encode polygons with 0 points.

    Bug fixLuciadFusion

    LMAP-2758
    TLcdRangeSlider: the range slider no longer chops off large labels and reduces the horizontal slider size to accommodate the labels at the edges.

    Bug fixLuciadFusion

    LMAP-2443
    TLcdGXYEditController2: If an editable label overlaps with a filled object, such as a circle, it now moves the label if both the label and the object are touched (instead of the object).

    Bug fixLuciadFusion

    LMAP-2775
    TLcdRangeSlider: the range slider now always makes sure that a ComponentUI class is available for the range slider.

    Bug fixLuciadFusion

    LMAP-2357
    TLcdGXYShapeListPainter's getCreationClickCount method is now consistent with the edit operation when the list contains more than one shape.

    Bug fixLuciadFusion

    LMAP-2505
    The vertical view sample now auto-adjusts its displayed maximum and minimum grid values.

    Bug fixLuciadFusion

    LMAP-2770
    The UPS grid layer is no longer painted on top of all other layers.

    Bug fixLuciadFusion

    The CADRG decoder sample no longer throws an AccessControlException when run in a browser.

    Bug fixLuciadFusion

    LMAP-2769
    The advanced ruler controller now correctly sets its line style.

    8.1.05

    ImprovementLuciadFusion

    A new class, TLcdISO19103MeasureTypeCodeExtension, was added to the API. It provides additional measurement types (currently pressure and temperature) which are not defined by the ISO 19103 standard.

    8.1.04

    ImprovementLuciadFusion

    LMAP-2755
    TLcdInterval now implements equals and hashCode.

    ImprovementLuciadFusion

    LMAP-2687
    TLcdAWTPath's clip bounds can now be changed using the Java system properties "com.luciad.view.gxy.TLcdAWTPath.maxOrdinate" and "com.luciad.view.gxy.TLcdAWTPath.minOrdinate". This is especially useful for large views, for example views larger than 4096x4096 pixels.

    Bug fixLuciadFusion

    LMAP-2751
    TLcdMapLocation now has a correct format LOCATION_DEC_MIN.

    Bug fixLuciadFusion

    LMAP-2763
    TLcdDEMModelDecoder and TLcdDEMTileDecoder now take into account the vertical unit of measure (meters or feet), always returning elevation values in meters.

    Bug fixLuciadFusion

    LMAP-2722
    The GML3 decoder and encoder now support the ILcdISO19103Measure interface. Decoded elements of type gml:MeasureType now implement this interface, and ILcdISO19103Measure implementations can now be encoded to gml:MeasureType elements.

    Bug fixLuciadFusion

    LMAP-2761
    View painting no longer breaks when terminating a TLcdGXYPanController during a mouse drag.

    Bug fixLuciadFusion

    LMAP-2759
    TLcdRangeSlider: used to throw a ClassCastException if labels were turned on, tick spacing was changed, and then model min/max was updated.

    Bug fixLuciadFusion

    LMAP-2757
    TLcdRangeSlider: preferred size was incorrect for vertical orientation.

    Bug fixLuciadFusion

    LMAP-2726
    The ILcdFeaturedDescriptor was only configured for extensions of gml:AbstractFeature, during decoding. It is now configured correctly for all objects.

    Bug fixLuciadFusion

    LMAP-2696
    In some circumstances, changing a vertical view's model could cause an ArrayIndexOutOfBoundsException.

    Bug fixLuciadFusion

    LMAP-2733
    A bug in the conversion of java Date to XML dateTime, date and time during GML3 encoding has been fixed.

    Bug fixLuciadFusion

    A new method, getSchemaType, was added to TLcdGML2ElementNameProvider and TLcdGML3ElementNameProvider, which allows to extend/customize the mapping from Java classes to XML schema types.

    Bug fixLuciadFusion

    LMAP-2697
    XML documents containing multiple prefixes for the same namespaces can now be read correctly.

    Bug fixLuciadFusion

    The gml:coordinates element is now supported within the gml:lineStringSegment element.

    8.1.03

    ImprovementLuciadFusion

    LMAP-2750
    TLcdAltitudeFormat now has two new methods setUnitAlignment and getUnitAlignment in order to handle altitudes that have their display unit names at their left side. This is, for example, useful for the flight level altitude unit.

    ImprovementLuciadFusion

    TLcdVVJPanel's cursor is now automatically moved when the view is filtered.

    ImprovementLuciadFusion

    LMAP-2651
    TLcdVVJPanel now contains two new methods setVerticalCursorPercentage(double aPercentage) and getVerticalCursorPercentage() to move the vertical cursor to any position on the vertical view. The vertical view sample now includes a new controller, VerticalCursorController, that shows how to do this.

    Bug fixLuciadFusion

    LMAP-2661
    TLcdDefaultVVGridRenderer#getOrdinateLabelWidth now returns a label width that completely fits the given altitude ordinates.

    Upgrade considerationLuciadFusion

    TLcdVVJPanel's getVerticalCursorPosition used to return null when the cursor is not exactly positioned on one of the main profile points. This is no longer the case. Please use getVerticalCursorPercentage() to determine the exact position of the vertical cursor.

    8.1.01

    Bug fixLuciadFusion

    LMAP-2705
    TLcdColorMapCustomizer: The "Set all levels" button used to propose the entire interval if only 2 or less levels were present. It now uses the the interval specified by those 2 levels, or the visible interval (getVisibleInterval) if only one level is available.

    Bug fixLuciadFusion

    LMAP-2721
    TLcdGXYStampLabelPainter: used to write fail messages when editing multiple objects amongst which some objects were unlabeled.

    8.1

    ImprovementLuciadFusion

    LMAP-2684
    The OGC filter encoder classes provided by TLcdOGCFilterElementAdapterProvider10 (OGC filter 1.0) and TLcdOGCFilterElementAdapterProvider11 (OGC filter 1.1) now encode TLcdOGCLiteral objects with a value of the type java.util.Date by using the ISO 8601 date/time representation. This representation is used by default throughout various OGC specifications, such as the WFS, GML, WMS, etc. In the past, the toString() implementation of java.util.Date was used, which is not compatible with ISO 8601.

    ImprovementLuciadFusion

    The package com.luciad.format.database now contains an additional interface ILcdDatabaseDecoder2, which extends the existing interface ILcdDatabaseDecoder. If it is implemented, the database model decoder provides improved performance whenever the cache is empty (or has a 0 size). The decoder can then perform queries in a single pass instead of two passes. The optional packages Oracle Locator, Informix Spatial, Informix Geodetic, and PostgreSQL PostGIS already support this improvement.

    ImprovementLuciadFusion

    TLcdContourFinder: these computations now support interrupted threads. The computations now return the intermediate result when the thread, on which they are run, is interrupted.

    ImprovementLuciadFusion

    The vertical view sample's altitude scale for the FLIGHT_LEVEL altitude unit now only shows valid levels based on the Reduced Vertical Separation Minimum (RVSM).

    ImprovementLuciadFusion

    The new package com.luciad.format.reference provides support for various kinds of referencing and rectification of rasters, based on tie points. The raster model decoders TLcdGeoTIFFModelDecoder and TLcdTABRasterModelDecoder now support these pluggable referencing strategies. The new rectification sample illustrates the use of these strategies for interactive rectification of rasters.

    ImprovementLuciadFusion

    TLcdVVLeftRightOffsetRangeSliderJPanel: the slider now listens to changes in the left and right offset of vertical view corresponding to the slider.

    ImprovementLuciadFusion

    TLcdVVJPanel: Support was added to configure the grid levels of the vertical view. More information can be found in the documentation of the interface com.luciad.view.vertical.ILcdVVGridLineOrdinateProvider and the class com.luciad.view.vertical.TLcdVVGridLineOrdinateProviderRVSM.

    ImprovementLuciadFusion

    TLcdStatusInputStreamFactory and TLcdStatusOutputStreamFactory are classes that can conveniently report progress about decoding and encoding operations, for example in combination with ILcdModelDecoder's or ILcdModelEncoder's.

    ImprovementLuciadFusion

    LMAP-2039
    A new class TLcdAngleUnit was added. It provides an implementation of ILcdISO19103UnitOfMeasure for angles.

    ImprovementLuciadFusion

    A new interface ILcdModelFactory was introduced. It is currently primarily used in Lucy.

    ImprovementLuciadFusion

    The implementations of ILcdGXYPen have been made consistent. They now also draw lines and arcs adaptively, resulting in a much better visual quality. The class ALcdGXYPen provides some basic support for all implementations, with two new methods appendParameterizedPath, making use of a new interface ILcdParameterizedPath.

    ImprovementLuciadFusion

    TLcdGXYViewPlanarImage is a new off-screen view, next to the existing TLcdGXYViewBufferedImage. It supports internal tiling, with tiles being computed on the fly, and is therefore better suited for large views.

    ImprovementLuciadFusion

    When the applyOnInteract2DBounds method of TLcdMultilevel2DBoundsIndexedModel is called with precision = 0, the model now uses the most precise submodel if this has an accuracy range starting from 0 (the method used to return without effect in this case).

    ImprovementLuciadFusion

    The elementsChanged method of TLcdModelList now only generates one event for all changes, instead of an event for each change.

    ImprovementLuciadFusion

    The ALcdModel class now implements all methods from ILcdModel, except for the elements() method. All methods for modifying the model (addElement, removeElement, ...) throw an UnsupportedOperation by default.

    ImprovementLuciadFusion

    Constants for the fire event modes FIRE_NOW, FIRE_LATER and NO_EVENT are added to the ILcdModel interface. These constants should be preferred over the corresponding constants in the ILcdFireEventMode interface, but they have the same value for backwards compatibility.

    ImprovementLuciadFusion

    TLcdContourFinder: Support was added to disable the interpolation of the created contours.

    ImprovementLuciadFusion

    LMAP-2617
    The vertical view's cursor change event now also contains the main profile index of the point located to the left of the cursor, making it easier to obtain an altitude value for the cursor.

    ImprovementLuciadFusion

    A new factory class TLcdWMSGXYViewFactory has been introduced, which is used to create and configure views in the WMS to render requested maps. Custom extensions can be integrated in the WMS by overriding the method createWMSGXYViewFactory(ServletConfig) in ALcdOGCWMSCommandDispatcherFactory.

    ImprovementLuciadFusion

    TLcdGXYViewBufferedImage now has the ability to work with a non-uniform scale along the x-axis and y-axis of the view. A new method setScale has been introduced to set a non-uniform scale, and methods getScaleX and getScaleX are added to allow to retrieve the individual scales.

    ImprovementLuciadFusion

    LMAP-2340
    ALcdGXYSmartController's keyboard control now works when the view does not have focus. This only works for JComponent views.

    ImprovementLuciadFusion

    LMAP-2340
    ALcdGXYSmartController now has a new property RequestFocusOnMousePressed. If true, the controller will make the view request focus when a mouse press occurs on it. The property is enabled by default.

    ImprovementLuciadFusion

    A new interface ILcdGeoBuffer has been added to com.luciad.shape. This ILcdShape extension represents a buffer or corridor shape, defined by a base shape and a width. An editable extension ILcd2DEditableGeoBuffer is added to com.luciad.shape.shape2D. Two 2D implementations TLcdLonLatGeoBuffer and TLcdXYGeoBuffer are added to com.luciad.shape.shape2D to create a two-dimensional buffer object from a polyline base shape, in geodetic space or in cartesian space. To paint the buffer objects in 2D, a painter TLcdGXYGeoBufferPainter has been added to com.luciad.view.gxy.painter. To calculate the contour, a method computeBufferContour2D has been added to TLcdEllipsoidUtil and TLcdCartesian, which are respectively used for an ellipsoidal and cartesian context.

    These new domain objects are to be used in favor of the existing 2D buffer implementation, TLcdLonLatBuffer. The new implementations use arcs to connect segments and properly handle overlapping areas, sharp angles and degenerate cases.

    ImprovementLuciadFusion

    LMAP-2380
    TLcdGXYViewCanvas now supports rotation.

    ImprovementLuciadFusion

    LMAP-2559
    The clone implementations of ALcdGXYPen, TLcdGXYPen, TLcdGeodeticPen, TLcdGridPen and TLcdProjectionPen have been improved.

    ImprovementLuciadFusion

    LMAP-2552
    TLcdWKTReferenceParser can now parse geocentric references.

    ImprovementLuciadFusion

    TLcdGXYZoomWheelController: the zooming of the view with the mouse wheel now generates TLcdUndoableEvents. You can receive these events by registering an ILcdUndoableListener on the mouse wheel controller with the addUndoableListener method.

    ImprovementLuciadFusion

    TLcdGXYOverviewController: the modification of the slave view now generates TLcdUndoableEvents. You can receive these events by registering an ILcdUndoableListener on the overview controller with the addUndoableListener method.

    ImprovementLuciadFusion

    LMAP-2526
    ALcdGXYSmartController: the panning and zooming operations resulting from key presses are now undoable.

    ImprovementLuciadFusion

    The documentation of TLcdImageIcon has been enhanced.

    Bug fixLuciadFusion

    LMAP-2695
    The magnifier controller no longer throws an IllegalComponentStateException when its view is visible but not showing.

    Bug fixLuciadFusion

    TLcdGXYAsynchronousPaintQueue now behaves correctly when its view is invalidated in a non-AWT thread.

    Bug fixLuciadFusion

    LMAP-2689
    TLcdColorMapCustomizer: the color buttons are now also visible in the Motif Look and Feel.

    Bug fixLuciadFusion

    LMAP-2682
    The warping raster painters no longer throw a ClassCastException if a raster does not contain a color model and any of its tiles contain a color model that's not an IndexColorModel.

    Bug fixLuciadFusion

    TLcdConcurrentBuffer has been fixed to avoid spurious NullPointerExceptions on multi-core processors.

    Bug fixLuciadFusion

    LMAP-1751
    The applet samples now work fine if there is a space in the path to the LuciadMap installation directory.

    Bug fixLuciadFusion

    The elements method of TLcdRegularTiled2DBoundsIndexedModel always returned an empty enumeration. It now returns a correct elements enumeration.

    Bug fixLuciadFusion

    The elementChanged method of TLcd2DRegularTiledBoundsIndexedModel was not always able to retrieve the changed element if the bounds of the element were changed. This has been fixed now.

    Bug fixLuciadFusion

    The elementsChanged method of TLcd2DRegularTiledBoundsIndexedModel has been fixed (it used to block the thread due to an infinite loop).

    Bug fixLuciadFusion

    The addElements, removeElements and removeAllElements methods in the model implementations of com.luciad.model now fire a model change event when the method is interrupted due to an invalid element which cannot be added/removed (no event was fired before in this case). The fired event only contains the elements which were successfully added/removed.

    Bug fixLuciadFusion

    LMAP-806
    ALcdGXYSmartController no longer changes the focused window when isRequestFocusOnMouseEntered is true.

    Bug fixLuciadFusion

    The focus point of a TLcdLonLatPolyline is no longer moved after a move2D, but recalculated when needed. This will only be of influence when the focus point was set to the polyline using setFocusPoint in order to monitor moves of the focus point.

    Upgrade considerationLuciadFusion

    LMAP-2638
    TLcdUndoManager: the wrongly named removeStatusListener method has been deprecated in favor of removeChangeListener. Please use that method to remove your ILcdChangeListener instances.

    Upgrade considerationLuciadFusion

    TLcdVVAltitudeRangeSliderJPanel: When the bottom (or top) offset property of the vertical view corresponding to the slider is changed, the slider used to interpret this as a new minima (or maxima). Now the bottom (or top) offset property is interpreted as a new range minima (or maxima).

    Upgrade considerationLuciadFusion

    ILcdGXYAsynchronousLayerWrapper and ILcdGXYAsynchronousPaintQueue have been extended with the methods invokeLaterOnGXYLayerInEDT and invokeLaterInEDT respectively. Wrappers for or extensions of the above interfaces or their implementations should delegate to this method.

    Upgrade considerationLuciadFusion

    The base class ALcdGXYPen no longer contains the fields and methods to cache world/model references and transformations, since these were used and updated inconsistently, in the end only creating overhead without serving a practical purpose.

    Upgrade considerationLuciadFusion

    The behavior of some methods of TLcdFeatureIndexedVectorModel and TLcdFeatureIndexedAnd2DboundsIndexedModel has been changed:
    • If an index was added for which one or more of the feature names did not occur in the featured descriptor, an IndexOutOfBoundsException was thrown, either when the index was added or when the first element was added to the model. No exceptions are thrown anymore; an empty index is created instead.
    • If retrieveIndex is called for a unique index, this method now returns a Vector containing the unique element that matches the query, instead of returning null.
    • If retrieveUniqueIndex is called for a non-unique index, an IllegalArgumentException is thrown now, instead of returning null.
    • If retrieveIndex or retrieveUniqueIndex is called for an index which was not created yet, an IllegalArgumentException is thrown now, instead of returning null.

    Upgrade considerationLuciadFusion

    Null values are now explicitly forbidden as elements in a model. This was already the case for most model implementations in the com.luciad.model package (except for TLcdVectorModel).

    Upgrade considerationLuciadFusion

    Some methods of ILcdModel and its implementations now throw better exceptions:
    • The addModelListener and removeModelListener now throw a NullPointerException if the argument is null. All implementations in the com.luciad.model package have been modified to be compliant with the new specification.
    • The editing methods of all non-editable models in the com.luciad.model package now throw an UnsupportedOperationException instead of an IllegalArgumentException.
    • TLcd2DBoundsIndexedModel, TLcd2DRegularTiledBoundsIndexedModel, TLcdSoft2DBoundsIndexedModel and TLcdTiled2DBoundsIndexedModel now always throw a NullPointerException if the applyOnInteract2DBounds method is called with a null function or bounds (this was not the case in previous versions, if the model was empty).

    Upgrade considerationLuciadFusion

    The specification of addElement, addElements, removeElement and removeElements in ILcdModel has been changed; implementations are no longer required to throw an IllegalArgumentException when an invalid element is added or removed. Instead, these methods now have a precondition (
        canAddElement(aElement)
    ) which should hold for the element(s) that is being added/removed. It is unspecified by default what happens if one of these methods is called while the precondition does not hold. All implementations of ILcdModel in com.luciad.model no longer call canAddElement or canRemoveElement from within the addElement(s)/removeElement(s) methods. Existing code that relies on the IllegalArgumentException exception being thrown:
          try {
          model.addElement(aElement, ILcdModel.FIRE_NOW);
          }
          catch(IllegalArgumentException e) {
          // Do something.
          }
        
    should be refactored to:
          if (model.canAddElement(aElement)) {
          model.addElement(aElement, ILcdModel.FIRE_NOW);
          }
          else {
          // Do something.
          }
        
    Developers using the add/remove filters, provided by some model implementations, should also make sure that each addElement call is always preceded by a canAddElement call, as these filters are no longer checked in the add/remove methods.

    Upgrade considerationLuciadFusion

    The GNU regular expressions library gnu-regexp-1.1.4.jar is no longer required by LuciadMap, as its use has been replaced by the regular expressions API available in the JDK (since 1.4). This might require an update to existing build scripts to create a LuciadMap application, as they now no longer need to incorporate this library.

    Upgrade considerationLuciadFusion

    LMAP-2569, LMAP-2608
    A number of issues in the existing buffer domain object TLcdLonLatBuffer and corresponding painter TLcdGXYBufferPainter have been fixed in the new buffer implementation, by the introduction of a new geodetic implementation TLcdLonLatGeoBuffer and a new painter implementation TLcdGXYGeoBufferPainter. The following problems had been identified in the past and are fixed in the new implementation:
    • LMAP-2569: the fill of a buffer does not match with the contour for wide buffers,
    • LMAP-2608: a narrow buffer cannot be moved with TLcdGXYBufferPainter,
    • 2446: TLcdLonLatBuffer does not handle degenerate cases,
    • 2782: the line/fill style handling of TLcdGXYBufferPainter is inconsistent,
    • 3682: sharp angles in the axis of a buffer are not handled correctly by TLcdLonLatBuffer and TLcdGXYBufferPainter,
    • 4033: overlapping areas are not handled correctly by TLcdGXYBufferPainter,
    • 4549,5421,5475: TLcdGXYBufferPainter does not allow to move a buffer if it is part of a composite selection but not touched,
    To obtain the fixes, an upgrade is needed by replacing the use of TLcdLonLatBuffer and TLcdGXYBufferPainter with TLcdLonLatGeoBuffer and TLcdGXYGeoBufferPainter.

    Upgrade considerationLuciadFusion

    LMAP-2340
    ALcdGXYSmartController#RequestFocusOnMouseEntered is now by default false.

    Upgrade considerationLuciadFusion

    LMAP-2600
    ALcdGXYSmartController's default keyboard shortcuts for left and right panning have been reversed, in order to make them consistent with the panning behavior of the arrow keys.

    Upgrade considerationLuciadFusion

    LuciadMap now comes with two extra libraries: the JTS Java Topology Suite jts-1.8.jar and an extension lcd_jts_extension.jar. Both libraries are used by the com.luciad.shape.shape2D package (see Technical Notes -> Prerequisites). This might require an update to existing build scripts to create a LuciadMap application, to incorporate the new libraries.

    Upgrade considerationLuciadFusion

    LMAP-2526
    ALcdGXYSmartController: in order to support undo-functionality for the panning and zooming operations resulting from key presses, several undo-related methods have been added to this class:
    • addUndoableListener
    • removeUndoableListener
    • fireUndoableEvent
    If you have created a subclass of ALcdGXYSmartController and provided undo-capabilities for this subclass, you need to removed the corresponding methods from your subclass and use the methods mentioned above instead to register and unregister ILcdUndoableListeners and to fire TLcdUndoableEvents.

    8.0

    8.0.12

    Bug fixLuciadFusion

    LMAP-2680
    TLcdColorMapCustomizer: now consumes the key events when stepping through the levels with the arrow keys, to avoid that anybody else can still use these key events.

    8.0.11

    ImprovementLuciadFusion

    LMAP-2636
    TLcdGXYSelectControllerModel2: MouseClickedSensitivity is now larger by default, to accommodate for larger icons.

    ImprovementLuciadFusion

    New methods have been introduced in TLcdHttpServletRequestKVPRequestWrapper and TLcdHttpServletResponseWrapper to give applications more access to HTTP request and response headers.

    Bug fixLuciadFusion

    TLcdColorMapCustomizer: The customizer was editable via mouse events even when the customizer was disabled. Now only enabled customizers are editable via mouse events.

    Bug fixLuciadFusion

    LMAP-2515
    TLcdGXYStampLabelPainter: the interactive labels of the TLcdGXYStampLabelPainter can now be used even when other label painters are used within the same layer.

    Bug fixLuciadFusion

    LMAP-2662
    Raster painters with asynchronous subtile decoding activated now work correctly with layers that are wrapped by ILcdGXYAsynchronousLayerWrapper. However, for best results though, it is recommended to leave the asynchronous subtile decoding deactivated.

    Bug fixLuciadFusion

    LMAP-2657
    The two TLcdGeneralPerspective constructors taking an ILcdPoint as the origin were interchanging the origin's latitude and longitude. This is now fixed.

    Bug fixLuciadFusion

    LMAP-2650
    TLcdGeoTIFFModelDecoder now supports the same geodetic datums for user-defined grid references as for geodetic references.

    Bug fixLuciadFusion

    LMAP-2641
    TLcdGXYEllipsePainter and TLcdGXYCirclePainter now draw actual cartesian ellipses and circles when possible, instead of discretized versions. This especially improves the visual quality for large views and prints.

    8.0.09

    ImprovementLuciadFusion

    The precision of encoding object features of type double using TLcdSHPModelEncoder has been increased to 18 characters (in string representation). Also, the TLcdSHPModelEncoder now supports features of type BigDecimal, with the same limit of 18 characters.

    8.0.08

    ImprovementLuciadFusion

    TLcdCADRGDirectoryModelDecoder has a new boolean property readTableOfContentsFiles to specify whether A.TOC files should be read, whenever they are available.

    Bug fixLuciadFusion

    LMAP-2635
    TLcdCADRGModelDecoder now ignores any erroneous high bits in the section location length field.

    Bug fixLuciadFusion

    LMAP-2630
    TLcdColorMapCustomizer: using setGradientToggleable while the customizer is displayed on screen now properly refreshes the GUI.

    Bug fixLuciadFusion

    LMAP-2571
    TLcdLonLatPolygon.contains2D now handles correctly the case when the latitude of the tested point coincides with the latitude of one of the vertices.

    8.0.06

    ImprovementLuciadFusion

    TLcdDEMModelDescriptor now provides access to the minimum and maximum values of the elevation.

    ImprovementLuciadFusion

    LMAP-2236
    LuciadMap now supports the latest TMEX WinUSB drivers from Dallas Semiconductor for iButton hardware keys.

    Bug fixLuciadFusion

    LMAP-2614
    TLcdCGMGXYPainterProvider has been fixed to correctly paint shapes that are not filled.

    Bug fixLuciadFusion

    LMAP-2613
    TLcdCGMModelDecoder now always creates grid references, in order to make sure circles, ellipses, and arcs are interpreted correctly.

    Bug fixLuciadFusion

    LMAP-2205
    TLcdRangeSlider now correctly repaints when double clicking it after the model (TLcdRangeSliderModel) has changed.

    Bug fixLuciadFusion

    LMAP-1259
    TLcdRangeSlider used to return its current width (for horizontal slider) or height (for vertical slider) as preferred size. It now behaves similar to JSlider: a fixed preferred width/height.

    Bug fixLuciadFusion

    The handling of GetMap requests through HTTP XML POST has been made more robust and corrected in some cases.

    Bug fixLuciadFusion

    LMAP-2421
    TLcdIGRFMagneticNorthMap: used to throw ArrayIndexOutOfBoundsException for some date values.

    Bug fixLuciadFusion

    LMAP-2596
    In rare circumstances, TLcdGXYAsynchronousLayerWrapper#invokeAndWaitOnGXYLayer would prevent pending layer property changes from being fired.

    Bug fixLuciadFusion

    LMAP-2595
    TLcdGXYAsynchronousLayerWrapper now fires property change events when its icon and label change.

    8.0.05

    ImprovementLuciadFusion

    LMAP-2382
    TLcdGXYViewPanel now informs its property change listeners of component property changes.

    Bug fixLuciadFusion

    LMAP-2581
    TLcdXMLCustomizerComponentBuilder: in combination with Alloy look and feel, it used to produce an incorrect background color (white) when making the property dialogs larger.

    Bug fixLuciadFusion

    LMAP-2570
    TLcdMultilevelRasterPainter#suitableRasterLevel no longer needs the given raster to be set on the painter.

    Bug fixLuciadFusion

    LMAP-2553
    TLcdGXYOffsetIconPainter: the anchor point is now always painted when the offset of the icon changes.

    8.0.04

    ImprovementLuciadFusion

    Because the WMS Server uses TLcdConcurrentBuffer instead of TLcdBuffer as internal shared buffer since V7, the buffer size configuration is no longer required. The configuration property 'shared.buffer.size.mb' in WEB-INF/classes/settings.cfg is therefore no longer used and has been removed in the sample deployment available in distrib/LuciadMapWMS_x.x.x.

    ImprovementLuciadFusion

    The WMS Server no longer explicitly depends on the Xerces XML parser, but now uses the package javax.xml.* available in JRE 1.4 and later - the WMS Server requires JRE 1.4 or later, see prerequisites. The sample build script available in build/wms therefore no longer integrate the libraries xercesImpl.jar and xmlParserAPIs.jar in a new build.

    ImprovementLuciadFusion

    LMAP-2539
    The transformation of model bounds to world bounds has been made more efficient.

    ImprovementLuciadFusion

    TLcdOGCXPath now has an equals and a hashCode implementation.

    Bug fixLuciadFusion

    LMAP-2547
    TLcdGXYOffsetIconPainter: snapping now works for the offset icon painter.

    Bug fixLuciadFusion

    LMAP-2541
    The transformation of model bounds to world bounds now avoids discretisation problems in some corner cases that occur with Cassini and orthographic projections.

    Bug fixLuciadFusion

    LMAP-2248
    TLcdISO19103Measure#convert did not update the supplied ILcdISO19103Measure object if the same unit of measure was given as the source unit of measure.

    8.0.03

    Bug fixLuciadFusion

    LMAP-2558
    ALcdGXYPen's clone method and copy constructor now also take into account the hot spot icon.

    8.0.02

    ImprovementLuciadFusion

    TLcdSVGModelEncoder now has a get method for trueSVG.

    ImprovementLuciadFusion

    When using Tomcat as servlet container, verbose stacktraces could sometimes be observed in the server log files containing notifications of a org.apache.catalina.connector.ClientAbortException. This exception is thrown by Tomcat when a servlet is trying to send a result to a client which already closed the connection. The WMS / WFS / WCS server used to handle this exception as a regular IOException, by logging its stacktrace and sending a service exception report to the client - which fails in this case, resulting in a similar exception. This exception is now no longer propagated in the WCS server; instead, a short debug message is printed in the log files when it occurs.

    Bug fixLuciadFusion

    TLcdSVGModelEncoder no longer requires that shapes implement ILcd2DEditableShape in order to export them.

    Bug fixLuciadFusion

    TLcdSymbol rectangles are now the correct size. They used to be one pixel too wide and too high.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelEncoder now correctly encodes projection coordinate systems with geodetic datums other than WGS 84.

    Bug fixLuciadFusion

    TLcdDatabaseModelDescriptor now properly synchronizes the creation and caching of its connection. Note that this class is used by all optional database packages.

    Bug fixLuciadFusion

    TLcdDEMModelDecoder and TLcdDEMTileDecoder now avoid unnecessarily rounding the coordinates of some raster bounds.

    Bug fixLuciadFusion

    TLcdGXYStampLabelPainter: using the scroll wheel of the mouse in interactive labels no longer throws ClassCastExceptions.

    8.0

    ImprovementLuciadFusion

    The samples now use the new TLcdGXYCompositeController to combine the TLcdGXYZoomWheelController with other controllers. Regardless of the controller active on the view, one can now zoom in and out using the mouse wheel.

    ImprovementLuciadFusion

    TLcdGXYCompositeController enables combining multiple controllers into one controller.

    ImprovementLuciadFusion

    TLcdGXYZoomWheelController enables zooming in and out of a view using the mouse wheel.

    ImprovementLuciadFusion

    TABRasterModelDecoder and TFWRasterModelDecoder now have properties to override the color model of decoded models.

    ImprovementLuciadFusion

    TLcdMapBufferedImage has been extended with constructors to specify the image type and index color model.

    ImprovementLuciadFusion

    The new class TLcdRasterReferencingUtil provides methods to georeference rasters based on tie points and on transformation matrices. It allows to rotate model references and then create axis-aligned raster bounds, optimizing the match of the given tie points or transformation matrices.

    ImprovementLuciadFusion

    ALcdRasterPainter now provides a utility method idealPixelDensity, which computes the ideal pixel density that a raster should have for display in a given context.

    ImprovementLuciadFusion

    A new class TLcdGXYAsynchronousViewLabelPainterWrapper wraps existing view label painters so that they do not interfere with asynchronous painting.

    ImprovementLuciadFusion

    TLcdGXYAsynchronousPaintQueue now supports intermediary paint updates and automatically interrupts ongoing paints when appropriate.

    ImprovementLuciadFusion

    The LuciadMap views now send out an invalidation event when they have been resized.

    ImprovementLuciadFusion

    A new class TLcdGXYAsynchronousMultiPaintQueue enables layers to be painted asynchronously for multiple views.

    ImprovementLuciadFusion

    The advancedLineStyle sample has been reviewed and updated to illustrate three concepts in LuciadMap to render a line:
    • the painter TLcdGXYRoundedPointListPainter to draw point lists with rounded corners,
    • the stroke implementation TLcdGXYComplexStroke to draw Shape patterns repetitively along a path,
    • the painter TLcdGXYHaloPainter to add a halo effect to other ILcdGXYPainter implementations.

    ImprovementLuciadFusion

    A new painter TLcdGXYRoundedPointListPainter has been added to the API. It is an extension of TLcdGXYPointListPainter that allows to draw an ILcdPointList with rounded corners.

    ImprovementLuciadFusion

    The API documentation of the following classes has been reviewed and updated:
    • the interfaces ILcdGXYPainter and ILcdGXYEditor, and their principal implementations,
    • the interface ILcdGXYView, and its implementations,
    • ILcdGXYController and ILcdGXYLayer,
    • all implementations of ILcdModelDecoder in the package com.luciad.format.raster.

    ImprovementLuciadFusion

    TLcdGXYViewBufferedImage now has a getter for the name of the view.

    ImprovementLuciadFusion

    The class TLcdLonLatGridPainter now has methods for adding halo effects to the grid labels. Halo's can be enabled by setting the labelHaloEnabled property (setLabelHaloEnabled()) to true. The color and thickness can be changed via the setLabelHaloColor() and setLabelHaloThickness() methods.

    ImprovementLuciadFusion

    Support has been added for the optional WMS GetFeatureInfo request. This request allows to retrieve more information about particular features shown on a map. The class com.luciad.wms.client.model.ALcdWMSProxy has been extended with a method createFeatureInfoInputStream() that returns an InputStream with the result of the WMS server, similar to the method createImageInputStream() for WMS GetMap requests. To illustrate the use of GetFeatureInfo requests at the client side, the wms.client.gxy sample has been modified with GetFeatureInfo support.

    ImprovementLuciadFusion

    The wms.client.gxy sample now paints the WMS data asynchronously on the map, by using the asynchronous painting mechanism introduced in LuciadMap 7.2.

    ImprovementLuciadFusion

    The WMS server developer guide has been extended with a new section covering various performance guidelines and tips when running a LuciadMap WMS server.

    ImprovementLuciadFusion

    A new java.awt.Stroke implementation, TLcdGXYComplexStroke, has been added to the API. It offers functionality for drawing one or more Shape patterns repetitively along a path.

    ImprovementLuciadFusion

    The new layer wrapper TLcdGXYDensityLayer paints elements as color-coded densities, for instance using green for regions where few elements overlap and red for regions where many elements overlap.

    ImprovementLuciadFusion

    The new output stream factory TLcdFileOutputStreamFactory simply creates output streams to write to files.

    ImprovementLuciadFusion

    The new model reference encoder TLcdEPSGModelReferenceEncoder can write .epsg files containing decimal georeferencing codes, as specified by the European Petroleum Survey Group (EPSG).

    ImprovementLuciadFusion

    The new model reference encoder TLcdWKTModelReferenceEncoder can write .prj files containing Well-Known Text (WKT) georeferences, as specified by the Open GIS Consortium (OGC).

    ImprovementLuciadFusion

    The performance of asynchronous painting has been improved when working with many layers.

    ImprovementLuciadFusion

    The performance of asynchronous painting has been improved when working with unlabelled and/or invisible layers, and labels without selections.

    ImprovementLuciadFusion

    The performance of asynchronous painting has been improved in combination with view label painting.

    ImprovementLuciadFusion

    TLcdGXYAsynchronousPaintQueue can now delay the repainting of skipped labels and selections in BODIES_AND_SKIP mode, in order to avoid flicker.

    ImprovementLuciadFusion

    TLcdGXYAsynchronousPaintQueue can immediately display short asynchronous paints.

    ImprovementLuciadFusion

    TLcdGXYAsynchronousPaintQueue can paint an extra area around the synchronous view so small pan and zoom operations will have an immediate result.

    ImprovementLuciadFusion

    TLcdSHPModelEncoder is now capable of encoding PolylineZ and PolygonZ (3D) shapes.

    ImprovementLuciadFusion

    ILcdGXYView implementations: when an ILcdGXYController is set to an ILcdGXYView using setGXYController, and if that controller implements MouseWheelListener, it now also registers that controller as a MouseWheelListener so that it receives mouse wheel events.

    ImprovementLuciadFusion

    All cursors for zoom controllers are adapted so that they are now also visible on a dark background.

    ImprovementLuciadFusion

    TLcdGXYIconPainter: the painter now stores information in the ILcdCache of its domain object. The property 'paintCache' is added to enable caching support. Note that our ILcdPoint implementations do not implement ILcdCache. If you want to use caching in the icon painter, you should make sure that your domain objects implement ILcdCache.

    ImprovementLuciadFusion

    TLcdLayer now has a convenience method invalidate which can be called whenever the layer is no longer a valid representation of the model it contains. This method should not be called for properties which are set on the layer itself.

    ImprovementLuciadFusion

    View invalidation events now also store the invalidated layer, if appropriate.

    ImprovementLuciadFusion

    The new class TLcdEPSGModelReferenceDecoder provides a convenient way to define model references for formats that do not contain any referencing information, like the SHP format. Much like TLcdModelReferenceDecoder, which looks for .ref files next to the data files, TLcdEPSGModelReferenceDecoder looks for .epsg files. While .ref files specify model references using LuciadMap class names and property names, .epsg files specify model references using a single decimal code, as defined by the European Petroleum Survey Group.

    ImprovementLuciadFusion

    TLcdGXYLayer no longer performs any action when asked to paint in SELECTION mode while the selection is empty.

    ImprovementLuciadFusion

    The WMS GIF encoder, TLcdGXYViewGIFEncoder, now automatically uses the ImageIO library to encode to GIF, when JDK 1.6 is used. This results in a vast performance improvement, and also adds support for views that use transparency - which was before not possible. For older JDK versions, the Acme GIF encoder and JAI library are still used.

    ImprovementLuciadFusion

    TLcdStatusEventSupport: adding the method getStatusListeners which returns a list of all status event listeners that were added to the status event support instance.

    ImprovementLuciadFusion

    The WMS server sample now contains an implementation of ILcdWMSGetFeatureInfoEncoder, namely samples.wms.server.WMSFeatureInfoAsTextEncoder, to provide support for the optional WMS GetFeatureInfo request. To illustrate the use of GetFeatureInfo requests at the client side, the WMS client lightweight sample has been modified with GetFeatureInfo support.

    Bug fixLuciadFusion

    TLcdGXYTextPainter: the text object is now drawn during a THREE_CLICK creation to be able to see how the text is being created.

    Bug fixLuciadFusion

    All ILcdGXYView implementations now always return true when calling the deprecated method hasValidImage.

    Bug fixLuciadFusion

    In case of an URL source, TLcdDataInputStream was sometimes incorrectly throwing an EOF exception. This has now been fixed.

    Bug fixLuciadFusion

    TLcdGXYEllipsePainter no longer indicates that an ellipse has changed when it was merely selected. The painter used to return true for the edit method when the TRANSLATING mode was passed with deltaX and deltaY in the context equal to zero.

    Bug fixLuciadFusion

    The painters TLcdGXYLabelPainter and TLcdGXYFeaturedLabelPainter now have clone methods that create proper, deeper clones.

    Bug fixLuciadFusion

    The GXY views no longer ask the layers to paint themselves using a paint mode consisting solely of ALL, rather than the prescribed ALL+[BODIES|LABELS|SELECTION].

    Bug fixLuciadFusion

    ALcdAction no longer calls public methods from its constructor. This could have resulted in incorrectly initialized classes when constructing extensions of this class.

    Bug fixLuciadFusion

    TLcdLayer no longer calls public methods from its constructor. This could have resulted in incorrectly initialized classes when constructing extensions of this class.

    Bug fixLuciadFusion

    TLcdXYFloatLine now has a correct implementation of the equals method.

    Bug fixLuciadFusion

    A rotation change is now properly taken into account when drawing labels with a halo and image caching enabled, using TLcdGXYLabelPainter and TLcdGXYPolylineLabelPainter.

    Bug fixLuciadFusion

    Reduced magnifier window trails on the underlying view when used with JDK 1.4 and 1.5. The fix needs fixed interval updates. The problem does not occur on JDK 1.6, because of the latter's improved painting routines.

    Bug fixLuciadFusion

    TLcdGXYLayer now fires a property change event ('GXYLayerLabelPainter') when the layer label painter is changed.

    Upgrade considerationLuciadFusion

    TLcdCADRGModelListDecoder (present in versions 7.2.02 and higher) has been removed in favor of TLcdCADRGModelDecoder with its new property createMultilevelRasters.

    Upgrade considerationLuciadFusion

    TLcdGXYViewBufferedImage now throws an IllegalArgumentException when calling setNumberOfCachedBackgroundLayers with a non-zero argument.

    Upgrade considerationLuciadFusion

    Asynchronous paint events now also store the view for which the asynchronous paint was executed. The event constructor must now include this view.

    Upgrade considerationLuciadFusion

    From this version on LuciadMap is based on Java 1.4. This means amongst others that the libraries xmlParserAPIs.jar and xercesImpl.jar are no longer required, since these are part of the JDK as of version 1.4.

    Upgrade considerationLuciadFusion

    ILcdGXYAsynchronousPaintQueue has been extended with a new method isEmpty. Wrappers for or extensions of the above interface or its implementations should delegate to this method.

    Upgrade considerationLuciadFusion

    TLcdViewBufferedImage now throws UnsupportedOperationException instead of IllegalArgumentException when calling setGXYController and getGXYController. In the highly unlikely event that the former runtime exception is catched explicitly while calling these methods, its catch phrase should be changed or complemented with UnsupportedOperationException.

    Upgrade considerationLuciadFusion

    The default factories for dialogs, gui and beans gui have been switched to Swing. It is no longer required to set the Swing variant on TLcdBeanGUIFactory, TLcdGUIManager or TLcdUserDialog.

    Upgrade considerationLuciadFusion

    TLcd2DBoundsIndexedModel now checks whether an object can be added with canAdd as specified in ILcdModel. Up until now the object was only tested for implementing ILcdBounded. If the object can not be added, an IllegalArgumentException will be thrown. This may result in new exceptions being thrown, but this should not have great influence since these exceptions will only be thrown for objects which should not have been added to the model in the first place.

    7.2

    7.2.24

    Bug fixLuciadFusion

    In some cases, asynchronous layer wrapper changes were not propagated to the wrapped layer. This has now been fixed.

    Bug fixLuciadFusion

    TLcdDMEDTileDecoder now again decodes the thumbnail raster data correctly.

    7.2.23

    ImprovementLuciadFusion

    The performance of the TLcdGXYLayerList.getGXYLabelPainter method has been significantly improved. This enhancement solves a performance problem, occuring when global label decluttering is enabled on maps containing layer lists with a large layer structure (such as ECDIS).

    ImprovementLuciadFusion

    TLcdContourFinder now supports status listeners, which are informed of the progress of the contour computations.

    Bug fixLuciadFusion

    TLcdCGMModelDecoder now avoids setting fonts with size 0 on decoded text elements.

    Bug fixLuciadFusion

    TLcdCGMModelDecoder now correctly reads padded text elements.

    Bug fixLuciadFusion

    TLcdSHPModelDecoder can now also read features from a dbf file when the case of the dbf file extension is the same as that of the shp file.

    7.2.22

    ImprovementLuciadFusion

    TLcdDEMModelDecoder and TLcdDEMTileDecoder now support data sets in UTM projections yet with rectangular bounds.

    ImprovementLuciadFusion

    TLcdGXYAsynchronousPaintQueue has been extended with a new method to check if asynchronous painting has finished.

    7.2.21

    Bug fixLuciadFusion

    Asynchronous paints no longer overwrite layer selections.

    7.2.19

    Bug fixLuciadFusion

    TLcdGXYSelectControllerModel2: If a bitwise or of SELECT_HOW_CHOOSE and SELECT_HOW_FIRST_TOUCHED was provided to the applySelection method, the SELECT_HOW_FIRST_TOUCHED was ignored.

    7.2.18

    Bug fixLuciadFusion

    LuciadMap now correctly detects the MAC address on Windows Vista.

    Bug fixLuciadFusion

    TLcdGXYNewController now takes into account that the first click could have been invalid, for example when the mouse is clicked outside the world.

    7.2.16

    ImprovementLuciadFusion

    TLcdSHPModelEncoder has can now switch between exporting polygons and polylines as 2D or as 3D shapes in the SHP format. Since all ILcdShape implementations are essentially 3D, a switch had to be provided to export to the SHP format as 2D (POLYLINE, POLYGON) or as 3D (POLYLINE_Z, POLYGON_Z). For backward compatibility, the default behavior is to export as 2D shapes.

    7.2.15

    Bug fixLuciadFusion

    Area computations on an ellipsoid (geodesicArea in TLcdEllipsoid) now return positive values, regardless of the orientation (clockwise or counterclockwise) of the points passed.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder now correctly handles multiple planar images in a single GeoTIFF file.

    7.2.14

    Bug fixLuciadFusion

    Smart-pan enabled ILcdGXYView implementations now do not paint empty regions anymore while panning.

    Bug fixLuciadFusion

    TLcdSHPModelEncoder now always encodes the proper record offsets in index files.

    7.2.12

    Bug fixLuciadFusion

    TLcdTABRasterModelDecoder now accepts TAB files containing grid references with tie points that are expressed in degrees.

    Bug fixLuciadFusion

    It is no longer possible to create a TLcdSelectionSupport for null ILcdSelection objects. A null pointer exception will be thrown when null is passed in the constructor.

    Bug fixLuciadFusion

    It is no longer possible to add a null selection listener to TLcdSelectionSupport. A null pointer exception will now be thrown immediately. Previously, a null pointer exception would be thrown when the first selection change event was fired.

    Bug fixLuciadFusion

    It is no longer possible to add a null status listener to TLcdStatusEventSupport. A null pointer exception will now be thrown immediately. Previously, a null pointer exception would be thrown when the first status changed event was fired.

    Bug fixLuciadFusion

    The licenseserver executable has been made more robust against network problems. It is now also better at detecting the server's IP addresses.

    Bug fixLuciadFusion

    The licenseserver executable has received a fix in its memory management.

    Bug fixLuciadFusion

    TLcdGXYViewJPanelLightWeight (and TLcdMapJPanelLightWeight subclass): fixed a visualization problem that occurred during panning with
    setCachingMode(TLcdMapJPanelLightWeight.DISABLE_CACHING)
    set.

    7.2.11

    Bug fixLuciadFusion

    TLcdGXYEditController2: now allows to change the default cursor using setCursor.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder no longer throws a RuntimeException when trying to decode some GeoTIFFs that neither Java Advanced Imaging nor ImageIO can handle.

    7.2.10

    ImprovementLuciadFusion

    TLcdCADRGModelDecoder and TLcdCADRGImageDecoder have been made more resilient against future changes of the CADRG format.

    Bug fixLuciadFusion

    TLcdGXYTextPainter now computes the orientation of the painted text more accurately.

    7.2.09

    Bug fixLuciadFusion

    Asynchronous non-background layers no longer trigger background layer repaints.

    Bug fixLuciadFusion

    The range of an SLD colormap can now span values for 16 bits (either 0 to 65536, or -32769 to 32767). Raster pixels with values outside the range defined by an SLD ColorMap are now rendered with a transparent color.

    7.2.08

    ImprovementLuciadFusion

    TLcdDMEDModelDecoder has been made more robust for reading corrupt DMED files.

    Bug fixLuciadFusion

    TLcdGXYTextPainter now computes the size of the painted text more accurately.

    Bug fixLuciadFusion

    TLcdGXYViewJPanelLightWeight (and TLcdMapJPanelLightWeight subclass) now work correctly with asynchronous layers when
    setCachingMode(TLcdMapJPanelLightWeight.DISABLE_CACHING)
    is set.

    7.2.07

    Bug fixLuciadFusion

    TLcdSHPModelEncoder now always encodes the proper record lengths.

    7.2.05

    Bug fixLuciadFusion

    TLcdGXYViewJPanelLightWeight (and TLcdMapJPanelLightWeight subclass): now paints transparently on its background if
    setOpaque(false)
    and
    setCachingMode(TLcdMapJPanelLightWeight.DISABLE_CACHING)
    are set.

    Bug fixLuciadFusion

    The method geodesicArea in TLcdEllipsoid now takes into account that subsequent points in the array of points passed may be equal.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder now also supports Polar Stereographic projections that are not centered at a pole.

    7.2.04

    ImprovementLuciadFusion

    TLcdJPLGeodeticDatumFactory now recognizes NTF as an alias for Nouvelle Triangulation Francaise (Paris).

    7.2.03

    ImprovementLuciadFusion

    TLcdBILModelDecoder and TLcdBILTileDecoder now support tiled decoding, greatly improving the efficiency when decoding large files.

    ImprovementLuciadFusion

    TLcdBILModelDecoder and TLcdBILTileDecoder now support elevation data.

    Bug fixLuciadFusion

    TLcdLonLatParser now also handles decimal commas.

    7.2.02

    ImprovementLuciadFusion

    The new class TLcdCADRGDirectoryModelDecoder decodes CADRG models from directories that contain CADRG frame files. The decoder performs an exhaustive search of the directories instead of reading an A.TOC file. It is still performant, because it reads actual file contents lazily.

    ImprovementLuciadFusion

    TLcdCADRGModelDecoder has a new property createMultilevelRasters, to optionally decode multilevel rasters instead of ordinary rasters. These multilevel rasters contain the traditional CADRG rasters, organized according to their scales.

    ImprovementLuciadFusion

    TLcdSLDFeatureTypeStyle now returns the description title as a String representation if available.

    ImprovementLuciadFusion

    TLcdBILModelDecoder now decodes subtiled rasters by default, in order to avoid having to load entire BIL data files at once.

    ImprovementLuciadFusion

    TLcdBILTileDecoder now also handles subtiling with truncated last rows and columns of subtiles.

    ImprovementLuciadFusion

    TLcdBILModelDescriptor now also indicates elevation data.

    Bug fixLuciadFusion

    The labelsEditable property change event fired by TLcdGXYLayer now returns the correct new value.

    Bug fixLuciadFusion

    The asynchronous extended layer sample now correctly overrides the tracker getters.

    Bug fixLuciadFusion

    A problem with the license server refusing to start on some 64-bits Linux distributions (with the message "Your server license is not valid for this host") has been fixed.

    Bug fixLuciadFusion

    The default delimiter is now set correctly to TAB in TLcdMIFModelDecoder.

    Bug fixLuciadFusion

    TLcdColorMapCustomizer now fires a PropertyChangeEvent when a color is changed.

    7.2.01

    ImprovementLuciadFusion

    TLcdGXYPointListPainter now has method to check whether the current mouse location is inside the point list as if it were rendered as a polygon. This facilitates modifying the behavior of the isTouched method.

    Bug fixLuciadFusion

    LMAP-2295
    TLcdGXYNewController and TLcdGXYEditController no longer highlight multiple snap targets. This was not very useful as it is only possible to choose one snap target.

    7.2

    ImprovementLuciadFusion

    TLcdCompositeIcon now has an implementation for the equals and hashcode methods.

    ImprovementLuciadFusion

    TLcdGXYPainterFontStyle is a new ILcdGXYPainterStyle that sets a font and a color. It is typically useful for TLcdGXYTextPainter.

    ImprovementLuciadFusion

    To enable evaluating custom extensions or interpretations of an OGC filter, the following interfaces have been made available:
    • ILcdGenericExpression: container marker interface for any object that can be evaluated
    • ILcdEvaluator: evaluates expressions
    • ILcdEvaluatorFactory: creates evaluators for given generic expressions
    And these changes have been applied to the API:
    • TLcdOGCFilterEvaluator: now has a method to create an evaluator factory that can be overwritten to return custom evaluator factories
    • ILcdEvaluatorFunction: the signature of the method apply has changed.

    ImprovementLuciadFusion

    TLcdWKTReferenceFormatter enables formatting a georeference in Well Known Text format as specificed in OGC document 01-009: Coordinate Transformation Service Implementation Specification.

    ImprovementLuciadFusion

    The class TLcdFeatureIndexedVectorModel is added to support an ILcdModel that can be indexed on values of ILcdFeatured objects which are not ILcdBounded.

    ImprovementLuciadFusion

    TLcdGXYTextPainter now allows to set the font directly, as an alternative to setting the font in a painter style.

    ImprovementLuciadFusion

    TLcdGXYEditController2: now updates the cursor when the ctrl-key is pressed or released. Before it was necessary to move the mouse for that.

    ImprovementLuciadFusion

    SLD: labels for complex polygons now have better placement, near the largest polygon, when defined with a point placement.

    ImprovementLuciadFusion

    TLcdGXYLabelPainter: this label painter now respects the pin color and selected pin color when they are explicitly set. If they are not set, the foreground and selection color of the labels themselves are used.

    ImprovementLuciadFusion

    TLcdGXYStampLabelPainter: mouse wheel events are now dispatched to the interactive labels when running on JDK 1.4 or higher.

    ImprovementLuciadFusion

    TLcdGXYPolylineLabelPainter now has a property to put the label on the path followed by the pen used to draw the polyline. Until now, the label was always placed at the center of the projected points of the segment the label would be placed next to. For long lines, rendered with a geodetic pen, the gap between the polyline and the label could become unacceptably big. Placing the label along the path does come at a cost, since the computation for the label location will be more complex.

    ImprovementLuciadFusion

    TLcdGXYLayerList now throws property change events when adding a sublayer causes its properties to change. Also, a protected method firePropertyChangeEvent has been added to support property change events in subclasses.

    ImprovementLuciadFusion

    A new package com.luciad.view.gxy.asynchronous provides support to paint individual layers asynchronously. The package offers layer wrappers that protect the layer state, and a paint queue to execute the actual painting in a background thread. At the same time, the method ILcdGXYView.setPaintInBackground has been deprecated in favor of this approach, since it is more versatile and generally offers better thread safety. Please consult the developer's guide for more details.

    ImprovementLuciadFusion

    The area painters (TLcdGXYArcBandPainter, TLcdGXYBoundsPainter, TLcdGXYBufferPainter, TLcdGXYCirclePainter, TLcdGXYEllipsePainter, TLcdGXYLonLatHeightBufferPainter, and TLcdGXYPointListPainter) now have consistent paint modes. Each of these painters/editors extend from the ALcdGXYAreaPainter which adds a mode, a selection mode and a edit mode property. These properties will be used when painting an object, a selected object and an object that is being edited.

    ImprovementLuciadFusion

    TLcdDataInputStream now reads little endian longs and integers faster.

    ImprovementLuciadFusion

    Mach, the ratio of the speed of an object and the speed of sound in the same fluidum has been added as a unit to TLcdSpeedUnit. The conversion factor is that of 340.3, corresponding to a ratio to the speed of sound at a temperature of 15 degrees Celsius and at sea level in the Earth's atmosphere. TLcdSpeedFormat has been adapted to support formatting and parsing speeds expressed in this unit.

    ImprovementLuciadFusion

    The contains2D methods in TLcdXYFloatPoint now take into account that the point is internally represented by floats.

    ImprovementLuciadFusion

    A UTM grid reference, TLcdUTMGrid, can now have its name set.

    ImprovementLuciadFusion

    There is a new class com.luciad.view.gxy.painter.TLcdGXYOffsetIconPainter that takes an ILcdGXYPainter which it uses to paint offset labels. The typical use case is that were you want to paint an icon at a certain offset and wish to reuse the label decluttering algorithms to automatically declutter these icons.

    ImprovementLuciadFusion

    TLcdSelectionSupport and TLcdLayer now have a new method selectObjects to select several objects at once. This is faster as selecting them one by one.

    ImprovementLuciadFusion

    TLcdAWTUtil: now has a method to find the parent Window of an Object.

    Bug fixLuciadFusion

    All painters in the com.luciad.view.gxy.painter package now have clone methods that create proper, deeper clones. Implementations of ILcdGXYPainterStyle that are configured on these painters will be deeply cloned if they implement ILcdCloneable. All the implementations of ILcdGXYPainterStyle in LuciadMap implement the ILcdCloneable interface now. The ILcdCloneable interface itself now extends the java Cloneable interface.

    Bug fixLuciadFusion

    TLcdAUTOReferenceParser and TLcdAUTO2ReferenceParser now correctly take into account the latitude origin for UTM and Transverse Mercator references.

    Bug fixLuciadFusion

    TLcdSWMenuItem can now handle actions without an icon.

    Bug fixLuciadFusion

    TLcdRasterPainter, TLcdMultilevelRasterPainter, and their Warp/NoWarp versions now have clone methods that create proper, deeper clones.

    Bug fixLuciadFusion

    TLcdRangeSlider now passes all change events to its listeners when a new model was set to the Component.

    Bug fixLuciadFusion

    TLcdGXYEditController2: it was possible to unintentionally reshape multiple objects when the user started without the ctrl-key held and pressed this key 'mid-flight'.

    Bug fixLuciadFusion

    TLcdGXYLayer: when an ILcdGXYViewLabelPainter was used on the ILcdGXYView, and an ILcdGXYLayerLabelPainter was set to the TLcdGXYLayer, and if labeled was false and selection labeled true, the layer still (incorrectly) called the ILcdGXYLayerLabelPainter asking it to paint labels.

    Bug fixLuciadFusion

    The ILcdGXYView implementations in com.luciad.view.map no longer adjust the view origin when an XY world reference is set on the view equal to the one that was already set on it. When the view was resized earlier, this no longer results in a map pan like operation. To retain the previous behavior, the view origin needs to be set manually to the center point of the view after the XY world reference has been set.

    Bug fixLuciadFusion

    The getScaleRange and getLabelScaleRange methods of TLcdGXYLayerList no longer throw a NullPointerException when the range of one of its sublayers is null.

    Bug fixLuciadFusion

    TLcdGXYStampLabelPainter: the selected pin color is now respected.

    Bug fixLuciadFusion

    TLcdGXYLayerList had a dependency on Swing which is now removed.

    Bug fixLuciadFusion

    TLcdLayer now listens to model changes when constructed using a model and a label.

    Bug fixLuciadFusion

    RunTimeExceptions, thrown by XML element adapters during the encoding of an object, are no longer caught and logged by the TLcdXMLEncoder, but directly propagated to the caller of the encodeXML() method.

    Bug fixLuciadFusion

    TLcdEPSGReferenceFormatter now again formats common world references.

    Bug fixLuciadFusion

    TLcdModelChangedEventSupport no longer exposes internal information when passing events to the listeners. This enables listeners themselves to modify the model. Note that changes made by the listeners should not be fired immediately to allow subsequent listeners to receive the events in the order they have occurred.

    Bug fixLuciadFusion

    Rendering performance for TLcdImageIcon has been improved. Performance increase is most noticeable when rendering a high number (more than 100) of different image icons.

    Bug fixLuciadFusion

    The performance of the continuous pan controller, TLcdGXYContinuousPanController, has been improved on Linux and Solaris in low memory environments.

    Bug fixLuciadFusion

    TLcdGXYStampLabelPainter: the anchor point of the label is now correctly defined. It is the upper left corner of the bounds of the label.

    Bug fixLuciadFusion

    When setting a new model on a sub gxy layer in a TLcdGXYLayerList, the filter inidicating whether an object belongs to the model of the layer can no longer become invalid.

    Bug fixLuciadFusion

    The bounds of a TLcdLonLatPolyline and TLcdLonLatPolygon are now more accurately computed when the polyline is close to either the North or the South pole.

    Upgrade considerationLuciadFusion

    TLcdPOLModelDecoder now checks whether a source name ends with '.pol'. This will be of influence for users having files containing pol data in a location with another extension. These files will no longer be decoded if the call to the decode method is preceded by a call to canDecodeSource. Decoding without calling the canDecodeSource method is still possible.

    Upgrade considerationLuciadFusion

    The signature of the method apply has changed in the class ILcdEvaluatorFunction. This should have no runtime impact as the contents of the removed argument ILcdAssocList were not accessible and could therefor not be used. See also the release note on support for custom extensions of OGC filter in the enhancements section.

    Upgrade considerationLuciadFusion

    TLcdSharedBuffer by default now returns a buffer suitable for asynchronous painting. It relies on Java memory allocation and does not support a direct getByte() operation. The old behavior can be restored by simply calling setBufferInstance with a TLcdBuffer instance of the desired size.

    Upgrade considerationLuciadFusion

    TLcdPropertyColor and TLcdPropertyColorSW in com.luciad.beans and com.luciad.beans.swing now have their dialog title set per instance. Before, the title was set for all instances at once. To retain the same behavior, the dialog title now has to be set on all instances of these classes.

    Upgrade considerationLuciadFusion

    The public static field sTraceOn or TRACEON in ALcdVVXAxisRendererJ2D, TLcdFontGXYPainterStyle, TLcdFillGXYPainterStyle, TLcdLineGXYPainterStyle are removed. Tracing can be turned on by calling either setTraceOn or setClassTraceOn as in other LuciadMap classes. This should not have any effect on deployed applications as tracing was turned off and is still turned off by default.

    Upgrade considerationLuciadFusion

    If you are running your LuciadMap application in JRE 1.4 or earlier, you must not forget to put the appropriate backport-util-concurrent-java*.jar in the class path. While this was only strictly necessary for multi-threaded code in the past, it is now required by common LuciadMap classes.

    Upgrade considerationLuciadFusion

    TLcd2DBoundsIndexedModel is no longer left in an inconsistent state when a non bounded object is added. The model now throws an IllegalArgumentException for non bounded objects. As this is a runtime exception, this change will not incurr compiling errors. There should also be no effect at runtime, since adding non bounded objects previously would have left the model in an invalid state.

    Upgrade considerationLuciadFusion

    The paint mode values of the TLcdGXYPointListPainter (POINT, POLYLINE, POLYGON, FILLED and OUTLINED_FILLED) have changed to make it consistent across all area painters. It may be required to recompile your application in order to use the new values of the constants.

    Upgrade considerationLuciadFusion

    TLcdLonLatHeightPoint: The implementation is now slightly faster. In the very unlikely event that somebody is using the protected fields fCosLat, fCosLon, fSinLat or fSinLon, they should update their code to use the getCosY(), getCosX(), getSinY() and getSinX() methods.

    Upgrade considerationLuciadFusion

    TLcdG2DLineStyle no longer has an inconsistency between the set and get methods for the color and the selection color. Both methods now assume the widths are doubles. This change will not affect existing code, as the argument of the setter is widened to a double from an int.

    7.1

    7.1.15

    Bug fixLuciadFusion

    TLcdGeodeticDatumfactory now also checks the datums parameters next to the name when polling TLcdJPLGeodeticDatumtFactory and TLcdNIMAGeodeticDatumFactory in order to write a geodetic datum to a Properties object.

    Bug fixLuciadFusion

    The UI for TLcdRangeSlider is now always set when used in an applet in a browser. The UI was not set when an applet was opened for the second time in the same browser session.

    Bug fixLuciadFusion

    The TLcdGML3ModelEncoder now supports exporting of empty models.

    Bug fixLuciadFusion

    TLcdLockUtil no longer deadlocks if one thread requests nested read locks, while another thread requests a write lock. This only happened in JDK 1.5.

    Upgrade considerationLuciadFusion

    Some native libraries for Solaris on Intel/AMD that were mistakenly put in solaris_amd64 have been moved to solaris_i586. Note that java on this platform runs in 32-bits mode (with 32-bits libraries) by default. It only runs in 64-bits mode (with 64-bits libraries) when specifying the option -d 64. You should therefore use the libraries in solaris_i586 by default, and the libraries in solaris_amd64 when specifying the option.

    7.1.13

    ImprovementLuciadFusion

    TLcdWarpRasterPainter and TLcdWarpMultilevelRasterPainter can now paint rasters of which the tiles have different color models.

    ImprovementLuciadFusion

    TLcdETOPOModelDecoder now supports the latest ETOPO2v2c_i2_MSB.bin data set.

    Bug fixLuciadFusion

    TLcdGXYStampLabelPainter now paints labels in the correct selection color, when haloing is enabled.

    Bug fixLuciadFusion

    TLcdGXYStampLabelPainter: a bug was solved that prevented the use of interactive labels with different sizes per object.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder now handles files that contain spurious definitions of projections, even though the actual references are geodetic.

    Bug fixLuciadFusion

    TLcdMIFModelReferenceParser now correctly parses French NTF datum codes 107 and 1002, which were previously swapped.

    7.1.12

    Bug fixLuciadFusion

    TLcdGeodeticReference now has a better implementation of the clone method.

    Bug fixLuciadFusion

    TLcdEPSGReferenceParser now returns a new instance of the parsed model reference or XY world reference for every call to the parse method.

    Bug fixLuciadFusion

    TLcdDTEDModelDecoder now works around erroneous point counts in accuracy subregion descriptions.

    7.1.11

    Bug fixLuciadFusion

    TLcdWarpRasterPainter and TLcdWarpMultilevelRasterPainter no longer throw NullPointerExceptions when painting rasters, when a color filter has been set.

    Bug fixLuciadFusion

    TLcdEllipsoid no longer returns the longer distance between 2 points at the same latitude.

    Bug fixLuciadFusion

    The TLcdGML3ModelEncoder can now encode models whose ILcdFeatured value for a given index is null for all elements.

    7.1.09

    Bug fixLuciadFusion

    TLcdCADRGModelDecoder now correctly decodes A.TOC rasters that have empty tiles and of which the color maps are expanded.

    7.1.08

    ImprovementLuciadFusion

    TLcdLonLatParser now also parses ddmm.mmmm[SNWE] and dd.dddd[SNWE] formats.

    ImprovementLuciadFusion

    TLcd2DBoundsIndexedModel now checks whether elements are ILcdBounded in the methods addElement and removeElement, throwing an IllegalArgumentException right away if they are not.

    7.1.06

    Bug fixLuciadFusion

    A dependency on JDK 1.5 in TLcdXMLDateTime and TLcdXMLDuration was removed.

    7.1.05

    Bug fixLuciadFusion

    TLcdGXYFeaturedLabelPainter could not be serialized.

    Bug fixLuciadFusion

    TLcdXYFloatLine now has a better implementation of the equals method.

    Bug fixLuciadFusion

    TLcdGXYIconPainter did not take into account the full size of the icon when checking whether an object was touched. It is now easier to select an object which is represented by an icon with different width and height.

    7.1.03

    Bug fixLuciadFusion

    StickyLabelsEditController: this sample class did not make interactive labels sticky.

    Bug fixLuciadFusion

    TLcdGXYSelectController2: a double click unintentionally initiated a 'drag rectangle' from the top left corner.

    Bug fixLuciadFusion

    TLcdGXYSelectController2 did not select small, horizontal or vertical line segments when a rectangle was dragged around them.

    Bug fixLuciadFusion

    TLcdGXYSelectController2 did not pass the SELECTED mode to the isTouched method of the ILcdGXYPainter when trying to select objects. This can be important for objects that are different in selection and regular mode. For example, the axis polyline of a buffer only appears in selected mode, and a right click on the axis polyline deselected the object before showing the popup window.

    7.1.01

    Bug fixLuciadFusion

    TLcdGXYMagnifier no longer tries to update the location of the glass magnifier window when the original view is no longer visible. This resulted in an illegal component state, which now can no longer be encountered.

    Bug fixLuciadFusion

    A bug in TLcdXMLSchemaDecoder was fixed. group elements containing a choice element are now read correctly.

    Bug fixLuciadFusion

    TLcdColorMapCustomizer: It needed setObject twice when it was already displayed. If only one setObject was performed, the layout used to be corrupt.

    Bug fixLuciadFusion

    TLcdPOLModelDecoder: canDecodeSource used to create an input stream without closing it.

    Upgrade considerationLuciadFusion

    The field for the property 'enabled' in ALcdAction no longer has protected visibility. If code referred to this field directly, replace the code by calling the already existing setEnabled/getEnabled methods. The trivial method asAction which returned the object itself has been removed. If any code used this method, the call to this method can be removed completely.

    7.1

    ImprovementLuciadFusion

    TLcdOkCancelButtonPanelSW: pressing the escape key now has the same effect as cancel.

    ImprovementLuciadFusion

    TLcdGXYEditController2: now cancels an edit operation if the escape key is pressed.

    ImprovementLuciadFusion

    TLcdGXYFeaturedLabelPainter: removed erroneous constructor with arguments (ALcdGXYInteractiveLabelProvider, ILcdGXYController), added constructor with arguments (ALcdGXYInteractiveLabelProvider)

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now tries to assign a suitable grayscale index color model to 16-bits grayscale images, based on the minimum and maximum sample values specified in the GeoTIFF file.

    ImprovementLuciadFusion

    The performance of warping raster painters for painting elevation rasters has been improved.

    ImprovementLuciadFusion

    TLcdGXYBoundsPainter now supports moving the bounds outside of the world as long as the bottom-left corner remains in the world or re-enters the world in another location. For example, in equidistant cylindrical projection the bounds can now be moved across the date line in both directions.

    ImprovementLuciadFusion

    TLcdGXYNewController now only pans the view on a mouse exit when the creation of the object is taking place. Before and after creation, the view is not panned when the mouse exits the view.

    ImprovementLuciadFusion

    The raster painters now have a property avoidOpaqueBorder, to avoid drawing opaque borders around warped rasters with IndexColorModels, without transparent pixels. Please note that setting the property entails some processing overhead when such rasters are painted.

    ImprovementLuciadFusion

    TLcdTABModelDecoder and TLcdTFWModelDecoder now have settable input stream factories for accessing TAB and TFW files, respectively.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder and TLcdTABModelDecoder now have a new property allowOrthographicReferencing, specifying whether rasters that are postioned in geodetic references, using tie points, may be put in approximating orthographic grid references that are centered around the rasters. The resulting georeferencing will generally be more accurate than when just trying to rotate the rasters in their original geodetic references. The default is true.

    ImprovementLuciadFusion

    The classes TLcdGXYStampLabelPainter, TLcdGXYPolygonLabelPainter, TLcdGXYPolylineLabelPainter and TLcdGXYIconPainter now have methods for adding halo effects to labels or icons. Halo's can be enabled by setting the halo thickness (setHaloThickness()) to a value larger than zero. The color can be changed via the setHaloColor() method. Additionally, two new classes, TLcdGXYHaloPainter and TLcdGXYHaloLabelPainter are also added to the API. These classes can be used to add a halo effect to other ILcdGXYPainter or ILcdGXYLabelPainter implementations. Halo's can be added by wrapping an existing painter in one of these two halo painters. They offer similar API methods as TLcdGXYLabelPainter and TLcdGXYIconPainter for configuring the halo thickness and color.

    ImprovementLuciadFusion

    TLcdGXYBoundsPainter, TLcdGXYBufferPainter, TLcdGXYLonLatHeightBufferPainter, and TLcdGXYPointListPainter now have consistent editing behaviour. For each of these painters/editors the shape as displayed after editing will be exactly as it was when the mouse was released while editing. Previously, shapes could 'jump' when editing was finished.

    ImprovementLuciadFusion

    The package com.luciad.model contains two new model decoders, TLcdTarModelListDecoder and TLcdZipModelListDecoder, for decoding all the entries inside tar and zip archives, respectively. The actual decoding of the entries is performed by model decoders that can be specified. At a lower level, the package com.luciad.io contains two related new input stream factories, TLcdTarInputStreamFactory and TLcdZipInputStreamFactory, for creating input streams for entries inside tar and zip archives, respectively. Note that TLcdTarModelListDecoder and TLcdTarInputStreamFactory require the new library tar.jar.

    Bug fixLuciadFusion

    The warping raster painters no longer throw a NullPointerException when the clipping rectangle has zero width or height.

    Bug fixLuciadFusion

    A problem with the printing of dashed and complex strokes, caused by a bug in the Sun graphics implementation, was solved. Dashed and complex strokes are now rendered correctly on printing devices.

    Bug fixLuciadFusion

    ALcd3DEditableFloatPolypoint now checks on the size of the array that is passed in the constructor.

    Bug fixLuciadFusion

    TLcdGXYBoundsPainter no longer changes the dimensions of a bounds when the bounds is moved over the north- or south pole.

    Upgrade considerationLuciadFusion

    TLcdLonLatArcBand and TLcdXYArcBand now throw an IllegalArgumentException when a negative minimum or maximum radius is passed at construction time or via the methods setMinRadius or setMaxRadius.

    Upgrade considerationLuciadFusion

    TLcdGXYPolygonLabelPainter and TLcdGXYPolylineLabelPainter no longer paint a label when the array returned by retrieveLabels is null or of zero length. This is the same behavior as TLcdGXYLabelPainter. The effect of this change will only be visible in extension of the painters which returned such arrays and when the label painter was configured to put a frame around the label, or to fill the label with a background color. To regain the previous behaviour it suffices to return an array with a non zero length, containing empty Strings.

    Upgrade considerationLuciadFusion

    TLcdGXYPointListPainter now checks the painter mode (polygon, polyline, ... ) before removing points. Point lists painted in POLYGON, FILLED or OUTLINED FILLED mode can not have the 2nd but last point removed, point lists in POLYLINE mode can not have the one but last point removed and point lists in POINT mode can not have the last point removed. Before this change the default behavior was to allow removal of all points except the last one. To reinstate that behavior overwrite the method retrieveMinimalPointcount in TLcdGXYPointListPainter to always return 1.

    Upgrade considerationLuciadFusion

    com.luciad.util.ILcdRotationCapable has be deprecated in favor of com.luciad.view.gxy.ILcdRotationCapableGXYView, since it was only used in the context of views. Since the new interface extends the old interface, no problems should arise with existing code. All view implementations that implemented ILcdRotationCapable, now implement ILcdRotationCapableGXYView. Take into account that new code may be written against the new interface and will not work for ILcdRotationCapable implementations. To avoid this, replace all ILcdRotationCapable occurences by ILcdRotationCapableGXYView.

    7.0

    7.0.15

    ImprovementLuciadFusion

    The polar stereo graphic projection (TLcdPolarStereoGraphic) now has support for a central meridian. This meridian will become a line along the Y-axis in the projected plane.

    Bug fixLuciadFusion

    The vertical cursor is now prohibited from leaving the vertical view (TLcdVVJPanel) when resizing the window. Previously, when the vertical view was resized the vertical cursor could leave the vertical view on the right side. Since the cursor can only be moved with the mouse, this rendered the vertical cursor useless until the vertical view was resized again to contain the vertical cursor.

    Bug fixLuciadFusion

    TLcdLonLatCircle bounds were computed incorrectly when the circle contained either of the north or south pole.

    Bug fixLuciadFusion

    ALcdXYDynamicSegmentationEvent accidentally had a number of package visible abstract methods. These have now been made public.

    Upgrade considerationLuciadFusion

    TLcdLonLatEllipse, TLcdXYEllipse, TLcdLonLatArc and TLcdXYArc now throw an IllegalArgumentException when a negative value is passed for the semi-minor or semi-major axis length at construction time or when setting the value via setA or setB.

    Upgrade considerationLuciadFusion

    TLcdLonLatCircle and TLcdXYCircle now throw an IllegalArgumentException when a negative radius is passed at construction time or via the method setRadius.

    7.0.14

    Bug fixLuciadFusion

    A problem with the caching of computed general paths in TLcdGXYPointListPainter was fixed. This fix might improve painting performance of all polylines and polygons that make use of TLcdCache (including all LuciadMap classes that extend from ALcd2DEditablePolypoint).

    Bug fixLuciadFusion

    TLcdRenderedImageTile no longer throws an ArrayIndexOutOfBoundsException if forcedTransparentColorIndex has been set for a 16-bits IndexColorModel.

    Bug fixLuciadFusion

    TLcdDTEDDirectoryModelDecoder and the multilevel raster painters now handle empty data sets.

    Bug fixLuciadFusion

    TLcdSymbol: rendering the symbol type OUTLINED_AREA did not render an outline using the method paintIcon, it did using the method paint. They now both do. The type POINTS rendered the point in the center using paintIcon, and at the top left using paint, they now both center the dot.

    Bug fixLuciadFusion

    TLcdInputStreamFactory now allows to unset a default request property, by setting it to null.

    Bug fixLuciadFusion

    TLcdTTFIcon now takes into account the color, the offset and the rotation when comparing using the equals method.

    Bug fixLuciadFusion

    TLcdContourFinder: for contour computations with non-optimized edges, the last valid point was not added to the contour.

    Bug fixLuciadFusion

    The arcs part of an arcband painted by the TLcdGXYArcBandPainter can now be moved across each other, effectively switching the minimum and maximum radius of an arcband.

    Bug fixLuciadFusion

    TLcdSHPModelEncoder no longer writes corrupt DBF files for String features which started or ended with spaces.

    7.0.13

    Bug fixLuciadFusion

    TLcdLonLatPoint now takes into account that longitudes -180 and 180 are the same in the equals method.

    Bug fixLuciadFusion

    TLcd2DEditableFeaturedPoint did not take into account that any of the features or the point could be null in the equals or hashcode method.

    Bug fixLuciadFusion

    TLcdSHPModelDecoder no longer throws a NullPointerException when the model reference decoder is set to null. The decoder then uses the default model reference.

    7.0.11

    ImprovementLuciadFusion

    The performance of TLcdRenderedImageTile has been improved. This tile is typically used when decoding GeoTIFF, TFW, JGW, and TAB files.

    ImprovementLuciadFusion

    The thread-safety of the most important implementations of ILcdTileDecoder has been improved and documented. Notably, TLcdCADRGImageDecoder is now thread-safe, with better concurrent performance.

    Bug fixLuciadFusion

    TLcdEllipsoidUtil now correctly computes the intersection points of lines for which the begin an/or end points are coincident.

    Bug fixLuciadFusion

    TLcdGXYViewJPanel, TLcdGXYViewJPanelLightweight and TLcdMapCanvas did not convey all property change events to the listeners added.

    Bug fixLuciadFusion

    TLcdSHPModelDecoder decoded less model reference files. This was due to an unintended incompatible change.

    Bug fixLuciadFusion

    License files containing non-ASCII characters were not accepted if the default character set was not ISO-8859-1.

    7.0.09

    Bug fixLuciadFusion

    TLcdWCSProxy now checks the coverage description to see if the coverage is two- or three-dimensional, and adapts its requests accordingly.

    Bug fixLuciadFusion

    Invoking the getChildWMSLayerIndex(ALcdMWSLayer) method on a TLcdWMSLayer object without any child layers resulted in a NullPointerException. This has been fixed: the value -1 is now returned in that case, following the method description in the javadoc.

    7.0.08

    Bug fixLuciadFusion

    TLcdWCSProxy now clears the cache of the rasters contained within it whenever a tile finishes loading new coverage data from the WCS. This allows a TLcdWCSProxy to be painted correctly when the setUseSubtileImageCaching() property of TLcdMultilevelRasterPainter is switched on.

    Bug fixLuciadFusion

    TLcdEllipsoid incorrectly computed points at very large distances (crossing north and south pole) along a rhumb line.

    7.0.07

    Bug fixLuciadFusion

    TLcdWCSProxy has improved handling of TIFF images. In particular, an issue was fixed that caused some data not to be drawn by TLcdWarpMultilevelRasterPainter.

    7.0.06

    ImprovementLuciadFusion

    TLcdGXYTextPainter now paints rotated texts more accurately.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now also decodes GeoTIFF files with 16-bit RGB values. The values are scaled to 8-bit values.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now also decodes GeoTIFF files with 4 wavelength bands. The decoded rasters only contain the RGB bands.

    Bug fixLuciadFusion

    TLcdGeodeticDatum did not take into account that the ellipsoid of the datum could be different from the ellipsoid of the reference datum when transforming lon lat height points to and from the reference datum.

    Bug fixLuciadFusion

    TLcdJPLGeodeticDatumFactory contained inaccurate parameters for WGS72 datums.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder now correctly decodes user-defined ellipsoids.

    Bug fixLuciadFusion

    Lines with an SLD image stroke are now printed completely.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder now also decodes GeoTIFF files with a planar configuration.

    7.0.05

    ImprovementLuciadFusion

    The WMS 1.3.0 capabilities now contain the XML element 'BoundingBox' for a layer, describing its bounds in one of the available CRSs. This is in contrast with the already available element 'EX_GeographicBoundingBox', that always describes the bounds of a layer in WGS 84 coordinates.

    ImprovementLuciadFusion

    Support has been added for the optional FORMAT parameter in a GetCapabilities request. Both the WMS 1.1.1 and 1.3.0 capabilities now mention two available output formats, text/xml and application/vnd.ogc.wms_xml, which can be used in the FORMAT parameter. If no FORMAT parameter is specified, the default format for the version of the capabilities is used: application/vnd.ogc.wms_xml for WMS 1.1.1, text/xml for WMS 1.3.0.

    ImprovementLuciadFusion

    When a GetFeatureInfo request was received for an invalid layer, the returned service exception report did not specify the 'LayerNotDefined' code.

    ImprovementLuciadFusion

    TLcdCADRGImageDecoder has been improved to yield a better performance.

    Bug fixLuciadFusion

    TLcdWKTReferenceParser no longer fails on UTM grid references where the name does not follow a pattern UTM zone NN[N|S]. If the name of the reference is according to the pattern the decoded reference will be a TLcdUTMGrid from which the zone and hemisphere can be retrieved. If the name does not follow the pattern, the string will be decoded as a regular grid reference, from which only the zone can be retrieved indirectly.

    Bug fixLuciadFusion

    TLcdWCSProxy now correctly includes the Z coordinates of its bounds when it issues requests to the WCS server. This allows users to query three-dimensional coverages.

    7.0.02

    Bug fixLuciadFusion

    TLcdGeoTIFFModelEncoder now correctly encodes rasters that are defined in a grid reference that is rotated.

    Upgrade considerationLuciadFusion

    The magnifier controller did not take into account the rotation of the underlying view. TLcdGXYMagnifierController now creates a TLcdGXYViewJPanel instead of a TLcdGXYCanvas. This will only affect applications that do not use Swing to render components. In that case, extend TLcdGXYMagnifierController and overwrite the method createGlassGXYView to return a TLcdGXYViewCanvas.

    7.0.01

    ImprovementLuciadFusion

    The methods createImageInputStream(int, int, com.luciad.view.ILcdXYWorldReference, com.luciad.shape.ILcdBounds, java.awt.Color) and createImage(int, int, com.luciad.view.ILcdXYWorldReference, com.luciad.shape.ILcdBounds, java.awt.Color) in the ALcdWMSProxy object created by TLcdOGCWMSProxyModelDecoder have been made thread-safe. Multiple threads can now use these methods concurrently on the same ALcdWMSProxy object, without the need for extra synchronization.

    Bug fixLuciadFusion

    TLcdGML2ModelEncoder now encodes the srsName attribute for MultiGeometry elements, as required by the GML2 schema.

    Bug fixLuciadFusion

    Constructing a TLcdShapeList with the default constructor no longer results in a NullPointerException when requesting the shape count.

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModelList now takes into account that a function may return false for an object in a sub model when calling applyOnInteracts2DBounds. The function will no longer be applied to subsequent models.

    Bug fixLuciadFusion

    TLcdGXYLayerList now takes into account that a function may return false for an object in a sub gxy layer when calling applyOnInteract. The function will no longer be applied to subsequent sub gxy layers.

    Bug fixLuciadFusion

    TLcdRasterPainter and TLcdMultilevelRasterPainter now always paint rasters with the correct transformation if the model reference or the world reference are grid references that are rotated.

    Bug fixLuciadFusion

    TLcdGeoRefUtil now better checks for the length of the strings to parse.

    Bug fixLuciadFusion

    TLcdVVJPanel used to throw a NullPointerException if it was used in combination with certain look-and-feels (for example Synth).

    Bug fixLuciadFusion

    The class com.luciad.wms.server.viewencoder.TLcdGXYViewPNGEncoder, which is used by the WMS to encode images to PNG, did not work under JRE 1.6.0 when the native codecLib ImageIO plugin was active.

    Upgrade considerationLuciadFusion

    The class com.luciad.wms.client.model.ALcdWMSProxy has been extended with a clone() method. By default, it returns a shallow clone of the source object. Implementations of ALcdWMSProxy are recommended to provide a proper implementation. For example, if an implementation is defined that acts as a wrapper around another ALcdWMSProxy object, the wrapper class should provide a clone() implementation that clones the internal ALcdWMSProxy delegate object.

    7.0

    ImprovementLuciadFusion

    The EPSG resources are updated to EPSG database v6.12. To make use of this change update the jar lcd_epsg_resources.jar in your classpath.

    ImprovementLuciadFusion

    ALcdGXYPen now has support for ILcdIcon when drawing hot points. When the hot point icon is set, the values of hot point color, shape, and size are disregarded.

    ImprovementLuciadFusion

    TLcdWFSProxyModelFactory now allows creating proxy models for WFS output formats other than GML. To support other formats, an interface ILcdWFSModelDecoder was introduced, and TLcdWFSProxyModelFactory has a new createProxyModel() method which takes the name of an output format and a corresponding ILcdWFSModelDecoder as arguments. More details can be found in the reference documentation.

    ImprovementLuciadFusion

    LuciadMap WFS now properly supports the WFS 1.1.0 capabilities format.

    ImprovementLuciadFusion

    The predefined TLcdAltitudeUnit constants METRE_AMSL, KM_AMSL and FEET_AMSL have been deprecated. They have been reintroduced as METRE, KM and FEET, i.e. without the "AMSL" (Above Mean Sea Level) suffix. This better reflects the actual purpose of TLcdAltitudeUnit, which is to reflect the unit of measure of an altitude without implying any particular altitude reference.

    ImprovementLuciadFusion

    The samples have been restyled to demonstrate LuciadMaps functionalities in a nicer, more coherent, way.

    ImprovementLuciadFusion

    A new XML class, TLcdXMLDocumentReader, was added to the API, to be able to embed a set of LuciadMap XML readers in an existing SAX handler.

    ImprovementLuciadFusion

    TLcdGenericGeodeticDatumFactory now also saves and loads the name of the ellipsoid of the geodetic datum.

    ImprovementLuciadFusion

    TLcdWCSProxyModelFactory now offers the possibility to create a proxy model for coverages obtained in formats other than GeoTIFF. This is done by providing the factory with an ILcdWCSCoverageDecoder, a new interface which is used to process the results obtained from a WCS. Please refer to the reference documentation for details.

    ImprovementLuciadFusion

    The methods get/setMouseDraggedSensitivity(int) moved from TLcdGXYSelectController up in the class hierarchy to TLcdGXYDragRectangleController. This offers consistent behavior for TLcdGXYSelectController, TLcdGXYSelectController2 and TLcdGXYZoomController.

    ImprovementLuciadFusion

    TLcdOpenAction now lowers the priority of the thread loading the data when the data is loaded in a separate thread.

    ImprovementLuciadFusion

    com.luciad.view.map.multilevelgrid is a new package to support multilevel grids. A multilevel grid is a grid that has multiple levels of subdivisions. The classes are:
    • ILcdMultilevelGrid: models the grid,
    • TLcdMultilevelGridLayer: an ILcdGXYLayer capable of rendering a multilevel grid on an ILcdGXYView,
    • ILcdMultilevelGridCoordinate: models an object that covers an element of the grid at any of the levels of the grid,
    • TLcdMultilevelGridUtil: a utility class to convert locations expressed in the reference on which the grid is based to and from multilevel grid coordinates,
    • ALcdMultilevelGridCoordinateFormat: parses and formats multilevel grid coordinates,
    • TLcdMultilevelGridCoordinateModel: takes into account the structure of a multilevel grid to contain multilevel grid coordinates.
    Two samples demonstrate how this grid can be used to model and display a CGRS and a GARS grid.

    ImprovementLuciadFusion

    LuciadMap now supports editable labels that can be freely placed. To this end several interfaces were extended.

    These changes mostly affect the com.luciad.view.gxy and com.luciad.view.gxy.controller package. Following interfaces have been extended:

    In addition, there are new select and edit controllers that can select and manipulate these editable labels: com.luciad.view.gxy.TLcdGXYSelectController2 and com.luciad.view.gxy.TLcdGXYEditController2. The old select and edit controllers were not modified to work with these editable labels.

    ImprovementLuciadFusion

    TLcdConcurrentBuffer is a new implementation of ILcdBuffer that is suitable for concurrent access from multiple threads. It should be used instead of TLcdBuffer in all multi-threaded applications. This is typically done by plugging an instance of TLcdConcurrentBuffer into TLcdSharedBuffer.setBufferInstance or directly into the raster model decoders that require a buffer.

    ImprovementLuciadFusion

    The implementations of ILcdRaster and ILcdTile have been improved for concurrent access from multiple threads. Their levels of thread-safety are documented in the API documentation.

    ImprovementLuciadFusion

    The implementations of ILcdShape have been improved for concurrent access from multiple threads. Their levels of thread-safety are documented in the API documentation.

    ImprovementLuciadFusion

    The class com.luciad.wms.client.model.ALcdWMSNamedLayer has been extended with support for the elements MetadataURL, DataURL and FeatureListURL. Analogously, the class com.luciad.wms.client.model.ALcdWMSNamedLayerStyle has been extended with support for the elements LegendURL, StyleSheetURL and StyleURL. To model these elements, the class TLcdOGCWMSURL has been introduced.

    ImprovementLuciadFusion

    Support has been added to handle multi-dimensional data in the WMS server, as defined by Annex C of the OpenGIS OGC 06-042 Web Map Server Implementation Specification.

    To retrieve dimension information for a layer, the class com.luciad.wms.client.model.ALcdWMSNamedLayer has been extended with two new methods, getDimension(int) and getDimensionCount(). The dimension information itself is modeled as follows:
    • ALcdOGCWMSDimension: represents a dimension definition.
    • TLcdOGCWMSDimensionExtent: represents a set of values or intervals for a dimension.

    To include one or more dimensional parameters in a request, TLcdOGCWMSDimensionWrapper objects must be registered on the active ALcdWMSProxy. A TLcdOGCWMSDimensionWrapper holds a reference to a dimension definition (modeled by ALcdOGCWMSDimension) and the value(s)/interval(s) to be used (modeled by TLcdOGCWMSDimensionExtent). To configure dimensions on a ALcdWMSProxy, the following methods have been introduced:
    • addDimension(ALcdOGCWMSDimension)
    • getDimensionCount()
    • getDimension(int)
    • removeDimension(int)
    • clearDimensions()

    ImprovementLuciadFusion

    Support has been added to handle multi-dimensional data in the WMS server, as defined by Annex C of the OpenGIS OGC 06-042 Web Map Server Implementation Specification.

    To define a dimension for a layer, the classes ALcdWMSDimension, TLcdWMSDimension and TLcdWMSDimensionExtent have been introduced. ALcdWMSDimension and TLcdWMSDimension represent a dimensional parameter, while TLcdWMSDimensionExtent is used to model the available values for a dimension. The classes ALcdWMSLayer and TLcdWMSLayer have been extended with methods to configure these elements.

    For convenience, the sample XML configuration format to configure the capabilities of a server has been extended with support for dimensions. The decoders for this format, com.luciad.wms.server.config.xml.TLcdWMSCapabilitiesXMLDecoder and samples.wms.server.config.xml.WMSCapabilitiesXMLDecoder, both recognize the XML element 'Dimension' and its contents.

    The source name property of a layer (see getSourceName() in ALcdWMSLayer), is too limited to be used for a layer with one or more dimensions, since the corresponding data source depends not only on the layer name but also on the dimensional parameters supplied by the client. To be able to map an ALcdWMSLayer with one or more dimensional parameters on a data source, the abstract class ALcdMultiDimensionalModelProvider has been introduced. Users must implement this class and register it by overriding the method createModelProvider(ILcdModelDecoderFactory[]) in ALcdOGCWMSCommandDispatcherFactory, to support multi-dimensional layers.

    ImprovementLuciadFusion

    The domain model for the WMS capabilities has been extended to include support for the elements MetadataURL, DataURL and FeatureListURL that can be defined for a layer, and for the elements LegendURL, StylesheetURL and StyleURL that can be defined for a layer style. To model these elements, a new class TLcdWMSURL has been introduced. The classes ALcdWMSLayer, TLcdWMSLayer, ALcdWMSLayerStyle and TLcdWMSLayerStyle have been extended with methods to configure these elements. For consistency, the already supported element AuthorityURL for a layer can now also be modeled using TLcdWMSURL in ALcdWMSLayer and TLcdWMSLayer.

    ImprovementLuciadFusion

    A new interface ILcdWMSOnlineResourceResolver has been introduced, which is used to dynamically resolve the paths to online resources. A default implementation is registered by default, but custom implementations can be used by overriding the method createWMSOnlineResourceResolver(ServletConfig) in ALcdOGCWMSCommandDispatcherFactory.

    ImprovementLuciadFusion

    TLcdXYText and TLcdGXYTextPainter now support multi-line text (i.e., text strings with embedded newline characters).

    ImprovementLuciadFusion

    TLcdWKTReferenceParser returns TLcdUTMGrid instances for lines that contain the words 'utm zone'.

    ImprovementLuciadFusion

    TLcdGeodeticReference now has methods to set and retrieve the name as a textual representation of the reference.

    ImprovementLuciadFusion

    Two new methods have added to ALcdWMSLayer, which make it possible to retrieve the parent layer:
    • setParentWMSLayer(ALcdWMSLayer): a protected method that can be called to register the parent layer. The default implementation TLcdWMSLayer automatically invokes this method on the child layer when addChildWMSLayer(ALcdWMSLayer) or removeChildWMSLayer(ALcdWMSLayer) is called.
    • getParentWMSLayer(): a public method, allowing to retrieve the currently registered parent layer.

    This functionality is particularly useful to retrieve the layer styles registered on parent layers, because the WMS specification defines that a layer inherits the styles of its parent.

    ImprovementLuciadFusion

    The raster model decoders now provide support for input stream factories.

    ImprovementLuciadFusion

    TLcdEPSGReferenceParser now has support for more EPSG codes. It now supports:
    • references based on a geodetic datum with a meridian shift,
    • geodetic references of which the name is unknown but for which the transformation parameters to WGS84 are known,
    • geodetic references for which the names was not recognized, but one of the aliases for the name is.
    The complete list of supported coordinate references is available from the API documentation of the TLcdEPSGReferenceParser class. To take advantage of this enhancement the lcd_epsg_resources.jar of this release should be put in the classpath.

    ImprovementLuciadFusion

    The class com.luciad.wms.client.model.ALcdOGCWMSCapabilities has been extended with three new methods to retrieve extra information about the capabilities of an SLD-enabled Web Map Service:
    • getDescribeLayerURL(): returns the URL prefix that must be used for DescribeLayer requests.
    • getGetLegendGraphicURL(): returns the URL prefix that must be used for GetLegendGraphic requests.
    • getSupportedLegendGraphicFormatCount(): returns the number of supported legend graphic formats by a Web Map Service.
    • getSupportedLegendGraphicFormat(int): returns the supported legend graphic format at a given index.
    Note that there are no methods to retrieve the supported formats for the DescribeLayer request, because the SLD specification defines the MIME type application/vnd.ogc.wms_xml as the only available response format for WMS 1.1.1 - 1.3.0.

    ImprovementLuciadFusion

    Support has been added for two new requests: GetLegendGraphic and DescribeLayer. The GetLegendGraphic request provides a general mechanism for acquiring legend symbols. The DescribeLayer request allows a client to obtain feature/coverage-type information for a named layer, which can be used to construct user-defined styles. Both requests are defined by the OpenGIS OGC 02-070 Styled Layer Descriptor Implementation Specification, and are considered optional for an SLD-enabled WMS.

    To provide support for these requests in a WMS implementation, the factory methods createWMSGetLegendGraphicEncoders(ServletConfig) and createWMSDescribeLayerEncoders(ServletConfig) in ALcdOGCSLDWMSCommandDispatcherFactory must be implemented. These methods should return respectively one or more ILcdWMSGetLegendGraphicRequestEncoder and ILcdWMSDescribeLayerRequestEncoder objects, which are responsible for sending a response to the client. Next, the available legend graphic and describe layer formats must be listed in the ALcdWMSCapabilities object created by the ILcdWMSCapabilitiesDecoder in ALcdOGCSLDWMSCommandDispatcherFactory.

    Because the OpenGIS OGC 02-070 Styled Layer Descriptor Implementation Specification defines a default XML format for DescribeLayer responses, an implementation of ILcdWMSGetLegendGraphicRequestEncoder, ALcdWMSDescribeLayerRequestEncoder, is also available. This abstract class implements the methods defined in ILcdWMSGetLegendGraphicRequestEncoder, and adds some extra abstract methods that are needed to construct a correct DescribeLayer response. Encoders that want to use the default XML format should extend from this abstract class.

    Bug fixLuciadFusion

    An issue has been solved in the view management performed by com.luciad.wms.server.TLcdOGCWMSCommandDispatcher, which potentially could lead to a deadlock when handling GetMap/GetFeatureInfo requests, especially on high-loaded servers. When established, some incoming requests would never be handled, and ultimately, the server would stop responding to GetMap/GetFeatureInfo requests.

    Bug fixLuciadFusion

    ALcd3DEditableShape.move3D now moves the shape in the correct direction.

    Bug fixLuciadFusion

    EPSG codes 27391 through 27398 are now supported.

    Bug fixLuciadFusion

    The layer and view label painters now paint all the labels of a multilabelpainter, when selected, instead of only the first one.

    Bug fixLuciadFusion

    TLcdJPLEllipsoidFactory did not return the correct aliases for some ellipsoids.

    Bug fixLuciadFusion

    The method invalidateRegion in the ILcdGXYView implementations now correctly take into account the clip.

    Bug fixLuciadFusion

    The georeferencing of the GeoTIFF sample file bluemarble.tif has been corrected (its width and height erroneously spanned the Earth twice). Please make sure you update to the corrected version, as the old version may no longer be displayed as expected.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelEncoder now avoids an encoding problem when working in the turkish locale.

    Bug fixLuciadFusion

    The class com.luciad.metadata.iso19115.spatial.TLcdISO19115SpatialRepresentationTypeCode is no longer declared as final, making it possible to define extensions to represent custom spatial representation types.

    Bug fixLuciadFusion

    EPSG code 4270, based on the Nahrwan 1967 geodetic datum is now supported.

    Bug fixLuciadFusion

    EPSG code 2961 is now supported.

    Bug fixLuciadFusion

    EPSG model references with a geodetic datum with a prime meridian different from Greenwhich are now supported.

    Bug fixLuciadFusion

    TLcdGridReference has a new property name to identify the reference using a textual representation.

    Bug fixLuciadFusion

    The equals method in TLcdGeodeticDatum now always checks whether the 8 parameters are exactly equal. Previously name equality sufficed to return true.

    Upgrade considerationLuciadFusion

    Where possible, the cloneAs...() methods in the classes contained in the packages com.luciad.shape.shape2D and com.luciad.shape.shape3D now rely on the clone() method. This will only influence code that (erroneously) assumes a specific type for the returned object, for example, it assumes that TLcdLonLatHeightBounds.cloneAs2DEditableBounds() returns a TLcdLonLatBounds object. The following methods have been updated:
    • TLcdLonLatBounds.cloneAs2DEditableBounds()
    • TLcdLonLatFloatBounds.cloneAs2DEditableBounds()
    • TLcdXYBounds.cloneAs2DEditableBounds()
    • TLcdXYFloatBounds..cloneAs2DEditableBounds()
    • TLcdLonLatPoint.cloneAs2DEditablePoint()
    • TLcdLonLatFloatPoint.cloneAs2DEditablePoint()
    • TLcdLonLatZonalPoint.cloneAs2DEditablePoint()
    • TLcdXYPoint.cloneAs2DEditablePoint()
    • TLcdXYFloatPoint.cloneAs2DEditablePoint()
    • TLcdLonLatHeightBounds.cloneAs2DEditableBounds()
    • TLcdLonLatHeightBounds.cloneAs3DEditableBounds()
    • TLcdXYZBounds.cloneAs2DEditableBounds()
    • TLcdXYZBounds.cloneAs3DEditableBounds()
    • TLcdXYZFloatBounds.cloneAs2DEditableBounds()
    • TLcdXYZFloatBounds.cloneAs3DEditableBounds()
    • TLcdLonLatHeightPoint.cloneAs2DEditablePoint()
    • TLcdLonLatHeightPoint.cloneAs3DEditablePoint()
    • TLcdXYZPoint.cloneAs2DEditablePoint()
    • TLcdXYZPoint.cloneAs3DEditablePoint()
    • TLcdXYZFloatPoint.cloneAs2DEditablePoint()
    • TLcdXYZFloatPoint.cloneAs3DEditablePoint()

    Upgrade considerationLuciadFusion

    The constructors of TLcdXMLSchema, TLcdXMLSchemaElement, TLcdXMLSchemaType and TLcdXMLSchemaAttribute have changed slightly; all schema elements, types and attributes now keep a reference to their schema, while the schema itself keeps a reference to its schema provider.

    Upgrade considerationLuciadFusion

    ALcdPoint no longer extends ALcdBounds, instead it extends ALcdShape and implements the interface ILcdBounds. This will only influence code that relies explicitly on ALcdBounds. As ALcdBounds does not expose any methods besides methods defined by ILcdBounds, the ALcdBounds occurrences can be replaced by ILcdBounds.

    Upgrade considerationLuciadFusion

    Some TLcdXMLName constants in the TLcdXMLSchemaConstants class which were accidentally made public, are removed from the API again.

    Upgrade considerationLuciadFusion

    ILcdWFSFeatureType has been extended to contain a list of TLcdWFSMetadataURLs. This list was previously only included in TLcdWFSFeatureType, but is now included in the interface as well and must therefore be added to all implementations. The metadata URLs are not mandatory, however, so implementations of the new methods may be empty if they are not needed.

    Upgrade considerationLuciadFusion

    TLcdAdvancedMapRulerController: the methods get/setGXYEditController and get/setGXYNewController now accept an argument of type ILcdGXYController instead of TLcdGXYEditController and TLcdGXYNewController respectively. This allows to use TLcdGXYEditController2 in combination with the ruler, and in general allows for greater flexibility.

    Upgrade considerationLuciadFusion

    TLcdGXYLayer now implements ILcdGXYEditableLabelsLayer as well as ILcdGXYLayer. If you used to delegate to a TLcdGXYLayer instance in your own implementation of ILcdGXYLayer, you need to delegate the extra methods defined in ILcdGXYEditableLabelsLayer as well if you want to enable the editable labels functionality.

    Upgrade considerationLuciadFusion

    The interfaces ILcdRemoteOWSModelDecoder and ILcdRemoteOWSModelProvider have been updated to enable implementations to return an ILcdModel array instead of a single ILcdModel:
    • ILcdRemoteOWSModelDecoder.decode(): the return type is now ILcdModel[] instead of ILcdModel
    • ILcdRemoteOWSModelProvider.getModel(): the return type is now ILcdModel[] instead of ILcdModel
    This is done to support Styled Layer Descriptors that combine multiple coverages (WCS) or feature types (WFS) into one user-defined layer. Implementations can decode each coverage or feature type into a single ILcdModel. This is especially needed when these coverages or feature types use different model references, since an ILcdModel can only have one model reference.

    The abstract class ALcdSLDWMSGXYLayerFactory has been adapted accordingly: the signature of the method
    • abstract public ILcdGXYLayer createGXYLayer( ILcdModel, TLcdSLDUserLayer, TLcdSLDFeatureTypeStyle[] );
    has changed into
    • abstract public ILcdGXYLayer[] createGXYLayer( ILcdModel[], TLcdSLDUserLayer, TLcdSLDFeatureTypeStyle[] );
    to allow implementations to create an ILcdGXYLayer for each decoded ILcdModel that is part of a user-defined layer.

    Upgrade considerationLuciadFusion

    As stated in the enhancements section, LuciadMap now supports freely placeable labels. In order for your projects to take full advantage of this feature, several guidelines must be followed.

    All classes that use any of the methods in ILcdGXYLabelPainter should be made aware that these label painters could also implement ILcdGXYLabelPainter2. If these label painters also implement ILcdGXYLabelPainter2, the Object and the TLcdLabelLocation must be set instead of the Object and the location index.

    All classes that paint labels should inform the ALcdLabelLocations which labels have been painted. For instance implementations of ILcdGXYLayer, ILcdGXYLayerLabelPainter and ILcdGXYViewLabelPainter paint labels, and as such have to inform these ALcdLabelLocations.
    Please refer to the reference documentation of ILcdGXYEditableLabelsLayer, ILcdGXYLabelPainter2 and ALcdLabelLocations for more detailed information.

    If these guidelines are not followed, your application will behave as if there are no editable labels.

    Upgrade considerationLuciadFusion

    The implementations of ILcdModel have been improved for concurrent access from multiple threads. Their levels of thread-safety are documented in the API documentation. Notably, TLcd2DBoundsIndexedModel now allows concurrent read-only access. The method applyOnInteracts2D is no longer explicitly synchronized, allowing multiple threads to access the model concurrently. This change may be incompatible if any code explicitly or implicitly relies on this synchronization. If so, one can set system properties that are defined in the API documentation to revert to the old behavior. Concurrent read-write access is still only possible with external synchronization. Please consult the developer guide for more details.

    Upgrade considerationLuciadFusion

    The implementations of ILcdShape - except for all *Float* classes - in com.luciad.shape, com.luciad.shape.shape2D and com.luciad.shape.shape3D have received consistent implementations of the methods clone, equals, hashCode, and toString.

    Notably, the method clone now always delegates to the method super.clone, which ensures that a class of the proper type is created, even for extensions. The behavior of clone is kept as much the same as before as possible, especially regarding the choice between a deep clone and shallow clone. The javadoc of the clone method in the updated ILcdShape implementations can be consulted for the exact clone behavior.

    The methods equals and hashCode now always compare the classes and the properties of the shapes (like coordinates, radius, height, etc).

    As with any class that implements equals and hashcode based on object properties, the implications may catch unsuspecting developers by surprise. A common example is a point that is put in a hash table. If its coordinates are changed after it has been put in the hash table, its identity and, more specifically, its hash code changes. It then becomes impossible to retrieve the point based on its hash code. This usually leads to NullPointerExceptions, as null is returned instead of the object. Another example is points only being equal if their classes are equal. A final example is the confusion caused by extensions of the basic shape implementations that do not properly override the identity methods. Overriding implementations should always delegate to their super versions, adding any necessary code for additional properties. The new implementations in LuciadMap may be incompatible with existing code if the code explicitly or implicitly relies on the previous imperfect implementations.

    Upgrade considerationLuciadFusion

    The interface ILcdWMSHttpServletRequestFileNameResolver has been removed, due to its limited practical relevance. The two implementations TLcdWMSServiceExceptionDTDDefaultFileNameResolver and TLcdWMSCapabilitiesDTDDefaultFileNameResolver have been removed accordingly.

    Four methods in TLcdOGCWMSCommandDispatcher that were used to set or retrieve an instance of ILcdWMSHttpServletRequestFileNameResolver to resolve the WMS 1.1.1 Capabilities DTD or Service Exception DTD have been removed also:
    • ILcdWMSHttpServletRequestFileNameResolver getWMSCapabilitiesDTDFileNameResolver()
    • setWMSCapabilitiesDTDFileNameResolver(ILcdWMSHttpServletRequestFileNameResolver)
    • ILcdWMSHttpServletRequestFileNameResolver getWMSExceptionDTDFileNameResolver()
    • setWMSExceptionDTDFileNameResolver(ILcdWMSHttpServletRequestFileNameResolver)

    Upgrade considerationLuciadFusion

    A new class com.luciad.wms.server.TLcdWMSRequestContext has been introduced that holds information about a current request. A number of interfaces in the package com.luciad.wms.server have been adapted to include this class as a parameter in its methods:
    • ILcdRemoteOWSModelDecoder.canDecode(): replaced HttpServletRequest parameter with TLcdWMSRequestContext parameter
    • ILcdRemoteOWSModelDecoder.decode(): replaced HttpServletRequest parameter with TLcdWMSRequestContext parameter
    • ILcdRemoteOWSModelDecoderFactory.createModelDecoder(): replaced HttpServletRequest parameter with TLcdWMSRequestContext parameter
    • ILcdRemoteOWSModelProvider.getModel(): replaced HttpServletRequest parameter with TLcdWMSRequestContext parameter
    Existing implementations just need to update the signature of these methods and can choose whether to use the additional parameter.

    Because the information in TLcdWMSRequestContext can also be useful when encoding GetFeatureInfo responses, a new interface ILcdWMSGetFeatureInfoRequestEncoder has been introduced. This interface is similar to the existing ILcdWMSFeatureInfoRequestEncoder, except for the extra TLcdWMSRequestContext parameter that is added to the encode() method. Accordingly, a factory method createWMSGetFeatureInfoEncoders(ServletConfig) in ALcdOGCWMSCommandDispatcherFactory and a method addWMSGetFeatureInfoEncoder(ILcdWMSGetFeatureInfoRequestEncoder) in TLcdOGCWMSCommandDispatcher have been added. The existing interface ILcdWMSFeatureInfoRequestEncoder and associated methods are still fully functional. Note that registered ILcdWMSGetFeatureInfoRequestEncoder objects have precedence above registered ILcdWMSFeatureInfoRequestEncoder objects, when they have the same content type.

    6.2

    6.2.21

    Bug fixLuciadFusion

    The encoding of a service exception report to an image instead of to the predefined XML format could possibly lead to a NullPointerException.

    6.2.19

    ImprovementLuciadFusion

    TLcdTABRasterModelDecoder now has a property maximumResidualTiePointError to control when to reject rasters of which the tie points do not precisely define an affine transformation (throwing an IOException instead).

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder, TLcdTABRasterModelDecoder, and TLcdTFWModelDecoder now handle rasters that are rotated in a geodetic coordinate system.

    6.2.17

    ImprovementLuciadFusion

    TLcdWFSFeatureType has been extended to contain a list of TLcdWFSMetadataURLs. If present, these URLs are added to the feature type list in the capabilities document of the WFS.

    Bug fixLuciadFusion

    GML2 documents now always contain a gml:boundedBy element, even if the original ILcdModel was not ILcdBounded - as is required by the GML2 schema.

    Bug fixLuciadFusion

    TLcdMIFModelReferenceParser now supports the french NTF geodetic datum with prime meridian through Paris (number 107), and custom geodetic datums with prime meridians different from 0.

    Bug fixLuciadFusion

    The robustness of the WMS has been improved when the encoding of a GetMap or GetFeatureInfo result fails. In such cases, a proper service exception report will be created and sent to the client.

    6.2.16

    Bug fixLuciadFusion

    A bug in the GML2 schema generation, resulting in the FeatureCollection element and type missing in the schema, has been fixed.

    6.2.15

    ImprovementLuciadFusion

    It is now possible to insert a TLcdSLDRule at a given index in a TLcdSLDFeatureTypeStyle, and to insert a TLcdSLDSymbolizer at a given index in a TLcdSLDRule. This avoids tedious removing and re-adding of rules or symbolizers.

    ImprovementLuciadFusion

    iButton USB support has been extended to Mac OS X. The iButton is now supported on the following platforms:
    • serial adapter: Windows XP/NT/2000, Linux, Solaris
    • USB adapter: Windows XP/2000, Linux, Mac OS X

    Bug fixLuciadFusion

    TLcdSLDFill and TLcdSLDStroke now allow to unset a CSSparameter by passing null as the value of a parameter.

    Bug fixLuciadFusion

    TLcdSHPModelEncoder now supports encoding Float features.

    Bug fixLuciadFusion

    TLcdFeatureIndexedAnd2DBoundsIndexedModel no longer throws a null pointer exception when checking whether an object may be removed from the model.

    Bug fixLuciadFusion

    TLcdAdvancedMapRulerController: the feature count (ILcdFeatured.getFeatureCount()) of the polyline given to the painter (as explained in the documentation of createGXYLabelPainter()) incorrectly returned 2, instead of 3.

    Bug fixLuciadFusion

    TLcdCADRGModelDecoder is now more robust in making the distinction between A.TOC files and frame files.

    Bug fixLuciadFusion

    TLcdSWAction now takes into account that a null icon may be set.

    Bug fixLuciadFusion

    TLcdUTMMgrsUtil now takes into account that strings passed to parse may be too short.

    Bug fixLuciadFusion

    ALcdGXYPen.isViewLineTouched now correctly takes into account the sensitivity parameter and the hot point size when performing its check.

    Bug fixLuciadFusion

    The TLcdGXYMagnifierController view now updates itself when the scale factor or scale accelerator was changed.

    Bug fixLuciadFusion

    TLcdCADRGModelDecoder now sets the correct type on decoded tiles when expandColorMap is true.

    Bug fixLuciadFusion

    TLcdGXYViewJPanelLightWeight now correctly initializes its background color to the color defined by the look and feel.

    6.2.14

    ImprovementLuciadFusion

    Performance of the XSD schema generation in the GML3 encoder has been improved: for models having an ILcdFeaturedDescriptor, the schema will be generated directly using the featured descriptor; for models having an ILcdFeaturedDescriptorProvider, the encoder will still need to iterate over all elements to retrieve all possible ILcdFeaturedDescriptor objects.

    ImprovementLuciadFusion

    Geometric properties are now all encoded by the GML3 encoder as gml:geometryProperty elements; no distinction is made anymore between point, line and polygon geometries.

    ImprovementLuciadFusion

    The GML3 encoder now supports all commonly used Java basic data types (support for short, BigInteger, BigDecimal and some SQL-specific types, used by JDBC, was added).

    ImprovementLuciadFusion

    The GML decoder and encoder now support and use GML 3.1.1.

    ImprovementLuciadFusion

    TLcdLonLatGridPainter now has properties to specify the offsets of the labels from the edge of the view and from the grid lines.

    Bug fixLuciadFusion

    ILcdFeatured objects which do not implement the ILcdShape interface are now properly encoded by the GML3 encoder (these elements were ignored before).

    Upgrade considerationLuciadFusion

    Protected methods of the GML element name providers are now made public, to be able to access them from other places.

    6.2.13

    ImprovementLuciadFusion

    When using an SLD-enabled WMS (1.1.1 or 1.3.0), the capabilities that are sent to the client now mention the version number of the supported SLD specification in LuciadMap, which is 1.0. This information is added to the contents of the element 'UserDefinedSymbolization'. Displaying this information in the capabilities is optional according to the WMS 1.1.1 specification.

    6.2.12

    ImprovementLuciadFusion

    TLcdRenderedImageTile now has a dispose method that disposes of the wrapped RenderedImage and SeekableInputStream. This can be useful for releasing locks on files that are to be moved or deleted, especially on the Windows platform.

    ImprovementLuciadFusion

    Support has been added for the layer attribute 'opaque'. This is a property defined by the WMS specification that allows to indicate that a layer represents an area-filling coverage. To retrieve this property for a layer, the method isOpaque() has been added to ALcdWMSNamedLayer. Note that the WMS specification defines that this property is inherited from the parent layer if it is not explicitly defined: this relationship is automatically applied by the decoder.

    ImprovementLuciadFusion

    Support has been added for the layer attribute 'opaque'. This is a property defined by the WMS specification that allows to indicate that a layer represents an area-filling coverage. The following changes have been made to support this property:
    • ALcdWMSLayer has been extended with a method isOpaque() and TLcdWMSLayer has been extended with a method setOpaque(Boolean). The configured value is automatically taken into account while sending the capabilities to the client (see below).
    • The WMS server configuration decoders, com.luciad.wms.server.config.xml.TLcdWMSCapabilitiesXMLDecoder and samples.wms.server.config.xml.WMSCapabilitiesXMLDecoder, both recognize the XML attribute 'opaque="true|false"' for the XML element 'Layer'.

    6.2.11

    ImprovementLuciadFusion

    TLcdSystemPropertiesUtil now has methods to detect Java versions 5 and 6.

    ImprovementLuciadFusion

    The WMS Client layer factory, TLcdWMSProxyGXYLayerFactory, now uses the model descriptor's display name as default layer label, instead of 'WebMapServer'. The model descriptor's display name corresponds to the the title of the service described in the capabilities of a server.

    6.2.09

    ImprovementLuciadFusion

    TLcdGML3ModelEncoder now supports the encoding of java.sql.TimeStamp features.

    ImprovementLuciadFusion

    TLcdGXYSelectController has a new property removeSelectedInAlternateMode which enables a more consistent behaviour for the ILcdGXYSelectControllerMode.ALTERNATE mode. If set to true, objects selected again in a rectangle will be removed from the selection. This mimics the behaviour of selection in popular file browsers. The default value is false for backwards compatibility reasons.

    Bug fixLuciadFusion

    When a property change listener removed itself as a listener from TLcdGXYViewJPanel the next property change listener is no longer skipped.

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModel now returns the correct value when it is interrupted by the applied function returning false.

    Bug fixLuciadFusion

    TLcdCGMModelDecoder has been made more robust when handling unknown element classes.

    6.2.07

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecder now has a setting to expand the color maps of decoded GeoTIFFs. Expanding color maps should avoid any problems with colored borders around warped rasters, at the cost of some performance.

    Bug fixLuciadFusion

    A bug, causing a NullPointException to be thrown when a model with null bounds is encoded using the TLcdGML2ModelEncoder or TLcdGML3ModelEncoder, was fixed.

    Bug fixLuciadFusion

    TLcdGXYViewFitAction sometimes fitted to an infinite scale, for example, when trying to fit to a layer containing only data in the southern hemisphere, while the views reference is a Polar Stereographic of the northern hemisphere.

    Bug fixLuciadFusion

    TLcdGXYViewFitAction now externalizes handling exceptions when fitting to a layer failed by allowing to setting an ILcdExceptionHandler.

    Bug fixLuciadFusion

    The boundaries of the Oblique Mercator projection are now closer to the projections poles.

    6.2.06

    Bug fixLuciadFusion

    The WFS now properly sets the content type (mime type) of its responses.

    Bug fixLuciadFusion

    TLcdInputStreamFactory now automatically decompresses URL streams if their content encoding indicates compression.

    6.2.05

    ImprovementLuciadFusion

    TLcdGML3ModelEncoder now supports the encoding of java.sql.date features.

    Upgrade considerationLuciadFusion

    All element readers and adapters of GML3 are now instantiated using reflection. Special care should be taken when shrinking code using an obfuscation/shrinking tool, like ProGuard for example: constructors of these classes should not be removed during the shrinking. See the luciadmap.pro sample file, provided with LuciadMap, for an example of a ProGuard configuration file.

    6.2.04

    ImprovementLuciadFusion

    The WMS Client does now support different compression encodings: gzip, x-gzip, zip, x-zip, compress, x-compress and deflate. As before, HTTP request properties can be set through the method setRequestProperty(String, String) in TLcdOGCWMSProxyModelDecoder.

    Bug fixLuciadFusion

    TLcdGXYArcPainter now has an extra property CreationOrientation which defines how an arc will be created, clockwise or counter clockwise. For the sake of uniformity the TLcdGXYArcBandPainter now has the same property, deprecating the property counterClockwise of that painter.

    Bug fixLuciadFusion

    TLcdContourFinder now correctly returns all contours, for mountains and for holes. Note that the contours may still need to be sorted if they are to be painted in the right order.

    Bug fixLuciadFusion

    The com.luciad.format.shp package no longer keeps a static reference to the ILcdInputStreamFactory that was set to the TLcdSHPModelDecoder, solving possible memory leaks.

    Bug fixLuciadFusion

    TLcdContourFinder now checks for invalid matrices i.e. matrices with less than one row or less than one column.

    6.2.03

    ImprovementLuciadFusion

    TLcdTABRasterModelDecoder and TLcdTFWRasterModelDecoder now return more useful display names in the model descriptors of decoded models.

    ImprovementLuciadFusion

    TLcdDTEDModelDecoder and related model decoders now return more useful display names in the model descriptors of decoded models.

    ImprovementLuciadFusion

    TLcdLonLatGrid now checks the values set for deltaLat and deltaLon. If a negative value is passed, an IllegalArgumentException will be thrown.

    Bug fixLuciadFusion

    TLcdByteArrayTile and TLcdIntArrayTile now return the correct types and pixel sizes.

    Bug fixLuciadFusion

    TLcdSHPModelEncoder now makes sure that the field names in the DBF file have a maximum length of 10 characters (instead of 11), and that they only contain letters and digits.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder now also sets a valid display name on the model descriptor if a GeoTIFF is decoded from a URL.

    Bug fixLuciadFusion

    TLcdGXYMagnifierController now closes the magnifying window created with a right mouse click when deactivated.

    6.2.02

    ImprovementLuciadFusion

    TLcdGeoTIFFModelEncoder is now more memory efficient when encoding rasters containing a single large tile.

    ImprovementLuciadFusion

    Development licenses can now be used to test applications that are obfuscated for deployment.

    Bug fixLuciadFusion

    The projections TLcdStereographic, TLcdObliqueMercator and TLcdSwissObliqueMercator did not have a correct implementation of the clone method.

    Bug fixLuciadFusion

    TLcdRasterPainter and TLcdMultilevelRasterPainter now correctly implement the clone method.

    Bug fixLuciadFusion

    TLcdSoft2DBoundsIndexedModel no longer throws a NullPointerException when requesting its model descriptor or model reference, and the model cannot be decoded.

    6.2.01

    ImprovementLuciadFusion

    TLcdGXYEllipsePainter has two new properties: selectionMode and editingMode. These two properties are rendering modes indicating how the ellipse should be rendered when it is selected and when it is being edited.

    ImprovementLuciadFusion

    GML3 model objects can now be cloned.

    Bug fixLuciadFusion

    TLcdUTMMgrsUtil now throws out of bounds exceptions when converting lon lat points to UTM coordinates when the point is outside the valid area of the UTM projection.

    6.2

    ImprovementLuciadFusion

    TLcdDTEDModelDecoder and related model decoders now accept DTED files containing empty numerical fields, interpreting them as 0.

    ImprovementLuciadFusion

    TLcdBufferedTile now avoids repeatedly trying to load missing tiles.

    ImprovementLuciadFusion

    To allow better error handling when using the WMS Client API, three new classes have been added that define specific error conditions:
    • TLcdOGCWMSServiceException: represents an IOException that results from an OWS Service Exception Report sent by the WMS server.
    • TLcdOGCWMSHttpException: represents an IOException that results from an invalid HTTP response that was received from a server.
    • TLcdOGCWMSException: represents an IOException, different from an HTTP error or service exception report, that occurred while connecting with a WMS server or while parsing the result.
    These exceptions are thrown by the following methods:
    • TLcdOGCWMSProxyModelDecoder.decode(String): uses the GetCapabilities request to retrieve the capabilities of the server.
    • ALcdWMSProxy.createImageInputStream(int, int, ILcdXYWorldReference, ILcdBounds, Color): uses the GetMap request to retrieve a map.

    ImprovementLuciadFusion

    TLcdObliqueMercator now has an ellipsoidal implementation, according to the Hotine formulas.

    ImprovementLuciadFusion

    The GML element name providers now have a protected method that can be overridden to control the way feature names are mapped on xml names. The default implementation now also performs a check on duplicate names.

    ImprovementLuciadFusion

    The GML3 decoder, encoder, reader and apter providers now have methods to register readers/adapters for anonymous types.

    ImprovementLuciadFusion

    The XML encoder now removes control characters that are not allowed by the XML specification from all XML content that is encoded.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now supports GeoTIFF files containing signed shorts, by default interpreting them as elevation values (isElevation of the decoded model descriptor returns true).

    ImprovementLuciadFusion

    TLcdSLDSymbolizerPainterFactory now creates a raster painter provider which provides a raster painter for ILcdBounded objects. This allows applying an SLD raster symbolizer to ILcdBounded objects.

    ImprovementLuciadFusion

    TLcdGXYPanController, TLcdGXYZoomController and ALcdGXYNewControllerModel now implement the ILcdUndoableSource interface; they already contained the methods of that interface.

    ImprovementLuciadFusion

    The new class TLcdISO19103Measure can be used to represent any measure: a distance measure, a speed measure, ...

    ImprovementLuciadFusion

    To provide better support for dynamic WMS server implementations, a number of enhancements haven been implemented:
    • A new interface com.luciad.wms.server.ILcdWMSCapabilitiesUpdater has been introduced which can be used to implement an update strategy for the WMS server. This interface contains one method update(HttpServletRequest), which will be invoked for each incoming request. To register an implementation on the WMS, the new factory method createWMSCapabilitiesUpdater(ServletConfig, TLcdOGCWMSCommandDispatcher, ILcdWMSCapabilitiesDecoder) in ALcdOGCWMSCommandDispatcherFactory must be implemented.
    • A new factory method createModelProvider() has been introduced in ALcdOGCWMSCommandDispatcherFactory, which returns an ILcdModelProvider. In the past, an ILcdModelProvider was created internally and set on the command dispatcher, which made it more difficult to insert a custom ILcdModelProvider implementation.
    • The WMS server sample has been extended with a sample implementation of ILcdWMSCapabilitiesUpdater.
    • The implementation of TLcdOGCWMSCommandDispatcher has been improved in the context of a dynamic WMS:
      • Extra measures have been taken to prevent any inconsistencies while updating the server at runtime.
      • The getWMSCapabilities(HttpServletRequest) will now always return the same ALcdWMSCapabilities object for the same HttpServletRequest object.

    ImprovementLuciadFusion

    TLcdInputStreamFactory now provides the possibility to specify request properties when opening connections.

    ImprovementLuciadFusion

    The new classes TLcdByteArrayTile, TLcdIntArrayTile, and TLcdShortArrayTile provide simple implementations of the ILcdTile interface.

    ImprovementLuciadFusion

    A new client API for OGC Web Coverage Services (WCS) has been introduced. More information can be found in Wcs_client_DeveloperGuide.pdf and in the reference documentation for the package com.luciad.ogc.wcs.client. An example program can be found in samples.ogc.wcs.proxy.

    ImprovementLuciadFusion

    A new client API for OGC Web Feature Services (WFS) has been introduced. More information can be found in Wfs_client_DeveloperGuide.pdf and in the reference documentation for the package com.luciad.ogc.wfs.client. An example program can be found in samples.ogc.wfs.proxy.

    ImprovementLuciadFusion

    TLcdRasterGXYLayerCodec and TLcdMultilevelRasterGXYLayerCodec: setting the correct color model to the raster painter based on the contents of the style file (*.sty) now works more robust: even if no existing color model is found on the painter or the model, the colors are restored.

    ImprovementLuciadFusion

    TLcdDMEDModelDecoder now avoids creating bounds that are larger than necessary, for valid DMED files and for malformed DMED files alike.

    ImprovementLuciadFusion

    Performance of the TLcdGXYLayerList.getGXYPainter() and TLcdGXYLayerList.getGXYEditor() methods has been improved; in case multiple sublayers return a valid painter/editor for a given object, all equal (i.e., equals() returns true for all painters/editors), a significant performance improvement might be noticed for large or lazy loaded models. Performance of the TLcdGXYLayerList.selectObject() method has also been improved; the method will stop now as soon as the object to be selected has been found in one of the sublayers (it used to iterate over all sublayers in all cases).

    ImprovementLuciadFusion

    Addition of the setSchemaLocationsMap method to the TLcdSLDFeatureTypeStyleEncoder10 class. This method in fact delegates to the underlying XML encoder. The schema locations will be declared in all XML document encoded by the encoder, in the xsi:schemaLocations="namespace schemaLocation ..." attribute of the root element.

    ImprovementLuciadFusion

    A new method pair setPreserveMeasurement/isPreserveMeasurement was added to TLcdAdvancedMapRulerController to either preserve the measurement between successive calls to startInteraction and terminateInteraction, or to start from scratch every time the controller is started.

    ImprovementLuciadFusion

    TLcdSHPModelDecoder now also decodes non standard files in which the first record does not have record number 0001.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now has two properties to restrict the acceptance of GeoTIFF files containing tie points without additional scaling information: minimumTiePointCount and maximumResidualTiePointError.

    ImprovementLuciadFusion

    TLcdTFWModelDecoder now supports rotated rasters.

    ImprovementLuciadFusion

    TLcdModelXYWorldBoundsCalculation now computes tighter transformed bounds for complex cases where some boundary points cannot be transformed.

    ImprovementLuciadFusion

    TLcdGeodeticDatum has an extra parameter to support prime meridians which are not equal to the Greenwich meridian.

    ImprovementLuciadFusion

    TLcdRasterModelDescriptor and TLcdMultilevelRasterModelDescriptor now have a boolean elevation property, which specifies whether the rasters in the corresponding models contain elevation data.

    ImprovementLuciadFusion

    TLcdAltitudeFormat, TLcdDistanceFormat, and TLcdSpeedFormat now have a NaNString property, which specifies the string to be used for the NaN value.

    ImprovementLuciadFusion

    Elevation controllers and vertical view classes have been improved to handle negative elevations and unknown elevations in a consistent way.

    ImprovementLuciadFusion

    TLcdETOPOModelDecoder is a new raster model decoder for the ETOPO2, ETOPO2v2, and ETOPO5 data sets.

    Bug fixLuciadFusion

    TLcdGXYLayer no longer paints all objects of a bounded model when the edge of the projection is visible in the view or the view clip.

    Bug fixLuciadFusion

    TLcdSVGUnstyledXYShapeFactory did no longer allow to set the text on a text object.

    Bug fixLuciadFusion

    The GML3 VectorType is now properly supported.

    Bug fixLuciadFusion

    TLcdGXYZoomController: undo on the zoom controller did not respect the change in world/view origin. Therefore undoing a zoom operation restored the map to the correct scale, but not necessarily at the correct location.

    Bug fixLuciadFusion

    Fix in the encoding of the SLD FeatureTypeStyles. The default values of the scale denominators of the TLcdSLDRule objects are not encoded anymore.

    Bug fixLuciadFusion

    The license server now correctly handles empty properties in license files.

    Bug fixLuciadFusion

    TLcdTransverseMercator.world2lonlatOnEllipsoidSFCT no longer returns NaN in its results for some points near the edge of the projection.

    Bug fixLuciadFusion

    TLcdGnomonic.boundaryLats now returns correct results for all longitudes.

    Bug fixLuciadFusion

    TLcdEckertVI.world2lonlatOnEllipsoidSFCT no longer returns NaN in its results for some points near the edge of the projection.

    Bug fixLuciadFusion

    TLcdGnomonic.world2lonlatOnEllipsoidSFCT no longer returns NaN in its results for some points near the edge of the projection.

    Bug fixLuciadFusion

    TLcdVerticalPerspective.world2lonlatOnEllipsoidSFCT no longer returns NaN in its results for some points near the edge of the projection.

    Bug fixLuciadFusion

    TLcdStereographic.world2lonlatOnEllipsoidSFCT no longer returns NaN in its results for some points near the edge of the projection.

    Bug fixLuciadFusion

    TLcdOrthographic.world2lonlatOnEllipsoidSFCT no longer returns NaN in its results for some points near the edge of the projection.

    Bug fixLuciadFusion

    The raster tile decoders no longer use NIO by default, in order to avoid unexpected resource and locking problems.

    Upgrade considerationLuciadFusion

    The com.luciad.format.xml and com.luciad.format.xml.schema packages have been refactored signifantly, influencing also some other packages making use of the XML framework (GML3, SLD, ...):
    • The interface ILcdXMLElementAdapter has been extended with extra methods for visiting an XML element; an XML element can now be inspected by passing an ILcdXMLElementVisitor to the adapter, which will call the visitor for each attribute/content/child element of the XML element being visited.
    • The abstract classes ALcdXMLElementAdapter and ALcdXMLTypedElementAdapter have been removed. They have been replaced by 4 new classes:
      • ALcdXMLIndexBasedElementAdapter
      • ALcdXMLTypedIndexBasedElementAdapter
      • ALcdXMLVisitorBasedElementAdapter
      • ALcdXMLTypedVisitorBasedElementAdapter
      The first two adapters replace the old adapters; extensions of these classes should override the index-based methods (getXXX(index) and getXXXCount()); the visitXXX() methods of these adapters delegate to the index-based methods. The other two adapters work in the opposite direction: extensions of these classes should override the visitor-based methods, and the index-based methods of these adapters delegate to the visitor-based ones. All existing adapter implementations should rename their super class from ALcdXML(Typed)ElementAdapter to ALcdXML(Typed)IndexBasedElementAdapter. New implementations of ILcdXMLElementAdapter should preferably extend one of the two visitor-based adapter classes, since these are easier to implement, less error-prone and more efficient. All existing adapters, available in the LuciadMap API, have beed adjusted to these changes.
    • New editable interfaces have been added for name and object stacks, ILcdXMLEditableNameStack and ILcdXMLEditableObjectStack. The default implementations, TLcdXMLNameStack and TLcdXMLObjectStack, have been updated to implement these interfaces.
    • A default implementation of ILcdXMLDocumentContext, TLcdXMLDocumentContext, has been made available in the API. Interface and implementation have additional startElement() and endElement() methods to control the XML stack depth.
    • A new Exception class has been introduced, TLcdXMLInterruptedException, which can be used to interrupt a running XML call.
    • The method signatures of several classes have been harmonized:
      • ILcdXMLElementAdapterAdapter.getAdapterForObject
      • ILcdXMLElementNameProvider.getElementNameForObject
      • ILcdXMLElementAdapter.getName
      They now all take as arguments a name and object stack, pointing to the parent XML name/object, and an additional name and object, identifying the XML name/object to be inspected/handled.
    • The order in which element name provider and element adapter provider are called by the XML encoder has been changed. The element name provider is no longer called directly by the encoder; all XML element names are retrieved now using the ILcdXMLElementAdapter.getName() method, even that of the root object. This implies that element adapter providers should be able to return element adapters for objects, without knowing the exact XML name. The setElementNameProvider() and getElementNameProvider() methods of the TLcdXMLEncoder class have been deprecated.
    • The ILcdXMLElementNameProvider.getElementNameForObject() method now has an additional TLcdXMLName argument, indicating the XML type to which the returned element name should belong.
    • XML element adapter libraries have been removed from the API. Composite adapter providers should now be constructed using the new TLcdXMLCompositeElementAdapterProvider class. Basic adapter providers for GML3, SLD, and so on, can be registered with a composite adapter provider, to create one large element adapter provider.

    Upgrade considerationLuciadFusion

    The method createColorModel of TLcdSLDSymbolizerPainterfactory has been removed as the color model can now be set in the implementation of ILcdSLDRasterPainterConfigurator. ILcdSLDRasterPainterConfigurator is a new interface that configures a raster painter for a given object so that a style defined in a TLcdSLDRasterSymbolizer is applied when rendering the object.

    6.1

    6.1.19

    ImprovementLuciadFusion

    An ILcdInputStreamFactory can now be configured on the TLcdXMLSchemaProvider.

    6.1.18

    Bug fixLuciadFusion

    When the XML decoder encounters a valid XML element with no element reader associated, the default element reader is not invoked anymore. This solves some unexpected ClassCastException.

    6.1.17

    ImprovementLuciadFusion

    The GML3 element reader and object factory libraries no longer contain a default element reader and default object factory for decoding of unknown parts of XML as generic ILcdXMLElement objects (unknown parts are ignored now). Only for child elements of gml:AbstractFeature elements (typically the (geometric) properties of that element), a default reader and factory are available.

    Bug fixLuciadFusion

    The GML model and schema encoders used by the WFS now properly respect the feature type name specified in ILcdWFSFeatureType.

    6.1.15

    ImprovementLuciadFusion

    The WMS server developer guide has been extended with extra information about offering support for GetFeatureInfo requests. It now also includes an example of a ILcdWMSFeatureInfoRequestEncoder implementation.

    6.1.14

    ImprovementLuciadFusion

    The standard raster painters now have a property to change the contrast of rasters that are painted, by means of gamma correction.

    ImprovementLuciadFusion

    TLcdJetIndexColorModelFactory now also supports negative color indexes, which can be useful for creating hypsometric color models.

    Bug fixLuciadFusion

    TLcdJetIndexColorModelFactory no longer automatically extends the number of colors to a minimum of 256 colors, in order to avoid incompatibilities when creating BufferedImage instances.

    Bug fixLuciadFusion

    TLcdDMEDModelDecoder and TLcdDTEDDirectoryModelDecoder now (again) handle the minimum DTED level correctly.

    Bug fixLuciadFusion

    The contains2D method TLcdCartesian incorrectly handled some special cases (horizontal, vertical line segments).

    Bug fixLuciadFusion

    The parameters standard parallel, central meridian and azimuth were not stored correctly in the properties for oblique Mercator projections when these parameters were passed in the constructor of TLcdObliqueMercator.

    Bug fixLuciadFusion

    TLcdSymbol drew circles which were one pixel too big.

    6.1.13

    ImprovementLuciadFusion

    The GML3 decoder and encoder now support URI and URL types.

    ImprovementLuciadFusion

    XML schemas are now encoded with the elementFormDefault="qualified" attribute (some XML files did not validate against the schema, due to this missing attribute).

    ImprovementLuciadFusion

    The order in which the elements of a GML3 model are encoded, has been changed: geometric properties are now decoded at the end of the element, instead of at the beginning. The generated XML schema has been modified accordingly, and is further simplified.

    Bug fixLuciadFusion

    TLcdSLDSymbolizerPainterFactory did not support complex polygons correctly in the fill painter provider. As a result the holes in a complex polygon were filled when a fill style was applied in a polygon symbolizer.

    6.1.12

    ImprovementLuciadFusion

    LMAP-1440
    An interface ILcdWFSServiceMetaData has been introduced in the WFS package. By creating an ILcdWFSServiceMetaData in the command dispatcher factory, WFS users can customize the <Service> section of the WFS capabilities document.

    ImprovementLuciadFusion

    The WCS server now performs proper escaping of all user-specifiable values that appear in the GetCapabilities and DescribeCoverage responses.

    ImprovementLuciadFusion

    The WFS now performs proper escaping of all user-specifiable values that appear in the GetCapabilities response.

    Bug fixLuciadFusion

    TLcdLonLatBorderGridPainter now properly paints a border if the labels have been switched off.

    6.1.11

    Bug fixLuciadFusion

    The GML3 model encoder now handles models with an empty display name correctly (an IndexOutOfBoundsException was thrown before).

    6.1.10

    Bug fixLuciadFusion

    TLcdUtmMgrsUtil is refactored to:
    • return correct results when transforming LonLat to UTM MGRS when the resulting Y value was a multiple of 100K.
    • return correct results when transforming UTM MGRS to LonLat when the Y value was a multiple of 100K.
    • take into account the southern hemisphere northing offset
    • return correct results when transforming LonLat to UTM MGRS when the point was at the edge of 2 zones.

    Bug fixLuciadFusion

    The UTM grid now takes into account that the zones 31 through 37 are not uniform on the northern hemisphere.

    Upgrade considerationLuciadFusion

    TLcdUTMZonePainter now only paints one hemisphere of a zone. This is due to the fact that the reference for the northern hemisphere and for the southern hemisphere within a zone are different.

    6.1.08

    Bug fixLuciadFusion

    TLcdXMLEncoder now also escapes attribute values (before, only content was escaped).

    6.1.06

    ImprovementLuciadFusion

    The following methods have been introduced in com.luciad.ogc.sld.xml.TLcdSLDFeatureTypeStyleEncoder10:
    • setPrefixMap(ILcdPrefixMap), getPrefixMap(): allows to control the mapping between the fully qualified namespaces and their corresponding prefixes in the resulting XML document.
    • setDefaultNamespace(String), getDefaultNamespace(): allows to set the default namespace in the resulting XML document. This is the namespace for which no prefix will be used.

    ImprovementLuciadFusion

    The following methods have been introduced in com.luciad.wms.sld.xml.TLcdSLDStyledLayerDescriptorEncoder10:
    • setPrefixMap(ILcdPrefixMap), getPrefixMap(): allows to control the mapping between the fully qualified namespaces and their corresponding prefixes in the resulting XML document.
    • setDefaultNamespace(String), getDefaultNamespace(): allows to set the default namespace in the resulting XML document. This is the namespace for which no prefix will be used.

    ImprovementLuciadFusion

    Implementations of ILcdGML3AbstractFeature now return a shallow copy in their clone() implementation, instead of returning null.

    Bug fixLuciadFusion

    The TLcdSVGModelEncoder can now encode non-ASCII characters correctly. This allows it to correctly encode characters such as the degree character.

    Bug fixLuciadFusion

    The EPSG resources are updated to EPSG database v6.11. To make use of this change update the jar lcd_epsg_resources.jar in your classpath.

    Bug fixLuciadFusion

    TLcdGeodeticReference now has a WGS 84 geodetic datum when the parameterless constructor is used.

    Bug fixLuciadFusion

    TLcdGXYPointListPainter now takes into account the mode of the painter when using the paint cache. Before, this could lead to incorrect results when painting the same object in the same layer twice with point list painters with different point list painter modes, POLYLINE and POLYGON for example.

    Bug fixLuciadFusion

    TLcdTFWRasterModelDecoder now positions decoded rasters properly shifted by half a pixel in both ordinates.

    Bug fixLuciadFusion

    TLcdPNMImageDecoder now avoids accidentally skipping bytes from URL input streams.

    Bug fixLuciadFusion

    TLcdBILTileDecoder now avoids accidentally skipping bytes from URL input streams.

    6.1.04

    Bug fixLuciadFusion

    Several painters no longer supported snapping when creating a new object. These painters now also accept snap targets when the objects they are editing are in an 'initial' state:
    • TLcdGXYBoundsPainter: when the bounds has width and height 0,
    • TLcdGXYArcPainter: when the A and B of the ellipse the arc is part of is 0,
    • TLcdGXYArcBandPainter: when the minimum and maximum radius of the arcband are 0,
    • TLcdGXYEllipsePainter: when the A and B of the ellipse are 0.

    Bug fixLuciadFusion

    TLcdUndoManager: Locks are now released before notifying listeners of change so these listeners can access the manager from another thread if necessary.

    6.1.01

    ImprovementLuciadFusion

    Magnetic north maps can now be loaded using an ILcdInputStreamFactory object. The input stream factory can be set on TLcdWMMModelDecoder and TLcdIGRFModelDecoder.

    Bug fixLuciadFusion

    A bug in TLcdXMLTypedElementAdapterProvider, causing an invalid adapter to be returned for some objects, was fixed. Data, decoded with the TLcdGML3ModelDecoder, can now be encoded again with the TLcdGML3ModelEncoder.

    Bug fixLuciadFusion

    TLcdColorMapCustomizer now correctly restores the colors when toggling from gradient to non-gradient mode and back.

    Bug fixLuciadFusion

    Use of layer codecs no longer cause a HeadLessException in a headless environment.

    Bug fixLuciadFusion

    TLcdSVGModelDecoder now correctly reads point coordinates for lines in scientific notation.

    6.1

    ImprovementLuciadFusion

    The TLcdGML3ModelDecoder now automatically upgrades gml2:fid attributes to gml3:id attributes. The ILcdGML3AbstractGML.getId() method now returns the gml2:fid attribute value for GML2 datasets.

    ImprovementLuciadFusion

    TLcdGXYBufferPainter and TLcdGXYLonLatHeightBufferPainter have a width formatter to allow formatting of the width as a String when changing the width.

    ImprovementLuciadFusion

    TLcdGXYArcBandPainter has 4 formatters to control label display when editing the arc band: minRadiusFormat, maxRadiusFormat, centerPointFormat, anglesFormat.

    ImprovementLuciadFusion

    The package com.luciad.ogc.filter was extended. It now contains an API and implementation for decoding, encoding, evaluating and representation of OGC filters. The API is based on the OGC 02-059 and 04-095 Filter Encoding Implementation Specification, version 1.0 and 1.1. This specification describes an XML encoding of a system neutral representation of a query predicate. OGC filters are constructs used to constrain the property values of an object type for the purpose of identifying a subset of object instances. The package com.luciad.ogc.filter contains now the following subpackages:
    • com.luciad.ogc.filter.model: contains the domain model to represent OGC filters and expressions
    • com.luciad.ogc.filter.model.capabilities: contains the domain model to represent OGC filter capabilities
    • com.luciad.ogc.filter.xml: contains XML decoding and encoding facilities for OGC filters and filter capabilities. These facilities are built upon the general LuciadMap XML framework.
    • com.luciad.ogc.filter.xml.capabilities: contains XML decoding and encoding facilities for OGC filter capabilities. These facilities are built upon the general LuciadMap XML framework.
    • com.luciad.ogc.filter.evaluator: contains the implementation of the OGC Filter Evaluator. The OGC Filter Evaluator allows you to build an ILcdFilter that can be used for accepting or rejecting a given object or to build an ILcdPropertyRetriever than can be used for computing a property of a given object
    • com.luciad.ogc.filter.spatial: contains the implementation of the OGC Filter Spatial Evaluator that provides the ability to perform advanced spatial filtering

    ImprovementLuciadFusion

    TLcdGXYArcBandPainter now supports switching the min and max radius when editing either of the radii.

    ImprovementLuciadFusion

    If the shape that will snap implements ILcd3DEditable, the part of the shape that will snap assumes the 3 coordinates of the snap target for all editors that support snapping.

    ImprovementLuciadFusion

    A new sample is available, samples.wms.client.sld.MainApplet, that illustrates the use of an SLD-enabled WMS server at the client side.

    ImprovementLuciadFusion

    TLcdGXYEllipsePainter has support now to snap an end point of the major or minor axis of an ellipse.

    ImprovementLuciadFusion

    Methods have been added to allow snapping to invisible (not painted) snappable points (set/isSnapToInvisiblePoints) for all painters where a point defines the shape, but is not needed to paint the shape. Eg. if the center of a circle is not drawn, you can still snap to the center point if the snapToInvisiblePoints property is set to true.

    ImprovementLuciadFusion

    setModelModelTransformation have been added to all editors that support snapping, to enable snapping to points defined in other georeferences.

    ImprovementLuciadFusion

    All ILcdGXYPainter instances that provide a point as snaptarget now have a property snapIcon.

    ImprovementLuciadFusion

    Methods to paint the axis (set/isDrawAxis and set/isDrawAxisWhenSelected) and the axispoint handles (set/isDrawAxisPoints and set/isDrawAxisPointsWhenSelected) have been added to all painters which handle buffers. Editing by dragging a point or moving the axis is supported only when the point or axis is visible.

    ImprovementLuciadFusion

    Methods to paint the center point (set/isDrawCenter and set/isDrawCenterWhenSelected) have been added to all painters which handle rotational shapes i.e., arcbands, arcs, circles and ellipses. Editing by dragging a point is supported for a point only when it is visible.

    ImprovementLuciadFusion

    TLcdGXYEllipsePainter now has support for creating ILcdEllipse objects with three clicks.

    ImprovementLuciadFusion

    TLcdGXYEllipsePainter has changed the two click creation mechanism for ILcdEllipse objects: the rotation angle is now also adjusted, the major axis end point is set to the mouse position.

    ImprovementLuciadFusion

    TLcdGMLModelDecoder now returns a TLcd2DBoundsIndexedModelList instead of a TLcdModelList.

    ImprovementLuciadFusion

    The SLD-enabled WMS server now supports GetMap requests that use HTTP XML POST instead of HTTP GET. These type of requests are described in the OGC 02-017r1 Web Map Service Implementation Specification, Part 2: XML for Requests using HTTP POST. Note: servers that use the regular ALcdOGCWMSCommandDispatcherFactory and TLcdOGCWMSCommandDispatcher do not support these types of requests, since SLD support is required to handle them.

    ImprovementLuciadFusion

    The WMS server now contains support for OpenGIS Styled Layer Descriptors (SLD), as defined in the OGC 02-070 Styled Layer Descriptor Implementation Specification version 1.0. The following classes and packages are added:
    • com.luciad.wms.server.ALcdOGCSLDWMSCommandDispatcherFactory: this abstract class is an extension of the regular ALcdOGCWMSCommandDispatcherFactory that adds support for Styled Layer Descriptors. This class must be implemented by the user to create an SLD capable WMS server. The class samples.wms.server.OGCWMSCommandDispatcherFactory in the samples illustrates an example implementation.
    • com.luciad.wms.server.TLcdOGCSLDWMSCommandDispatcher: this class is an extension of the regular TLcdOGCWMSCommandDispatcher that adds support for Styled Layer Descriptors. This class must be used to handle WMS requests in an SLD capable WMS server. The class ALcdOGCSLDWMSCommandDispatcherFactory automatically registers an object of TLcdOGCSLDWMSCommandDispatcher on the servlet to handle all incoming requests.
    • com.luciad.wms.server.ALcdSLDWMSGXYLayerFactory: this abstract class is an implementation of ILcdWMSGXYLayerFactory, that is used by the server to create ILcdGXYLayer instances for all ILcdModels, with or without an SLD model. Implementations can be registered on the WMS server by implementing the method ALcdOGCSLDWMSCommandDispatcherFactory.createSLDWMSGXYLayerFactories(). This method replaces the previously used factory method createWMSGXYLayerFactories(), which is now declared final.
    • com.luciad.wms.server.ILcdRemoteOWSModelDecoder, ILcdRemoteOWSModelDecoderFactory, ILcdRemoteOWSModelProvider: these interfaces are used in the WMS server to decode ILcdModel objects based on remote data (typically located on a remote WFS or WCS server). Through the method ALcdOGCSLDWMSCommandDispatcherFactory.createRemoteOWSModelDecoderFactories(), the user can register one or more ILcdRemoteOWSModelDecoderFactory objects on the WMS server. By default, this method returns null, as this is an optional feature according to the SLD specification..
    • com.luciad.wms.sld.model: contains the domain model for Styled Layer Descriptors. This domain model builts upon the Feature Type Style domain model that is available in the package com.luciad.ogc.sld.model.
    • com.luciad.wms.sld.xml: contains an XML decoder and encoder for Styled Layer Descriptors. Both the decoder and encoder respectively built upon the Feature Type Style decoder and encoder that are available in the package com.luciad.ogc.sld.xml.

    To inform a client about the SLD support of the WMS server, TLcdOGCSLDWMSCommandDispacher uses the XML capabilities document that is sent to the client after a GetCapabilities request:
    • for version 1.1.1 and earlier, the XML capabilities document includes the XML element UserDefinedSymbolization, which is defined by the OpenGIS WMS 1.1.1 Capabilities DTD (see http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd). This element contains some attributes that indicate the SLD support.
    • for version 1.3.0, the OpenGIS WMS 1.3.0 Capabilities XML Schema does not include an SLD related XML element. Therefore, a custom LuciadMap WMS 1.3.0 Capabilities XML Schema is available (see build/wms/resources/schemas/wms/1.3.0/sld_capabilities_1_3_0.xsd), which extends the OpenGIS WMS 1.3.0 Capabilities Schema (see http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd). This extension adds the element UserDefinedSymbolization to the default schema, which was present in the OpenGIS WMS 1.1.1 Capabilities DTD.

    ImprovementLuciadFusion

    A new package, com.luciad.ogc.sld, was added. It contains an API and implementation for decoding, encoding and representation of OpenGIS SLD Feature Type Styles. The API is based on the OGC 02-070 Styled Layer Descriptor Implementation Specification, version 1.0. This specification allows user-defined symbolization of feature data, by determining which features or layers are rendered with which colors or symbols. The package com.luciad.ogc.sld contains the following subpackages:
    • com.luciad.ogc.sld.model: contains the domain model to represent Feature Type Styles.
    • com.luciad.ogc.sld.view.gxy: contains the GXY view representation of the Feature Type Style model applied to ILcdModel objects. The classes in this package enable conversion of a Feature Type Style model/ILcdModel combination into ILcdGXYPainter and ILcdGXYLayer instances which can be used in an ILcdGXYView.
    • com.luciad.ogc.sld.xml: contains an XML decoder and encoder for Feature Type Styles. The decoder and encoder are built upon the general LuciadMap XML framework.

    ImprovementLuciadFusion

    com.luciad.util.ILcdChangeListener and com.luciad.util.TLcdChangeEvent were added. They offer general purpose change listener support.

    ImprovementLuciadFusion

    TLcdPrintComponentAction and TLcdComponentPrintable now provide a more basic rasterized printing mode, in addition to the existing layered printing mode. It rasterizes all printed graphics in memory-efficient strips, without printing vector graphics in a separate layer on top.

    ImprovementLuciadFusion

    The WFS has been extended to support most of the WFS 1.1 specification:
    • GetFeature requests support the "resultType" parameter, allowing clients to retrieve the number of features matched by a request without having to retrieve the actual corresponding features.
    • Features can be retrieved in both GML2 and GML3 formats.
    • The OGC Filter 1.1 specification is supported.
    Please refer to the "Upgrade considerations" section for more information on how these changes may affect your application.

    ImprovementLuciadFusion

    Section 5.2.1 "Description of the default configuration format" in the WMS server developer guide has been extended with a description of how to configure the possible output formats for a GetFeatureInfo request.

    ImprovementLuciadFusion

    The class com.luciad.wms.server.viewencoder.TLcdGXYViewPNGEncoder, which is used by the WMS to encode images to PNG, has been updated with support for the native codecLib plugin for ImageIO. This plugin delivers a higher performance than the default JAI PNG encoder, which was used in the past. It also allows to control the compression to be used, which makes it possible to determine a trade-off between compression and speed; in contrast, the default JAI PNG encoder always uses best compression. To adjust the compression, the following two methods have been introduced: setCompressionLevel() and getCompressionLevel(). The codecLib plugin requires the installation of some extra libraries, which are available in the LuciadMap_xxx/lib directory in the LuciadMap WMS distribution. The following libraries are needed:
    • clibwrapper_jiio.jar: JAR file containing core JAI Image I/O class files
    • jai_imageio.jar: the codecLib JNI interfaces
    • the codecLib JNI libraries for your platform. The available platforms are Win32 (native/win32/clib_jiio*.dll), Linux i586 (native/linux/libclib_jiio.so), Linux AMD64 (native/linux64/libclib_jiio.so) and Solaris Sparc V9 (native/solaris_sparc/libclib_jiio.so, native/solaris_sparc/sparcv9+vis/libclib_jiio_vis.so or native/solaris_sparc/sparcv9+vis2/libclib_jiio_vis2.so).
    If one of these libraries is not found, the default PNG encoder in JAI will be used again instead of the ImageIO codecLib plugin.

    ImprovementLuciadFusion

    TLcdXMLSchemaDecoder.decodeSchema(aNamespaceURI, aSourceName) has been deprecated in favor of the method decodeSchema(aSourceName). The namespace is now read from the schema during the decoding.

    ImprovementLuciadFusion

    GML3 domain model objects implementing an ILcdShape interface, now also implement the editable extension, if there is one is available.

    ImprovementLuciadFusion

    LuciadMap now provides the interface ILcdEditableShapeList, which provides methods for adding and removing shapes to/from the shapelist, and notification of shape changes.

    ImprovementLuciadFusion

    ALcdXMLElementReader and ALcdXMLTypedElementReader now provide methods to control whether to trim XML character content or not.

    ImprovementLuciadFusion

    TLcdBILModelDecoder now supports a forced transparent color index.

    ImprovementLuciadFusion

    WCS GetCapabilities responses now also contain keywords for each coverage offering, if there are any defined.

    ImprovementLuciadFusion

    LuciadMap now contains a TLcdGML2ModelEncoder and corresponding adapter library, to encode LuciadMap models into a GML2 compatible XML document, using the same mechanism as the GML 3 model encoder.

    ImprovementLuciadFusion

    The XML decoder/encoder framework now provides better support for anonymous types and global elements. Element readers and adapters for these types and elements can now be registered directly on the corresponding reader/adapter providers (only global types could be registered before).

    ImprovementLuciadFusion

    The zoom controller of all samples now drags a rectangle from the left top to the right bottom, instead of from the center to the outside. This change can easily be reverted by passing 'true' to the 'setDragCentered' method in 'samples.toolBar.ToolBarSW' and 'samples.toolBar.ToolBarAWT'.

    Bug fixLuciadFusion

    The performance of the TLcdGXYLayerSubsetList class has been improved significantly. Other classes relying on this class (for example classes involving object selection) will also benefit from this improvement.

    Bug fixLuciadFusion

    When a new controller (TLcdGXYNewController) is left active after an object has been created, snapping will work for the first point of subsequent objects. Keep in mind that only objects which have an undefined state (eg. polygon, polyline, buffer) support snapping of the first point.

    Bug fixLuciadFusion

    TLcdBMPImageDecoder has been fixed.

    Bug fixLuciadFusion

    When one point of a selection of multiple points is snapped to a single point, the selection is moved as a whole and only the touched point is snapped.

    Bug fixLuciadFusion

    TLcdGXYArcPainter now has support for creating ILcdArc objects with three or five clicks.

    Bug fixLuciadFusion

    TLcdGXYArcBandPainter has support for modifying angles of arcbands objects.

    Bug fixLuciadFusion

    ALcdBounds.equals( null ) used to throw a NullPointerException instead of returning false.

    Bug fixLuciadFusion

    The methods elementChanged(Object, int) or elementsChanged(Vector, int) in com.luciad.ais.model.TLcdFeatureIndexedAnd2DBoundsIndexedModel did not update any registered indices.

    Bug fixLuciadFusion

    The method canAddElement(Object) in com.luciad.model.TLcdFeatureIndexedAnd2DBoundsIndexedModel throwed a NullPointerException when a unique index was defined on the model.

    Bug fixLuciadFusion

    TLcdGeodetic2Geodetic now supports bounds transformations.

    Bug fixLuciadFusion

    TLcdInputStreamUtil did not take into account reaching the end of the input stream in the methods readFully and skipAll. This could have resulted in infinite loops.

    Bug fixLuciadFusion

    The TLcdNoWarpRasterPainter and related painters now round correctly, avoiding occasional blank lines of pixels between raster tiles.

    Bug fixLuciadFusion

    TLcdMultivaluedRasterPainter now paints ILcdMultivaluedRaster instances, as documented, instead of just TLcdMultivaluedRaster instances.

    Bug fixLuciadFusion

    A race condition in com.luciad.format.xml.TLcdXMLName.getInstance() was fixed. Performance of the equals() method has been improved.

    Bug fixLuciadFusion

    The SHP model encoder did not encode the current day correctly when saving the DBF file.

    Upgrade considerationLuciadFusion

    The class TLcdGML3ModelEncoder now requires an ILcdXMLEditableSchemaProvider in its constructor, instead of an ILcdXMLSchemaProvider.

    Upgrade considerationLuciadFusion

    The interface com.luciad.format.gml3.model.base.ILcdGML3XLinkSimpleLink has been replaced by the com.luciad.format.xml.xlink.ILcdXMLSimpleLink interface.

    Upgrade considerationLuciadFusion

    ILcdWFSFilteredModelFactory:
    • The signature of createFilteredModel() was changed to include an ILcdWFSGetFeatureConstraints argument. ILcdWFSGetFeatureConstraints contains all parameters that can restrict the result of a GetFeature request, including a filter.
    • Filters are passed in as a TLcdOGCFilter object (contained in the ILcdWFSGetFeatureConstraints object) rather than as a JDOM element. Analogously, getFilterCapabilities() must return a TLcdOGCFilterCapabilities rather than a JDOM element.

    Upgrade considerationLuciadFusion

    ILcdWFSClientModelEncoderFactory:
    • The method createModelSchemaEncoder() has been added. This method shall return an ILcdWFSModelSchemaEncoder, which is responsible for encoding the result of a DescribeFeatureType request. The class TLcdWFSClientModelEncoderFactory can produce encoders for standard GML application schemas.
    • Both createModelSchemaEncoder() and createModelEncoder() have an argument of type ILcdWFSRequestContext, which contains context information about the request currently being handled.

    Upgrade considerationLuciadFusion

    ALcdOGCWFSCommandDispatcherFactory:
    • The registerFilterFactories() has been removed, as it is no longer applicable. Applications that require customized filtering behaviour may override the createFilteredModelFactory() method to return an extension of the new class TLcdWFSFilteredModelFactory. This class provides a hook similar to registerFilterFactories() to allow filtering customization. Please consult the reference documentation for details.
    • The class TLcdWFSClientModelEncoderFactory was made available as the default implementation of ILcdWFSClientModelEncoderFactory. This factory supports GML2 and GML3 output formats, and may be extended by applications that wish to add additional output formats. GML output will not be available unless the model encoder factory advertises it.

    Upgrade considerationLuciadFusion

    ILcdUndoable and TLcdUndoManager have been greatly enhanced, and now offer a full-blown and flexible undo/redo mechanism together with some new classes and interfaces. However, some method signatures of the aforementioned classes had to be changed.

    Upgrade considerationLuciadFusion

    The lcd_gml_resources.jar archive has been removed from the distribution: all OGC schemas used by LuciadMap are now grouped into one JAR file, lcd_ogc_schema_resources.jar.

    Upgrade considerationLuciadFusion

    The ILcdXMLElement and ILcdXMLElementAdapter interfaces are extended with methods to retrieve attribute and contents based on their names. The ILcdXMLEditableElement interface contains some additional methods for editing an XML element. All implementations of these interfaces are adapted accordingly. Classes extending from TLcdXMLElement or ALcdXMLTypedElementReader will not need to be modified - these two classes offer already default implementations for all new methods. Classes implementing the ILcdXMLElementAdapter interface directly might be refactored to extend the new class ALcdXMLElementAdapter. Other classes, implementing directly one or more of the modified interfaces will need to be adapted.

    Upgrade considerationLuciadFusion

    Undo/redo support of TLcdGXYNewController, TLcdGXYZoomController and TLcdGXYPanController has been deprecated and replaced with a new mechanism. Furthermore, these classes no longer implement ILcdUndoable and no longer set themselves to the TLcdUndoManager using a static method, thus avoiding a memory leak. Undo/redo support has been replaced with a new mechanism, using an 'addUndoableListener' method. Undo/redo support for creating new objects is now available in ALcdGXYNewControllerModel instead of in TLcdGXYNewController.

    Upgrade considerationLuciadFusion

    The method TLcdXMLEncoder.encode() is renamed to TLcdXMLEncoder.encodeXML().

    6.0

    6.0.14

    ImprovementLuciadFusion

    TLcdDMEDModelDecoder now handles swapped min/max values of the DMED bounding rectangle.

    ImprovementLuciadFusion

    The DMED/DTED model decoders now handle malformed two's complement negative elevation values more robustly.

    ImprovementLuciadFusion

    The DMED/DTED model decoders now try to create file names that work in more cases on case-sensitive file systems.

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModel has been corrected to be thread-safe in its getBounds() method.

    Bug fixLuciadFusion

    TLcdComponentPrintable has been fixed to handle some complex combinations of transparency and transformations correctly.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder now correctly computes the raster rotation from a given transformation matrix.

    Bug fixLuciadFusion

    TLcdDMEDModelDecoder now decodes the references specified in DTED cells, provided checkTilesImmediately is set to true.

    Bug fixLuciadFusion

    TLcdRaster no longer throws a NullPointerException due to rounding errors when computing tile coordinates.

    Bug fixLuciadFusion

    TLcdBILModelDecoder now decodes HDR files with fixed length records.

    Bug fixLuciadFusion

    TLcdDatabaseModelDescriptor is now properly serializable.

    Bug fixLuciadFusion

    TLcdRasterPainter and TLcdMultilevelRasterPainter now correctly handle rasters that are displayed in their model reference but that wrap around.

    Bug fixLuciadFusion

    TLcdJetIndexColorModelFactory no longer goes into an infinite loop when a color model is created for which the size is smaller than 1<<bits.

    Bug fixLuciadFusion

    TLcdSHPModelDecoder tried to create a model reference before checking whether the shp file could be read.

    6.0.13

    ImprovementLuciadFusion

    TLcdGMLModelEncoder now has a refined canSave() and canExport() method, inspecting the model descriptor and the model's elements (both methods always returned true before).

    6.0.10

    ImprovementLuciadFusion

    GML3 features implementing the ILcdShape interface now return a valid focus point, calculated based on the bounds of their geometric properties (a null value was returned before).

    6.0.09

    ImprovementLuciadFusion

    TLcdXMLSchemaDecoder now supports elements that have no explicit type definition (i.e., extending the xsd:anyType type).

    Bug fixLuciadFusion

    TLcdComponentPrintable now works around Sun bug #4138921, which may cause an IllegalArgumentException when printing empty labels in JDK 1.4.2 or older.

    Bug fixLuciadFusion

    TLcdComponentPrintable now avoids disposing or finalizing Graphics instances too soon.

    Bug fixLuciadFusion

    TLcdDTEDModelDecoder now throws an IOException when a given DTED file has an invalid number of coordinates in an accuracy subregion outline.

    6.0.08

    ImprovementLuciadFusion

    A memory leak has been closed in the handling of a feature request that contained a filter.

    ImprovementLuciadFusion

    TLcdXMLSchemaDecoder now supports nested attribute and element groups (groups, embedded in other groups were ignored before).

    ImprovementLuciadFusion

    TLcdGML3ModelDecoder and TLcdGML3ModelEncoder now have methods to retrieve reader, adapter, factory and name providers.

    ImprovementLuciadFusion

    TLcdXMLSchemaEncoder now supports the encoding of imported schemas, using the import tag.

    6.0.07

    ImprovementLuciadFusion

    The new sample samples.encoder.mif.Main illustrates the use of the TLcdMIFModelEncoder.

    Bug fixLuciadFusion

    The transformation between WGS84 and WGS72 UTM MGRS coordinates was incorrect. The conversion of the coordinate in local geocentric datum reference to global WGS 84 geocentric datum reference contained a sign error.

    Bug fixLuciadFusion

    TLcdGML3ElementAdapterLibrary now has a method createElementAdapter, which was missing in the API.

    Bug fixLuciadFusion

    TLcdGML3ModelDescriptor.getTypeName() now returns "GML3" instead of an empty String.

    Bug fixLuciadFusion

    The vertical view (TLcdVVJPanel) did not repaint correctly while a paint was being edited and either the starting point or the ending point are not at their default values.

    Bug fixLuciadFusion

    Setting a model with not model points on the VV model no longer causes a NullPointerException.

    Bug fixLuciadFusion

    TLcdMIFModelDecoder has been fixed to correctly decode string features containing commas.

    6.0.06

    ImprovementLuciadFusion

    The capabilities decoders for the default XML server configuration format, com.luciad.wms.server.config.xml.TLcdWMSCapabilitiesXMLDecoder and samples.wms.server.config.xml.WMSCapabilitiesXMLDecoder, now also accept the 'PaintStyle' element for layers with data sources other than ESRI Shape (.shp) or Oracle Spatial Object-Relational (.ora).

    ImprovementLuciadFusion

    TLcdGXYLayer now computes uniform precision estimates for the methods applyOnInteract and paint.

    Bug fixLuciadFusion

    When a layer style was sent that did not exist for a layer, the WMS returned an incorrect service exception report: the name of the wrong layer style was not mentioned. The service exception report now clearly describes that the requested layer style does not exist for the requested layer.

    Bug fixLuciadFusion

    TLcdGeoTIFFModelDecoder and TLcdTABRasterModelDecoder now correctly throw an IOException instead of an IllegalArgumentException upon encountering a problem in a TAB file.

    Bug fixLuciadFusion

    TLcdMAPModelDecoder now decodes the size and style of custom bitmap icons properly.

    Bug fixLuciadFusion

    TLcdMIFModelEncoder now encodes custom bitmap symbols and TrueType symbols.

    Bug fixLuciadFusion

    TLcdTransverseMercator no longer throws TLcdOutOfBoundsExeception for an area where the projection is valid. When not close to the central meridian and when the origin latitude was different from 0, the projection threw an out-of-bounds exception when it should not have. This was apparent in the projections sample for example, where the mouse location readout was blank for this area.

    6.0.05

    Bug fixLuciadFusion

    The class com.luciad.wms.client.model.TLcdOGCWMSProxyModelDecoder did not handle relative locations to a DTD or XML Schema when performing validation of a WMS capabilities document.

    Bug fixLuciadFusion

    TLcdGML3ModelDecoder now supports arcs and circles within multiGeometries.

    Bug fixLuciadFusion

    TLcdXMLSchemaElement.getReferencedElement() now loads the referenced schema automatically if it is not in memory yet, instead of returning null.

    6.0.04

    ImprovementLuciadFusion

    TLcdGML3ModelDecoder now supports the gml:ArcByCenterPoint and gml:CircleByCenterPoint elements. TLcdGML3ModelEncoder supports the encoding of ILcdArc and ILcdCircle objects to these GML elements.

    ImprovementLuciadFusion

    The class com.luciad.wms.client.model.TLcdOGCWMSProxyModelDecoder has been extended with three new methods to control the XML validation and the reference to external entities in a WMS capabilities document.
    • setValidating(boolean), isValidating(): specifies whether XML validation (DTD and XML Schema) is enabled for the WMS capabilities document provided by a server.
    • setEntityLocation(String aEntityID, URL aEntityLocation): sets the URL to be used for an entity defined in the WMS capabilities document provided by a server. A typical example of an entity definition in an XML document is a reference to a DTD or XML Schema. By using this method, one can replace such a reference with a reference to a locally stored copy of the DTD or XML Schema. If no locations are specified, the original entity locations defined in the XML document are used.

    Bug fixLuciadFusion

    If the icon of an ILcdAction wrapped in an TLcdSWAction was changed, the TLcdSWAction used to fire a property change event with instances of ILcdIcon in its old and new values, instead of instances of javax.swing.Icon.

    Bug fixLuciadFusion

    The painter that is used by com.luciad.wms.client.gxy.TLcdWMSProxyGXYLayerFactory for each new layer now uses an enhanced mechanism to synchronously load images that are returned by a WMS server. This new mechanism removes the occurrence of a deadlock, which was sometimes observed when starting a print job that involved the WMS layer.

    Bug fixLuciadFusion

    XML schema's, included or imported in another schema from a location on the internet are now resolved correctly by the XML schema decoder.

    Bug fixLuciadFusion

    TLcdXMLSchemaDecoder can now handle schema's using to the older version of the XMLSchema schema (http://www.w3.org/2000/10/XMLSchema instead of http://www.w3.org/2001/XMLSchema)

    Bug fixLuciadFusion

    TLcdGMLSchemaEncoder now properly declares the <FeatureCollection> element used as the root element of encoded GML files.

    Bug fixLuciadFusion

    TLcdGMLModelEncoder now escapes all characters that are invalid for use in XML element names.

    Bug fixLuciadFusion

    TLcdGMLModelEncoder now ignores domain objects of which the geometry cannot be described as GML, such as circles, arcs and text.

    6.0.03

    Bug fixLuciadFusion

    TLcdXMLSchemaProvider now tries to load each schema location only once (when a schema location was corrupted, it tried to reread the schema again, each time an XML element of that schema was encountered).

    Bug fixLuciadFusion

    TLcdGML3ModelDecoder can now handle URL sources (some URL's caused an exception during the decoding).

    Bug fixLuciadFusion

    TLcdGML3ModelDecoder now decodes the gml:location child element of gml:AbstractFeatureType elements. If the location element has a gml:_Geometry child, the bounds of this geometry are included in the bounds calculation of the feature.

    6.0.02

    ImprovementLuciadFusion

    The schema documents that are present in the servlet sample have been updated to the latest versions published by OGC (17 May 2006).

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now also supports transparency masks that are stored as separate images (with PhotometricInterpretation = 4) in the same GeoTIFF files as the actual images.

    6.0.01

    Bug fixLuciadFusion

    The ILcdXMLDocumentContext that is managed by the TLcdXMLDecoder is now updated correctly when an XML element is read, for which no ILcdXMLElementReader is available.

    Bug fixLuciadFusion

    TLcdGML3ModelDecoder now supports the interior polygons of a gml:polygonPatch element (these were not read yet).

    6.0

    ImprovementLuciadFusion

    TLcdSHPModelDecoder now also decodes SHX index files.

    ImprovementLuciadFusion

    LuciadMap now comes with an additional file Worlddata.zip containing detailed sample data files. New vector data are cities.mtm representing the cities of the world, and countries.mtm representing the countries of the world. They are stored in the efficient new MTM format, indexing a set of SHP files. New raster data are bluemarble.tif containing a Blue Marble satellite view of the earth, and etopo2.tif containing a visual representation of the ETOPO2 global relief data. They are stored as efficiently tiled, multilevel GeoTIFFs.

    ImprovementLuciadFusion

    TLcdGXYLayer now provides better precision estimates to the function that is passed to the applyOnInteract method.

    ImprovementLuciadFusion

    TLcdGXYLayer now provides better precision estimates to the function that is passed to the applyOnInteract method.

    ImprovementLuciadFusion

    The class com.luciad.wms.client.model.ALcdOGCWMSCapabilities has been extended with three new methods to retrieve extra information about the capabilities of a Web Map Service:
    • getGetFeatureInfoURL(): returns the URL prefix that must be used for GetFeatureInfo requests.
    • getSupportedFeatureInfoFormatCount(): returns the number of supported feature info formats by a Web Map Service.
    • getSupportedFeatureInfoFormat(int): returns the supported feature info format at a given index.

    ImprovementLuciadFusion

    The documentation now contains prerequisites for every Additional Component and Industry Specific Component. The prerequisites contain dependencies on
    • other LuciadMap specialized packages,
    • third party jars,
    • JDK versions,
    • operating systems.

    ImprovementLuciadFusion

    ILcdWFSFeatureType and its implementation TLcdWFSFeatureType have been extended with methods to define keywords, which are included in the FeatureTypeList section of the WFS capabilities if available.

    ImprovementLuciadFusion

    To ease the deployment of a WFS server, a sample Ant build script has been created: build/wfs/deploy_wfs.xml. A batch script for Windows and a shell script for Unix are available next to this file, to run the build script. As Ant and Proguard releases are needed to run the script, they are also available in the release, respectively in build/ant and build/proguard. The build script can be used to generate a deployment server package (with obfuscated code and a deployment license) or a development server package (with a development license), which can placed into a servlet container (e.g. Tomcat). The script contains also tasks to create WAR files instead of packages.

    ImprovementLuciadFusion

    To ease the deployment of a WCS server, a sample Ant build script has been created: build/wcs/deploy_wcs.xml. A batch script for Windows and a shell script for Unix are available next to this file, to run the build script. As Ant and Proguard releases are needed to run the script, they are also available in the release, respectively in build/ant and build/proguard. The build script can be used to generate a deployment server package (with obfuscated code and a deployment license) or a development server package (with a development license), which can placed into a servlet container (e.g. Tomcat). The script contains also tasks to create WAR files instead of packages.

    ImprovementLuciadFusion

    To ease the deployment of a WMS server, a sample Ant build script has been created: build/wms/deploy_wms.xml. A batch script for Windows and a shell script for Unix are available next to this file, to run the build script. As Ant and Proguard releases are needed to run the script, they are also available in the release, respectively in build/ant and build/proguard. The build script can be used to generate a deployment server package (with obfuscated code and a deployment license) or a development server package (with a development license), which can placed into a servlet container (e.g. Tomcat). The script contains also tasks to create WAR files instead of packages.

    ImprovementLuciadFusion

    The WMS server sample package has been extended with two new packages:
    • samples.wms.server.config.editor: this package contains a new sample representing a graphical configuration editor for the server capabilities.
    • samples.wms.server.config.xml: this package contains the source of a decoder for the server capabilities. This decoder uses the new LuciadMap decoder framework for XML data, available in the package com.luciad.format.xml in LuciadMap. The decoder is used by the samples.wms.server.config.editor sample to load server capabilities files.
    The purpose of this code is to enable WMS server developers to extend the default XML server configuration format without writing a whole new decoder. As in the past, one can use a custom server capabilities decoder in the server by extending the method createWMSCapabilitiesDecoder() in com.luciad.wms.server.ALcdOGCWMSCommandDispatcherFactory.

    ImprovementLuciadFusion

    A method createWCSCommandDispatcherInstance() has been added to ALcdOGCWCSCommandDispatcherFactory. This method is used to instantiate a TLcdWCSCommandDispatcher. By overriding this method, users can plug in their own extensions of TLcdWCSCommandDispatcher.

    ImprovementLuciadFusion

    A method createWFSCommandDispatcherInstance() has been added to ALcdOGCWFSCommandDispatcherFactory. This method is used to instantiate a TLcdWFSCommandDispatcher. By overriding this method, users can plug in their own extensions of TLcdWFSCommandDispatcher. Also note that this class was final prior to version 6.0; this is now no longer the case.

    ImprovementLuciadFusion

    There is a new multilevel tiled data format available, called MultiLevelTiled format (MTM). It consists of one Java properties file with the extension ".mtm" and a set of subdirectories, one for each level. Each subdirectory contains a set of files, one for each tile at that level. The number of tiles can be different between levels. Tiles are not required to be in a regular grid and they may overlap. Each tile may have a different data format. At runtime only the visible tiles from the appropriate level are decoded, loaded and cached for future usage.

    The decoder for .mtm files is TLcdMultilevelTiledModelDecoder, which returns a TLcdMultilevel2DBoundsIndexedModel (an already existing model) with a TLcdMultilevelTiledModelDescriptor. Requires Java2. The new MTM data format can be used to display the background data for the world.

    ImprovementLuciadFusion

    A new package, com.luciad.format.gml3, was added. It contains an API and implementation for decoding, encoding and representation of GML data. The API is based on the GML 3.1.0 specification, but the decoder is backwards compatible with older GML version, starting of GML 2.1.2. The decoder is built upon the general LuciadMap XML framework. Custom readers and/or object factories can be plugged into the framework, extending the GML decoder to support custom application schemas.

    ImprovementLuciadFusion

    A new package, com.luciad.format.xml, was added. It offers support for decoding of XML data in an event-driven way, comparable to SAX. The framework allows to plug multiple handlers in the decoder, each dedicated to one or more XML elements.

    ImprovementLuciadFusion

    WCS DescribeCoverage responses now also contain the bounds of the coverage in its native CRS, in addition to the already supplied WGS84 bounds.

    ImprovementLuciadFusion

    The GeoTIFF encoder used in the WCS now supports encoding of non-georeferenced images. If the model being encoded does not have an ILcdGeoReference, the resulting image will be a plain TIFF, without any GeoTIFF-specific tags.

    ImprovementLuciadFusion

    A new class com.luciad.ogc.common.log.TLcdOGCLogFilter has been added which can be used to log servlet requests for licensing purposes on behalf of Luciad.

    ImprovementLuciadFusion

    Support is added to have an ILcdModel that can be indexed on values of ILcdFeatured objects. These classes were added for this purpose: com.luciad.model.ILcdFeatureIndexedModel, ILcdFeatureIndexedAnd2DBoundsIndexedModel and TLcdFeatureIndexedAnd2DBoundsIndexedModel.

    ImprovementLuciadFusion

    com.luciad.gui.TLcdAWTUtil.centerWindow() and centerWindowOnScreen() now properly support multi screen setups if Java 1.4 or above is available.

    ImprovementLuciadFusion

    The WMS server now supports the UPDATESEQUENCE parameter:
    • The root element of the capabilities that are sent to the client contains an attribute "updateSequence", indicating its current version.
    • The optional UPDATESEQUENCE parameter in a GetCapabilities request will be decoded and compared with the current update sequence value of the capabilities. The response follows the OGC Web Map Service specification.
    Through the API, the update sequence value of the capabilities can be retrieved/updated: the class com.luciad.wms.server.model.ALcdWMSCapabilities has been extended with a method getUpdateSequence(), and its implementation com.luciad.wms.server.model.TLcdWMSCapabilities with a method setUpdateSequence(). The default configuration file decoder com.luciad.wms.server.config.xml.TLcdWMSCapabilitiesXMLDecoder sets an initial update sequence value when it has created a new ALcdWMSCapabilities object. When the capabilities are updated through the API (e.g. adding a new layer), the update sequence value should be updated accordingly, to indicate a new capabilities version.

    ImprovementLuciadFusion

    A GetFeatureInfo request for a particular layer will now also be delegated to its child layers.

    ImprovementLuciadFusion

    TLcdSWAction now makes sure all key-value pairs are equal between the wrapped ILcdAction and the javax.swing.Action

    ImprovementLuciadFusion

    TLcdLonLatFormatter now implements a new interface, ILcdLonLatFormatter.

    ImprovementLuciadFusion

    TLcdMultilevel2DBoundsIndexedModel now implements ILcdIntegerIndexedModel.

    ImprovementLuciadFusion

    TLcdMAPModelDecoder now decodes features from the DAT files corresponding to the geometries from the MAP files.

    ImprovementLuciadFusion

    TLcdBILModelDecoder now attaches TLcdBILModelDescriptor instances to decoded models.

    Bug fixLuciadFusion

    Fixed an issue in TLcdOGCFilterDecoder that caused incorrect decoding of the upper boundary value of PropertyIsBetween elements.

    Bug fixLuciadFusion

    TLcdMercator now returns an empty array for boundaryLons() when the latitude passed is outside the latitude limit (89.5 degrees). TLcdLambertConformal now only returns boundaryLons if the latitude passed is within the latitude limits. Outside these limits an empty array is returned.

    Bug fixLuciadFusion

    TLcdGXYEditController did not take into account other selected objects when setUseEditingBoundsForRepaint was set to true. When multiple objects were selected and one of the selected objects was moved, only the object touched by the mouse was moved while dragging the mouse. When the mouse was released, all objects selected were moved.

    Bug fixLuciadFusion

    TLcdNoWarpRasterPainter and TLcdNoWarpMultilevelRasterPainter now work correctly when using an ILcdGXYViewXYWorldTransformation with non-uniform scaling on the X and Y axes.

    Bug fixLuciadFusion

    TLcdInputStreamFactory now provides a global flag to switch off the use of Java NIO. This allows to avoid input files (typically raster files) being locked by the NIO code, preventing them to be modified or removed in Windows.

    Bug fixLuciadFusion

    TLcdMIFModelDecoder now properly sets the feature classes in the TLcdMIFModelDescriptor.

    Upgrade considerationLuciadFusion

    TLcdContourFactory now creates ILcdValuedPolygons objects based on TLcdXYFloatPolygon instead of TLcdLonLatFloatPolygon in the method createContour(). If you require ILcdValuedPolygons objects based on TLcdLonLatFloatPolygon use the new TLcdLonLatContourFactory in the package com.luciad.geometry.ellipsoidal instead.

    Upgrade considerationLuciadFusion

    ILcdGXYView has been extended with a method
          setXYWorldReference( ILcdXYWorldReference aXYWorldReference, boolean aRepaint, boolean
          aAdjusting);
        
    The method with aAdjusting parameter was missing from the interface. It has been added to be consistent with setViewOrigin, setWorldOrigin and setScale.

    Upgrade considerationLuciadFusion

    ILcd2DEditablePointFactory and ILcd3DEditablePointFactory and their implementations TLcdLonLatPointFactory and TLcdXYPointFactory, and TLcdLonLatHeightPointFactory and TLcdXYZPointFactory, have been removed. The factories were used in TLcd2DEditablePointList/TLcd3DEditablePointList to create new ILcdPoint from coordinates given and could be set with a static method. TLcd2/3DEditablePointList has a protected method create2/3DEditablePoint which by default returns a TLcdXY(Z)Point. This method should be overwritten to simulate setting another ILcd2DEditablePointFactory. In the LuciadMap API this is done in the ALcd2/3DEditablePolyPoint. The extension TLcdLonLatPolypoint (and its extensions TLcdLonLat(Height)Polygon and TLcdLonLat(Height)Polyline) has been adapted to create TLcdLonLat((Height)Point objects on insertion of new points through the coordinates. Since this was the only use of the ILcd2/3DEditablePointFactory in the LuciadMap API, and all extensions of ALcd2/3DEditablePolyPoint have a constructor with an ILcd2/3DEditablePointList parameter, adapting your code consists of constructing the ALcd2DEditablePolyPoint with a TLcd2DEditablePointList that returns the same ILcd2DEditablePoint as your factory would. An example for LonLatPolygons is
          private class MyLonLatPointFactory implements ILcd2DEditablePointFactory {
    
          public ILcd2DEditablePoint create2DEditablePoint(double aX, double aY) {
          return new MyLonLatPoint( aX, aY );
          }
          }
    
          TLcd2DEditablePointList.set2DEditablePointFactory(new MyLonLatPointFactory());
    
          TLcdLonLatPolygon polygon = new TLcdLonLatPolygon();
        
    becomes
          private class MyLonLatPointList extends TLcd2DEditablePointList {
    
          protected ILcd2DEditablePoint create2DEditablePoint(double aX, double aY) {
          return new MyLonLatPoint( aX, aY );
          }
          }
    
          TLcdLonLatPolygon polygon = new TLcdLonLatPolygon(new MyLonLatPointList());
        
    This fix alleviates the user of having to set the point factory for the LuciadMap implementations, which could result in the TLcdLonLatPolygon containing TLcdXYPoint objects, for example.

    Upgrade considerationLuciadFusion

    ILcdGXYView has a missing method added. All properties except XYWorldReference influencing the 'position' of the view (scale, viewOrigin, worldOrigin) could be set using a method with 3 parameters, the property, a boolean indicating whether the view should be repainted and a boolean indicating whether other property changes would follow.

    Upgrade considerationLuciadFusion

    LuciadMap packaging has changed slightly:
    • The distribution will now unzip to LuciadMap_X.Y.Z, where X.Y.Z are the major, minor and patch number of the release.
    • The LuciadMap beans jar, lcd_beans.jar is no longer packaged in a separate zip file. It is now located in the lib directory in LuciadMap zip.
    • Third party jars no longer have prefixes prepended to designate their use in LuciadMap, for example raster_jai_core.jar is now jai_core.jar. The use of third party jars is now documented in the prerequisites pages of the HTML documentation (Technical Notes -> Prerequisites).

    Upgrade considerationLuciadFusion

    The class com.luciad.wms.client.model.ALcdWMSProxy has been extended with two new abstract methods to control an image caching property: setCacheImage() and isCacheImage(). Implementations of ALcdWMSProxy are recommended to take this property into account.

    Upgrade considerationLuciadFusion

    Some events were fired with property names not following the beans conventions. This is now fixed for:
    • TLcdGXYArcBandPainter: lineStyle, fillStyle,
    • TLcdGXYArcPainter: lineStyle,
    • TLcdGXYBufferPainter: drawAxis, fillStyle, lineStyle,
    • TLcdGXYCirclePainter: fillStyle, lineStyle,
    • TLcdGXYEllipsePainter: fillStyle, lineStyle,
    • TLcdGXYLonLatHeightBufferPainter: drawAxis, fillStyle, lineStyle,
    • TLcdGXYPointListPainter: fillStyle, lineStyle,
    • TLcdGXYTextPainter: fillStyle, fontStyle,
    • TLcdLonLatGridPainter: color, labelColor, labeled, labelFont, lonLatFormatter, slantedLabels, zeroColor,
    • TLcdUTMZonePainter: automaticRescaling, color, colorScales, cornerLabelColor, labelColor, labeled, labelFont, maxZoomForGridDetails, minimalZoomForLabels (was ScaleForLabels), paintGridWhenLabeling, quickDraw, scaled (was Scales), scaleDistance, UTMCoordinateSeparator.
    Note that this change will not have any effect at compile time, only at runtime. Wherever the property names are checked without ignoring the case, the code will have to be adapted to either ignore the case or to use the same case as the property names above.

    Upgrade considerationLuciadFusion

    com.luciad.view.TLcdLayeredSupport.addLayeredListener used to fire a LAYER_REMOVED and LAYER_ADDED event for every layer, but only to the ILcdLayeredListener that was just added. These events are no longer fired. For backward compatibility reasons, the old behavior can still be enabled by invoking this method: com.luciad.view.TLcdLayeredSupport.setFireInitialEvents( true ) or by setting the system property 'com.luciad.view.TLcdLayeredSupport.fireInitialEvents' below to 'true'. A system property can be set when Java is started using a command line parameter, for example: java -Dcom.luciad.view.TLcdLayeredSupport.fireInitialEvents=true -classpath ...

    Upgrade considerationLuciadFusion

    TLcdMapLonLatGridLayer now fires property change events with property names starting with lowercase characters. This will only show up at runtime, not at compile time. When checking for the property names use equalsIgnoreCase or adapt the property name.

    5.3

    5.3.19

    Bug fixLuciadFusion

    The previous fix for this bug cased a new bug: the origin of the projection was not set correctly when constructing a TLcdPolarStereographic for the north pole.

    5.3.18

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModel now correctly updates its spatial index after allElementsChanged has been called.

    Upgrade considerationLuciadFusion

    Following controllers and action were registered with TLcdBeanManager by default when using the parameterless constructor:
    • TLcdGXYDragRectangleController
    • TLcdGXYEditController
    • TLcdGXYNewController
    • TLcdGXYNoopController
    • TLcdGXYOverviewController
    • TLcdGXYPanController
    • TLcdGXYSelectController
    • TLcdGXYZoomController
    • TLcdMapGridRulerController
    • TLcdMapRulerController
    • TLcdGXYSetControllerAction
    To avoid memory leaks, controllers are now no longer registered as beans with TLcdBeanManager by default. All constructors with the aRegisterInstance parameter are deprecated to discourage their use.

    5.3.17

    Bug fixLuciadFusion

    The class com.luciad.wms.server.TLcdOGCWMSCommandDispatcher used the ISO-8859-1 character encoding to send XML data (e.g. the capabilities) to the client instead of UTF-8, while the XML declaration tag in the data itself always specified the UTF-8 encoding. This caused problems when special characters were used, like the degree symbol. UTF-8 is now used as default character encoding.

    Bug fixLuciadFusion

    Unscaled text can now be scaled and rotated again. This was not possible from version 5.3 on.

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModelList no longer performs overly strict checks on the types of bounds of models that are added.

    Bug fixLuciadFusion

    TLcdCADRGModelDecoder and TLcdCADRGImageDecoder now have expandColorMap properties to expand CADRG color maps of decoded tiles to a full ARGB color model. This avoids problems in case of clashing color maps.

    5.3.16

    ImprovementLuciadFusion

    The package om.luciad.format.mif.gxy now supports MIF custom bitmap symbols.

    Bug fixLuciadFusion

    The class com.luciad.wms.server.TLcdOGCWMSCommandDispatcher ignored the optional TRANSPARENT parameter in a GetFeatureInfo request, making it impossible to retrieve an image with a transparent background using this type of request. This issue has been fixed.

    Bug fixLuciadFusion

    When a new polyline or polygon was created with the TLcdGXYPointListPainter snapping of the first point to other points is now possible again.

    Bug fixLuciadFusion

    TLcdMAPModelDecoder now correctly decodes rectangles with swapped corner coordinates.

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModel now returns the full 3D bounds instead of just the 2D bounds.

    Bug fixLuciadFusion

    TLcdLonLatFormatter now works correctly when created with the parameterless constructor.

    Bug fixLuciadFusion

    TLcdSHPModelEncoder now checks whether a model is featured and whether it can export the feature classes in the canExport method.

    5.3.15

    Bug fixLuciadFusion

    The methods createImageInputstream() and createImage() in com.luciad.wms.client.model.ALcdWMSProxy now check whether there are any visible styled named layer objects registered before executing a GetMap request. If not, no request will be sent anymore because this was unnecessary. To provide backwards compatibility, createImage() will return null in that case and createImageInputstream() will throw an IOException, which is in both cases similar to the behaviour when a service exception report is received from the server.

    Bug fixLuciadFusion

    Labels for arcbands are painted at the same location regardless of whether the arcband is selected or not.

    Bug fixLuciadFusion

    Some ILcdGXYPainter implementations did not fire property change events consistently when a property was set. This is now adapted for the following properties:
    • ALcdGXYPainter: displayName,
    • TLcdGXYArcBandPainter: createCounterClockwise, drawCenterWhenSelected, mode, paintCache
    • TLcdGXYArcPainter: drawCenter, drawCenterWhenSelected, paintCache, snapIcon,
    • TLcdGXYAreaShapeListPainter: defaultColor, selectionColor,
    • TLcdGXYBoundsPainter: paintCache, snapIcon,
    • TLcdGXYBufferPainter: creationBufferWidth, mode, paintCache, snapIcon
    • TLcdGXYCirclePainter: displayCenter, displayCenterOnSelection, distanceFormat, editingLabel, editingLabelBackground, editingLabelFilled, editingLabelFont, editingLabelForeground, editingLabelFrame, mode, paintCache, pointFormat, snapIcon
    • TLcdGXYEllipsePainter: drawCenter, mode, paintCache, snapIcon,
    • TLcdGXYIconPainter: icon, selectionIcon, snapIcon,
    • TLcdGXYLonLatHeightBufferPainter: creationBufferWidth, mode, paintCache,
    • TLcdGXYPointListPainter: fillSelection, mode, moveOnlyOnEdit, paintCache, snapIcon,
    • TLcdGXYPointShapeListPainter: defaultIcon, selectionIcon,
    • TLcdGXYPolylineShapeListPainter: defaultColor, paintCache, selectionColor,
    • TLcdGXYShapeListPainter: editTouchedOnly, shapeGXYPainterProvider, shapeGXYEditorProvider
    • TLcdGXYTextPainter: creationMode, framed.

    5.3.12

    ImprovementLuciadFusion

    The clipping done in com.luciad.view.gxy.TLcdAWTPath has been further improved to avoid some spurious diagonal lines when zooming in a lot.

    ImprovementLuciadFusion

    The performance of TLcdSelectionSupport when selecting large numbers of objects has been improved.

    Bug fixLuciadFusion

    TLcdUTMGridLayer did not have a model reference. It now returns the reference of zone 30 in the northern hemisphere.

    Bug fixLuciadFusion

    TLcdUPSGridLayer: the model on the layer did not have any model reference. It now has the reference for the northern hemisphere. The layer also takes into account the icon set. The selected objects method of the layer now returns an empty enumeration instead of null.

    5.3.11

    Bug fixLuciadFusion

    TLcdGXYLayerLabelPainter and TLcdGXYViewLabelPainter now handle multilabel painters correctly (previously, an IndexOutBoundsException was thrown in some cases).

    Bug fixLuciadFusion

    TLcdAdvancedMapRulerController used to indicate a wrong measurement if the ruler controller was deactivated, the projection was changed, the ruler was activated again and if it was set to display the projection plane distance.

    5.3.10

    ImprovementLuciadFusion

    TLcdCADRGImageDecoder now accepts invalid transparent output pixel codes in CADRG files.

    Bug fixLuciadFusion

    TLcdLonLatFormatter now correctly rounds the least significant digits again, fixing a bug introduced in a previous minor update.

    5.3.09

    ImprovementLuciadFusion

    TLcdSHPModelEncoder supports encoding in different character sets.

    ImprovementLuciadFusion

    The new TLcdLonLatBorderGridPainter paints a maritime-style grid around the map.

    ImprovementLuciadFusion

    TLcdRaster no longer tries to access a tile in its constructor, thus avoiding unnecessary loading of tiles.

    ImprovementLuciadFusion

    TLcdGXYLayerLabelPainter and TLcdGXYViewLabelPainter have a new property labelPriorityProvider. Its type is the new interface ILcdGXYLabelPriorityProvider. It allows to specify priorities for labels that are decluttered.

    ImprovementLuciadFusion

    TLcdJPLGeodeticDatumFactory can create a RPF93 geodetic datum and has an alias for RT90 added. As a result model references with EPSG codes 2154, 2400, 3019-3024, 4124, 4171, 4369, 4370, 4964, 4965 can now be decoded by the TLcdEPSGReferenceParser.

    ImprovementLuciadFusion

    TLcdEPSGReferenceParser supports EPSG code 2400.

    ImprovementLuciadFusion

    The EPSG resources have been updated to EPSG database version 6.8. For the update to have effect the new version of the lcd_epsg_resources.jar should be put in the classpath.

    ImprovementLuciadFusion

    Raster model decoders that support the forcedTransparencyIndex property now also apply it to grayscale images.

    Bug fixLuciadFusion

    WCS DescribeCoverage requests for an ILcdCoverageOffering with null bounds now produce a descriptive error message rather than an exception.

    Bug fixLuciadFusion

    TLcdLonLatHeightPolyline calculated its bounds in 2 instead of in 3 dimensions.

    Bug fixLuciadFusion

    Error message "Model changed received from model which is not contained in this view" used to be displayed when a model changed event was fired for a model of which the layer was added twice and removed once (or just added more often than it was removed).

    Bug fixLuciadFusion

    The warping raster painters no longer paint ghosting artifacts in some projections.

    Bug fixLuciadFusion

    The warping raster painters no longer produce blocky artifacts near the edges of the projections. They also properly paint rasters that wrap around the 180-degrees meridian.

    Bug fixLuciadFusion

    TLcdImageIcon now has an implementation for hashCode.

    Bug fixLuciadFusion

    TLcdSHPModelDecoder did not correctly decode polylineZ and polygonZ objects. As a result only the first object in the SHP file was decoded.

    Bug fixLuciadFusion

    TLcdGXYSelectController clear the previous selection when dragging in ALTERNATE mode. It now adds the objects selected in the rectangle to the current selection.

    Bug fixLuciadFusion

    TLcdGXYEditController now checks whether its selection is editable. If not, it reverts to the behaviour of the select controller. This allows dragging a rectangle from within a polygon, which was previously not possible, since the edit controller would try to edit the selected polygon.

    Bug fixLuciadFusion

    TLcdWKTReferenceParser did not correctly decode Lambert Conformal projections.

    Bug fixLuciadFusion

    Switching poles in a TLcdPolarStereographic projection gave incorrect results.

    Bug fixLuciadFusion

    The rotational parameters for some geodetic datums in TLcdJPLGeodeticDatumFactory were incorrect.

    Bug fixLuciadFusion

    Closing the OutputStream object in a custom implementation of ILcdModelEncoder resulted in a duplication of the result. This bug has been fixed.

    Bug fixLuciadFusion

    The list of TLcdImageIcon objects created stored in TLcdImageIcon contained duplicates, decreasing the caching performance.

    Bug fixLuciadFusion

    All ILcdISO19115Entity implementations now uniformly implement ILcdCollectionFeaturedDescriptor. Before, only ILcdISO19115Entity implementations with one or more multivalued features implemented this interface. The implementation for classes without multivalued features delegates to ILcdFeaturedDescriptor.getFeatureClass(int).

    Bug fixLuciadFusion

    TLcdMultivaluedRasterModelDescriptor has been fixed so the argument names of its constructor reflect the correct order of source name, type name, and display name.

    Bug fixLuciadFusion

    TLcdLonLatFormatter has been fixed to correctly format according to the DEC_MIN_1, DEC_MIN_2, and NSWE2. The formatter also supports new formats DEFAULT1, SHORT_DEC_DEG_x, SHORT_DEC_MIN_x, and SHORT_DEC_SEC_x.

    Bug fixLuciadFusion

    Each ALcdISO19103CodeList implementation that is not declared final now overrides the protected method addCode(ILcdISO19103Code) to check whether the supplied code has the correct type. For example, TLcdISO19115DateTypeCodeList now only accepts TLcdISO19115DateTypeCode instances. If the check fails, an IllegalArgumentException is thrown.

    Bug fixLuciadFusion

    TLcdPropertyCanvasSW no longer directly calls JComponent.paint.

    Bug fixLuciadFusion

    TLcdGXYPointListPainter and TLcdGXYBufferPainter will only accept snap targets when one of their points is touched. Point lists which are dragged by a segment over a point to which it can snap will no longer trigger painting a snap icon when no point of the point list is touched by the mouse.

    5.3

    ImprovementLuciadFusion

    TLcdMIFModelEncoder can have an ILcdOutputStreamFactory set. This factory is used to create output streams in the methods createBufferedWriter() and createMIDBufferedWriter().

    ImprovementLuciadFusion

    TLcdDistanceUnit, TLcdSpeedUnit and TLcdAltitudeUnit implement the new interface ILcdISO19103UnitOfMeasure.

    ImprovementLuciadFusion

    com.luciad.util.iso19103 contains utility classes as defined in the ISO standard 19103:
    • ILcdISO19103CodeList: an extendable list of constants.
    • ILcdISO19103Code: an element of a code list.
    • ILcdISO19103UnitOfMeasure: a general definition of units for measurements.
    • ILcdISO19103Measure: a general definition of a measurement.
    • ILcdISO19103Record: an interface for a dictionary, where values are referred to by String keys.
    • TLcdISO19103MeasureTypeCode: codes for types of measurement.

    ImprovementLuciadFusion

    ILcdCollectionFeaturedDescriptor is an extension to ILcdFeaturedDescriptor which adds a level of redirection for features which are multivalued. As a feature can be multivalued, the class of the feature is a collection, an Enumeration for example. This hides the class of the objects inside the collection. The ILcdCollectionFeaturedDescriptor allows to retrieve the class of elements in the collection.

    ImprovementLuciadFusion

    TLcdMultilevelRasterPainter, TLcdNoWarpMultilevelRasterPainter, and TLcdWarpMultilevelRasterPainter now provide utility methods to find the most suitable raster level in a multi-level raster, in a given context.

    ImprovementLuciadFusion

    com.luciad.metadata.iso19115 and com.luciad.metadata.iso19139 are two new packages which contain implementations for the ISO 19115 standard and ISO 19139 draft on metadata. ISO 19115 contains a comprehensive conceptual description of a metadata which can be associated to a dataset. The package com.luciad.metadata.iso19115 contains a java implementation of this schema. ISO 19139 describes an XML implementation of the ISO 19115 standard and describes how XML files containing metadata information should be structured. The package com.luciad.metadata.iso19139 enables decoding these XML files. As ISO 19139 is not yet an accepted standard this code has to be considered as beta code at least until the ISO 19139 is published as a standard.

    ImprovementLuciadFusion

    TLcdRasterModelDecoder now attaches TLcdRSTModelDescriptor instances or TLcdMultilevelRSTModelDescriptor instances to decoded models.

    ImprovementLuciadFusion

    TLcdJAIModelDecoder, TLcdTABRasterModelDecoder, and TLcdTFWRasterModelDecoder now attach TLcdJAIModelDescriptor instances or TLcdMultilevelJAIModelDescriptor instances to decoded models.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder now attaches TLcdGeoTIFFModelDescriptor instances or TLcdMultilevelGeoTIFFModelDescriptor instances to decoded models.

    ImprovementLuciadFusion

    TLcdGXYLayerLabelPainter and TLcdGXYViewLabelPainter no longer keep a reference to the ILcdGXYLayer they last used.

    ImprovementLuciadFusion

    TLcdGXYLayer.applyOnInteract was keeping a reference to the ILcdFunction argument last passed when an TLcdOutOfBoundsException occurred.

    ImprovementLuciadFusion

    TLcdGXYSelectController no longer keeps dangling reference to ILcdGXYLayer is has last used.

    ImprovementLuciadFusion

    TLcdGXYMagnifierController now cleans up its listeners from the ILcdGXYView.

    ImprovementLuciadFusion

    TLcdTiled2DBoundsIndexedModel no longer keeps a dangling reference to the ILcdFunction that is passed in applyOnInteract2DBounds.

    ImprovementLuciadFusion

    These classes no longer keep a strong reference from the listener they add to an associated object to themselves (requires Java 1.2 or above to be available). The classes are: TLcdModelList, TLcdGXYLayerList, all ILcdGXYView implementations and TLcdLayer (TLcdGXYLayer is extension of TLcdLayer). This simplifies garbage collection of ILcdGXYView objects, ILcdGXYLayer objects, and so on. Prior to this enhancement, users of the API had to explicitly remove an object from its parent. For example, it was needed to use TLcdLayer.setModel( null ) to make sure a layer was garbage collected when the ILcdModel was still used elsewhere.

    ImprovementLuciadFusion

    These classes now clone their collection of listeners before firing an event: TLcdSelectionSupport, TLcdStatusEventSupport, TLcdGXYOverviewController, TLcdMapGeorefGridLayer, TLcdMapLonLatGridLayer, TLcdUPSGridLayer, TLcdUTMGridLayer, TLcdLayeredSupport and TLcdPropertyChangeDispatcher. This allows listeners to remove themselves while handling an event.

    Bug fixLuciadFusion

    TLcdSphereUtil did not return the correct point when looking for the closest point to a point on a geodetic segment when the point was one of the end points of the segment.

    Bug fixLuciadFusion

    TLcdSHPModelEncoder can encode BigInteger features as numericals. This is mainly a convenience for models produced by database model decoders. The TLcdSHPModelDecoder will not produce BigInteger objects when decoding the same dbf file.

    Bug fixLuciadFusion

    TLcdGXYLayer had no intention to stop painting when stopPainting() was called on a layer which had a ILcd2DBoundsIndexedModel.

    Bug fixLuciadFusion

    The fonts used to display MIF and MAP true type font symbols have a slightly larger size. In some cases the details of the symbols were lost because the font size was too small as compared to the size defined in the MAP file.

    Bug fixLuciadFusion

    TLcdVVJPanel has a new property snapViewToGrid which by default is true (for backward compatibility reasons). When switching to false the vertical view no longer snaps to multiples of 10,100,1000,... but instead shows a grid line with the actual minimum and maximum set to the view.

    Bug fixLuciadFusion

    TLcdSHPModelDecoder can have a character set set for DBF decoding. This enables decoding of DBF files with characters not in the ISO8859-1 set.

    Bug fixLuciadFusion

    TLcdGXYBoundsPainter no longer accepts a snap target if not one of the corner points is touched. This allows snapping only when one of the four corner points is over another point.

    Upgrade considerationLuciadFusion

    All domain objects of the core, such as TLcdXYCircle, TLcdLonLatEllipse and so on, and all optional modules now implement their ILcdCache using weak references to the keys. This allows cleaning up the value if a key is no longer strongly reachable. Although this change is marked incompatible, the actual incompatibilities you experience should be minimal. You will only be affected if you wrote your own code (an ILcdGXYPainter for example) that stores information in the ILcdCache of domain objects using an object as a key that is not strongly referenced elsewhere. For example, if you are using a construct similar to ILcdCache.insertIntoCache( new MyKey(), new MyValue ), you might experience a performance degradation for that specific part. If you use constructs similar to ILcdCache.insertIntoCache( this, new MyValue ), you will not be affected. If needed, the behavior of the caches can be reverted to its original behavior using com.luciad.util.TLcdCache.setUseWeakKeyReferences( false ).

    5.2

    5.2.03

    ImprovementLuciadFusion

    TLcdMIFPenGXYPainterStyle and TLcdMIFBrushGXYPainterStyle now have public setters for the line style and fill style, respectively, making it easier to modify the default MIF symbolization.

    ImprovementLuciadFusion

    TLcdLonLatGridPainter now sends out PropertyChangeEvent objects with the correct old values.

    ImprovementLuciadFusion

    TLcdGXYViewFitAction will produce some output on TLcdLog when the fit failed and tracing is on.

    ImprovementLuciadFusion

    TLcdMapLocation will produce some output on TLcdlog when no view is set and tracing is on.

    ImprovementLuciadFusion

    TLcdGeoTIFFModelDecoder, TLcdTFWRasterModelDecoder, and TLcdBILModelDecoder now use filename extensions with matching case when looking for corresponding metadata files.

    Bug fixLuciadFusion

    Previously the TLcdGXYEditController would edit the selection even if it was not touched. This lead to unexpected results when selecting in ALTERNATE mode by dragging the mouse. The edit controller now checks whether at least one object in the selection is touched.

    Bug fixLuciadFusion

    TLcdGXYEditController wrongfully removed objects from the snappables when they were removed from the selection.

    Bug fixLuciadFusion

    TLcdVVJPanel has an extra property to set whether the label of a point should painted while editing the point. For backward compatibility the property is initialized to true.

    Bug fixLuciadFusion

    TLcdGXYNewController now asks the painter of the snap target to paint in SNAPS mode (usually this is a snap icon) when snapping to objects defined in another reference. Though snapping to objects defined in other references was enabled, it was not visually marked by the appearance of snap icons.

    Bug fixLuciadFusion

    TLcdModelList now also redispatches ALL_OBJECTS_CHANGED to its associated listeners.

    5.2.01

    ImprovementLuciadFusion

    TLcdDTEDColorModelFactory now creates a default ColorModel that also has colors for negative elevations (depths).

    Bug fixLuciadFusion

    TLcdMAPModelDecoder now properly decodes the color of TrueType font symbols.

    Bug fixLuciadFusion

    TLcdMAPModelDecoder and TLcdMIFModelDecoder now support the multipoint and collection geometry types (with new MIF shape classes TLcdMIFMultipoint and TLcdMIFCollection).

    Bug fixLuciadFusion

    TLcdGMLModelEncoder and TLcdGMLSchemaEncoder now prefix attribute names (obtained vian ILcdFeatured) with an underscore if they start with a numerical digit. XML does not allow element names to start with a digit, so this scenario previously resulted in unreadable GML files.

    Bug fixLuciadFusion

    The raster painters now properly take into account scaling of the Graphics objects when checking the densities of rasters to be painted.

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModel.applyOnInteract2DBounds now correctly applies the given function to points that are clumped together.

    5.2

    ImprovementLuciadFusion

    TLcdVVJPanel has a property buffered which when set to true caches the grid lines, the main profile and the subprofiles thus improving performance. The default value is false for backward compatibility reasons.

    ImprovementLuciadFusion

    TLcdPrintComponentAction now supports more flexible print scaling and better quality and memory usage.

    ImprovementLuciadFusion

    The new class TLcdGeoTIFFModelEncoder provides support for encoding raster models as GeoTIFFs.

    ImprovementLuciadFusion

    TLcdDefaultObjectInModelFilter has improved performance for ILcd2DBoundsIndexedModel implementations.

    ImprovementLuciadFusion

    TLcdGXYSelectController allows control over the fact whether interaction with the selection clip should be strict or not. Default setting is false for backwards compatibility. Setting this value to true can have an effect on performance if the view contains layers with data which is lazily loaded.

    ImprovementLuciadFusion

    TLcdVVJPanel has new methods getMin/MaxViewAltitude which return the model altitudes of the top and bottom pixels in the vertical view. This facilitates the transformation of pixel coordinates to model altitudes.

    ImprovementLuciadFusion

    The class com.luciad.view.gxy.controller.TLcdGXYContinuousPanController has been introduced. This extension of the standard pan controller allows for continuous panning, i.e. without blank borders around the edges of the view. The raster painters (TLcdRasterPainter and TLcdMultilevelRasterPainter) have been extended with new features that enhance the performance of continuous pan operations for raster data. A demonstration of these new features can be found in the samples.continuouspan package.

    ImprovementLuciadFusion

    A new interface ILcdWFSFilteredModelFactory has been introduced. ALcdOGCWFSCommandDispatcherFactory has been extended accordingly, with a new createFilteredModelFactory() method. This method can be overridden by applications that wish to extend or reimplement the filtering behaviour of the WFS. The default implementation performs filtering exactly as it was done in previous LuciadMap versions. Please refer to the API documentation for further details.

    ImprovementLuciadFusion

    The WFS now supports the MAXFEATURES parameter, allowing clients to restrict the number of features returned by a query.

    ImprovementLuciadFusion

    TLcdVVAltitudeRangeSliderJPanel listens to the vertical view jpanel to adapt its minimum and maximum when this is set by any other source than the slider.

    ImprovementLuciadFusion

    TLcdDefaultVVRenderer can have a formatter set to paint the labels of the points of the main profile.

    ImprovementLuciadFusion

    The TLcdDMEDModelDecoder and TLcdDTEDDirectoryModelDecoder now have the flag to fall back to higher resolution DTED levels set to false, by default. This is done to avoid unexpected long loading times when only high resolution DTEDs are available. The flag can still be set to true to obtain the previous default behavior.

    ImprovementLuciadFusion

    The TLcdDMEDModelDecoder, and TLcdDTEDDirectoryModelDecoder now allow to check the presence of DTED tiles immediately instead of lazily. Raster levels that are not present are not created.

    ImprovementLuciadFusion

    The TLcdDMEDModelDecoder, TLcdDTEDModelDecoder, and TLcdDTEDDirectoryModelDecoder now support geodetic datums other than the standard WGS84.

    ImprovementLuciadFusion

    The TLcdDMEDModelDecoder, TLcdDTEDModelDecoder, and TLcdDTEDDirectoryModelDecoder now also retrieve DTED metadata.

    ImprovementLuciadFusion

    The TLcdCADRGModelDecoder now also retrieves CADRG/CIB metadata.

    ImprovementLuciadFusion

    The new ILcdDatabaseEncoder2 interface supports updating by means of a single UPDATE statement instead of a DELETE statement followed by an INSERT statement. Apart from being more efficient, it also solves some problems with automatically generated keys.

    ImprovementLuciadFusion

    The vertical view has methods to retrieve and set the location of the vertical cursor at a point of the main profile.

    Bug fixLuciadFusion

    TLcdGMLModelEncoder now properly sets up default namespaces and other properties such that in its default state, it produces files which are readable by TLcdGMLModelDecoder.

    Bug fixLuciadFusion

    TLcdFeaturedPointGXYLayerCodec, TLcdFeaturedPolygonGXYLayerCodec and TLcdFeaturedPolylineGXYLayerCodec used 'new int[]{0}' as default feature indices. This means that if there is an ILcdFeaturedDescriptor, but no features are available (for example .dbf file cannot be read for .shp files), exceptions are thrown when labeling is enabled (or selection + selection labeled). They now use 'null' as default feature indices.

    Bug fixLuciadFusion

    TLcdMapLocation returns the string mi/pixel as unit for the scale expressed in miles per pixel.

    Bug fixLuciadFusion

    TLcdMIFModelDecoder returned a TLcdVectorModel when the decoded model contained only 1 point, regardless of the setting of useIndexedModel. It now returns a TLcd2DBoundsIndexedModel.

    Bug fixLuciadFusion

    The WMS now defers the sending of GetMap and GetFeatureInfo results until the features have been successfully encoded. This ensures that partially encoded data does not get sent to the client, only to be followed by a service exception report.

    Bug fixLuciadFusion

    The WFS now defers the sending of GetFeature results until the features have been successfully encoded. This ensures that partially encoded data does not get sent to the client, only to be followed by a service exception report.

    Bug fixLuciadFusion

    The WCS now defers the sending of GetCoverage results until the coverages have been successfully encoded. This ensures that partially encoded data does not get sent to the client, only to be followed by a service exception report.

    Upgrade considerationLuciadFusion

    When doing a GetFeature request, earlier versions of the WFS looked for any <PropertyName> elements in the "wfs" namespace. The WFS specification, however, places these elements in the "ogc" namespace. The WFS has been modified to conform with the specification, which means that applications may need to be updated accordingly.

    5.1

    5.1.08

    Bug fixLuciadFusion

    ALcdShapeList updates its focus point when a new set of shapes is set to the shape list.

    5.1.07

    ImprovementLuciadFusion

    TLcdWKTReferenceParser now decodes the prime meridian and the angular units. This enables the TLcdEPSGReferenceParser to decode the following references:
    • France: EPSG codes 27571-27274, 27581-27584, 27591-27594, 2192
    • Cuba: EPSG codes 2085, 2086
    • Guatemala: EPSG codes 32061, 32062
    In order to decode these references correctly the lcd_epsg_resources.jar needs to be updated.

    Bug fixLuciadFusion

    Removed a possible deadlock during view painting when the paintInBackground was active on a view.

    Bug fixLuciadFusion

    TLcdGMLSchemaDecoder now recognizes elements of which the type is defined by a nested <simpleType> element. Such elements were previously ignored.

    Bug fixLuciadFusion

    TLcdDIMAPModelDecoder now properly fills out the source name in the decoded TLcdDIMAPModelDescriptor.

    5.1.06

    ImprovementLuciadFusion

    TLcdBufferedTile now provides methods to retrieve the file name and image index of the tile that it reads.

    5.1.05

    Bug fixLuciadFusion

    Fixed null pointer exception which sometimes occurred when resizing a view with paint in background enabled.

    Bug fixLuciadFusion

    Fixed deadlock when panning with paint in background enabled on a view.

    Bug fixLuciadFusion

    TLcdGXYBoundsPainter no longer paints the outline of the bounds when it is in FILLED mode. The outline is now only painted when the painter is in OUTLINED or OUTLINED_FILLED mode.

    Bug fixLuciadFusion

    TLcdMIFModelEncoder no longer returns true for canExport of an ILcdModel that contains a ILcdBounded object. ILcdBounded objects were not encoded anyway. Only ILcdBounds objects are encoded.

    5.1.04

    ImprovementLuciadFusion

    Two extra classes have been added to the API, namely com.luciad.wms.client.model.ALcdOGCWMSCapabilities and com.luciad.wms.client.model.ALcdOGCWMSService. The class ALcdOGCWMSCapabilities contains information about the capabilities of a Web Map Service. It can be accessed via the method getWMSCapabilities() in com.luciad.wms.client.model.ALcdWMSProxy. Some of its information (like the layer descriptions) was already accessible via ALcdWMSProxy; this class now delegates to ALcdOGCWMSCapabilities to retrieve that information. The class ALcdOGCWMSService contains general information about a Web Map Service (corresponding to the 'Service' tag in the capabilities document). It can be accessed via the method getWMSService() in ALcdOGCWMSCapabilities.

    Bug fixLuciadFusion

    When moving a point which was just selected, the selection changed event threw a NullPointerException when retrieving the change for that object. For this purpose the TLcdSelectionChangedEvent was adapted to accept 2 Vector objects with selected objects and deselected objects. It is up to the creator of the event that no object is in both of these vectors. To speed up performance one can now retrieve the selected objects and deselected objects separately through the methods selectedElements and deselectedElements.

    Bug fixLuciadFusion

    Featured models with featurenames longer than 11 were not exported correctly in SHP format. These feature names are now truncated at 11 characters.

    Bug fixLuciadFusion

    TLcdGXYTextPainter can have a null frame style set.

    Bug fixLuciadFusion

    The magnifier window (displayed when setting the TLcdGXYMagnifierController) now adapts to changes of its underlying view, for example a projection change.

    Bug fixLuciadFusion

    TLcdGXYLayerList fires property change events when the label, icon or GXYpen is set.

    Bug fixLuciadFusion

    TLcd2DBoundsIndexedModelList does not accepts TLcdVectorModel objects when added. The canAddModel method has been adapted.

    Bug fixLuciadFusion

    ALcdGXYSmartController is not dragging by default. The value returned by isDragging is now false on construction.

    Bug fixLuciadFusion

    TLcdGXYPointListPainter calls setupGraphicsForPoint before painting a point.

    Bug fixLuciadFusion

    The vertical view does not throw an exception any more when dragging the mouse while no model was set yet.

    Bug fixLuciadFusion

    TLcdGMLDecoder now correctly creates ILcdComplexPolygon objects when encountering a "MultiPolygon" element in the GML document. Before this fix, such elements would be decoded as ILcdShapeList objects.

    Bug fixLuciadFusion

    Some elements in TLcd2DRegularTiledBoundsIndexedModel: positioned outside the regular raster, within the raster but overlapping with multiple tiles, or within the raster but on a place where no tile exists, were skipped sometimes in applyOnInteract. A new constructor has also been added offering the possibility to auto-generate a regular raster

    Bug fixLuciadFusion

    TLcdVVJPanel sometimes displayed a non-empty filled subprofile when the minimum and maximum values were equal.

    Bug fixLuciadFusion

    The class com.luciad.format.database.gxy.TLcdDatabaseGXYPainterProvider now correctly handles shape lists when being used as an editor provider.

    Upgrade considerationLuciadFusion

    The model class com.luciad.model.TLcdModelList now also accepts other model descriptors than the default TLcdEditableModelListDescriptor. The impact of this change should be minimal as TLcdEditableModelDescriptor implements ILcdModelDescriptor.

    5.1.02

    Bug fixLuciadFusion

    The SHP model decoder and encoder now use the ISO-8859-1 character set to decode/encode DBF files. This solves some problems with characters in the DBF file which were outside the classic ASCII range.

    Bug fixLuciadFusion

    Take some special cases for line segment intersection into account, i.e., two line segments on same meridian or on equator.

    5.1.01

    Bug fixLuciadFusion

    The methods createImageInputstream() and createImage() in com.luciad.wms.client.model.ALcdWMSProxy executed sometimes an unnecessary GetMap request to a LuciadMap Web Map Server when using certain projections, causing a performance penalty.

    5.1

    ImprovementLuciadFusion

    TLcdLonLatParser takes commas into account as decimal separator char and TLcdLonLatFormatter can have a character set to separate the longitude and latitude coordinate.

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdAdvancedMapRulerController is a tool to measure distances on the map. The visualisation of the distances is highly customizable using ILcdGXYPainter's, ILcdGXYEditor's and ILcdGXYLabelPainter's. Distances can be measured in different modes: geodesic distance, rhumbline distance and projection plane distance. samples.gxy.ruler.MainApplet shows how it can be used.

    ImprovementLuciadFusion

    com.luciad.gui.swing.TLcdColorMapCustomizer is a Customizer for a TLcdColorMap object. This enables visual and textual editing of color maps. Such a color map can be used to create a TLcdIndexColorModel. All this together allows to easily change the coloring of raster data, such as DTED or GRIB data, in the user interface. MainApplet in samples.gxy.colormap demonstrates this.

    ImprovementLuciadFusion

    Some new modeldescriptors are introduced to facilitate detection of the origin of data. Model decoders now produce models with a specific model descriptor:
    • com.luciad.format.magneticnorth.TLcdIGRFModelDecoder: com.luciad.format.magneticnorth.TLcdIGRFModelDescriptor
    • com.luciad.format.magneticnorth.TLcdWMMModelDecoder: com.luciad.format.magneticnorth.TLcdWMMModelDescriptor

    Bug fixLuciadFusion

    The name of the layer style file that TLcdMultilevelRasterGXYLayerCodec (and the other layer codec implementations) tried to find was wrong when the path contains a dot (.), but the file does not contain a dot. For example, release\LuciadMap\5.0\LuciadMap\samples\Data\Dted\Alps\dmed

    Bug fixLuciadFusion

    The property change event fired when the model changes on a TLcdVVJPanel now includes the old and new values of the models.

    Bug fixLuciadFusion

    The EPSG reference parser API documentation contains a list of supported EPSG codes.

    Bug fixLuciadFusion

    TLcdOpenAction methods setPredefinedFileNames and getPredefinedFileNames have been added to replace setPredefinedFileNames and getPredefinedFileNames. These methods are now deprecated.

    Bug fixLuciadFusion

    The class com.luciad.wms.client.model.ALcdWMSNamedLayer has been extended with two methods, getMinScaleDenominator() and getMaxScaleDenominator. These methods retrieve the minimum and maximum scale range from a layer as defined in the WMS 1.3.0 specification.

    Bug fixLuciadFusion

    ALcdPoint implements the method hashCode, since it already implemented equals.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdRasterPainter and com.luciad.format.raster.TLcdMultilevelRasterPainter no longer try to reuse a cached image when their ColorModel properties have changed.

    Upgrade considerationLuciadFusion

    Deployment licenses are now expected to be in a file name deployment_license.txt instead of runtime_license.txt. The change is incompatible in the sense that the license may not be found if it is still in a file called runtime_license.txt. Note that this text file is looked for in the classpath and may be contained in a jar file. The name of the jar file is of no importance (as long as it is in the classpath). Renaming the jar file will thus not solve this incompatibility.

    5.0

    5.0.06

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdRasterPainter and com.luciad.format.raster.TLcdMultilevelRasterPainter have been fixed to throw PropertyChangeEvents again.

    Bug fixLuciadFusion

    The clipping done in com.luciad.view.gxy.TLcdAWTPath has been improved to avoid integer overflows.

    Bug fixLuciadFusion

    The WMS 1.3.0 service exception reports are now always well-formed XML.

    Bug fixLuciadFusion

    Some DTED level 2 files could not be read, due to the fact that the resolution and the number of horizontal/vertical lines was not encoded in 4 figures.

    Bug fixLuciadFusion

    For a specific setup (Linux, JDK 1.5.0, System look and feel), the TLcdGXYViewJJPanel caused a null pointer exception on instantiation.

    Bug fixLuciadFusion

    When using a spatial filter with a multiple geometries only the first geometry was taken into account.

    5.0.04

    ImprovementLuciadFusion

    The UTM grid layer can be based on any geodetic datum, not just WGS 84. The utility classes com.luciad.view.map.TLcdUTMMgrsUtil and com.luciad.view.map.TLcdMapLocation take this into account from now on.

    Bug fixLuciadFusion

    The arcband painters isTouched sensitivity was hardcoded and not accessible in the class. This could result in unexpected behaviour when extending the method. The pens hotpoint size is now used as the sensitivity. Remark that by default this is less than the previous value.

    Bug fixLuciadFusion

    Setting a new model on a sub layer of a TLcdGXYLayerList caused a NoSuchElementException when removing the sub layer from the layer list.

    Bug fixLuciadFusion

    The TLcdMapJPanel sometimes displayed only the background when it was invalidated before it was visible and its size was changed shortly after.

    Bug fixLuciadFusion

    The buffer painter no longer stops creation of a buffer when the last point created was put on top of another point of that same buffer.

    5.0.03

    ImprovementLuciadFusion

    The API has been slightly relaxed to allow the implementation of custom WFS requests through the API:
    • The "final" modifier has been removed from the createCommandDispatcher() method of ALcdOGCWFSCommandDispatcherFactory;
    • The registerRequestHandler() method of ALcdOGCCommandDispatcher has been promoted from protected to public.
    This enables users to extend the WFS by installing their own implementations of the ILcdRequestHandler interface.

    ImprovementLuciadFusion

    The API has been slightly relaxed to allow the implementation of custom WCS requests through the API:
    • The "final" modifier has been removed from the createCommandDispatcher() method of ALcdOGCWCSCommandDispatcherFactory;
    • The registerRequestHandler() method of ALcdOGCCommandDispatcher has been promoted from protected to public.
    This enables users to extend the WCS by installing their own implementations of the ILcdRequestHandler interface.

    ImprovementLuciadFusion

    com.luciad.reference.format.TLcdEPSGReferenceParser has clearer error messages.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdLambertFrenchGridReference supports a carto property to specify whether the zone number should be prefixed to the false northing.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYViewFitAction reverts the view to a predefined scale if the layer to fit has bounds with width and height equal to 0. This is typical for layers with an ILcd2DBoundsIndexedModel containing only 1 point. This avoids extreme zoom in on this kind of layers.

    ImprovementLuciadFusion

    The SHP model encoder (com.luciad.format.shp.TLcdSHPModelEncoder)requires a ILcdFeaturedDescriptor instead of a TLcdFeaturedModelDescriptor to encode the features in a DBF file.

    ImprovementLuciadFusion

    The label painters com.luciad.view.gxy.TLcdGXYLabelPainter and com.luciad.view.gxy.TLcdGXYEditableLabelPainter have a method paintPin which can be overwritten to change the pin style.

    ImprovementLuciadFusion

    Most of the projections used a shared instance of a out of bounds exception (com.luciad.util.TLcdOutOfBoundsException) for performance reasons. When this exception is thrown and not caught, the stack trace could not be used to detect the origin of the exception. For debuggin purposes, the exception class now has a static method to return a new exception every time. The stack trace of the exception is then filled at the location it occurs.

    ImprovementLuciadFusion

    The method geodesicPointSFCT in com.luciad.geodesy.TLcdEllipsoid which computes a point at a fraction between two given points has improved accuracy.

    ImprovementLuciadFusion

    com.luciad.format.shp.TLcdSHPModelDecoder has a method setWithFeatures to turn of reading the DBF file.

    Bug fixLuciadFusion

    The icon painters method to return an icon based on the painter mode has been refined, since the icon painter painted the default icon on top of the selection icon when the layer was editable.

    Bug fixLuciadFusion

    Fitting to layers containing very large objects (compared to the scale) in a TLcdVector model is now more accurate. This voids the need to apply consecutive fit actions to achieve the correct result.

    Bug fixLuciadFusion

    The UTM grid parallels at the highest scale are now painted more accurately.

    Bug fixLuciadFusion

    The UTM grid is now painted when partially out of bounds on every zoom level.

    Bug fixLuciadFusion

    The grid pen (com.luciad.view.map.TLcdGridPen) did not construct its AWT path correctly for polygons. The one but last point of the point list was connected to the first point to close the polygon, instead of the last point of the point list.

    Bug fixLuciadFusion

    In a multiple selection a circle would move along when another object in the selection was being edited (in RESHAPED mode).

    Bug fixLuciadFusion

    An arc in a multiple selection did not move when the rest of the selection was moved if it was not touched by the mouse pointer.

    Bug fixLuciadFusion

    Very flat ellipses are now painted better. Parts of the ellipse were not painted before due to clipping settings which were too strict.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder correctly supports the french grid systems.

    Bug fixLuciadFusion

    The edit controller repaints even when the edited object no longer has bounds, for example, when the text of an ILcd2DEditableText is emptied.

    Bug fixLuciadFusion

    The text painter throws a TLcdNoBoundsException when the text is null or has zero length. This will avoid unclear exceptions when ILcdText creation is canceled when entering the text.

    Bug fixLuciadFusion

    When performing a GetFeature request in XML format, the "outputFormat" attribute is now no longer ignored.

    Bug fixLuciadFusion

    The polygon label painter (com.luciad.view.gxy.TLcdGXYPolygonLabelPainter) did not throw a no bounds exception when the object to which the label belonged was out of bounds. This had an effect amongst others on the label deconfliction.

    Bug fixLuciadFusion

    com.luciad.reference.format.TLcdWKTReferenceParser better parses projection parameters.

    Bug fixLuciadFusion

    When one of the models in a model list (com.luciad.model.TLcdModelList) did not contain any elements hasMoreElements returned false, while the next model(s) could still contain elements.

    Bug fixLuciadFusion

    com.luciad.geometry.cartesian.TLcdXYZRotation no longer throws a NullPointerException after changing one of the angles.

    5.0.01

    ImprovementLuciadFusion

    The release contains a sample Proguard configuration file for end user applications using LuciadMap.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder has clearer error messages when the reference cannot be decoded.

    5.0

    ImprovementLuciadFusion

    com.luciad.beans.swing.TLcdPropertySheetSW and com.luciad.beans.awt.TLcdPropertySheetAWT throw an exception with a clearer message when cloning fails.

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder uses the model descriptor to determine the attribute type if available. If that information is not available it falls back to the schema.

    ImprovementLuciadFusion

    All decoders by default do not use NIO, except for the tiledecoders in the raster package (com.luciad.format.raster.ALcdTile extensions).

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdCADRGModelDecoder has a stricter check for what it can decode ( a.toc instead of .toc).

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdCADRGModelDecoder supports C-89041A specification.

    ImprovementLuciadFusion

    com.luciad.util.TLcdSubEnumeration has the possibility to specify a key provider.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYEditableLabelPainter has an extra property to configure the label text alignment. The label text can be placed right,left or centered next to the old mode which placed the text depending on the labels position with regard to the object.

    ImprovementLuciadFusion

    If a request specifies a bounding box that does not lie completely inside the bounds of the selected coverage, the WCS server will now return only the area for which the coverage is defined. Prior to version 4.4, the WCS would return an image that contained blank areas where the coverage was undefined.

    Bug fixLuciadFusion

    Creating a point list by snapping to existing points is now possible with the point list painter (com.luciad.view.gxy.TLcdGXYPointListPainter). When the icons of the points snapped to were big, this failed because the point was moved over such a distance that it was no longer recognized as being touched by the mouse.

    Bug fixLuciadFusion

    The point list painter com.luciad.view.gxy.painter.TLcdGXYPointListPainter incorrectly handled insertion of 3D editable points into a polygon.

    Bug fixLuciadFusion

    The arc painter and ellipse painter, com.luciad.view.gxy.painter.TLcdGXYArcPainter and com.luciad.view.gxy.painter.TLcdGXYEllipsePainter display cursors consistent with the behavior of the painter.

    Bug fixLuciadFusion

    TLcdGXYArcPainter and TLcdGXYArcbandPainter in com.luciad.view.gxy.painter are more consistent with regard to the painter mode HANDLES.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYEditController has a stricter check on the editor mode: for the editor mode RESHAPED, only the CTRL key has to be pressed.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYNewController threw a NullPointerException when no action was set to be triggered after creation. This was due to the new controller not implementing the paint method well.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYNewController no longer needs the mouse to move to perform a repaint. When the view was updated programmatically, the newly created object would disappear when it was not created entirely yet.

    Bug fixLuciadFusion

    The filled triangle mode in com.luciad.gui.TLcdSymbol uses the fill color passed.

    Bug fixLuciadFusion

    The method intersection2DLineSegmentsSFCT in com.luciad.geodesy.TLcdSphereUtil did not move the given point to the intersection point in a special case, although the point was computed correctly. This resulted in an incorrect number of intersection points (0 instead of 1).

    Bug fixLuciadFusion

    com.luciad.geodesy.TLcdSphereUtil occasionally had a numerical problem in closestPointOnGeodesic, which resulted in one of the end points being returned.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFF better computes bounds of images referenced by multiple tie points.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdRasterPainter supports wrap-around for rasters. This is useful for raster data spanning the whole globe.

    Bug fixLuciadFusion

    com.luciad.model.TLcdTiled2DBoundsIndexedModel returns null for the model reference if no submodels were added yet, instead of throwing an exception.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder sets the number of features to 0 if no MID file could be decoded. This prevents a difference between the number of features stated in the descriptor and the number of features of the objects in the model.

    Bug fixLuciadFusion

    com.luciad.format.gml.TLcdGMLSchemaEncoder handles all geometries even when the model is empty.

    Upgrade considerationLuciadFusion

    com.luciad.gui.swing.TLcdBasicRangeSliderUI allows labels to be placed at non-integer values of the slider. This is useful for sliders with small ranges. The methods paintHorizontalLabel and paintVerticalLabel now have a double argument instead of an integer. This only has an influence if you have overridden these methods. The methods signature should then be changed.

    4.3

    4.3.13

    ImprovementLuciadFusion

    When creating objects to be inserted or updated in a model, the WFS now uses the model descriptor (ILcdFeaturedDescriptor) to determine attribute types, rather than looking for the subset of types that can be identified in an XML schema.

    4.3.09

    ImprovementLuciadFusion

    Added WCS server optimizations that will lead to significant speedups when requesting coverages from a tiled or multilevel raster source.

    4.3.08

    ImprovementLuciadFusion

    A test has been added to avoid a useless call to the Web Map Server, ie, if no layers are visible.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYSelectController deselects if there is no potential selection when in CHOOSE mode.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdDTEDTileDecoder has support for tiling large DTED tiles.

    Bug fixLuciadFusion

    com.luciad.format.magneticnorth.TLcdIGRFMagneticNorthMap assumed a space between the last two columns, which newer data files do not have.

    4.3.07

    ImprovementLuciadFusion

    A bug fix within LuciadMap core require to use a new version of lcd_epsg_resources.jar.

    ImprovementLuciadFusion

    A bug fix within LuciadMap core requires an upgrade of lcd_epsg_resources.jar.

    Bug fixLuciadFusion

    Changing the altitude unit on the vertical view removed the point icons on some of the points.

    Bug fixLuciadFusion

    com.luciad.format.shp.TLcdSHPModelDecoder read Z and M values of polygonZ in reverse order.

    4.3.06

    ImprovementLuciadFusion

    com.luciad.reference.format.TLcdWKTReferenceParser and com.luciad.reference.format.TLcdEPSGReferenceParser have improved parsing. The EPSG resources jar has been updated to comply with the parser.

    ImprovementLuciadFusion

    com.luciad.shape.shape3D.TLcdLonLatHeightPolygon is the longitude-latitude equivalent of the TLcdXYZPolygon.

    ImprovementLuciadFusion

    Both the vertical view (com.luciad.view.vertical.TLcdVVJPanel) and the default implementation of the ILcdVVGridRenderer (com.luciad.view.vertical.TLcdDefaultVVGridRenderer) can have an altitude unit set to regulate the altitude scaling of the view and the labeling of the grid.

    Bug fixLuciadFusion

    The UTM zone painter (com.luciad.view.map.painter.TLcdUTMZonePainter) no longer paints the corner labels in incorrect places when part of the map has to be repainted.

    Upgrade considerationLuciadFusion

    com.luciad.view.gxy.TLcdGXYEditableLabelPainter, which allows moving of labels, stores the delta of a label position in screen coordinates with respect to the anchorpoint as computed by the painter for an object. Before, the delta was stored with respect to the label's original position. However, this did not take into account that the original position could change through label decluttering. This change has to be taken into account when the methods putDeltaLabelLocation and getDeltaLabelLocation are called from outside the class.

    Upgrade considerationLuciadFusion

    com.luciad.format.raster.TLcdRasterPainter and com.luciad.format.raster.TLcdMultilevelRasterPainter no longer extend com.luciad.format.ALcdRasterPainter but implement the new interface com.luciad.format.ILcdRasterPainter. The new implementations are smart in that they recognize whether warping of the raster is required or not, and then delegate to the warp- or no-warp-(multilevel)raster painter. The class TLcdWarpRasterPainter contains the code of the old TLcdRasterPainter and the class TLcdWarpMultilevelRasterPainter contains the code of the old TLcdMultilevelRasterPainter. This has to be taken into account when checking the classes against ALcdRasterPainter.

    4.3.05

    ImprovementLuciadFusion

    com.luciad.gui.TLcdImageIcon has a property sourceName to provide a reference to the source it was based on.

    ImprovementLuciadFusion

    com.luciad.util.TLcdLonLatCoord has its precision doubled when parsing a longitude or latitude string.

    Upgrade considerationLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYPointListPainter edits the point list by translating the whole point list (translate2D) instead of by moving the list one point at a time (translate2DPoint).

    4.3.04

    Bug fixLuciadFusion

    Some decoders did not close all opened inputstreams:
    • com.luciad.format.svg.TLcdSVGModelDecoder
    • com.luciad.reference.TLcdModelReferenceDecoder

    Bug fixLuciadFusion

    The GML schema decoder tried to open the schema as a file, which caused a security exception in a sandbox environment. The decoder now falls back on alternatives to load the schema file.

    4.3.02

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdCADRGModelDecoder filters out overview files and legend files.

    4.3.01

    ImprovementLuciadFusion

    Raster painters now support warping of raster images with different x and y scales. This enables the display of stretched images in a web map server, for example.

    ImprovementLuciadFusion

    The alias 'Luzon 1911' was added to the JPL geodetic datum factory.

    4.3

    ImprovementLuciadFusion

    All ILcdShape implementations in com.luciad.shape and subpackages have their serialVersionUID defined for more robust serialization.

    ImprovementLuciadFusion

    The 2D bounds indexed model based on the R-tree has been refactored to allow adding a higher number of identical elements (i.e. at the same location).

    ImprovementLuciadFusion

    Verify if formatted coordinate reference system (CRS) is supported by Web Map Service. If it is not try if other formats, ie, try EPSG, AUTO, AUTO2.

    ImprovementLuciadFusion

    The batik libraries have been updated to batik 1.5.1 release. This also removes a prior incompatibility with the DAFIF and ARINC optional modules.

    ImprovementLuciadFusion

    Support for WMS 1.3.0 has been added.

    ImprovementLuciadFusion

    Within the file web.xml a few initialization properties have changed.
    • srs.epsg.cfg has become crs.epsg.cfg
    • srs.auto.cfg has become crs.auto.cfg
    • crs.auto2.cfg has been added for the additional AUTO2 namespace of WMS 1.3.0

    ImprovementLuciadFusion

    The schema file structure has changed to include the additional required schema files.

    ImprovementLuciadFusion

    Debug output from the server has been improved to help diagnose failed transactions.

    ImprovementLuciadFusion

    The server supports WMS 1.3.0 requests.

    Bug fixLuciadFusion

    The DEM raster model decoder handles file containing negative values better.

    Bug fixLuciadFusion

    The CADRG raster model decoder can handle files with optional NITF headers.

    Upgrade considerationLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYSelectController has a new property mouseDraggedSensitivity which replaces the property mousePressedSensitivity. The property mousePressedSensitivity is now used to determine the size of the region in which selection will occur when a user clicks the mouse.

    Upgrade considerationLuciadFusion

    All multilevel raster painters (com.luciad.format.raster.TLcdMultilevelRasterPainter and com.luciad.format.raster.TLcdNoWarpMultilevelRasterPainter) have better algorithms to switch between raster levels. This prevents premature switching to high-resolution images.

    4.2

    4.2.17

    ImprovementLuciadFusion

    com.luciad.reference.format.TLcdEPSGReferenceParser decodes the RD1918 Dutch grid system reference.

    ImprovementLuciadFusion

    A 3D line is added (com.luciad.shape.shape3D.TLcdXYZLine).

    4.2.15

    ImprovementLuciadFusion

    com.luciad.shape.shape3D.TLcdXYZPolygon implements ILcdPolygon instead of ILcdPolyline as it should.

    Bug fixLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYArcBandPainter supports snapping of its center point to any point. For the snap target to be accepted, the arc band should be moved by dragging its center point.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYSelectController no longer uses timings to detect double mouse clicks.

    4.2.14

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder can have an input stream factory set.

    ImprovementLuciadFusion

    com.luciad.util.TLcdLonLatParser allows ordinates with leading '+' signs, for example for coordinates in NITF files.

    ImprovementLuciadFusion

    The WCS server now supports 16 bit paletted raster models as input (DTEDs are a typical example). The color palette, however, will be lost when requesting coverages from such models, and a 16 bit gray raster will be returned.

    4.2.13

    Bug fixLuciadFusion

    The select controller sometimes allowed selected objects which were not near the mouse pointer. This was due to an integer overflow.

    Bug fixLuciadFusion

    Icons are no longer painted in the middle of a component when the coordinates passed are negative.

    4.2.12

    ImprovementLuciadFusion

    com.luciad.geometry.cartesian.TLcdCartesian has a contains3D method.

    ImprovementLuciadFusion

    com.luciad.view.vertical.TLcdVVJPanel can display heights in different altitude units.

    ImprovementLuciadFusion

    3 shapes have been added:
    • com.luciad.shape.shape3D.TLcdXYZPolygon
    • com.luciad.shape.shape3D.TLcdXYZPolyline
    • com.luciad.shape.shape3D.TLcdXYZPolypoint

    ImprovementLuciadFusion

    com.luciad.util.TLcdSpeedUnit can be used to express speeds in different units, while com.luciad.text.TLcdSpeedFormat can be used to display speeds as text.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder decodes geodetic datums for user defined grid references.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder allows for the text string to be on the next line following the type TEXT.

    4.2.08

    ImprovementLuciadFusion

    The server accepts requests with WMTVER as version parameter.

    Bug fixLuciadFusion

    com.luciad.shape.ALcdPoint.equals() returns false on null objects instead of throwing a NullPointerException.

    Bug fixLuciadFusion

    com.luciad.geometry.cartesian.TLcdContourFinder has the minimum number of points for a contour set to 4 instead of 5. This allows for contour generation for data sets where the data is all situated within 1 contour.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdDEMModelDecoder handles rounding errors better. com.luciad.format.rater.TLcdDEMTileDecoder allows for variable-sized records.

    4.2.04

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder supports multilevel TIFF files.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYLayerList no longer returns null selected elements when two consecutive sublayers have no selected elements.

    Bug fixLuciadFusion

    elementsChanged in com.luciad.model.TLcd2DBoundsIndexedModel was not correctly implemented.

    4.2.03

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdSphereUtil is made thread safe.

    ImprovementLuciadFusion

    The WMS server passes all compliancy tests for WMS 1.1.1.

    Bug fixLuciadFusion

    com.luciad.geodesy.TLcdEllipsoid did calculate the intersection correctly for a degenerate case.

    4.2.02

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYViewXYWorldTransformation can have different scale factors along x-axis and y-axis.

    ImprovementLuciadFusion

    com.luciad.wms.server.TLcdOGCWMSCommandDispatcher can set up views capable of different scale factor along x-axis and y-axis.

    ImprovementLuciadFusion

    com.luciad.wms.server.TLcdGXYViewPool can construct views able of setting different scale factor along x-axis and y-axis.

    Bug fixLuciadFusion

    com.luciad.reference.format.TLcdAUTOReferenceParser did not take the value of the standard parallel into account for equidistant cylindrical projection.

    Bug fixLuciadFusion

    The new level switching for multilevel raster painters was not always correct.

    4.2.01

    ImprovementLuciadFusion

    The PNM image decoder (com.luciad.format.raster.TLcdPNMImageDecoder) better handles comments in the header.

    ImprovementLuciadFusion

    com.luciad.geodesy.ILcdEllipsoid has a method forwardAzimuth. This makes the interface consistent with the method geodesicDistance. com.luciad.geodesy.TLcdEllipsoid implements this method.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdEllipsoidUtil has a method intersects2DLS with longitude/latitude as doubles removing the requirement to pass an ILcdPoint instance.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdSphereUtil has a forwardAzimuth to make the interface consistent with the method geodesicDistance.

    ImprovementLuciadFusion

    All com.luciad.projection.ILcdProjection implementations have better implementations of the clone method, avoiding the use of constructors.

    ImprovementLuciadFusion

    The transformation classes
    • com.luciad.transformation.TLcdGeodetic2Geodetic
    • com.luciad.transformation.TLcdGeodetic2Grid
    • com.luciad.transformation.TLcdGrid2Grid
    • com.luciad.transformation.TLcdModelXYWorldTransformation
    • com.luciad.transformation.TLcdTopocentricCoordSysTransfo2
    • com.luciad.transformation.TLcdTopocentricCoordSysTransformation
    have hashCode implementations.

    4.2

    ImprovementLuciadFusion

    The GeoTIFF decoder has support for additional grid references.

    ImprovementLuciadFusion

    Support for input streams using NIO has been added to com.luciad.io.TLcdInputStreamFactory and TLcdIOUtil. By default, when Java 1.4 or better is available, NIO input streams are used by these classes and the decoders that depend on them. This improves performance of the seek operation on input files, which is important for several decoders.

    ImprovementLuciadFusion

    Clients may request the WMS an image with a transparent background even if the map format they request does not support this. The WMS is then supposed to return an image with the background pixels set to value of BGCOLOR. A test has been added for formats that do not support a transparent background, ie, JPEG.

    ImprovementLuciadFusion

    The ILcdGXYLayer returned by the layer factory now returns the bounds based on the visible Web Map Server layers.

    Bug fixLuciadFusion

    TLcdGXYTextPainter did not edit non-scaled text correclty.

    Bug fixLuciadFusion

    TLcdGXYTextPainter did not rotate text correctly when a font style was set on the painter.

    Bug fixLuciadFusion

    Fixed painting of multi-labels by an ILcdGXYMultiLabelPainter on a TLcdGXYLayer when no label deconfliction was performed: Not all labels were painted.

    Bug fixLuciadFusion

    Fixed implementations of ILcdBounds methods contains2D and interacts2D in TLcdLonLatFloatPoint, TLcdLonLatPoint.

    Bug fixLuciadFusion

    TLcdEPSGReferenceParser did not always close the inputstream when parsing a reference.

    Bug fixLuciadFusion

    TLcdDialogManager cached dialogs, which could lead to small resource leaks and which ignored parent frame changes.

    Bug fixLuciadFusion

    Several classes implemented equals but not hashCode. hashCode has been added to:
    • com.luciad.format.shp.TLcdSHPModelReferenceDecoder, TLcdSHPPointZ, TLcdSHPPointM
    • com.luciad.geometry.cartesian.TLcdXYZRotation.java
    • com.luciad.projection.ALcd* and TLcd*

    Bug fixLuciadFusion

    Corrected exception handling in com.luciad.format.shp.TLcdSHPModelReferenceDecoder. This reference decoder sometimes returned a null reference instead of throwing an IOException.

    Bug fixLuciadFusion

    Clients may request the WMS an image with a transparent background even if the map format they request does not support this. The WMS is then supposed to return an image with the background pixels set to value of BGCOLOR. A test has been added for formats that do not support a transparent background, ie, JPEG.

    4.1

    4.1.09

    ImprovementLuciadFusion

    Layers displaying magnetic north calculations (com.luciad.format.magneticnorth.gxy.TLcdMagneticNorthGXYLayerFactory) now have a label painter assigned (com.luciad.format.magneticnorth.gxy.TLcdMagneticNorthGXYLabelPainter).

    ImprovementLuciadFusion

    The MIF model decoder (com.luciad.format.mif.TLcdMIFModelDecoder) truncates the file name to use as display name in the model descriptor for models produced.

    ImprovementLuciadFusion

    The GeoTIFF model decoder (com.luciad.format.raster.TLcdGeoTIFFModelDecoder) has support for UTM on the southern hemisphere and UPS on the poles.

    ImprovementLuciadFusion

    The multilevel raster painter has a property to store a border for larger cached images. This might allow for quicker panning actions, for example.

    ImprovementLuciadFusion

    The layer label painter (com.luciad.view.gxy.TLcdGXYLayerLabelPainter) and the view label painter (com.luciad.view.gxy.TLcdGXYViewLabelPainter) have a property to set the quality of label decluttering. A new higher quality algorithm can be used to place more labels in the view.

    Bug fixLuciadFusion

    The pan controller did not pan the view when moving out of the view slowly at the bottom or at the right, even when panOnMouseMoveExit or panOnMouseDragExit were set to true.

    4.1.08

    ImprovementLuciadFusion

    The shape list painter (com.luciad.view.gxy.painter.TLcdGXYShapeListPainter) throws an IllegalArgumentException when a object other than an ILcdShapeList is set to it.

    Bug fixLuciadFusion

    The point list painter (com.luciad.view.gxy.painter.TLcdGXYPointListPainter) did not implement the method isTouched correctly.

    4.1.04

    Bug fixLuciadFusion

    The buffered image view (com.luciad.view.gxy.TLcdGXYViewBufferedImage) could get into an infinite loop when displaying a vector model.

    Bug fixLuciadFusion

    The no warp raster painter (com.luciad.format.raster.TLcdNoWarpRasterPainter) sometimes left one-pixel gaps between tiles, due to rounding errors.

    4.1.03

    ImprovementLuciadFusion

    The GML decoder takes into account schema files given through a URL.

    ImprovementLuciadFusion

    The CADRG decoder (com.luciad.format.raster.TLcdCADRGModelDecoder) supports the formats MIL-PRF-89038 and MIL-PRF-89041.

    ImprovementLuciadFusion

    The USRP/ASRP decoder (com.luciad.format.raster.TLcdUSRPModelDecoder) has
    • support for southern hemisphere UTM references and UPS references on the poles.
    • improved detection of ASRP versions.
    • handling of more than 256 colors.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdUPSGrid is a new grid reference for data over the North Pole and South Pole. com.luciad.view.map.TLcdUpsMgrsUtil is a utility class to convert lonlat coordinates to UPS coordinates.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdUTMGrid has a property to make the distinction between northern and southern hemisphere.

    Upgrade considerationLuciadFusion

    com.luciad.transformation.TLcdUpsMgrsUtil has been removed. This class was copied to the package com.luciad.view.map earlier.

    4.1.02

    Bug fixLuciadFusion

    com.luciad.format.gml.TLcdGMLModelEncoder always writes the gml:boundedBy element, which is required for validation.

    Bug fixLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder did not accept geometries passed through the gml:GeometryPropertyType tag.

    4.1.01

    ImprovementLuciadFusion

    The GML decoder (com.luciad.format.gml.TLcdGMLModelDecoder) and the encoder (com.luciad.format.gml.TLcdGMLModelEncoder) include OGC schema validation.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder handles georeferences defined by single-tie point transformations better.

    4.1

    ImprovementLuciadFusion

    com.luciad.io.TLcdInputStreamFactory checks if a URL has the file protocol. If so it tries to open it as a file.

    Bug fixLuciadFusion

    com.luciad.model.TLcdOpenAction returns silently when no decoder is chosen from the list.

    Bug fixLuciadFusion

    com.luciad.format.shp.TLcdSHPModelEncoder throws an IllegalArgumentException when encoding a model which has no bounds, for example when it contains no objects.

    4.0

    4.0.09

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder and com.luciad.format.gml.TLcdGMLModelEncoder can handle GML 2.

    ImprovementLuciadFusion

    com.luciad.projection.TLcdOrthographic has been optimized for better performance. It can take into account cached sine and cosine values.

    Bug fixLuciadFusion

    The arc band editor (com.luciad.view.gxy.TLcdGXYArcbandPainter) did not edit the arc band when the handles were dragged.

    Bug fixLuciadFusion

    com.luciad.reference.format.TLcdEPSGReferenceParser sometimes incorrectly parsed WGS84 references.

    4.0.08

    Bug fixLuciadFusion

    com.luciad.projection.TLcdOrthographic switched coordinates when constructed with an ILcdPoint parameter.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder takes into account user-defined central meridians for Mercator projections.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdDTEDDirectoryModelDecoder could not be constructed without initial bounds.

    4.0.06

    ImprovementLuciadFusion

    CGM has improved decoding and painting of line and fill styles.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMAPModelDecoder throws an IOException when the model reference could not be decoded. element. This allows for easier extension of the SVG format to custom formats.

    ImprovementLuciadFusion

    The svg package has some new classes and methods to allow easier decoding and encoding of extensions to the SVG format:
    • ILcdSVGModelDescriptorFactory creates model descriptors that take into account attributes of the root element of an SVG file.
    • the name of the root element and the grouping element can be retrieved as properties of the decoder.
    • the model encoder takes the model into account when writing the file header.

    Bug fixLuciadFusion

    com.luciad.geodesy.TLcdSphereUtil creates more precise buffer contours, by taking into account both forward and backward azimuth angles. This reduces effects on the buffer when it is in the neighborhood of the poles.

    Upgrade considerationLuciadFusion

    com.luciad.format.cgm.TLcdCGMFillStyle and com.luciad.format.cgm.TLcdCGMLineStyle have been moved to the com.luciad.format.cgm.gxy package and renamed to TLcdCGMFillGXYPainterStyle and TLcdCGMLineGXYPainterStyle.

    4.0.05

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdRenderedImageTile handles images with an alpha channel. This enables the use of TIFF images with transparency expressed per pixel.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelReferenceParser correctly handles unit conversion of custom defined datums.

    Bug fixLuciadFusion

    SRS token ending with spaces are now better handled.

    4.0.04

    ImprovementLuciadFusion

    com.luciad.gui.swing.TLcdRangeSlider has a basic UI implementation for XP. The implementation does not take into account the theme loaded in XP.

    ImprovementLuciadFusion

    com.luciad.shape.shape3d.ILcd3DEditablePolyline extends com.luciad.shape.shape2d.ILcd2DEditablePolyline

    ImprovementLuciadFusion

    com.luciad.transformation.ILcdModelModelTransformation has methods to transform bounds.

    ImprovementLuciadFusion

    com.luciad.transformation.TLcdGeoReference2GeoReference support transformations between geodetic references.

    ImprovementLuciadFusion

    com.luciad.transformation.TLcdGeodetic2Geodetic transforms from one geodetic reference to another geodetic reference.

    ImprovementLuciadFusion

    com.luciad.util.ILcdFeaturedDescriptorProvider is an interface to provide featured descriptors. com.luciad.model.TLcdFeaturedModelDescriptor implements this interface by always returning itself.

    ImprovementLuciadFusion

    The following painters com.luciad.view.gxy.painter support snapping to points of a model with a different model reference:
    • TLcdGXYArcPainter
    • TLcdGXYBoundsPainter
    • TLcdGXYBufferPainter
    • TLcdGXYCirclePainter
    • TLcdGXYEllipsePainter
    • TLcdGXYLonLatHeightBufferPainter
    • TLcdGXYPointListPainter

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdMapLocation, com.luciad.TLcdUtmMgrsUtil and TLcdUTMZonePainter can have a separator character for UTM coordinate representations.

    Bug fixLuciadFusion

    com.luciad.shape.shape3d.TLcdLonLatHeightDome and com.luciad.shape.shape3D.TLcdLonLatHeightSphere have their altitude equal to the Z coordinate of the center point.

    Bug fixLuciadFusion

    com.luciad.gui.TLcdIconImageUtil contained a memory leak, the tracker did not release the images it loaded.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder did not read the pen for an arc correctly.

    4.0.03

    ImprovementLuciadFusion

    com.luciad.format.svg.TLcdSVGModelEncoder has methods to retrieve the file extension and the root element name.

    ImprovementLuciadFusion

    com.luciad.transformation.ILcdModelModelTransformation is an interface to describe coordinate transformations from one model reference to another model reference com.luciad.transformation.TLcdGeoReference2GeoReference implements this interface.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdGeodeticDatumFactory includes the com.luciad.geodesy.TLcdGenericGeodeticDatumFactory for exporting geodetic datums.

    Bug fixLuciadFusion

    com.luciad.format.pol.TLcdPOLGeometryfactory only created closed geometries.

    4.0.02

    Bug fixLuciadFusion

    com.luciad.format.shp.TLcdSHPModelDecoder splits up numerical feature values, based on their type:
    • F: Float
    • B: Double
    • I : Integer
    • N : Double/Integer (when the number of decimals is 0, an Integer is returned)

    4.0

    ImprovementLuciadFusion

    com.luciad.format.cgm.TLcdCGMModelDecoder decodes the CGM format (Computer Graphics Metafile), as defined by the military standard MIL-STD-2301. com.luciad.format.cgm.gxy.TLcdCGMGXYPainterProvider provides painters for the decoded objects.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDescriptor implements com.luciad.util.TLcdClassContentDescriptor.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelReferenceFormatter supports formatting com.luciad.projection.TLcdLambertAzimuthalEqualArea.

    ImprovementLuciadFusion

    com.luciad.format.pol contains classes to decode and encode pol format files as produced by the TAAM application of the Preston Group PTY Ltd.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdBILModelDecoder can be customized to read any format of model reference.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDTEDModelDecoder and com.luciad.format.raster.TLcdDTEDDirectoryModelDecoder have additional properties for performance tuning.

    ImprovementLuciadFusion

    com.luciad.format.shp.TLcdSHPModelDescriptor implements com.luciad.util.TLcdClassContentDescriptor.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdGenericGeodeticDatumFactory creates geodetic datums based on a set of 9 parameters.

    ImprovementLuciadFusion

    com.luciad.geometry.ILcdSegmentScanner implementations com.luciad.geometry.cartesian.TLcdGridSegmentScanner and com.luciad.geometry.ellipsoidal.TLcdGeodeticSegmentScanner can discretize a line segment into a set of points.

    ImprovementLuciadFusion

    com.luciad.gui.ILcdObjectIconProvider is extended with a method to notify whether an icon is available for an object.

    ImprovementLuciadFusion

    com.luciad.model.TLcdModelList is an com.luciad.model.ILcdModel implementation that contains a list of models.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdSwissGridReference can be based on one of two grid systems (LV03 and LV95).

    ImprovementLuciadFusion

    com.luciad.reference.TLcdUTMGrid implements the toString method.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdGeodeticReference has a method to set the geodetic datum.

    ImprovementLuciadFusion

    com.luciad.shape.shape3D contains new com.luciad.shape.ILcdShape implementations to model 3D objects:
    • TLcdLonLatHeightSphere
    • TLcdLonLatHeightDome
    • TLcdLonLatHeightBuffer
    • TLcdLonLatHeightPolyline
    • TLcdLonLatHeightPolypoint

    ImprovementLuciadFusion

    com.luciad.text.TLcdAltitudeFormat has the property userUnit renamed to displayUnit.

    ImprovementLuciadFusion

    com.luciad.transformation.TLcdGrid2Grid implements the equals method.

    ImprovementLuciadFusion

    com.luciad.util.ILcdContentDescriptor is deprecated in favor of com.luciad.util.ILcdClassContentDescriptor.

    ImprovementLuciadFusion

    com.luciad.util.ILcdPointFunction is an interface for a function that can be applied to a point.

    ImprovementLuciadFusion

    com.luciad.util.TLcdAltitudeUnit has his units renamed:
    • METRE_UNIT becomes METRE_AMSL
    • KM_UNIT becomes KM_AMSL
    • FT_UNIT becomes FEET_AMSL

    ImprovementLuciadFusion

    com.luciad.view.gxy.ILcdGXYLayerList defines an ordered list of com.luciad.view.gxy.ILcdGXYLayer and implements com.luciad.view.gxy.ILcdGXYLayer. This allows grouping of layers into themes.

    ImprovementLuciadFusion

    com.luciad.view.gxy.ILcdGXYMultilabelPainter is an interface for label painters which can paint multiple labels per object. Existing label decluttering algorithms takes this new type of label painter into account.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.ArcPainter
    • can have a null style set
    • has a snap icon
    • can have its center always painted
    • allows snapping to its end points

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYBufferPainter
    • has a snap icon
    • allows snapping to its contour

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYCirclePainter
    • allows snapping to its center
    • allows snapping of its center to a point
    • can have its center always/never/on selection painted.
    • has a snap icon

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYEllipsePainter has a snap icon.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYLonLatHeightBufferPainter is a painter for com.luciad.shape.shape3d.TLcdLonLatHeightBuffer objects.

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdUPSGridLayer is new grid layer representing a UPS grid.

    Bug fixLuciadFusion

    com.luciad.geodesy.TLcdSphereUtil returned incorrect values when checking the containment of points in polygons on the southern hemisphere.

    3.2

    3.2.21

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelReferenceParser throws exceptions for unknown geodetic datums and projection mappings.

    ImprovementLuciadFusion

    com.luciad.format.shp.TLcdSHPModelEncoder encodes boolean features as Strings.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdEllipsoidUtil has a method to calculate the intersection point of two line segments.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdAWTPath draws extremely long lines more accurate.

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdMapLocation can display coordinates based on a given geodetic datum instead of always on WGS84.

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdMapRulerController can express distances in millimeters.

    Bug fixLuciadFusion

    com.luciad.format.shp.TLcdSHPModelEncoder correctly encodes integer features into the dbf file.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelReferenceFormatter correctly formats Lambert conformal conical projections.

    3.2.20

    ImprovementLuciadFusion

    com.luciad.format.svg.TLcdSVGModelDecoder has a method that allows subclasses to decode files without having to use a SAX parser.

    Bug fixLuciadFusion

    com.luciad.format.svg.TLcdSVGUnstyledLonLatShapeFactory correctly decodes text instead of returning null.

    3.2.19

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDTEDColorModelFactory now returns the color white for values above 3500 meters for the default color model.

    ImprovementLuciadFusion

    com.luciad.model.TLcdDefaultObjectInModelfilter is an com.luciad.util.ILcdFilter implementation that accepts only objects in a certain model.

    ImprovementLuciadFusion

    com.luciad.text.TLcdAltitudeFormat and com.luciad.util.TLcdDistanceFormat implement com.luciad.util.ILcdFormatter.

    ImprovementLuciadFusion

    com.luciad.util.TLcdLonLatFormatter formats longitude-latitude coordinates as decimals minutes.

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdMapLocation includes a decimals minutes mode.

    Bug fixLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYTextPainter correctly handles a cancel on the text input dialog.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYEditController and com.luciad.view.gxy.controller.TLcdGXYSelectController clear the 'rectangle' on a repaint when the rectangle consisted only of a horizontal line.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdBILModelDecoder sometimes used an incorrect colormodel.

    Bug fixLuciadFusion

    com.luciad.reference.format.TLcdWKTReferenceParser throws ParseExceptions instead of returning null values.

    3.2.18

    Bug fixLuciadFusion

    com.luciad.format.shp.TLcdSHPModelEncoder uses the same series of tests for encoding the header for the shp file as for encoding objects in the shp file. This ensures that the header states the correct type of the objects in the file.

    3.2.16

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder can handle files with the NONE keyword.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdJAIRasterModelDecoder was extended to handle multiple image files, in different tiles and levels.

    ImprovementLuciadFusion

    com.luciad.util.TLcdLicenseServer implements a license server which can be used to centralize the control of the number of floating licenses.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder no longer fails on the SMOOTH clause for PLINE objects.

    3.2.14

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdGeorefUtil has improved accuracy by a factor 2.

    3.2.12

    ImprovementLuciadFusion

    com.luciad.format.shp.TLcdSHPModelDecoder will decode references from a .PRJ files by default. If no such file is present it will look for a corresponding .ref file and decode that file. This behaviour can be changed by setting a com.luciad.model.ILcdModelReferenceDecoder.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdAWTPath explicitly checks for Windows 98 to set safe ordinate limits. This ensures better approximations on other platforms for very long lines.

    3.2.11

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelReferenceParser uses a better geodetic datum for files containing geodetic datum id 1002.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdJAIRasterModelDecoder supports overriding the images colormodel.

    ImprovementLuciadFusion

    com.luciad.gui.TLcdIconImageUtil had some methods deprecated which had unused parameters.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdUTMGrid can be based on a geodetic datum other than WGS84. This is taken into account when importing from/exporting to properties.

    ImprovementLuciadFusion

    com.luciad.reference.format.TLcdWKTReferenceParser decodes an alternative format for geodetic datum names, where D_ precedes the name.

    3.2.10

    ImprovementLuciadFusion

    com.luciad.projection.TLcdOrthographic can take the height of a point into account.

    3.2.09

    ImprovementLuciadFusion

    com.luciad.format.svg.ILcdSVGShapeFactory has been extended to create shapes from the PATH element.

    ImprovementLuciadFusion

    com.luciad.format.svg.TLcdSVGModelDecoder can decode paths not containing curves.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdNIMA8350GeodeticDatumFactory has been updated to include data of most recent documents.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdTFWModelDecoder supports JPW/BPW files corresponding to JPEG/BMP images.

    Bug fixLuciadFusion

    com.luciad.projection.TLcdStereographic is now correctly created through the constructor with com.luciad.shape.ILcdPoint argument.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder can decode ellipses created by MapInfo which do not follow the standard.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelEncoder did not encode the radius of an ellipse correctly.

    3.2.07

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder and com.luciad.format.mif.TLcdMIFModelEncoder decode and encode arc elements.

    ImprovementLuciadFusion

    com.luciad.format.shp.TLcdSHPModelEncoder can export models that contain com.luciad.shape.ILcdPolyline or com.luciad.shape.ILcdPolygon objects which are not in a com.luciad.shape.ILcdShapeList.

    ImprovementLuciadFusion

    Setting the property smartPan on com.luciad.view.gxy.TLcdGXYViewCanvas or com.luciad.view.gxy.TLcdGXYViewJPanel or one of its subclasses only has an effect when paintInBackground is false. This was disabled in version 3.2.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelEncoder wrote the Coordsys clause twice.

    Bug fixLuciadFusion

    com.luciad.format.mif.TLcdMIFModelEncoder encodes ellipses, arcs and circles created using delegation.

    3.2.06

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdJPLGeodeticDatumFactory has an alias for MGI.

    3.2.05

    ImprovementLuciadFusion

    the hardware keys can be installed on Solaris systems without having to change the read/write permissions on a tty.

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder has a new property to indicate whether the x coordinate or the y coordinate is given first.

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder can decode elements of type Box, while com.luciad.format.gml.TLcdGMLModelEncoder can encode com.luciad.shape.ILcdBounds objects into GML Box elements.

    ImprovementLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYEditController and com.luciad.view.gxy.controller.TLcdGXYNewController have a property to extend the clip with a margin on a clipped repaint of the view.

    Bug fixLuciadFusion

    Pan behavior was changed as of version 3.2.

    Bug fixLuciadFusion

    As of version 3.2, view implementations did not repaint correctly when the number of cached background layers was set to 0.

    3.2.04

    ImprovementLuciadFusion

    The following decoders update the descriptors of the resulting models with the classes of the objects loaded in that model:
    • com.luciad.format.mif.TLcdMAPModelDecoder
    • com.luciad.format.mif.TLcdMIFModelDecoder
    • com.luciad.format.shp.TLcdSHPModelDecoder

    ImprovementLuciadFusion

    com.luciad.text.TLcdAltitudeFormat allows to parse and format altitudes.

    ImprovementLuciadFusion

    com.luciad.util.TLcdAltitdeUnit defines altitude unit constants.

    3.2.03

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder throws an IOException when decoding fails instead of returning a null model.

    Bug fixLuciadFusion

    Line-of-sight calculations take into account that both points should not be over a raster.

    3.2.02

    ImprovementLuciadFusion

    com.luciad.util.ILcdContentDescriptor is an interface that describes the classes a com.luciad.model.ILcdModel contains. Following model descriptors implement this interface:
    • com.luciad.format.mif.TLcdMIFModelDescriptor
    • com.luciad.format.shp.TLcdSHPModelDescriptor

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYLayer fires an event when its icon is set.

    3.2

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder throws an IOException when decoding fails instead of returning a null model. This is more according to the com.luciad.model.ILcdModelDecoder interface.

    ImprovementLuciadFusion

    com.luciad.format.gml.TLcdGMLModelDecoder can have a com.luciad.model.ILcdModelReferenceDecoder set.

    ImprovementLuciadFusion

    The messages for exceptions generated by the following classes were clarified:
    • com.luciad.format.raster.TLcdGeoTIFFImageDecoder
    • com.luciad.format.raster.TLcdJAIRasterModelDecoder
    • com.luciad.format.raster.TLcdRasterModelDecoder
    • com.luciad.format.raster.TLcdTFWRasterModelDecoder
    • com.luciad.format.raster.TLcdBufferedTile
    This results in better messages presented by com.luciad.model.TLcdOpenAction.

    ImprovementLuciadFusion

    com.luciad.format.raster.ALcdRasterPainter has the property maxNoOfOutlineTiles deprecated in favor of maxNumberOfOutlineTiles.

    ImprovementLuciadFusion

    com.luciad.model.TLcdModelChangedEventSupport has a new method allElementsChanged. This fires an com.luciad.model.TLcdModelChangedEvent with ALL_OBJECTS_CHANGED added as mode. The hashtable of changes contains only the changes previous to and following the call to allElementsChanged. All subclasses of com.luciad.model.ALcdModel use this class to dispatch their model changed events.

    ImprovementLuciadFusion

    com.luciad.util.TLcdLonLatParser automatically recognizes longitude-latitude formats.

    ImprovementLuciadFusion

    All com.luciad.view.gxy.ILcdGXYView implementations except com.luciad.view.gxy.TLcdGXYViewBufferedImage and com.luciad.view.map.TLcdMapBufferedImage support painting in the background, com.luciad.view.gxy.ILcdGXYView has additional methods to invalidate its content and to return only after the updating has completely finished.

    ImprovementLuciadFusion

    Setting the property smartPan on com.luciad.view.gxy.TLcdGXYViewCanvas or com.luciad.view.gxy.TLcdGXYViewJPanel or one of its subclasses no longer has an effect.

    Bug fixLuciadFusion

    com.luciad.util.TLcdLonLatCoord takes into account NaN values for string representation of longitude/latitude coordinates.

    Bug fixLuciadFusion

    The model bounds to world bounds transformation calculations have been improved. Previously the upper right corner of the grid might not be painted in rare cases.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYCirclePainter only paints editing labels when instructed so.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYBoundsPainter can have its snap icon set.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYIconPainter is adapted not to paint icons when they are positioned at very large AWT coordinates in order to avoid a breakdown on certain Windows OS.

    Bug fixLuciadFusion

    The following com.luciad.view.gxy.ILcdGXYPainter implementations in com.luciad.view.gxy.painter can now have null fill, line or font styles set:
    • TLcdGXYArcBandPainter
    • TLcdGXYArcPainter
    • TLcdGXYBufferPainter
    • TLcdGXYCirclePainter
    • TLcdGXYEllipsePainter
    • TLcdGXYPointListPainter
    • TLcdGXYTextPainter

    Bug fixLuciadFusion

    com.luciad.view.gxy.ILcdGXYLayer objects with null scale ranges are handled better in LuciadMap.

    Bug fixLuciadFusion

    com.luciad.util.TLcdLonLatFormatter has improved precision due to the improved handling of rounding errors.

    Bug fixLuciadFusion

    All com.luciad.model.ILcdModel implementations check if the model is empty on an allElementsRemoved call. If so, no event will be fired.

    Bug fixLuciadFusion

    com.luciad.model.TLcdModelChangedEventSupport has been adapted to allow listeners to remove themselves while processing an event.

    Bug fixLuciadFusion

    com.luciad.format.svg.TLcdSVGModelDecoder has improved checking of sourcenames when decoding.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdJAIRasterModelDecoder has a better default value for pixel density.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdGIFImageDecoder decodes the transparency index better.

    3.1

    3.1.22

    ImprovementLuciadFusion

    com.luciad.format.raster.ILcdMultilevelRaster can contain com.luciad.format.raster.ILcdRaster objects with different bounds.

    ImprovementLuciadFusion

    com.luciad.util.TLcdLicenseError is thrown when license checking fails.

    3.1.21

    ImprovementLuciadFusion

    com.luciad.model.TLcd2DBoundsIndexedModel is serializable.

    ImprovementLuciadFusion

    com.luciad.shape.shape3D.ILcdExtrudedShape is an interface for extruded shapes which replace com.luciad.shape.shape3D.ILcdExtrudeShape.

    ImprovementLuciadFusion

    com.luciad.shape.shape3D.ILcdEditableExtrudedShape is an interface for extruded shapes of which maximum and minimum Z values can be changed.

    ImprovementLuciadFusion

    com.luciad.shape.shape3D.TLcdExtrudedShape implements the above interfaces.

    3.1.20

    ImprovementLuciadFusion

    A set of 3D shapes have been added to the package com.luciad.shape.shape3d:
    • the interfaces:
      • ILcd3DEditablePolygon
      • ILcd3DEditablePolyline
      • ILcd3DEditablePolypoint
    • and their implementations:
      • TLcdXYZFloatLine
      • TLcdXYZFloatPolygon
      • TLcdXYZFloatPolyline
      • TLcdXYZFloatPolypoint

    ImprovementLuciadFusion

    com.luciad.util.ILcdOriented is an interface for objects that have an orientation.

    ImprovementLuciadFusion

    com.luciad.util.ILcdOrientationSettable is an interface for objects for which the orientation can be set.

    Bug fixLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYTextPainter changes the edited text object after editing its representation in a dialog.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYMagnifierController no longer throws an exception when a layer is moved in the view before it is completely added.

    Bug fixLuciadFusion

    com.luciad.projection.TLcdCassini no longer throws an exception on a call to the toString method.

    3.1.19

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdGIFImageDecoder is a com.luciad.format.raster.ILcdTileDecoder to decode GIF images which is more memory-efficient than com.luciad.format.raster.TLcdImageDecoder.

    ImprovementLuciadFusion

    com.luciad.format.svg.ILcdShapeFactory has a new method endUnknownShape which is called whenever the SVG contenthandler reaches the end of an unknown element in an SVG file. This allows to make a distinction between nested unknown elements.

    ImprovementLuciadFusion

    com.luciad.util.TLcdDistanceUnit has a new unit: foot.

    3.1.17

    ImprovementLuciadFusion

    com.luciad.format.svg.TLcdModelEncoder throws an IOException when saving a file fails.

    ImprovementLuciadFusion

    com.luciad.model.TLcd2DBoundsIndexedModel has a constructor without initial bounds. The elements are then ordered using an R-tree instead of a BSP-tree. The bounds returned by the getBounds method will then be the strict union of all the models elements bounds.

    ImprovementLuciadFusion

    com.luciad.model.TLcd2DBoundsIndexedModel is serializable.

    ImprovementLuciadFusion

    com.luciad.util.TLcdBuffer is thread safe.

    3.1.16

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdMultilevelRasterPainter and com.luciad.format.raster.TLcdRasterPainter are thread safe on the condition that the shared buffer implementation is thread safe.

    ImprovementLuciadFusion

    com.luciad.format.svg.TLcdSVGModelDecoder throws an IOException when decoding fails instead of returning a null model.

    3.1.15

    Bug fixLuciadFusion

    The degrees character is represented by its unicode code throughout LuciadMap.

    3.1.14

    ImprovementLuciadFusion

    Mollweide has been added to the com.luciad.reference.format.TLcdAUTOReferenceFormatter and com.luciad.reference.format.TLcdAUTOReferenceParser classes.

    Bug fixLuciadFusion

    com.luciad.view.vertical.TLcdVVJPanel does not reset its leftscaling or rightscaling index when a ChangeEvent is fired.

    3.1.13

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdJPLEllipsoidFactory has increased precision for the WGS84 ellipsoid.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdJPLGeodeticDatumFactory has new aliases "World Geodetic System 1972" and "World Geodetic System 1984" for WGS72 and WGS84.

    Bug fixLuciadFusion

    com.luciad.reference.format.TLcdWKTReferenceParser throws exceptions for an unknown geodetic datum or an unsupported projection.

    3.1.12

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelReferenceFactory has been deprecated in favor of com.luciad.format.mif.TLcdMIFModelReferenceParser. The method createModelReference has been renamed to parseModelReference.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelReferenceFormatter is a class to convert model references into Strings.

    ImprovementLuciadFusion

    com.luciad.model.TLcdModelChangedEvent has a new mode ALL_OBJECTS_CHANGED to indicate that all objects of a model have changed. This can be used for models which are completely updated at regular time intervals.

    ImprovementLuciadFusion

    com.luciad.reference.format.TLcdAUTOReferenceFormatter takes the simple rectangular projection into account.

    ImprovementLuciadFusion

    com.luciad.reference.format.TLcdEPSGReferenceParser includes the Belgian Grid System 72.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYTextPainter sometimes moved 3D points due to incorrect transformations.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdCADRGModelDecoder sometimes positioned the raster incorrectly when reading an a.toc file.

    3.1.08

    ImprovementLuciadFusion

    The following decoders have been adapted to avoid black borders around transformed rasters:
    • com.luciad.format.raster.TLcdJAIRasterModelDecoder
    • com.luciad.format.raster.TLcdTABRasterModelDecoder

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdJAIRasterModelDecoder can create a com.luciad.model.ILcdModel based on a java.awt.image.RenderedImage and properties set.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdRenderedImageTile has a method to suggest an index for the color to be made transparent.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdTFWRasterModelDecoder can have a com.luciad.model.ILcdModelReferenceDecoder set.

    ImprovementLuciadFusion

    A package com.luciad.reference.format has been added. This package contains classes to parse and format reference systems. The following formats for reference systems are available:
    • AUTO (as defined by openGIS)
    • European Petroleum Survey Group (EPSG)
    • Well Known Text format (WKT)
    • LuciadMap specific format.

    ImprovementLuciadFusion

    com.luciad.view.ILcdXYReferenceFormatter and com.luciad.view.ILcdXYWorldReferenceParser are new interfaces to transform com.luciad.view.ILcdXYWorldReference objects to and from Strings.

    Bug fixLuciadFusion

    com.luciad.geodesy.TLcdGeodeticDatum checks the ellipsoid parameters for equality to the reference geodetic datum.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdDTEDColorModelFactory handles incorrect properties better.

    3.1.07

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDIMAPModelDecoder decodes data in the Digital Image Map (DIMAP XML) format.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYLayer handles null scaleranges.

    3.1.06

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder supports on the fly multilevel creation. This improves performance at the cost of some extra memory usage.

    ImprovementLuciadFusion

    iButton support has been extended to USB ports. The iButton is now supported on the following platforms:
    • serial adapter: Windows XP/NT/2000, Linux, Solaris
    • USB adapter: Windows XP/2000, Linux

    3.1.05

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder supports rotated images (when specified by means of a transformation matrix and in combination with a gridreference).

    3.1.04

    ImprovementLuciadFusion

    The package com.luciad.symbology contains classes to represent object on the map with different symbols depending on the objects features.

    3.1.03

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdAWTPath now deals with large coordinates better.

    3.1.02

    ImprovementLuciadFusion

    com.luciad.view.gxy.ILcdGXYView implements the interface com.luciad.view.gxy.ILcdGXYViewXYWorldTransformationProvider .

    ImprovementLuciadFusion

    com.luciad.view.gxy.ILcdGXYView supports clipped repainting with the method repaint(aX, aY, aWidth, aHeight). com.luciad.view.gxy.controller.TLcdGXYEditController and com.luciad.view.gxy.controller.TLcdGXYNewController have a property useEditingBoundsForRepaint which indicates wheter these controllers should repaint the whole view or not on editing. All painters now take into account the modes CREATING, RESHAPING, TRANSLATING when calculating the bounds.

    Bug fixLuciadFusion

    The method geodesicPointSFCT in com.luciad.geodesy.TLcdEllipsoid entered an infinite loop on erroneous input.

    3.1.01

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdCADRGModelDecoder can decode CARDG files which are composed of 3 byte images.

    ImprovementLuciadFusion

    com.luciad.view.vertical.ILcdVVRenderer has extra methods to allow pre- and postrendering when painting subprofiles.

    Bug fixLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYBoundsPainter painted bounds crossing the the date line (180 degrees E/W) incorrectly in some projections.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYOverviewController did not zoom in correctly when the ratio of the zoom levels was extremely high.

    3.1

    Bug fixLuciadFusion

    com.luciad.view.vertical.TLcdVVJPanel now fills subprofiles better.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdCADRGModelDecoder returns a com.luciad.model.TLcd2DBoundsIndexedModel when decoding an a.toc file.

    3.0

    3.0.09

    ImprovementLuciadFusion

    com.luciad.format.mif.gxy.TLcdMIFGXYLabelPainter can now be configured through feature indices.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdNoWarpMultilevelRasterPainter and com.luciad.format.raster.TLcdNoWarpRasterPainter support rotation.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDEMModelDecoder supports data with lon lat geographical references.

    ImprovementLuciadFusion

    com.luciad.shape.TLcdSHPModelDecoder has a property decodingBounds. If different from null only objects overlapping with these bounds will be decoded.

    Bug fixLuciadFusion

    The outline of rasters is drawn completely when the raster spans a complete hemisphere.

    Bug fixLuciadFusion

    com.luciad.gui.TLcdPrintComponentAction has a workaround for a JDK1.4.1 bug involving printing transparent objects.

    Bug fixLuciadFusion

    com.luciad.format.svg.TLcdSVGContentHandler decoded text and unknown shapes without adding them to the model.

    3.0.08

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdTABRasterModelDecoder handles larger size images ( over 32768 pixels ).

    3.0.07

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdRasterModelDecoder had an incorrect default value set for the index of the forced transparent color. This resulted in CADRG-decoded tiles being turned black.

    3.0.06

    ImprovementLuciadFusion

    all com.luciad.reference.ILcdGeoReference implementations implement the method hashCode.

    ImprovementLuciadFusion

    the precision for all calculations involving the vertical view have increased.

    Bug fixLuciadFusion

    com.luciad.geometry.cartesian.TLcdCartesian handles degenerate cases better when computing the intersection of lines.

    Bug fixLuciadFusion

    com.luciad.geodesy.TLcdSphereUtil and com.luciad.geometry.cartesian.TLcdCartesian could return different results on calculating the number of intersection points of short line segments when the results should have been equal.

    3.0.05

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder now also accepts TAB as separation character.

    ImprovementLuciadFusion

    com.luciad.format.svg.TLcdSVGModelEncoder and com.luciad.format.svg.TLcdSVGModelDecoder support 'unknown' shapes.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdEllipsoid implements the method hashcode.

    ImprovementLuciadFusion

    all projections in com.luciad.projection implement the method hashcode.

    ImprovementLuciadFusion

    all com.luciad.reference.ILcdGridReference implementations implement the method hashcode.

    Bug fixLuciadFusion

    com.luciad.view.map.painter.TLcdLonLatGridPainter has improved continuity of labeling offsets near the bottom/top edges of the view when labels are not slanted.

    3.0.04

    ImprovementLuciadFusion

    com.luciad.projection.TLcdTransverseMercatorSPCS has been deprecated in favor of com.luciad.projection.TLcdTransverseMercator. com.luciad.format.mif.TLcdMIFModelReferenceFactory, com.luciad.projection.TLcdUTM and com.luciad.reference.TLcdUTMGrid have been adapted.

    3.0.03

    ImprovementLuciadFusion

    com.luciad.util.TLcdQueu can now be cleared with the method clear.

    Bug fixLuciadFusion

    com.luciad.view.map.TLcdAzimuthRangeController caused a NullPointerException on terminateInteraction.

    3.0.01

    ImprovementLuciadFusion

    the method set/getModelRefGrid is deprecated in favor of set/getGridReference in the class com.luciad.transformation.TLcdGridReferenceUtil

    ImprovementLuciadFusion

    com.luciad.util.TLcdBuffer has the property allocateFullBufferSize set to true by default.

    3.0

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYMultiFontLabelPainter allows to paint labels using multiple fonts per label.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdDHDNGridReference has been added to the list of available references.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFGXYPainterProvider is the recommended painter provider for layers containing models created by the com.luciad.format.mif.TLcdMIFModelDecoder and the com.luciad.format.mif.TLcdMAPModelDecoder as it takes into account the display hints of the format.

    ImprovementLuciadFusion

    com.luciad.gui.TLcdLayoutList has been deprecated in favor of com.luciad.gui.TLcdListLayout.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdModelReferenceEncoder is a com.luciad.model.ILcdModelReferenceEncoder implementation that creates a .ref file ( as can be read by a com.luciad.format.shp.TLcdSHPModelDecoder for example).

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYLayer now supports multiple painter providers, allowing to return multiple painters per object. All objects in the layer are painted using the first painter provider, then the second painter provider ... .

    ImprovementLuciadFusion

    com.luciad.view.gxy.controller.ALcdGXYSmartController has a property RequestFocusOnMouseEntered to control whether the component containing the com.luciad.view.ILcdGXYView should request the focus when the mouse enters it. Until java 1.4 this was required to catch the key events fired from the keyboard to control the map, for example pan or zoom. In java 1.4 the AWT focus subsystem was redesigned in a way that this could lead to unwanted behaviour, the component containing the view would always come to the front when the mouse enters the map. In java 1.4 other mechanisms exist to catch the key events fired.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYCirclePainter has been extended to display information when editing an com.luciad.shape.ILcdCircle using com.luciad.text.TLcdDistanceFormat.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYPointListPainter has a property MoveOnlyOnEdit to set whether the com.luciad.shape.ILcdPoint can only move when being edited.

    ImprovementLuciadFusion

    A com.luciad.util.TLcdLonLatFormatter can be set to the com.luciad.view.map.TLcdMapLonLatGridPainter to format the grids labels.

    ImprovementLuciadFusion

    com.luciad.shape.TLcdValuedPolygon is a new shape to represent contours on a map. The factory com.luciad.geometry.cartesian.TLcdContourFactory can be used to create contours based on elevation data.

    ImprovementLuciadFusion

    com.luciad.projection.TLcdAlbersEqualAreaConic and com.luciad.projection.TLcdLambertAzimuthalEqualArea have been added to the list of projections.

    ImprovementLuciadFusion

    com.luciad.shape.shape3D.ILcdPlaneSet is a new shape to define a set of planes on different heights.

    ImprovementLuciadFusion

    com.luciad.transformation.TLcdGridRefUtil has been deprecated in favor of com.luciad.transformation.TLcdGridReferenceUtil.

    ImprovementLuciadFusion

    the com.luciad.format.mif package has improved support for decoding the MIF format: brushes, pens, symbols. com.luciad.format.mif.TLcdMIFBrush replaces com.luciad.view.TLcdFillStyle, and com.luciad.format.mif.TLcdMIFPen replaces com.luciad.view.TLcdLineStyle.

    ImprovementLuciadFusion

    com.luciad.format.mif.gxy.TLcdMIFGXYPainterProvider is a new painter provider that supports the standard MIF style. This class can probably replace any user-implemented painter provider.

    ImprovementLuciadFusion

    the painters com.luciad.format.raster.TLcdMultilevelRasterPainter and com.luciad.format.raster.TLcdRasterPainter now have support for globally reusing its internal image buffer, instead of creating one for each raster.

    ImprovementLuciadFusion

    com.luciad.format.shp.TLcdSHPModelDecoder can now use a com.luciad.reference.ILcdModelReferenceDecoder to decode its model reference.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdSphereUtil now has better support for computing the intersection between two line segments.

    ImprovementLuciadFusion

    com.luciad.view.gxy.ILcdGXYViewXYWorldTransformationProvider is an interface that indicates that it can provide a valid com.luciad.view.gxy.ILcdGXYViewXYWorldTransformation for a com.luciad.view.gxy.ILcdGXYView. Within LuciadMap com.luciad.view.gxy.ILcdGXYView implementations are checked to see whether they also implement this interface whenever a com.luciad.view.gxy.ILcdGXYViewXYWorldTransformation is needed. If they do, they request the transformation from the provider. Otherwise, a default com.luciad.view.gxy.ILcdGXYViewXYWorldTransformation implementation, set up for the com.luciad.view.gxy.ILcdGXYView, is used.

    Bug fixLuciadFusion

    com.luciad.format.raster.TLcdTABRasterModelDecoder now handles very large JPEG and BMP images more graciously.

    Bug fixLuciadFusion

    com.luciad.model.TLcd2DBoundsIndexedModel now correctly handles expanding bounds near the poles.

    Bug fixLuciadFusion

    When a SHP file was encoded with com.luciad.format.shp.TLcdSHPModelEncoder, the length of records in the accompanying DBF file was wrongly encoded when it exceeded 127.

    Bug fixLuciadFusion

    Editing a com.luciad.shape.shape3D.ILcd3DEditablePoint using the com.luciad.view.gxy.TLcdGXYIconPainter as an editor turned the z coordinate to 0 in some cases.

    Bug fixLuciadFusion

    The method setBackground in the ILcdGXYView implementations did not take into account the value of isAutoUpdate and always repainted the view.

    Bug fixLuciadFusion

    The model descriptor for models containing a grid now have Grid as value for name, type and displayname instead of UNKNOWN.

    Bug fixLuciadFusion

    The method modelPoint2WorldSFCT in com.luciad.transformation.TLcdGrid2Grid has better accuracy when dealing with two geodetic datums and/or projections.

    Bug fixLuciadFusion

    com.luciad.gui.TLcdLayoutList sometimes froze the application.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYBufferPainter can now paint buffers with sharp angles.

    Bug fixLuciadFusion

    Selecting a com.luciad.shape.ILcdArc on the map fired a com.luciad.model.TLcdModelChangedEvent.

    Bug fixLuciadFusion

    The labels on the UTM grid (com.luciad.map.TLcdUTMGridLayer) were sometimes painted multiple times after a pan.

    Bug fixLuciadFusion

    com.luciad.view.map.TLcdMapLocation only displayed correct UTM coordinates if the world reference was based on WGS84.

    Upgrade considerationLuciadFusion

    PropertyChangeEvents fired in Luciad implementations of com.luciad.view.gxy.ILcdGXYView, com.luciad.view.TLcdLayer and com.luciad.view.gxy.TLcdGXYLayer started with capitals. The following properties now fire events starting with lowercase letters in accordance with Java standards:
    • com.luciad.view.gxy.ILcdGXYView implementations:
      • PaintingMode -> paintingMode
      • Scale -> scale
      • MinScale -> minScale
      • MaxScale -> maxScale
      • WorldOrigin -> worldOrigin
      • ViewOrigin -> viewOrigin
    • com.luciad.view.gxy.TLcdLayer:
      • Visible -> visible
      • Filter -> filter
      • Selectable -> selectable
      • Editable -> editable
      • Label -> label
    • com.luciad.view.gxy.TLcdGXYLayer:
      • ModelXYWorldTransfoClass -> modelXYWorldTransfoClass
      • Filter -> filter
      • Labeled -> labeled
      • PaintFromOverlaps -> paintFromOverlaps
      • ScaleRange -> scaleRange
      • LabelScaleRange -> labelScaleRange
      • SelectionLabeled -> selectionLabeled

    Upgrade considerationLuciadFusion

    Some com.luciad.model.ILcdModelEncoder implementations now have the ability to delegate the encoding of the model reference to a com.luciad.model.ILcdModelReferenceEncoder.

    2.1

    2.1

    ImprovementLuciadFusion

    com.luciad.format.raster.ALcdRasterPainter has a property PaintOutline to decide whether to paint the raster outline when the scale is outside the resolution factor interval.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDMEDModelDecoder has properties to fall back to higher or lower resolution data when the requested data is not available.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdGradientIndexColorModelFactory has the possibility to set a transparent color to 1 index.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdMultilevelRasterPainter and com.luciad.format.raster.TLcdRasterPainter have a property to control the precision of raster painting.

    ImprovementLuciadFusion

    com.luciad.geometry.cartesian.TLcdCartesian now has a method to check if a point is inside an ellipse.

    ImprovementLuciadFusion

    com.luciad.gui.swing.TLcdRangeSlider is displayed differently according to the Look and Feel.

    ImprovementLuciadFusion

    The latitude of a com.luciad.projection.ILcdTransverseCylindrical projection can now be set.

    ImprovementLuciadFusion

    com.luciad.shape.ILcdArc now has a method to compute the cornerpoint of an arc, while com.luciad.shape.shape2D.ILcd2DEditableArc has a method to move the corner point of the arc.

    ImprovementLuciadFusion

    com.luciad.util.TLcdLog can extract messages from Exceptions.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYEditableLabelPainter displays the label pins only on moved labels.

    ImprovementLuciadFusion

    Arcbands can now be created clockwise or counterclockwise by the com.luciad.view.gxy.TLcdGXYArcBandController.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdJetColorIndexModelFactory is a new ILcdColorModelFactory that creates java.awt.image.IndexColorModel objects with smoothly varying colors.

    ImprovementLuciadFusion

    com.luciad.gui.TLcdJava2Util is a class to hold some useful methods that require java 1.2 or higher.

    ImprovementLuciadFusion

    com.luciad.shape.ILcdEllipse has been added to the LuciadMap shapes. Two editable implementations are available:
    • com.luciad.shape.shape2D.TLcdLonLatEllipse
    • com.luciad.shape.shape2D.TLcdXYEllipse

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdMapGeorefGridLayer is a grid layer that displays a georef grid.

    ImprovementLuciadFusion

    com.luciad.view.gxy.ILcdNotLabelDeconflictableLayer is a marker interface to denote layers which should not be taken into account by label deconfliction algorithms. This could be applied to grid layers for example.

    ImprovementLuciadFusion

    com.luciad.reference.ILcdModelReferenceDecoder, a interface to enable the decoding sources to create com.luciad.model.ILcdModelReference objects, has been added.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYShapeListPainter now also implements com.luciad.view.gxy.ILcdGXYEditorProvider.

    ImprovementLuciadFusion

    the precision of the method contains() in the class com.luciad.shape.shape2D.TLcdLonLatPolygon has been improved.

    ImprovementLuciadFusion

    A more accurate formula is now used for calculation of the geodesic distance on a sphere.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdBufferPainter has extra modes OUTLINED_FILLED, OUTLINED_OPEN and OUTLINE_FILLED_OPEN. OPEN modes draw the buffer with open ends.

    Bug fixLuciadFusion

    com.luciad.gui.TLcdLayoutList could get into an infinite loop in jdk1.4. The class now also takes the size of the parent component, including insets, into account when laying out components.

    Bug fixLuciadFusion

    ILcdGXYView implementations did not register themselves as a com.luciad.model.ILcdModelChangeListener to the new model of a layer whenever this layer was already added to the view.

    Bug fixLuciadFusion

    Using a different com.luciad.view.gxy.painter.TLcdGXYBufferPainter as painter and as editor prohibited editing a buffer object.

    Bug fixLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYSelectController and com.luciad.view.gxy.controller.TLcdGXYEditController did not set the correct mode on checking whether a selected objected was being edited.

    Bug fixLuciadFusion

    The magnifier controller, com.luciad.view.gxy.controller.TLcdGXYMagnifierController, did not repaint on changing the scale factor of the magnifier window.

    Bug fixLuciadFusion

    Since the number of pixels was expressed in integers, decoding huge rasters led to integer overflows. The number of pixels is now expressed as a double.

    Bug fixLuciadFusion

    Adding a grid layer to a com.luciad.view.map.TLcdMapJPanel always caused a repaint of the view, irrespective of the value of autoUpdate.

    Bug fixLuciadFusion

    The com.luciad.view.map.TLcdGeodeticPen did not paint bounds objects well when they overlapped the 180 degrees line in Equidistant Cylindrical or Mercator projection.

    Bug fixLuciadFusion

    The MIF model decoder did not take the unit of measure specified in the MIF file into account.

    Bug fixLuciadFusion

    The arc painter now also supports snapping.

    Bug fixLuciadFusion

    The buffer painter only snapped to other points when in creation mode.

    Bug fixLuciadFusion

    Sometimes the editing of an arc band by moving a point of it beyond the -180 degrees angle would cause the arcband to flip: it was drawn in the other direction.

    Bug fixLuciadFusion

    No labels were painted on the lon lat grid when only meridians or only parallels were visible.

    Bug fixLuciadFusion

    com.luciad.view.gxy.ALcdGXYPen assumed different instances of points were returned when retrieving points from a point list. This led to wrong results for the method isTouched() of the class com.luciad.view.gxy.painter.TLcdGXYPointListPainter.

    Bug fixLuciadFusion

    The method cartesianModelDistance of the class com.luciad.view.gxy.ALcdGXYPen did not take into account the differences in units of measure of the model reference and the view reference.

    Bug fixLuciadFusion

    Several memory leaks were closed to ensure proper garbage collection.

    Bug fixLuciadFusion

    com.luciad.shape.shape2D.TLcd2DEditablePointList now has a com.luciad.shape.shape2D.ILcd2DEditablePointFactory to create new com.luciad.shape.shape2D.ILcd2DEditablePoint objects. Two point factories are available:
    • com.luciad.shape.shape2D.TLcdLonLatPointFactory
    • com.luciad.shape.shape2D.TLcdXYPointFactory
    Previously all new points added via the GUI were of the type com.luciad.shape.shape2D.TLcdXYPoint.

    2.0

    2.0

    ImprovementLuciadFusion

    com.luciad.view.vertical package added. A vertical view can be used to visualize the third dimension of a list of points. See the user guide for a thorough explanation.

    ImprovementLuciadFusion

    com.luciad.view.gxy.controller.TLcdGXYMagnifierController allows the user to magnify a section of the map without the need to zoom in. Magnification area and factor can be controlled via the numeric pad.

    ImprovementLuciadFusion

    com.luciad.shape.ILcdComplexPolygon and its implementation com.luciad.shape.ILcdComplexPolygon are new classes for representing complex polygons, for example polygons with holes.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYEditableLabelPainter enables the user to deconflict labels by moving the labels himself.

    ImprovementLuciadFusion

    com.luciad.shape.shape2D.TLcdXYText is a new com.luciad.shape.ILcdShape that implements com.luciad.shape.shape2D.ILcd2DEditableText and com.luciad.shape.ILcdText to allow the user to put scalable text on map. To paint the text a standard ILcdGXYPainter implementation com.luciad.view.gxy.TLcdGXYTextPainter is provided.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelEncoder lets the user encode vector data in the MIF format.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDMEDModelDecoder and com.luciad.format.raster.TLcdDTEDDirectoryModelDecoder now sustain shading.

    ImprovementLuciadFusion

    com.luciad.format.shp.TLcdSHPModelEncoder lets the user encode vector data in the SHP format.

    ImprovementLuciadFusion

    com.luciad.model.TLcdMultilevel2DBoundsIndexedModel will refer to an appropriate com.luciad.model.ILcd2DBoundsIndexedModel depending on a precision parameter.

    ImprovementLuciadFusion

    com.luciad.model.TLcdRegularTiled2DBoundsIndexedModel is composed of a regular tiled data set, where an individual tile implements com.luciad.model.ILcd2DBoundsInteractable. com.luciad.model.ILcdTileProvider is responsible for retrieving the requested tile.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDEMModelDecoder added. It allows you to decode individual DEM ( USGS Digital Elevation Model) files.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdTFWRasterModelDecoder added. It allows you to decode TFW files (TIFF World Files), which specify a model reference for TIFF files.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdBILModelDecoder added. It allows you to decode BIL ( Band InterLeaved by Line ) files.

    ImprovementLuciadFusion

    com.luciad.gui.TLcdPrintComponentAction is an action to print the contents of a component. It supports an advanced mode to enhance vector data printing and allow printing of transparent filled areas.

    ImprovementLuciadFusion

    com.luciad.beans.TLcdPropertyChangeEvent added. This is an extension of java.beans.PropertyChangeEvent with a property isAdjusting to denote if any related events will follow.

    ImprovementLuciadFusion

    com.luciad.gui.TTFIcon is a com.luciad.gui.ILcdIcon implementation which can be used to represent points with True Type Font characters. This is useful for symbolic fonts.

    ImprovementLuciadFusion

    com.luciad.gui.swing.TLcdRangeSlider is a component that lets the user graphically select a range by sliding a minimum and maximum knob within a bounded interval.

    ImprovementLuciadFusion

    com.luciad.io.ILcdInputStreamFactory and com.luciad.io.ILcdOutputStreamFactory define interfaces to allow the user to preprocess InputStream and OutputStream objects for decoding and encoding models.

    ImprovementLuciadFusion

    Memory efficient implementations are provided for some com.luciad.shape.ILcdShape classes in the package com.luciad.shape.shape2D:
    • ILcdPolygon: TLcdLonLatFloatPolygon, TLcdLonLatFloatPolygonCache, TLcdXYFloatPolygon, TLcdXYFloatPolygonCache
    • ILcdPolyline: TLcdLonLatFloatPolyline, TLcdLonLatFloatPolylineCache, TLcdXYFloatLine, TLcdXYFloatPolyline, TLcdXYFloatPolylineCache
    • ILcdPolyPoint: TLcdLonLatFloatPolyPoint, TLcdLonLatFloatPolyPointCache, TLcdXYFloatPolyPoint, TLcdXYFloatPolyPointCache

    ImprovementLuciadFusion

    com.luciad.transformation.TLcdGrid2Geocentric defines a transformation between an ILcdGridReference and an ILcdXYZWorldReference.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdFitSelectionInViewClipAction fits a view to the bounds of all selected selected objects in it.

    ImprovementLuciadFusion

    com.luciad.view.map.TLcdAzimuthRangeController interprets mouse events for displaying an azimuth range and an azimuth direction.

    ImprovementLuciadFusion

    A mechanism has been added in the form of the method writePropertiesSFCT()to export a model reference to a Properties object.

    ImprovementLuciadFusion

    com.luciad.io.TLcdIOUtil can be configured to open sources as files first.

    ImprovementLuciadFusion

    com.luciad.view.gxy.ALcdGXYPen has a method drawLineWithArrow() which can be used in com.luciad.view.gxy.ILcdGXYPainter implementations to draw lines with an arrow, thus avoiding costly use of Stroke objects.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYViewCanvas and com.luciad.view.gxy.TLcdGXYViewJPanel have a method invokeLater() to put a Runnable object on the AWT thread. This can be used to emulate SwingUtilities.invokeLater() in an AWT application.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYShapeListPainter now has a property to determine whether all shapes in the shapelist should be edited or only those touched by the mouse pointer.

    ImprovementLuciadFusion

    com.luciad.format.vpf.TLcdVPFLibrary and com.luciad.format.vpf.TLcdVPFDatabase now reference their source by a String in stead of a File. (option vpf/vmap)

    Bug fixLuciadFusion

    Labels on selected objects where painted when not required due to the interaction between com.luciad.view.gxy.TLcdGXYViewLabelPainter and com.luciad.view.gxy.TLcdGXYLayer

    Bug fixLuciadFusion

    The method removeAllElements( ILcdFireEventMode.FIRE_NOW ) on a com.luciad.model.ILcdModel did not automatically update the view.

    Bug fixLuciadFusion

    com.luciad.view.gxy.ILcdGXYView.removeAllLayers() implementations did not remove its listeners from the com.luciad.view.gxy.ILcdGXYLayer and com.luciad.model.ILcdModel objects. This prohibited garbage collection.

    Bug fixLuciadFusion

    com.luciad.gui.TLcdImageIcon returns a default icon when an image is not found.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYPointListPainter used fill color to paint lines during editing.

    1.6

    1.6

    ImprovementLuciadFusion

    users can specify a transparent color index for rasters.

    ImprovementLuciadFusion

    com.luciad.gui.TLcdImageIcon images can be loaded from a URL.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder decodes MIF files more efficiently. The decoder can now use memory efficient float points.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYBoundsPainter can paint filled bounds.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdGXYCirclePainter can paint filled circles.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdLonLatGridPainter paints a smoother grid.

    ImprovementLuciadFusion

    bounds in a geodetic model reference are now painted more accurately.

    ImprovementLuciadFusion

    label painters can display a different label when an object is selected.

    ImprovementLuciadFusion

    com.luciad.gui.swing.TLcdDialogManagerSW lets you display Luciad dialogs in swing.

    ImprovementLuciadFusion

    com.luciad.shape.shape2D.TLcd2DEditablePointListLonLatFloatArray and com.luciad.shape.shape2D.TLcd2DEditablePointListXYFloatArray are memory efficient implementations of com.luciad.shape.ILcd2DEditablePointList.

    ImprovementLuciadFusion

    com.luciad.shape.shape2D.TLcdLonLatLine and com.luciad.shape.shape2D.TLcdXYLine are implementations of com.luciad.shape.ILcd2DEditablePolyline with only 2 vertices.

    ImprovementLuciadFusion

    com.luciad.util.ILcdPasswordProvider provides methods to retrieve user/password combinations.

    Bug fixLuciadFusion

    Selection sometimes failed during shape editing.

    Bug fixLuciadFusion

    Creation and editing of a TLcdXYCircle showed a circle with half the intended radius.

    Bug fixLuciadFusion

    modeldescriptors did not return the correct source name of the model.

    Bug fixLuciadFusion

    com.luciad.view.TLcdGXYLayer takes only filtered objects into account when calculating the bounds.

    Bug fixLuciadFusion

    Selection in geodetic mode sometimes failed on big shapes.

    Bug fixLuciadFusion

    Extreme zooming-in on large shapes no longer causes a VM crash.

    Bug fixLuciadFusion

    The selected objects in the select controller and the layers are synchronized now.

    1.5

    1.5.07

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder now decodes circles and rectangles.

    Bug fixLuciadFusion

    com.luciad.view.gxy.TLcdGXYLabelPainter now sets valid default positions for the labels.

    1.5.06

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDMEDModelDecoder now handles more known variations of the DMED file format.

    ImprovementLuciadFusion

    com.luciad.format.mif.TLcdMIFModelDecoder now handles more variations of the MIF file format.

    ImprovementLuciadFusion

    com.luciad.view.gxy.painter.TLcdPointListPainter and com.luciad.view.gxy.paint.TLdcGXYIconPainter can handle com.luciad.shape.shape3D.ILcd3DEditableShape shapes.

    ImprovementLuciadFusion

    Longitude Latitude coordinates are formatted with a factor 2 increased precision.

    Bug fixLuciadFusion

    getAliasNames().findID(String) in com.luciad.geodesy.TLcdJPLGeodeticDatumFactory sometimes returned wrong id.

    Bug fixLuciadFusion

    Fit on user-defined layers always contained the point (0,0).

    1.5.01

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDTEDModelDecoder has been renamed to com.luciad.format.raster.TLcdDTEDDirectoryModelDecoder. It can decode an entire directory of DTED files.

    ImprovementLuciadFusion

    The new com.luciad.format.raster.TLcdDTEDModelDecoder can decode individual DTED files.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdAllRasterPainter has been renamed to com.luciad.format.raster.TLcdAllInMemoryRasterPainter.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYLayerLabelPainter can cache the position of drawn labels.

    1.5

    ImprovementLuciadFusion

    The interface com.luciad.view.gxy.ILcdGXYPen and its implementations com.luciad.view.gxy.TLcdGXYPen, com.luciad.view.map.TLcdGeodeticPen, com.luciad.view.map.TLcdProjectionPen and com.luciad.view.map.TLcdGridPen have been tuned to improve performance. Two new classes/interfaces have been created for that purpose:
    • com.luciad.view.gxy.ILcdGeneralPath/TLcdGeneralPath describes a path in world coordinates, including possible line/polygon breaks. The path can be used to cache transformed shapes.
    • com.luciad.view.gxy.ILcdAWTPath/TLcdAWTPath: describes a path in AWT coordinates, including possible line/polygon breaks. An AWT path can paint itself as a polyline, a polygon, or a filled polygon.

    ImprovementLuciadFusion

    com.luciad.format.TLcdMultilevelRasterPainter and com.luciad.format.TLcdNoWarpMultilevelRasterPainter now have get/set methods for LevelSwitchScale which allow you to determine when to switch to another raster level.

    ImprovementLuciadFusion

    com.luciad.geodesy.TLcdEllipsoidUtil has a method to check if two geodesic line segments have an intersection.

    Bug fixLuciadFusion

    Painting labels with/without pins no longer interferes with label positioning.

    1.4

    1.4.04

    ImprovementLuciadFusion

    com.luciad.view.gxy.ILcdGXYController now has a method paint, which allows the controller to paint on top of its ILcdGXYView.

    ImprovementLuciadFusion

    com.luciad.view.ILcdGXYView has a method pan to allow panning when operating near the border of the view.

    ImprovementLuciadFusion

    com.luciad.view.ILcdGXYView has new methods to register LayerSelectionListener and ModelListener objects.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYLayer now has methods to set/get the minimum size of objects that are to be painted. Not painting very small objects can increase performance significantly.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDTEDModelDecoder has been added. It allows you to decode DTED files organized in directories without a corresponding DMED file.

    ImprovementLuciadFusion

    com.luciad.view.gxy.TLcdGXYViewBufferedImage and com.luciad.view.map.TLcdMapBufferedImage have been added. These are LuciadMap views that do not have corresponding Components. They are accessible as off-screen images, which can be conveniently used in servlets, for instance. These classes are beta versions, and are not supported.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdDTEDModelDescriptor and com.luciad.format.raster.TLcdDTEDMultilevelModelDescriptor have been removed. DTED models have com.luciad.format.raster.TLcdRasterModelDescriptor and com.luciad.format.raster.TLcdMultilevelRasterModelDescriptor descriptors.

    ImprovementLuciadFusion

    com.luciad.format.raster.TLcdGeoTIFFModelDecoder: the constructor no longer needs a buffer. Buffering is done by the JAI library.

    Bug fixLuciadFusion

    Objects in a layer which is out of scalerange can no longer be selected.

    Bug fixLuciadFusion

    Some GeoTIFF files caused a NullPointerException

    Bug fixLuciadFusion

    DTED did not fall back to lower level data in a browser.

    1.4

    ImprovementLuciadFusion

    com.luciad.format.raster.ILcdColorScheme and its implementations no longer exist. In general, it is not required, as a sensible default will be chosen. For special raster coloring needs, use com.luciad.format.raster.ILcdColorModelFactory and its implementations.

    ImprovementLuciadFusion

    The properties noOfSubTileColumns/Rows in .rst files have been replaced with the more general properties subTilePixelWidth/Height.

    ImprovementLuciadFusion

    com.luciad.reference.TLcdProjectionReference has been superseded by com.luciad.reference.TLcdGridReference. To update your code, change TLcdProjectionReference to TLcdGridReference. The TLcdGridReference constructor takes the geodetic datum and the projection in reverse order compared to the TLcdProjectionReference. Following parameters are set to correspond to TLcdProjectionReference by default:
    • false easting : 0
    • false northing : 0
    • scale : 1
    • unit of measure: 1
    • rotation : 0 .

    ImprovementLuciadFusion

    com.luciad.format.raster.ILcdTileInfo has been made public.

    Bug fixLuciadFusion

    Creating a new shape displays the first point immediately, which had unwanted effects on circles and arcs.

    Bug fixLuciadFusion

    Copyright message returned to the default Luciad copyright after obfuscation.

    Bug fixLuciadFusion

    When a new arc band was created with caching set to false, nothing was drawn.

    Bug fixLuciadFusion

    TLcdGroupbox: setComponent() added a component without a layout constraint, which caused a NullpointerException on IE4.0 .

    Bug fixLuciadFusion

    Removing an object from a model does not remove the object from the selection of the layers that display the model.