|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.opengis.coverage.CannotEvaluateException org.geotools.cv.PointOutsideCoverageException
PointOutsideCoverageException
(from the org.geotools.coverage
package) in a future version.
Throws when a Coverage.evaluate
method is invoked with a point outside coverage.
Constructor Summary | |
PointOutsideCoverageException()
Deprecated. Construct an exception with no message. |
|
PointOutsideCoverageException(CoordinatePoint point)
Deprecated. Construct an exception with a message for the specified point. |
|
PointOutsideCoverageException(java.awt.geom.Point2D point)
Deprecated. Construct an exception with a message for the specified point. |
|
PointOutsideCoverageException(java.lang.String message)
Deprecated. Construct an exception with the specified message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PointOutsideCoverageException()
public PointOutsideCoverageException(java.lang.String message)
public PointOutsideCoverageException(java.awt.geom.Point2D point)
public PointOutsideCoverageException(CoordinatePoint point)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |