Uses of Class
io.goobi.viewer.model.maps.GeoMapFeature
Packages that use GeoMapFeature
Package
Description
-
Uses of GeoMapFeature in io.goobi.viewer.api.rest.v1.index
Methods in io.goobi.viewer.api.rest.v1.index that return types with arguments of type GeoMapFeatureModifier and TypeMethodDescriptionprotected Collection<GeoMapFeature> IndexResource.createFeatures(String query, String coordinateQuery, String labelConfig, String searchScope) -
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 ofgeoMapFeaturesfrom 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 GeoMapFeatureFeatureGenerator.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)