This page shows the release notes of older versions up until the point that the new version was released. For a full list of release notes of an old version, consult the documentation of that version.
For example if you want to see what is fixed in each 2019.1.x patch release, consult the release notes in the documentation of the 2019.1 release.
2023.1.12
2023.1.11
2023.1.10
2023.1.08
2023.1.07
2023.1.06
2023.1.05
2023.1.04
2023.1.03
2023.1.02
2023.1.01
2023.1
2023.0.11
2023.0.10
2023.0.06
2023.0.05
2023.0.04
2023.0.03
2023.0.02
2023.0.01
2023.0
2022.1.09
2022.1.08
2022.1.07
2022.1.06
2022.1.05
2022.1.04
2022.1.03
2022.1.02
2022.1.01
2022.1
2022.0.07
2022.0.06
2022.0.05
2022.0.04
2022.0.03
2022.0.02
2022.0.01
2022.0
2021.1.11
2021.1.10
2021.1.09
2021.1.08
2021.1.07
2021.1.06
2021.1.05
2021.1.04
2021.1.03
2021.1.02
2021.1.01
2021.1
2021.0.09
2021.0.08
2021.0.07
2021.0.06
2021.0.05
2021.0.04
2021.0.03
2021.0.02
2021.0.01
2021.0
2020.1.20
Bug fixAdvanced GIS Engine
RIA-3624
ConstructiveGeometry
and Topology
operations
would throw errors when you pass in empty ShapeList
s or ShapeList
s
that contain empty ShapeList
s.
2020.1.19
2020.1.17
2020.1.16
2020.1.15
2020.1.14
2020.1.13
2020.1.12
2020.1.11
2020.1.10
2020.1.09
2020.1.08
2020.1.06
2020.1.05
2020.1.04
2020.1.03
2020.1.02
2020.1.01
2020.1
2020.0.19
2020.0.18
2020.0.17
2020.0.15
2020.0.14
2020.0.12
2020.0.11
2020.0.10
2020.0.08
2020.0.07
2020.0.06
2020.0.05
2020.0.04
2020.0.03
2020.0.02
2020.0.01
2020.0
ImprovementAdvanced GIS Engine
LuciadRIA now has support for performing boolean operations on shapes. In order to do so, you can use a
ConstructiveGeometry
object. ConstructiveGeometryFactory
allows you to create ConstructiveGeometry
objects
performing boolean operations using a cartesian, spherical or ellipsoidal topology.
The following operations are supported:
- Union
- Intersection
- Difference
Bug fixAdvanced GIS Engine
RIA-1912
Bug fixAdvanced GIS Engine
RIA-1532
ConstructiveGeometryFactory.createSpherical
would modify ellipsoid
parameters of the reference
that was passed in.