public class CoordTransRuntimeException extends RuntimeException
Constructor and Description |
---|
CoordTransRuntimeException(IProjection source,
IProjection target,
double x,
double y) |
CoordTransRuntimeException(IProjection source,
IProjection target,
double x,
double y,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
IProjection |
getSource() |
IProjection |
getTarget() |
double |
getX() |
double |
getY() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CoordTransRuntimeException(IProjection source, IProjection target, double x, double y, Throwable cause)
public CoordTransRuntimeException(IProjection source, IProjection target, double x, double y)
public IProjection getSource()
public IProjection getTarget()
public double getX()
public double getY()