Class GeometryReprojectionException

All Implemented Interfaces:
Serializable

public class GeometryReprojectionException extends RiskscapeException

Thrown when a Geometry is not able to to re-projected to another CoordinateReferenceSystem.

See Also:
  • Constructor Details

    • GeometryReprojectionException

      public GeometryReprojectionException(String message, org.locationtech.jts.geom.Geometry geom, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS)
    • GeometryReprojectionException

      public GeometryReprojectionException(String message, org.locationtech.jts.geom.Geometry geom, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS, Throwable cause)