ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class represents the holding place for transactions that have not yet been committed.
This is the default constructor and is typically not used.
N/A
This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.
None
This method allows you to add a shape into the buffer.
None
AddFeature(BaseShape,Dictionary<String,String>)
N/A
N/A
This method allows you to add a placeholder to represent a Feature to be deleted.
This does not remove a feature from the TransactionBuffer but rather it add a “to be deleted record”. In this way when the TransactionBuffer if processed we know what records need to be deleted.
This method allows you to add a Feature to be updated.
None
This method allows you to add a shape to be updated.
None
EditFeature(BaseShape,Dictionary<String,String>)
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
It is recommended that you use this dictionary for reviewing and not for adding new items. The reason is that the Add, Delete and Edit methods to various validation checks. For example if you call the DeleteFeature twice it will handle the case that you really only want to delete the record once. Another example is if you edit a record twice it will replace the existing edit with the new one.
This property gets the dictionary buffer that holds InternalFeatures to be deleted.
It is recommended that you use this dictionary for reviewing and not for adding new items. The reason is that the Add, Delete and Edit methods to various validation checks. For example if you call the DeleteFeature twice it will handle the case that you really only want to delete the record once. Another example is if you edit a record twice it will replace the existing edit with the new one.
This property gets the dictionary buffer that holds InternalFeatures to be updated.
It is recommended that you use this dictionary for reviewing and not for adding new items. The reason is that the Add, Delete and Edit methods to various validation checks. For example if you call the DeleteFeature twice it will handle the case that you really only want to delete the record once. Another example is if you edit a record twice it will replace the existing edit with the new one.