Uses of Class
org.tailormap.api.viewer.model.AttributeStatisticsResponse
Packages that use AttributeStatisticsResponse
Package
Description
-
Uses of AttributeStatisticsResponse in org.tailormap.api.controller.admin
Methods in org.tailormap.api.controller.admin that return types with arguments of type AttributeStatisticsResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributeStatisticsResponse> AttributeStatisticsAdminController.getStatistics(Long featureTypeId, String attributeName, String filter) Retrieve attribute statistics for a feature type. -
Uses of AttributeStatisticsResponse in org.tailormap.api.geotools.featuresources
Methods in org.tailormap.api.geotools.featuresources that return AttributeStatisticsResponseModifier and TypeMethodDescriptionstatic @NonNull AttributeStatisticsResponseFeatureSourceStatistics.getFeatureSourceStatistics(@NonNull org.geotools.api.data.SimpleFeatureSource featureSource, @NonNull String attributeName, @Nullable String filterCQL, int progressInterval, @Nullable IntConsumer progressCallback) Determine statistics for a given attribute of a feature source, optionally filtered by a CQL filter. -
Uses of AttributeStatisticsResponse in org.tailormap.api.viewer.model
Methods in org.tailormap.api.viewer.model that return AttributeStatisticsResponseModifier and TypeMethodDescriptionAttributeStatisticsResponse.filterApplied(Boolean filterApplied)