ArrayList<Point2D.Double> alt = new ArrayList<Point2D.Double>();
for (int j = 0; j < list.size(); j++)
{
LatLon llnCur = list.get(j);
double[] dbls = llnCur.asDegreesArray();
//Memo : working with lon lat but reading from LatLon
Point2D.Double p2dLonLat = null;
if (blnIsGeometryLonLat)