Uses of Class
org.tailormap.api.persistence.json.GeoServiceLayer
Packages that use GeoServiceLayer
Package
Description
-
Uses of GeoServiceLayer in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return GeoServiceLayerModifier and TypeMethodDescriptionAppRestControllerAdvice.populateGeoServiceLayer(AppTreeLayerNode appTreeLayerNode, GeoService service) Methods in org.tailormap.api.controller with parameters of type GeoServiceLayerModifier 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> LayerExportController.capabilities(GeoService service, GeoServiceLayer layer) org.springframework.http.ResponseEntity<Serializable> EditFeatureController.createFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, Feature completeFeature) 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) 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) org.springframework.http.ResponseEntity<List<AttachmentMetadata>> AttachmentsController.listAttachments(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String featureId) List attachments for a feature.org.springframework.http.ResponseEntity<Serializable> EditFeatureController.patchFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String fid, Feature partialFeature) 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) -
Uses of GeoServiceLayer in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return GeoServiceLayerMethods in org.tailormap.api.persistence that return types with arguments of type GeoServiceLayerMethods in org.tailormap.api.persistence with parameters of type GeoServiceLayerModifier and TypeMethodDescriptionGeoService.findFeatureTypeForLayer(GeoServiceLayer layer, FeatureSourceRepository featureSourceRepository) Method parameters in org.tailormap.api.persistence with type arguments of type GeoServiceLayer -
Uses of GeoServiceLayer in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return GeoServiceLayerModifier and TypeMethodDescription@NotNull GeoServiceLayerViewerHelper.AppLayerContext.geoServiceLayer()Returns the value of thegeoServiceLayerrecord component.@NotNull GeoServiceLayerViewerHelper.AppLayerFullContext.geoServiceLayer()Returns the value of thegeoServiceLayerrecord component.Methods in org.tailormap.api.persistence.helper with parameters of type GeoServiceLayerModifier and TypeMethodDescriptionstatic URIGeoServiceHelper.getLayerLegendUrlFromStyles(GeoService service, GeoServiceLayer serviceLayer) Try to extract the legend url from the styles of the layer.Constructors in org.tailormap.api.persistence.helper with parameters of type GeoServiceLayerModifierConstructorDescriptionAppLayerContext(@NotNull AppTreeLayerNode node, @NotNull AppLayerSettings appLayerSettings, @NotNull GeoService geoService, @NotNull GeoServiceLayer geoServiceLayer, @Null FeatureTypeRef featureTypeRef) Creates an instance of aAppLayerContextrecord class.AppLayerFullContext(@NotNull AppTreeLayerNode node, @NotNull AppLayerSettings appLayerSettings, @NotNull GeoService geoService, @NotNull GeoServiceLayer geoServiceLayer, @NotNull TMFeatureType featureType) Creates an instance of aAppLayerFullContextrecord class. -
Uses of GeoServiceLayer in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return GeoServiceLayerModifier and TypeMethodDescriptionGeoServiceLayer.abstractText(String abstractText) GeoServiceLayer.addChildrenItem(String childrenItem) GeoServiceLayer.addCrsItem(String crsItem) GeoServiceLayer.addStylesItem(WMSStyle stylesItem) GeoServiceLayer.latLonBoundingBox(Bounds latLonBoundingBox) -
Uses of GeoServiceLayer in org.tailormap.api.persistence.projections
Methods in org.tailormap.api.persistence.projections that return types with arguments of type GeoServiceLayer -
Uses of GeoServiceLayer in org.tailormap.api.security
Methods in org.tailormap.api.security with parameters of type GeoServiceLayerModifier and TypeMethodDescriptionbooleanAuthorisationService.userAllowedToViewGeoServiceLayer(GeoService geoService, GeoServiceLayer layer) Verifies that the (authenticated) user may view the layer in context of the geoService. -
Uses of GeoServiceLayer in org.tailormap.api.util
Methods in org.tailormap.api.util with parameters of type GeoServiceLayerModifier and TypeMethodDescriptionEditUtil.getEditableFeatureType(Application application, AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer) Get editable feature type, throws exception if not found or not editable.