public class PolygonNotClosedWarning extends BaseException
code, formatString, messageKey
Constructor and Description |
---|
PolygonNotClosedWarning(double[][] coordinates)
Constructor
|
PolygonNotClosedWarning(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, setValue
public PolygonNotClosedWarning(double[][] coordinates)
coordinates
- Polygon coordinatespublic PolygonNotClosedWarning(double[] x, double[] y, double[] z)
x
- Coordinate Xy
- Coordinate Yz
- Coordinate Zprotected java.util.Map values()
values
in class BaseException