Class GMLBridge
java.lang.Object
org.episteme.social.geography.loaders.gml.GMLBridge
Bridge for converting GML DTOs to core Episteme geography objects.
This bridge has been refactored to use standard Place and GeoPath classes, phasing out the social Feature model in favor of a unified geographic representation.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToGeography(GMLFeature gmlFeature) Converts GML feature to a Episteme geographic object (Place or GeoPath).toGeoMap(GMLDocument gmlDoc) Converts GML document to Episteme GeoMap.
-
Constructor Details
-
GMLBridge
public GMLBridge()
-
-
Method Details
-
toGeoMap
Converts GML document to Episteme GeoMap. -
convertToGeography
Converts GML feature to a Episteme geographic object (Place or GeoPath).
-