Feat: Add short-term memory of previous Checkers
Adds a HashMap to allow CityDoctorController to remember the Checker of a CityDoctorModel, to allow switching of models with ZipEntryManager without having to rerun the Checks when an already validated model is loaded again. Short-term meaning, that the memory is only kept for this session and only till the next CityGML source is loaded (even if the same zip file gets loaded again).
Showing
+12 -1
Please register or sign in to comment