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