public class PolygonAutomaticallyClosedWarning extends BaseException
code, formatString, messageKey| Constructor and Description |
|---|
PolygonAutomaticallyClosedWarning(double[][] coordinates)
Constructor
|
PolygonAutomaticallyClosedWarning(double[] x,
double[] y,
double[] z)
Costructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map |
values() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValuepublic PolygonAutomaticallyClosedWarning(double[][] coordinates)
coordinates - Polygon coordinatespublic PolygonAutomaticallyClosedWarning(double[] x,
double[] y,
double[] z)
x - Coordinate Xy - Coordinate Yz - Coordinate Zprotected java.util.Map values()
values in class BaseException