From fe46eb27407241d47c872f80216f7717545256f8 Mon Sep 17 00:00:00 2001 From: Rushi Date: Tue, 14 Oct 2025 16:07:31 +0200 Subject: [PATCH] Updated read-me with Energy ADE 3 --- .../ade/energy2/exporter/ExportManager.java | 28 ------------------- .../exporter/WeatherStationExporter.java | 28 ------------------- .../importer/BuildingPropertiesImporter.java | 28 ------------------- .../CityObjectPropertiesImporter.java | 28 ------------------- .../ade/energy2/importer/ImportManager.java | 28 ------------------- .../importer/WeatherStationImporter.java | 28 ------------------- .../hft/ade/energy2/schema/ADESequence.java | 28 ------------------- .../hft/ade/energy2/schema/ADETable.java | 28 ------------------- .../hft/ade/energy2/schema/ObjectMapper.java | 28 +------------------ .../hft/ade/energy2/schema/SchemaMapper.java | 28 ------------------- 10 files changed, 1 insertion(+), 279 deletions(-) diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java index 057d069..2bdf387 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/ExportManager.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.exporter; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java index 0d9c2c0..9d29db3 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/exporter/WeatherStationExporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.exporter; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java index 3340a83..b29b7f7 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/BuildingPropertiesImporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java index 559aa77..82198ca 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/CityObjectPropertiesImporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java index 09354d8..0df0053 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/ImportManager.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java b/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java index 238edaf..0ac9779 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/importer/WeatherStationImporter.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.importer; import de.stuttgart.hft.ade.energy2.schema.ADETable; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java index de2a2c2..5ce8290 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADESequence.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.schema; public enum ADESequence { diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java index 43f11d6..86fa286 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ADETable.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.schema; import de.stuttgart.hft.ade.energy2.importer.*; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java index 4463ee2..8cc39c7 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/ObjectMapper.java @@ -1,30 +1,4 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ + package de.stuttgart.hft.ade.energy2.schema; diff --git a/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java b/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java index 3f7746f..6af9fff 100644 --- a/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java +++ b/src/main/java/de/stuttgart/hft/ade/energy2/schema/SchemaMapper.java @@ -1,31 +1,3 @@ -/* - * 3D City Database - The Open Source CityGML Database - * https://www.3dcitydb.org/ - * - * Copyright 2013 - 2024 - * Chair of Geoinformatics - * Technical University of Munich, Germany - * https://www.lrg.tum.de/gis/ - * - * The 3D City Database is jointly developed with the following - * cooperation partners: - * - * Virtual City Systems, Berlin - * M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - package de.stuttgart.hft.ade.energy2.schema; import java.util.EnumMap; -- GitLab