public class PointOutsideEnvelopeException extends ProjectionException
MapProjection
when a map projection failed because the point is outside the
envelope of validity. Bounds are usually 90°S to 90°N and 180°W to 180°E.Constructor and Description |
---|
PointOutsideEnvelopeException()
Constructs a new exception with no detail message.
|
PointOutsideEnvelopeException(String message)
Constructs a new exception with the specified detail message.
|
getLastCompletedTransform, setLastCompletedTransform
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PointOutsideEnvelopeException()
public PointOutsideEnvelopeException(String message)
message
- The error message.Copyright © 1996–2021 Geotools. All rights reserved.