if (existingGeomId == DataConfig.NULL)
{
// we only update the title if the column doesn't already exist
geomInfo.setPublicValues(PublicMetadata.TITLE, configTitle);
// create new column
dataConfig.newEntity(geomInfo, tableId, 0);
}
else
{
// update existing column
dataConfig.updateEntity(existingGeomId, geomInfo);