Uses of Class
nl.b3p.tailormap.api.viewer.model.Feature
Packages that use Feature
-
Uses of Feature in nl.b3p.tailormap.api.controller
Methods in nl.b3p.tailormap.api.controller with parameters of type FeatureModifier and TypeMethodDescriptionorg.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 FeatureModifier and TypeMethodDescriptionFeature.attributes(Map<String, Object> attributes) Feature.putAttributesItem(String key, Object attributesItem) Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type FeatureMethods in nl.b3p.tailormap.api.viewer.model with parameters of type FeatureMethod parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type FeatureModifier and TypeMethodDescriptionvoidFeaturesResponse.setFeatures(List<@Valid Feature> features)