}
}*/
// Note: double-typing the feature as a Point is cheating (but it works...)
if (null != place.getCentroid()) {
Point c = place.getCentroid();
net.fortytwo.twitlogic.persistence.beans.Point p
= designate(uriOf(place), net.fortytwo.twitlogic.persistence.beans.Point.class);
p.setLong(c.getLongitude());
p.setLat(c.getLatitude());
}
return f;
}