Class GMLBridge

java.lang.Object
org.episteme.social.geography.loaders.gml.GMLBridge

public class GMLBridge extends Object
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 Details

    • GMLBridge

      public GMLBridge()
  • Method Details

    • toGeoMap

      public GeoMap toGeoMap(GMLDocument gmlDoc)
      Converts GML document to Episteme GeoMap.
    • convertToGeography

      public List<Object> convertToGeography(GMLFeature gmlFeature)
      Converts GML feature to a Episteme geographic object (Place or GeoPath).