Uses of Class
nl.b3p.tailormap.api.persistence.GeoService
-
-
Uses of GeoService in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return GeoService Modifier and Type Method Description GeoServiceAppRestControllerAdvice. populateGeoService(AppTreeLayerNode appTreeLayerNode)Methods in nl.b3p.tailormap.api.controller with parameters of type GeoService Modifier and Type Method Description org.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, javax.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)GeoServiceLayerAppRestControllerAdvice. populateGeoServiceLayer(AppTreeLayerNode appTreeLayerNode, GeoService service)org.springframework.http.ResponseEntity<?>GeoServiceProxyController. proxy(Application application, GeoService service, GeoServiceLayer layer, String protocol, javax.servlet.http.HttpServletRequest request) -
Uses of GeoService in nl.b3p.tailormap.api.controller.admin
Methods in nl.b3p.tailormap.api.controller.admin that return types with arguments of type GeoService Modifier and Type Method Description org.springframework.http.ResponseEntity<GeoService>GeoServiceAdminController. refreshCapabilities(String id, javax.servlet.http.HttpServletResponse httpServletResponse) -
Uses of GeoService in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return GeoService Modifier and Type Method Description GeoServiceTMFeatureSource. getLinkedService()GeoServiceGeoService. setAdvertisedUrl(String advertisedUrl)GeoServiceGeoService. setAuthentication(ServiceAuthentication authentication)GeoServiceGeoService. setAuthorizationRules(List<AuthorizationRule> authorizationRules)GeoServiceGeoService. setCapabilities(byte[] capabilities)GeoServiceGeoService. setCapabilitiesContentType(String capabilitiesContentType)GeoServiceGeoService. setCapabilitiesFetched(Instant capabilitiesFetched)GeoServiceGeoService. setId(String id)GeoServiceGeoService. setLayers(List<GeoServiceLayer> layers)GeoServiceGeoService. setNotes(String adminComments)GeoServiceGeoService. setProtocol(GeoServiceProtocol protocol)GeoServiceGeoService. setPublished(boolean published)GeoServiceGeoService. setServiceCapabilities(TMServiceCaps serviceCapabilities)GeoServiceGeoService. setSettings(GeoServiceSettings settings)GeoServiceGeoService. setTitle(String title)GeoServiceGeoService. setUrl(String url)Sets the url after sanitising (removing unwanted parameters).GeoServiceGeoService. setVersion(Long version)Methods in nl.b3p.tailormap.api.persistence with parameters of type GeoService Modifier and Type Method Description TMFeatureSourceTMFeatureSource. setLinkedService(GeoService linkedService) -
Uses of GeoService in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type GeoService Modifier and Type Method Description voidGeoServiceHelper. findAndSaveRelatedWFS(GeoService geoService)Map<String,SimpleWFSLayerDescription>GeoServiceHelper. findRelatedWFS(GeoService geoService)ApplicationApplicationHelper. getServiceApplication(String baseAppName, String projection, GeoService service)voidGeoServiceHelper. loadServiceCapabilities(GeoService geoService) -
Uses of GeoService in nl.b3p.tailormap.api.repository
Methods in nl.b3p.tailormap.api.repository that return types with arguments of type GeoService Modifier and Type Method Description Optional<GeoService>GeoServiceRepository. findById(String id)List<GeoService>GeoServiceRepository. findByIds(List<String> ids)Find multiple geo-services.List<GeoService>GeoServiceRepository. getAllExcludingIds(List<String> ids)Find multiple geo-services except some. -
Uses of GeoService in nl.b3p.tailormap.api.security
Methods in nl.b3p.tailormap.api.security with parameters of type GeoService Modifier and Type Method Description booleanAuthorizationService. allowProxyAccess(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).booleanAuthorizationService. mayUserRead(GeoService geoService)Verifies that this user may read this GeoService.booleanAuthorizationService. mayUserRead(GeoService geoService, GeoServiceLayer layer)Verifies that this user may read the Layer in context of the GeoService.
-