Import City Gml
Goal
Loads a LOD1 or LOD2 CityGML file as a CityDoctor model, for further processing.
Technical information
| Class | ImportCityGml |
| Superclass | WorkflowStep |
| Author | |
| Maintainer | |
| Source location | simstadt/src/main/java/eu/simstadt/citygml/steps/ImportCityGml.java |
| Package | eu.simstadt.citygml.steps |
| Project | simstadt |
Dependencies
Parameters
Minimal LOD (minimalLod)
Lowest Level of Detail which should be imported.
Choosing LOD2 will force SimStadt to only import LOD2 buildings (if present).
- Type :
LOD - Default :
LOD_0 - Possible values :
LOD_1, LOD_2, LOD_3, LOD_4, LOD_0 - Getter :
getMinimalLod() - Setter :
setMinimalLod(LOD)
Maximal LOD (maximalLod)
Highest Level of Detail which should be imported.
Choosing LOD1 will force SimStadt to only import LOD1 buildings (if present).
- Type :
LOD - Default :
LOD_2 - Possible values :
LOD_1, LOD_2, LOD_3, LOD_4, LOD_0 - Getter :
getMaximalLod() - Setter :
setMaximalLod(LOD)
Validate against XML schema? (validateAgainstXMLSchema)
Checks if the imported CityGML is a correct CityGML file according to XML schema.
Will throw an error and stop processing if the file is not considered valid.
- Type :
boolean - Default :
false - Getter :
isValidateAgainstXMLSchema() - Setter :
setValidateAgainstXMLSchema(boolean)
How to handle parts? (partHandling)
Either combine all parts into one building, or keep them separate
- Type :
BuildingPartHandling - Default :
BUILDING_PART_AS_BUILDINGS - Possible values :
BUILDING_PART_AS_BUILDINGS, COMBINE_PARTS_TO_ONE_BUILDING - Getter :
getPartHandling() - Setter :
setPartHandling(BuildingPartHandling)
Used in
- District Heating Network Analysis
- Dynamic Template
- Empty
- Energy Grid Simulation
- Environmental Analysis
- Environmental Analysis With Refurbishment Strategy
- Green Water
- Heat Demand Analysis
- Heat Demand Analysis With Energy ADEWriter
- Heat Demand Analysis With Historic And Future Refurbishment
- Heat Demand Analysis With Refurbishment Strategy
- Heat Demand Calculation With Shadow Processing
- Hourly Heat Demand Analysis
- Hourly Heat Demand With Heat Storage
- Load Profile
- PVPotential With Shadow Processing
- Photovoltaic Potential Analysis
- Photovoltaic Potential Financial Analysis
- Quarterarchetype Assignment
- Shadow Calculation Retrieve
- Shadow Calculation Store
- Shadow Calculation With Viewer
- Solar Potential Analysis