strError += "\n" + "Longitude: " + GfrUtilRangeLatLon.s_getMessageRangeLon();
GfrPnlContentsOkImportShapeTimestampPoint2d._LOGGER_.warning(strError);
throw new Exception(strError);
}
ShapeAbs swlCur = new ShapeTimestampPoint2d(strValueLabelUnique, strValueTimestamp, p2dLonLat,
strValueLocationClass);
super._altValue.add(swlCur);
}
}