Uses of Class
it.unicam.cs.ids2425.FilieraAgricola.dto.response.GeoJSONFeatureCollection
Packages that use GeoJSONFeatureCollection
Package
Description
-
Uses of GeoJSONFeatureCollection in it.unicam.cs.ids2425.FilieraAgricola.controller
Methods in it.unicam.cs.ids2425.FilieraAgricola.controller that return types with arguments of type GeoJSONFeatureCollectionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<GeoJSONFeatureCollection> MappaController.getPuntiMappa()Endpoint pubblico che restituisce i punti della filiera in formato GeoJSON per la visualizzazione sulla mappa (come da specifica). -
Uses of GeoJSONFeatureCollection in it.unicam.cs.ids2425.FilieraAgricola.service
Methods in it.unicam.cs.ids2425.FilieraAgricola.service that return GeoJSONFeatureCollectionModifier and TypeMethodDescriptionMappaService.getPuntiMappa()Costruisce la FeatureCollection GeoJSON di tutti i FilieraPoint approvati.