headerRow.add(GfrIoSheetColNamTlosPointLatLonAbs.STR_LONGITUDE);
headerRow.add(GfrIoSheetColNamTlosPointLatLonAbs.STR_LATITUDE);
// ---
String strName = GfrWrpBasSynObjNameTloEclPlc.getInstance().getName(strIdSource);
Position pos = GfrWrpBasSynObjNameTloEclPlc.getInstance().getGeometry(strIdSource);
double[] dblsLatLon = pos.asDegreesArray();
double dblLon = dblsLatLon[1];
double dblLat = dblsLatLon[0];
List<String> firstRow = new ArrayList<String>();
firstRow.add(strName);