Class LocationBuilder

java.lang.Object
io.goobi.viewer.model.maps.LocationBuilder

public class LocationBuilder extends Object
Parses geographic location data from Solr field values (WKT polygon, point, and GeoJSON formats) and converts them into IArea instances for use in geo map rendering.
  • Constructor Details

    • LocationBuilder

      public LocationBuilder()
  • Method Details

    • getLocations

      public List<IArea> getLocations(Object solrValue)
    • getPointFromFeature

      public Point getPointFromFeature(org.json.JSONObject feature)