Class ApplicationHelper
java.lang.Object
nl.b3p.tailormap.api.persistence.helper.ApplicationHelper
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorizationService authorizationService) -
Method Summary
Modifier and TypeMethodDescriptiongetServiceApplication(String baseAppName, String projection, GeoService service) voidsetCrsAndBounds(Application a, MapResponse mapResponse) voidsetLayers(Application app, MapResponse mr) toMapResponse(Application app)
-
Constructor Details
-
ApplicationHelper
public ApplicationHelper(GeoServiceHelper geoServiceHelper, GeoServiceRepository geoServiceRepository, ConfigurationRepository configurationRepository, ApplicationRepository applicationRepository, FeatureSourceRepository featureSourceRepository, jakarta.persistence.EntityManager entityManager, AuthorizationService authorizationService)
-
-
Method Details
-
getServiceApplication
-
toMapResponse
-
setCrsAndBounds
-
setLayers
-