Uses of Class
nl.b3p.tailormap.api.persistence.json.AppTreeLayerNode
-
Packages that use AppTreeLayerNode Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.persistence nl.b3p.tailormap.api.persistence.helper nl.b3p.tailormap.api.persistence.json -
-
Uses of AppTreeLayerNode in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller that return AppTreeLayerNode Modifier and Type Method Description AppTreeLayerNodeAppRestControllerAdvice. populateAppTreeLayerNode(Application app, String appLayerId)Methods in nl.b3p.tailormap.api.controller with parameters of type AppTreeLayerNode Modifier and Type Method Description 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)GeoServiceAppRestControllerAdvice. populateGeoService(AppTreeLayerNode appTreeLayerNode)GeoServiceLayerAppRestControllerAdvice. populateGeoServiceLayer(AppTreeLayerNode appTreeLayerNode, GeoService service) -
Uses of AppTreeLayerNode in nl.b3p.tailormap.api.persistence
Methods in nl.b3p.tailormap.api.persistence that return types with arguments of type AppTreeLayerNode Modifier and Type Method Description Stream<AppTreeLayerNode>Application. getAllAppTreeLayerNode()Methods in nl.b3p.tailormap.api.persistence with parameters of type AppTreeLayerNode Modifier and Type Method Description @NotNull AppLayerSettingsApplication. getAppLayerSettings(@NotNull AppTreeLayerNode node) -
Uses of AppTreeLayerNode in nl.b3p.tailormap.api.persistence.helper
Methods in nl.b3p.tailormap.api.persistence.helper with parameters of type AppTreeLayerNode Modifier and Type Method Description static booleanTMFeatureTypeHelper. isEditable(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType) -
Uses of AppTreeLayerNode in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return AppTreeLayerNode Modifier and Type Method Description AppTreeLayerNodeAppTreeLayerNode. description(String description)AppTreeLayerNodeAppTreeLayerNode. id(String id)AppTreeLayerNodeAppTreeLayerNode. layerName(String layerName)AppTreeLayerNodeAppTreeLayerNode. objectType(String objectType)AppTreeLayerNodeAppTreeLayerNode. serviceId(String serviceId)AppTreeLayerNodeAppTreeLayerNode. visible(Boolean visible)
-