In getDistance method, we check intersect beetween Radial and Coastline. In current code it is supposed to be Point. In some case we have Multipoint which lead to a ClassCastException.
For the moment the ClassCastException has been catched and logged but somme addition research are to be made to understand how to handle this point correctly.
In getDistance method, we check intersect beetween Radial and Coastline. In current code it is supposed to be Point. In some case we have Multipoint which lead to a ClassCastException.
For the moment the ClassCastException has been catched and logged but somme addition research are to be made to understand how to handle this point correctly.