|
template<typename TV , typename TG > |
int32_t | GDALTableFunctions::tf_raster_contour_impl (TableFunctionManager &mgr, const int32_t raster_width, const int32_t raster_height, const double affine_transform[6], const TV *values, const TV contour_interval, const TV contour_offset, Column< TG > &contour_features, Column< TV > &contour_values) |
|
template<typename TLL , typename TV , typename TG > |
int32_t | GDALTableFunctions::tf_raster_contour_rasterize_impl (TableFunctionManager &mgr, const Column< TLL > &lon, const Column< TLL > &lat, const Column< TV > &values, const TextEncodingNone &agg_type, const float bin_dim_meters, const int32_t neighborhood_fill_radius, const bool fill_only_nulls, const TextEncodingNone &fill_agg_type, const bool flip_latitude, const TV contour_interval, const TV contour_offset, Column< TG > &contour_features, Column< TV > &contour_values) |
|
template<typename TLL , typename TV , typename TG > |
int32_t | GDALTableFunctions::tf_raster_contour_direct_impl (TableFunctionManager &mgr, const Column< TLL > &lon, const Column< TLL > &lat, const Column< TV > &values, const int32_t raster_width, const int32_t raster_height, const bool flip_latitude, const TV contour_interval, const TV contour_offset, Column< TG > &contour_features, Column< TV > &contour_values) |
|
template<typename TLL , typename TV > |
TEMPLATE_NOINLINE int32_t | tf_raster_contour_lines__cpu_template (TableFunctionManager &mgr, const Column< TLL > &lon, const Column< TLL > &lat, const Column< TV > &values, const TextEncodingNone &agg_type, const float bin_dim_meters, const int32_t neighborhood_fill_radius, const bool fill_only_nulls, const TextEncodingNone &fill_agg_type, const bool flip_latitude, const TV contour_interval, const TV contour_offset, Column< GeoLineString > &contour_lines, Column< TV > &contour_values) |
|
template<typename TLL , typename TV > |
TEMPLATE_NOINLINE int32_t | tf_raster_contour_lines__cpu_template (TableFunctionManager &mgr, const Column< TLL > &lon, const Column< TLL > &lat, const Column< TV > &values, const int32_t raster_width, const int32_t raster_height, const bool flip_latitude, const TV contour_interval, const TV contour_offset, Column< GeoLineString > &contour_lines, Column< TV > &contour_values) |
|
template<typename TLL , typename TV > |
TEMPLATE_NOINLINE int32_t | tf_raster_contour_polygons__cpu_template (TableFunctionManager &mgr, const Column< TLL > &lon, const Column< TLL > &lat, const Column< TV > &values, const TextEncodingNone &agg_type, const float bin_dim_meters, const int32_t neighborhood_fill_radius, const bool fill_only_nulls, const TextEncodingNone &fill_agg_type, const bool flip_latitude, const TV contour_interval, const TV contour_offset, Column< GeoPolygon > &contour_polygons, Column< TV > &contour_values) |
|
template<typename TLL , typename TV > |
TEMPLATE_NOINLINE int32_t | tf_raster_contour_polygons__cpu_template (TableFunctionManager &mgr, const Column< TLL > &lon, const Column< TLL > &lat, const Column< TV > &values, const int32_t raster_width, const int32_t raster_height, const bool flip_latitude, const TV contour_interval, const TV contour_offset, Column< GeoPolygon > &contour_polygons, Column< TV > &contour_values) |
|