Uses of Class
nl.b3p.tailormap.api.persistence.Application
-
-
Uses of Application in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return Application Modifier and Type Method Description ApplicationAppRestControllerAdvice. populateApplication(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection)Methods in nl.b3p.tailormap.api.controller with parameters of type Application Modifier and Type Method Description org.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, javax.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)MapResponseViewerController. map(Application app)org.springframework.http.ResponseEntity<Serializable>EditFeatureController. patchFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String fid, Feature partialFeature)AppTreeLayerNodeAppRestControllerAdvice. populateAppTreeLayerNode(Application app, String appLayerId)org.springframework.http.ResponseEntity<?>GeoServiceProxyController. proxy(Application application, GeoService service, GeoServiceLayer layer, String protocol, javax.servlet.http.HttpServletRequest request)ViewerResponseViewerController. 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 Application Modifier and Type Method Description static 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 Application Modifier and Type Method Description ApplicationApplication. setAdminComments(String adminComments)ApplicationApplication. setAuthorizationRules(List<AuthorizationRule> authorizationRules)ApplicationApplication. setComponents(List<Component> components)ApplicationApplication. setContentRoot(AppContent contentRoot)ApplicationApplication. setCrs(String crs)ApplicationApplication. setId(Long id)ApplicationApplication. setInitialExtent(Bounds initialExtent)ApplicationApplication. setMaxExtent(Bounds maxExtent)ApplicationApplication. setName(String name)ApplicationApplication. setPreviewText(String previewText)ApplicationApplication. setSettings(AppSettings layerSettings)ApplicationApplication. setStyling(AppStyling styling)ApplicationApplication. setTitle(String title)ApplicationApplication. setVersion(Long version) -
Uses of Application in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper that return Application Modifier and Type Method Description ApplicationApplicationHelper. getServiceApplication(String baseAppName, String projection, GeoService service)Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type Application Modifier and Type Method Description static booleanTMFeatureTypeHelper. isEditable(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType)voidApplicationHelper. setCrsAndBounds(Application a, MapResponse mapResponse)voidApplicationHelper. setLayers(Application app, MapResponse mr)MapResponseApplicationHelper. toMapResponse(Application app) -
Uses of Application in nl.b3p.tailormap.api.repository
Methods in nl.b3p.tailormap.api.repository that return Application Modifier and Type Method Description ApplicationApplicationRepository. findByName(String name)Methods in nl.b3p.tailormap.api.repository that return types with arguments of type Application Modifier and Type Method Description Optional<Application>ApplicationRepository. findById(Long aLong) -
Uses of Application in nl.b3p.tailormap.api.security
Methods in nl.b3p.tailormap.api.security with parameters of type Application Modifier and Type Method Description booleanAuthorizationService. 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.
-