Delete geometry
Work to delete geometry done in Geometry.java, in getWkt() method removed the throwing of an exception when the geometryString is empty. In the editor, to delete the geometry the geometryString is deleted but the geometry property remains on the model, causing an empty Geometry object to be created in Java.