Uses of Class
org.tailormap.api.geotools.featuresources.FeatureSourceFactoryHelper
Packages that use FeatureSourceFactoryHelper
Package
Description
-
Uses of FeatureSourceFactoryHelper in org.tailormap.api.configuration.dev
Constructors in org.tailormap.api.configuration.dev with parameters of type FeatureSourceFactoryHelperModifierConstructorDescriptionPopulateTestData(org.springframework.context.ApplicationContext appContext, UserRepository userRepository, GroupRepository groupRepository, CatalogRepository catalogRepository, GeoServiceRepository geoServiceRepository, GeoServiceHelper geoServiceHelper, SolrService solrService, TaskManagerService taskManagerService, FeatureSourceRepository featureSourceRepository, ApplicationRepository applicationRepository, ConfigurationRepository configurationRepository, FeatureSourceFactoryHelper featureSourceFactoryHelper, SearchIndexRepository searchIndexRepository, UploadRepository uploadRepository, PageRepository pageRepository) -
Uses of FeatureSourceFactoryHelper in org.tailormap.api.controller
Constructors in org.tailormap.api.controller with parameters of type FeatureSourceFactoryHelperModifierConstructorDescriptionEditFeatureController(FeatureSourceFactoryHelper featureSourceFactoryHelper, FeatureSourceRepository featureSourceRepository) FeaturesController(FeatureSourceFactoryHelper featureSourceFactoryHelper, FeatureSourceRepository featureSourceRepository) UniqueValuesController(FeatureSourceFactoryHelper featureSourceFactoryHelper, FeatureSourceRepository featureSourceRepository) -
Uses of FeatureSourceFactoryHelper in org.tailormap.api.scheduling
Constructors in org.tailormap.api.scheduling with parameters of type FeatureSourceFactoryHelperModifierConstructorDescriptionIndexTask(SearchIndexRepository searchIndexRepository, FeatureTypeRepository featureTypeRepository, FeatureSourceFactoryHelper featureSourceFactoryHelper, SolrService solrService, ch.rasc.sse.eventbus.SseEventBus eventBus, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of FeatureSourceFactoryHelper in org.tailormap.api.solr
Methods in org.tailormap.api.solr with parameters of type FeatureSourceFactoryHelperModifier and TypeMethodDescriptionSolrHelper.addFeatureTypeIndex(@NotNull SearchIndex searchIndex, @NotNull TMFeatureType tmFeatureType, @NotNull FeatureSourceFactoryHelper featureSourceFactoryHelper, @NotNull SearchIndexRepository searchIndexRepository) Add or update a feature type index for a layer.SolrHelper.addFeatureTypeIndex(@NotNull SearchIndex searchIndex, @NotNull TMFeatureType tmFeatureType, @NotNull FeatureSourceFactoryHelper featureSourceFactoryHelper, @NotNull SearchIndexRepository searchIndexRepository, @NotNull Consumer<TaskProgressEvent> progressListener, UUID taskUuid) Add or update a feature type index for a layer.