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!
<!– Class –> This class represents the holding place for transactions that have not yet been committed.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer</a>
*System.Object **ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This is the class constructor. | ||
![]() | Dictionary<String, RouteSegment>, Collection<String>, Dictionary<String, RouteSegment> | This is the class constructor. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | RouteSegment | This method allows you to add RouteSegments to the transaction buffer. | |
![]() | This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer. | ||
![]() | String | This method allows you to add a placeholder to represent a RouteSegment to be deleted. | |
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object | ||
![]() | RouteSegment | This method allows you to add a Feature to be updated. |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Dictionary<String,RouteSegment> | This property gets the dictionary buffer that holds RouteSegments to be added. | |
![]() | Collection<String> | This property gets the dictionary buffer that holds RouteSegments to be deleted. | |
![]() | Dictionary<String,RouteSegment> | This property gets the dictionary buffer that holds RouteSegments to be updated. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This is the class constructor.
This is the default constructor and is typically not used.
This is the default constructor and is typically not used.
Name | Type | Description |
---|
This is the class constructor.
This is the constructor for this class allows you pass in the necessary properties in the class.
For the most updated Info for this topic, please check it here:<a href=“” target=“_blank”></a>
Name | Type | Description |
---|---|---|
addBuffer | Dictionary<String,RouteSegment><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} –> | |
deleteBuffer | Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> | |
editBuffer | Dictionary<String,RouteSegment><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} –> |
This method allows you to add RouteSegments to the transaction buffer.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#AddRouteSegment.28RouteSegment.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#AddRouteSegment.28RouteSegment.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
routeSegment | RouteSegment<!– ThinkGeo.MapSuite.Routing.RouteSegment –> | This parameter represents the RouteSegment you are adding to the transaction buffer. |
<!– ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer –> Go Back
This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.
This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer –> Go Back
This method allows you to add a placeholder to represent a RouteSegment to be deleted.
This does not remove a RouteSegment 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.
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
featureId | String<!– System.String –> | This parameter represents the unique feature Id for the specific RouteSegment being passed in. |
<!– ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Equals.28Object.29</a>
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetHashCode.28.29</a>
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetType.28.29</a>
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#ToString.28.29</a>
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This method allows you to add a Feature to be updated.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#UpdateFeature.28RouteSegment.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#UpdateFeature.28RouteSegment.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|---|---|
routeSegment | RouteSegment<!– ThinkGeo.MapSuite.Routing.RouteSegment –> | This parameter represents the RouteSegment to be updated. |
<!– ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Finalize.28.29</a>
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property gets the dictionary buffer that holds RouteSegments to be added.
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 DeleteRouteSegment 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.
Return Type |
---|
Dictionary<String,RouteSegment><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} –> |
<!– ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer –> Go Back
This property gets the dictionary buffer that holds RouteSegments 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 DeleteRouteSegment 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.
Return Type |
---|
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –> |
<!– ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer –> Go Back
This property gets the dictionary buffer that holds RouteSegments 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 DeleteRouteSegment 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.
Return Type |
---|
Dictionary<String,RouteSegment><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.Routing.RouteSegment} –> |
<!– ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer –> Go Back