Class LandUsePlanner
java.lang.Object
org.episteme.social.geography.LandUsePlanner
Utility for optimizing land use and urban planning distribution.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic List<LandUsePlanner.LandZone> suggestDefaultAllocation(Quantity<Area> totalArea) Suggests a default allocation for a new urban development.
-
Method Details
-
suggestDefaultAllocation
Suggests a default allocation for a new urban development.- Parameters:
totalArea- the total available territory- Returns:
- list of recommended zones
-