Uses of Class
org.tailormap.api.persistence.json.AppTreeLayerNode
Packages that use AppTreeLayerNode
Package
Description
-
Uses of AppTreeLayerNode in org.tailormap.api.controller
Methods in org.tailormap.api.controller that return AppTreeLayerNodeModifier and TypeMethodDescriptionAppRestControllerAdvice.populateAppTreeLayerNode(Application app, String appLayerId) Methods in org.tailormap.api.controller with parameters of type AppTreeLayerNodeModifier and TypeMethodDescriptionorg.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, Set<String> attributes, String filter, String sortBy, String sortOrder, String crs, jakarta.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) AppRestControllerAdvice.populateGeoService(AppTreeLayerNode appTreeLayerNode) AppRestControllerAdvice.populateGeoServiceLayer(AppTreeLayerNode appTreeLayerNode, GeoService service) org.springframework.http.ResponseEntity<Serializable> SearchController.search(AppTreeLayerNode appTreeLayerNode, GeoService service, Application application, String solrQuery, Integer start, String solrFilterQuery, String solrPoint, Double solrDistance) -
Uses of AppTreeLayerNode in org.tailormap.api.persistence
Methods in org.tailormap.api.persistence that return types with arguments of type AppTreeLayerNodeModifier and TypeMethodDescriptionApplication.getAllAppTreeLayerNode()Application.getAllOldAppTreeLayerNode()Methods in org.tailormap.api.persistence with parameters of type AppTreeLayerNodeModifier and TypeMethodDescription@NotNull AppLayerSettingsApplication.getAppLayerSettings(@NotNull AppTreeLayerNode node) -
Uses of AppTreeLayerNode in org.tailormap.api.persistence.helper
Methods in org.tailormap.api.persistence.helper that return AppTreeLayerNodeModifier and TypeMethodDescription@NotNull AppTreeLayerNodeViewerHelper.AppLayerContext.node()Returns the value of thenoderecord component.@NotNull AppTreeLayerNodeViewerHelper.AppLayerFullContext.node()Returns the value of thenoderecord component.Methods in org.tailormap.api.persistence.helper with parameters of type AppTreeLayerNodeModifier and TypeMethodDescriptionstatic booleanTMFeatureTypeHelper.isEditable(Application application, AppTreeLayerNode appTreeLayerNode, TMFeatureType featureType) Constructors in org.tailormap.api.persistence.helper with parameters of type AppTreeLayerNodeModifierConstructorDescriptionAppLayerContext(@NotNull AppTreeLayerNode node, @NotNull AppLayerSettings appLayerSettings, @NotNull GeoService geoService, @NotNull GeoServiceLayer geoServiceLayer, @Null FeatureTypeRef featureTypeRef) Creates an instance of aAppLayerContextrecord class.AppLayerFullContext(@NotNull AppTreeLayerNode node, @NotNull AppLayerSettings appLayerSettings, @NotNull GeoService geoService, @NotNull GeoServiceLayer geoServiceLayer, @NotNull TMFeatureType featureType) Creates an instance of aAppLayerFullContextrecord class. -
Uses of AppTreeLayerNode in org.tailormap.api.persistence.json
Methods in org.tailormap.api.persistence.json that return AppTreeLayerNodeModifier and TypeMethodDescriptionAppTreeLayerNode.description(String description) AppTreeLayerNode.objectType(String objectType) -
Uses of AppTreeLayerNode in org.tailormap.api.util
Methods in org.tailormap.api.util with parameters of type AppTreeLayerNodeModifier and TypeMethodDescriptionEditUtil.getEditableFeatureType(Application application, AppTreeLayerNode appTreeLayerNode, GeoService service, GeoServiceLayer layer) Get editable feature type, throws exception if not found or not editable.