Uses of Class
org.tailormap.api.persistence.Application
Packages that use Application
Package
Description
-
Uses of Application in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return ApplicationModifier and TypeMethodDescriptionAppRestControllerAdvice.populateApplication
(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection) Methods in org.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) @Valid org.springframework.http.ResponseEntity<Serializable>
DrawingController.createOrUpdateDrawing
(Drawing drawing, Application application) Create or update a drawing.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, Set<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) @Valid org.springframework.http.ResponseEntity<Serializable>
DrawingController.getDrawing
(UUID drawingId, Application application) Get a drawing by id.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) AppRestControllerAdvice.populateGeoService
(Application app, AppTreeLayerNode appTreeLayerNode) org.springframework.http.ResponseEntity<?>
GeoServiceProxyController.proxy
(Application application, GeoService service, GeoServiceLayer layer, GeoServiceProtocol protocol, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<?>
GeoServiceProxyController.proxy3dtiles
(Application application, GeoService service, GeoServiceLayer layer, jakarta.servlet.http.HttpServletRequest request) org.springframework.http.ResponseEntity<Serializable>
SearchController.search
(AppTreeLayerNode appTreeLayerNode, GeoService service, Application application, String solrQuery, Integer start, String solrFilterQuery, String solrPoint, Double solrDistance) ViewerController.viewer
(Application app, ViewerResponse.KindEnum viewerKind) -
Uses of Application in org.tailormap.api.geotools
Methods in org.tailormap.api.geotools with parameters of type ApplicationModifier and TypeMethodDescriptionstatic org.geotools.api.referencing.operation.MathTransform
TransformationUtil.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.MathTransform
TransformationUtil.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 org.tailormap.api.persistence
Methods in org.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 org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return ApplicationModifier and TypeMethodDescriptionApplicationHelper.getServiceApplication
(String baseAppName, String projection, GeoService service) Methods in org.tailormap.api.persistence.helper with parameters of type ApplicationModifier and TypeMethodDescriptionstatic boolean
TMFeatureTypeHelper.isEditable
(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType) void
ApplicationHelper.setCrsAndBounds
(Application a, MapResponse mapResponse) void
ApplicationHelper.setLayers
(Application app, MapResponse mr) ApplicationHelper.toMapResponse
(Application app) -
Uses of Application in org.tailormap.api.repository
Methods in org.tailormap.api.repository that return ApplicationMethods in org.tailormap.api.repository that return types with arguments of type ApplicationModifier and TypeMethodDescription -
Uses of Application in org.tailormap.api.security
Methods in org.tailormap.api.security with parameters of type ApplicationModifier and TypeMethodDescriptionboolean
AuthorisationService.mustDenyAccessForSecuredProxy
(Application application, GeoService geoService) To avoid exposing a secured service by proxying it to everyone, do not proxy a secured GeoService when the application is public (accessible by anonymous users).boolean
AuthorisationService.userAllowedToViewApplication
(Application application) Verifies that the (authenticated) user may view/open the application.