{
JDialog dlgOwner = DlgAbs.s_getDialogOwner(super._pbrItems);
try
{
GfrIoBldSheetLatLonObjs bld = new GfrIoBldSheetLatLonObjs(
dlgOwner,
_alt,
"placemark",
(GfrIoSheetColIdxXlosNamLatLon) super._choicesUser);
bld.doJob();
_alt.clear();
_alt = null;
ArrayList<GfrObjectNamPnt> lst = bld.getResult();
if (lst == null)
{
// aborted by user!
// TODO