Uses of Class
org.tailormap.api.persistence.Application
Package
Description
-
Uses of Application in org.tailormap.api.controller
Modifier and TypeMethodDescriptionAppRestControllerAdvice.populateApplication
(ViewerResponse.KindEnum viewerKind, String viewerName, String base, String projection) Modifier 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) 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<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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionApplicationHelper.getServiceApplication
(String baseAppName, String projection, GeoService service) Modifier 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
Modifier and TypeMethodDescription -
Uses of Application in org.tailormap.api.security
Modifier and TypeMethodDescriptionboolean
AuthorizationService.mayUserRead
(Application application) Verifies that this user may read this Application.boolean
AuthorizationService.mustDenyAccessForSecuredProxy
(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).