Uses of Class
io.goobi.viewer.model.maps.GeoMapFeature
-
Uses of GeoMapFeature in io.goobi.viewer.controller
Modifier and TypeMethodDescriptionstatic List<GeoMapFeature>
GeoCoordinateConverter.getFeatures
(List<String> points) Generate a list ofgeoMapFeatures
from a list of metadata values which may represent geographic coordinates.GeoCoordinateConverter.getFeaturesFromSolrDocs
(List<String> coordinateFields, String markerTitleField, Map<org.apache.solr.common.SolrDocument, List<org.apache.solr.common.SolrDocument>> docs) GeoCoordinateConverter.getFeaturesFromSolrQuery
(String query, List<String> filterQueries, List<String> coordinateFields, String markerTitleField, boolean aggregateResults) Collect all point coordinate in the given coordinate fields from solr documents returned by the given solr queryGeoCoordinateConverter.getGeojsonPoints
(MetadataContainer doc, String metadataField, String titleField) GeoCoordinateConverter.getGeojsonPoints
(org.apache.solr.common.SolrDocument doc, String metadataField, String titleField) GeoCoordinateConverter.getGeojsonPoints
(org.apache.solr.common.SolrDocument doc, List<org.apache.solr.common.SolrDocument> children, String metadataField, String titleField) Collect all point coordinate in the given metadata field within the given solr document