Uses of Class
nl.b3p.tailormap.api.persistence.json.GeoServiceLayer
-
Packages that use GeoServiceLayer Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.json nl.b3p.tailormap.api.security -
-
Uses of GeoServiceLayer in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return GeoServiceLayer Modifier and Type Method Description GeoServiceLayerAppRestControllerAdvice. populateGeoServiceLayer(AppTreeLayerNode appTreeLayerNode, GeoService service)Methods in nl.b3p.tailormap.api.controller with parameters of type GeoServiceLayer 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)org.springframework.http.ResponseEntity<?>GeoServiceProxyController. proxy(Application application, GeoService service, GeoServiceLayer layer, String protocol, javax.servlet.http.HttpServletRequest request) -
Uses of GeoServiceLayer in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return GeoServiceLayer Modifier and Type Method Description GeoServiceLayerGeoService. findLayer(String name)Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type GeoServiceLayer Modifier and Type Method Description List<GeoServiceLayer>GeoService. getLayers()Methods in nl.b3p.tailormap.api.persistence with parameters of type GeoServiceLayer Modifier and Type Method Description TMFeatureTypeGeoService. findFeatureTypeForLayer(GeoServiceLayer layer, FeatureSourceRepository featureSourceRepository)Method parameters in nl.b3p.tailormap.api.persistence with type arguments of type GeoServiceLayer Modifier and Type Method Description GeoServiceGeoService. setLayers(List<GeoServiceLayer> layers) -
Uses of GeoServiceLayer in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return GeoServiceLayer Modifier and Type Method Description GeoServiceLayerGeoServiceLayer. abstractText(String abstractText)GeoServiceLayerGeoServiceLayer. addChildrenItem(String childrenItem)GeoServiceLayerGeoServiceLayer. addCrsItem(String crsItem)GeoServiceLayerGeoServiceLayer. addStylesItem(WMSStyle stylesItem)GeoServiceLayerGeoServiceLayer. children(List<String> children)GeoServiceLayerGeoServiceLayer. crs(Set<String> crs)GeoServiceLayerGeoServiceLayer. id(String id)GeoServiceLayerGeoServiceLayer. latLonBoundingBox(Bounds latLonBoundingBox)GeoServiceLayerGeoServiceLayer. maxScale(Double maxScale)GeoServiceLayerGeoServiceLayer. minScale(Double minScale)GeoServiceLayerGeoServiceLayer. name(String name)GeoServiceLayerGeoServiceLayer. queryable(Boolean queryable)GeoServiceLayerGeoServiceLayer. root(Boolean root)GeoServiceLayerGeoServiceLayer. styles(List<@Valid WMSStyle> styles)GeoServiceLayerGeoServiceLayer. title(String title)GeoServiceLayerGeoServiceLayer. virtual(Boolean virtual) -
Uses of GeoServiceLayer in nl.b3p.tailormap.api.security
Methods in nl.b3p.tailormap.api.security with parameters of type GeoServiceLayer Modifier and Type Method Description booleanAuthorizationService. mayUserRead(GeoService geoService, GeoServiceLayer layer)Verifies that this user may read the Layer in context of the GeoService.
-