Uses of Class
org.tailormap.api.viewer.model.Feature
-
Uses of Feature in org.tailormap.api.controller
Modifier 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
Modifier and TypeMethodDescriptionFeature.attributes
(Map<String, Object> attributes) Feature.putAttributesItem
(String key, Object attributesItem) Modifier and TypeMethodDescriptionvoid
FeaturesResponse.setFeatures
(List<@Valid Feature> features)