[osmosis-dev] Writeable Entities

Brett Henderson brett at bretth.com
Mon Mar 2 12:11:04 GMT 2009


Hi All,

I've just finished merging writeable entity support back into the svn 
trunk.  In other words it is no longer necessary to clone objects or use 
builder classes to modify entities.

The entity classes now have a method called getWriteableInstance which 
returns "this" if the object is still writeable or a clone if the entity 
has been marked read-only.
I've created a new interface called TagCollection with a corresponding 
TagCollectionImpl class.  It currently has one extra method above the 
standard Collection interface called buildMap which converts tags into a 
Map.

I've now created a new branch called write-dataset which can be used to 
introduce writeable datasets.

Brett





More information about the osmosis-dev mailing list