Class GeoRuby::Shp4r::ShpTransaction
In: lib/geo_ruby/shp4r/shp.rb
Parent: Object

An object returned from ShpFile#transaction. Buffers updates to a Shapefile

Methods

add   commit   delete   new   rollback   update  

Attributes

rollbacked  [R] 

Public Class methods

Public Instance methods

updates the physical files

delete a record. Does not take into account the records added in the current transaction

prevents the udpate from taking place

Update a record. In effect just a delete followed by an add.

[Validate]