Uses of Class
nl.b3p.tailormap.api.viewer.model.Feature
-
Packages that use Feature Package Description nl.b3p.tailormap.api.controller nl.b3p.tailormap.api.viewer.model -
-
Uses of Feature in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller with parameters of type Feature 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<Serializable>EditFeatureController. patchFeature(AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer, Application application, String fid, Feature partialFeature) -
Uses of Feature in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return Feature Modifier and Type Method Description FeatureFeature. attributes(Map<String,Object> attributes)FeatureFeature. fid(String fid)FeatureFeature. geometry(String geometry)FeatureFeature. putAttributesItem(String key, Object attributesItem)Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type Feature Modifier and Type Method Description @NotNull @Valid List<@Valid Feature>FeaturesResponse. getFeatures()list of features.Methods in nl.b3p.tailormap.api.viewer.model with parameters of type Feature Modifier and Type Method Description FeaturesResponseFeaturesResponse. addFeaturesItem(Feature featuresItem)Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type Feature Modifier and Type Method Description FeaturesResponseFeaturesResponse. features(List<@Valid Feature> features)voidFeaturesResponse. setFeatures(List<@Valid Feature> features)
-