Uses of Class
org.tailormap.api.persistence.json.GeoServiceLayer
Package
Description
-
Uses of GeoServiceLayer in org.tailormap.api.controller
Modifier and TypeMethodDescriptionAppRestControllerAdvice.populateGeoServiceLayer
(AppTreeLayerNode appTreeLayerNode, GeoService service) Modifier and TypeMethodDescriptionorg.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<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) 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) -
Uses of GeoServiceLayer in org.tailormap.api.persistence
Modifier and TypeMethodDescriptionGeoService.findFeatureTypeForLayer
(GeoServiceLayer layer, FeatureSourceRepository featureSourceRepository) -
Uses of GeoServiceLayer in org.tailormap.api.persistence.helper
Modifier and TypeMethodDescriptionstatic URI
GeoServiceHelper.getLayerLegendUrlFromStyles
(GeoService service, GeoServiceLayer serviceLayer) Try to extract the legend url from the styles of the layer. -
Uses of GeoServiceLayer in org.tailormap.api.persistence.json
Modifier 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
-
Uses of GeoServiceLayer in org.tailormap.api.security
Modifier and TypeMethodDescriptionboolean
AuthorizationService.mayUserRead
(GeoService geoService, GeoServiceLayer layer) Verifies that this user may read the Layer in context of the GeoService.