Uses of Class
io.goobi.viewer.model.maps.GeoMapFeature
Packages that use GeoMapFeature
Package
Description
REST resources for Solr index interaction in the v1 API, providing endpoints
for querying index field information and triggering indexer operations.
Core controller and utility classes of the Goobi viewer.
Provides the core domain model for geo-maps in the Goobi viewer, including map
configurations, feature sets, markers, filters, and Solr-backed spatial data providers.
Contains data providers and generators for GeoJSON map features, retrieving spatial
data from Solr, metadata fields, record structures, and entity relationships.
-
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) Collects all point coordinates in the given coordinate fields from solr documents returned by the given solr query.GeoCoordinateConverter.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) Collects all point coordinates 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.combineFeatures(Collection<GeoMapFeature> singleFeatures) protected Collection<GeoMapFeature> SolrFeatureSet.createFeatures()protected Collection<GeoMapFeature> SolrFeatureSet.createFeatures(String query, List<String> facetFilterQueries) Method parameters in io.goobi.viewer.model.maps with type arguments of type GeoMapFeatureModifier and TypeMethodDescriptionprotected Collection<GeoMapFeature> SolrFeatureSet.combineFeatures(Collection<GeoMapFeature> singleFeatures) -
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)