Uses of Enum Class
org.tailormap.api.controller.LayerExtractController.ExtractOutputFormat
Packages that use LayerExtractController.ExtractOutputFormat
-
Uses of LayerExtractController.ExtractOutputFormat in org.tailormap.api.controller
Subclasses with type arguments of type LayerExtractController.ExtractOutputFormat in org.tailormap.api.controllerMethods in org.tailormap.api.controller that return LayerExtractController.ExtractOutputFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.LayerExtractController.ExtractOutputFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tailormap.api.controller with parameters of type LayerExtractController.ExtractOutputFormatModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> LayerExtractController.extract(@Valid GeoServiceLayer layer, GeoService service, Application application, AppTreeLayerNode appTreeLayerNode, String clientId, LayerExtractController.ExtractOutputFormat outputFormat, Set<String> attributes, String filter, String sortBy, String sortOrder) -
Uses of LayerExtractController.ExtractOutputFormat in org.tailormap.api.service
Methods in org.tailormap.api.service with parameters of type LayerExtractController.ExtractOutputFormatModifier and TypeMethodDescriptionCreateLayerExtractService.createExtractFilename(@NonNull String clientId, @NonNull TMFeatureType sourceFT, @NonNull LayerExtractController.ExtractOutputFormat outputFormat) Create a validated filename for an extract.voidCreateLayerExtractService.createLayerExtract(@NonNull String clientId, @NonNull TMFeatureType inputTmFeatureType, @NonNull Set<String> attributes, @Nullable org.geotools.api.filter.Filter filter, String sortBy, org.geotools.api.filter.sort.SortOrder sortOrder, @NonNull LayerExtractController.ExtractOutputFormat extractOutputFormat, @NonNull String outputFileName)