IsPointInside Interface

public interface IsPointInside

Module Procedures

public function IsPointInsideFloat(point, grid, checkCRS) result(inside)

check if a point is inside a raster cell with value different from nodata

Arguments

Type IntentOptional Attributes Name
type(Coordinate), intent(in) :: point
type(grid_real), intent(in) :: grid
logical, intent(in) :: checkCRS

Return Value logical

public function IsPointInsideInteger(point, grid, checkCRS) result(inside)

check if a point is inside a raster cell with value different from nodata

Arguments

Type IntentOptional Attributes Name
type(Coordinate), intent(in) :: point
type(grid_integer), intent(in) :: grid
logical, intent(in) :: checkCRS

Return Value logical