Uses of Class
nl.b3p.tailormap.api.persistence.Application
Packages that use Application
Package
Description
-
Uses of Application in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return ApplicationModifier and TypeMethodDescriptionAppRestControllerAdvice.populateApplication(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection) Methods in nl.b3p.tailormap.api.controller with parameters of type ApplicationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Serializable>EditFeatureController.createFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, Feature completeFeature) org.springframework.http.ResponseEntity<Void>EditFeatureController.deleteFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String fid) org.springframework.http.ResponseEntity<?>LayerExportController.download(GeoService service, GeoServiceLayer layer, Application application, AppTreeLayerNode appTreeLayerNode, String outputFormat, List<String> attributes, String filter, String sortBy, String sortOrder, String crs, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<Serializable>LayerDescriptionController.getAppLayerDescription(Application application, AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer) org.springframework.http.ResponseEntity<Serializable>FeaturesController.getFeatures(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, Double x, Double y, Double distance, String __fid, Boolean simplify, String filter, Integer page, String sortBy, String sortOrder, boolean onlyGeometries, boolean geometryInAttributes) org.springframework.http.ResponseEntity<Serializable>UniqueValuesController.getUniqueAttributes(GeoService service, GeoServiceLayer layer, Application app, AppTreeLayerNode appTreeLayerNode, String attributeName, String filter) ViewerController.map(Application app) org.springframework.http.ResponseEntity<Serializable>EditFeatureController.patchFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String fid, Feature partialFeature) AppRestControllerAdvice.populateAppTreeLayerNode(Application app, String appLayerId) org.springframework.http.ResponseEntity<?>GeoServiceProxyController.proxy(Application application, GeoService service, GeoServiceLayer layer, String protocol, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<Serializable>SearchController.search(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String solrQuery, Integer start) ViewerController.viewer(Application app, ViewerResponse.KindEnum viewerKind) -
Uses of Application in nl.b3p.tailormap.api.geotools
Methods in nl.b3p.tailormap.api.geotools with parameters of type ApplicationModifier and TypeMethodDescriptionstatic org.geotools.api.referencing.operation.MathTransformTransformationUtil.getTransformationToApplication(@NotNull Application application, @NotNull org.geotools.api.data.SimpleFeatureSource simpleFeatureSource) Determine whether we need to transform geometries to the application CRS.static org.geotools.api.referencing.operation.MathTransformTransformationUtil.getTransformationToDataSource(@NotNull Application application, @NotNull org.geotools.api.data.SimpleFeatureSource simpleFeatureSource) Determine whether we need to transform geometry to data source crs. -
Uses of Application in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return ApplicationModifier and TypeMethodDescriptionApplication.setAdminComments(String adminComments) Application.setAuthorizationRules(List<AuthorizationRule> authorizationRules) Application.setComponents(List<Component> components) Application.setContentRoot(AppContent contentRoot) Application.setInitialExtent(Bounds initialExtent) Application.setMaxExtent(Bounds maxExtent) Application.setPreviewText(String previewText) Application.setSettings(AppSettings layerSettings) Application.setStyling(AppStyling styling) Application.setVersion(Long version) -
Uses of Application in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return ApplicationModifier and TypeMethodDescriptionApplicationHelper.getServiceApplication(String baseAppName, String projection, GeoService service) Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type ApplicationModifier and TypeMethodDescriptionstatic booleanTMFeatureTypeHelper.isEditable(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType) voidApplicationHelper.setCrsAndBounds(Application a, MapResponse mapResponse) voidApplicationHelper.setLayers(Application app, MapResponse mr) ApplicationHelper.toMapResponse(Application app) -
Uses of Application in nl.b3p.tailormap.api.repository
Methods in nl.b3p.tailormap.api.repository that return ApplicationMethods in nl.b3p.tailormap.api.repository that return types with arguments of type ApplicationModifier and TypeMethodDescription -
Uses of Application in nl.b3p.tailormap.api.security
Methods in nl.b3p.tailormap.api.security with parameters of type ApplicationModifier and TypeMethodDescriptionbooleanAuthorizationService.allowProxyAccess(Application application, GeoService geoService) To avoid exposing a secured service by proxying it to everyone, do not proxy a secured geo service when the application is public (accessible by anonymous users).booleanAuthorizationService.mayUserRead(Application application) Verifies that this user may read this Application.