PointOfInterest poi)
throws Exception
{
String strNameCandidate = (String) poi.getValue(AVKey.DISPLAY_NAME);
strNameCandidate = GfrWrpBasTopSynEclPlcs.getInstance().generateUniqueNameCopy(strNameCandidate);
LatLon lln = poi.getLatlon();
Point2D.Double p2d = new Point2D.Double(lln.longitude.degrees, lln.latitude.degrees);
String strId = GfrWrpBasTopSynEclPlcs.getInstance().save(
strNameCandidate,
(String) null, // strDescShort,