Package nz.org.riskscape.engine
Class GeometryReprojectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.GeometryReprojectionException
- All Implemented Interfaces:
Serializable
Thrown when a Geometry
is not able to to re-projected to another CoordinateReferenceSystem
.
- See Also:
-
Constructor Summary
ConstructorDescriptionGeometryReprojectionException
(String message, org.locationtech.jts.geom.Geometry geom, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS) GeometryReprojectionException
(String message, org.locationtech.jts.geom.Geometry geom, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS, Throwable cause) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeometryReprojectionException
public GeometryReprojectionException(String message, org.locationtech.jts.geom.Geometry geom, org.geotools.api.referencing.crs.CoordinateReferenceSystem targetCRS) -
GeometryReprojectionException
-