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> AttachmentsController.addAttachment(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String featureId, AttachmentMetadata attachment, byte[] fileData) Add an attachment to a featureorg.springframework.http.ResponseEntity<Serializable> EditFeatureController.createFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, Feature completeFeature) @Valid org.springframework.http.ResponseEntity<Serializable> DrawingController.createOrUpdateDrawing(@NonNull Drawing drawing, Application application) Create or update a drawing.org.springframework.http.ResponseEntity<Serializable> AttachmentsController.deleteAttachment(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, UUID attachmentId) 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) org.springframework.http.ResponseEntity<byte[]> AttachmentsController.getAttachment(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, UUID attachmentId) @Valid org.springframework.http.ResponseEntity<Serializable> DrawingController.getDrawing(@NonNull 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, Integer pageSize, String sortBy, String sortOrder, boolean onlyGeometries, boolean geometryInAttributes, boolean withAttachments) org.springframework.http.ResponseEntity<Serializable> UniqueValuesController.getUniqueAttributes(GeoService service, GeoServiceLayer layer, Application app, AppTreeLayerNode appTreeLayerNode, String attributeName, String filter) org.springframework.http.ResponseEntity<Serializable> IngestMetricsController.ingestMetric(Application app, ViewerResponse.KindEnum viewerKind, Set<String> appLayerIds, String allowedMetric) Ingests a metric for the given application layers and viewer kind.org.springframework.http.ResponseEntity<List<AttachmentMetadata>> AttachmentsController.listAttachments(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String featureId) List attachments for a feature.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, 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.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 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 TypeMethodDescriptionViewerHelper.getAppLayerContextMap(Application application) Returns a map of AppTreeLayerNode id to AppLayerContext, with only nodes that reference an existing GeoServiceLayer, including base layer nodes.ViewerHelper.getAppLayerContextMap(Application application, List<String> appLayerIds) As #getAppLayerContextMap(), but only for the given appLayerIds.ViewerHelper.getAppLayerFullContextMap(Application application) As #getAppLayerContextMap(), but only with nodes that reference an existing GeoServiceLayer that has a feature type.ViewerHelper.getAppLayerFullContextMap(Application application, List<String> appLayerIds) As #getAppLayerFullContextMap(), but only for the given appLayerIds.ViewerResponseHelper.getViewerResponse(Application application) static booleanTMFeatureTypeHelper.isEditable(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType) voidApplicationHelper.setCrsAndBounds(Application a, MapResponse mapResponse) ApplicationHelper.toMapResponse(Application app) -
Uses of Application in org.tailormap.api.repository
Subinterfaces with type arguments of type Application in org.tailormap.api.repositoryModifier and TypeInterfaceDescriptioninterfaceinterfaceMethods in org.tailormap.api.repository that return ApplicationMethods in org.tailormap.api.repository that return types with arguments of type Application -
Uses of Application in org.tailormap.api.repository.events
Methods in org.tailormap.api.repository.events with parameters of type ApplicationModifier and TypeMethodDescriptionvoidApplicationEventHandler.afterDeleteApplicationEventHandler(Application application) Handle after delete.voidApplicationEventHandler.beforeSaveApplicationEventHandler(Application application) -
Uses of Application in org.tailormap.api.security
Methods in org.tailormap.api.security with parameters of type ApplicationModifier and TypeMethodDescriptionbooleanAuthorisationService.userAllowedToViewApplication(Application application) Verifies that the (authenticated) user may view/open the application. -
Uses of Application in org.tailormap.api.util
Methods in org.tailormap.api.util with parameters of type ApplicationModifier and TypeMethodDescriptionEditUtil.getEditableFeatureType(Application application, AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer) Get editable feature type, throws exception if not found or not editable.