Uses of Class
io.goobi.viewer.model.maps.GeoMapFeature
Packages that use GeoMapFeature
Package
Description
-
Uses of GeoMapFeature in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type GeoMapFeatureModifier and TypeMethodDescriptionGeoCoordinateConverter.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 -
Uses of GeoMapFeature in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps that return types with arguments of type GeoMapFeatureModifier and TypeMethodDescriptionprotected Collection
<GeoMapFeature> SolrFeatureSet.createFeatures()
-
Uses of GeoMapFeature in io.goobi.viewer.model.maps.features
Methods in io.goobi.viewer.model.maps.features that return GeoMapFeatureModifier and TypeMethodDescriptionprotected GeoMapFeature
FeatureGenerator.getFeature
(String point) Methods in io.goobi.viewer.model.maps.features that return types with arguments of type GeoMapFeatureModifier and TypeMethodDescriptionFeatureGenerator.getFeatures
(MetadataDocument document, SolrSearchScope searchScope) protected Collection
<GeoMapFeature> FeatureGenerator.getFeatures
(MetadataContainer metadata, MetadataContainer topDocument, List<String> coordinates)