Class for extracting metadata from database
Methods
Method fetch_by_ids()
Récupérer plots par IDs
Usage
PlotFetcher$fetch_by_ids(plot_ids)
Arguments
plot_ids
Vecteur d'IDs de plots
Method fetch_with_filter()
Récupérer plots avec filtre (requête SQL)
Usage
PlotFetcher$fetch_with_filter(query)
Arguments
query
Requête SQL construite par PlotFilterBuilder
Method clone()
The objects of this class are cloneable with this method.
Usage
PlotFetcher$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.