Class GeoMap
java.lang.Object
org.episteme.social.geography.GeoMap
- All Implemented Interfaces:
Serializable, Named
- Direct Known Subclasses:
HeightMap
Represents a logical map of a geographical area, containing places and paths.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeoMap(String name, GeodeticCoordinate topLeft, GeodeticCoordinate bottomRight) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetName()getPaths()voidremovePath(GeoPath path) voidremovePlace(Place place) voidsetBottomRight(GeodeticCoordinate bottomRight) voidsetDescription(String description) voidvoidsetTopLeft(GeodeticCoordinate topLeft) toString()
-
Constructor Details
-
GeoMap
-
GeoMap
-
-
Method Details
-
getName
-
setName
-
getTopLeft
-
setTopLeft
-
getBottomRight
-
setBottomRight
-
getDescription
-
setDescription
-
getPlaces
-
addPlace
-
removePlace
-
getPaths
-
addPath
-
removePath
-
toString
-