This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.routing.routingtransactionbuffer [2015/09/18 03:06] admin |
thinkgeo.mapsuite.routing.routingtransactionbuffer [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer ====== | ====== ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class represents the holding place for transactions that have not yet been committed. | This class represents the holding place for transactions that have not yet been committed. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
** {{wiki:PublicMethod.gif|}} RoutingTransactionBuffer() ** | ** {{wiki:PublicMethod.gif|}} RoutingTransactionBuffer() ** | ||
- | This is the class constructor. | + | * //This is the class constructor.// |
== Remarks == | == Remarks == | ||
- | This is the default constructor and is typically not used. | + | * //This is the default constructor and is typically not used.// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} RoutingTransactionBuffer(Dictionary<String,RouteSegment>,Collection<String>,Dictionary<String,RouteSegment>) ** | ** {{wiki:PublicMethod.gif|}} RoutingTransactionBuffer(Dictionary<String,RouteSegment>,Collection<String>,Dictionary<String,RouteSegment>) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //addBuffer// | * //addBuffer// | ||
Line 36: | Line 39: | ||
** {{wiki:PublicMethod.gif|}} Clear() ** | ** {{wiki:PublicMethod.gif|}} Clear() ** | ||
- | This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer. | + | * //This method will clear all the items in AddBuffer, EditBuffer and DeleteBuffer.// |
== Remarks == | == Remarks == | ||
- | 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 Value == | == Return Value == | ||
* Type:Void | * Type:Void | ||
- | * Description:None. | + | * Description:N/A |
== Parameters == | == Parameters == | ||
Line 48: | Line 51: | ||
** {{wiki:PublicMethod.gif|}} AddRouteSegment(RouteSegment) ** | ** {{wiki:PublicMethod.gif|}} AddRouteSegment(RouteSegment) ** | ||
- | This method allows you to add RouteSegments to the transaction buffer. | + | * //This method allows you to add RouteSegments to the transaction buffer.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#AddRouteSegment.28RouteSegment.29// |
== Return Value == | == Return Value == | ||
* Type:Void | * Type:Void | ||
- | * Description:None | + | * Description:N/A |
== Parameters == | == Parameters == | ||
Line 64: | Line 67: | ||
** {{wiki:PublicMethod.gif|}} DeleteRouteSegment(String) ** | ** {{wiki:PublicMethod.gif|}} DeleteRouteSegment(String) ** | ||
- | This method allows you to add a placeholder to represent a RouteSegment to be deleted. | + | * //This method allows you to add a placeholder to represent a RouteSegment to be deleted.// |
== Remarks == | == Remarks == | ||
- | 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. | + | * //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 Value == | == Return Value == | ||
* Type:Void | * Type:Void | ||
- | * Description:None | + | * Description:N/A |
== Parameters == | == Parameters == | ||
Line 80: | Line 83: | ||
** {{wiki:PublicMethod.gif|}} UpdateFeature(RouteSegment) ** | ** {{wiki:PublicMethod.gif|}} UpdateFeature(RouteSegment) ** | ||
- | This method allows you to add a Feature to be updated. | + | * //This method allows you to add a Feature to be updated.// |
== Remarks == | == Remarks == | ||
- | None | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#UpdateFeature.28RouteSegment.29// |
== Return Value == | == Return Value == | ||
* Type:Void | * Type:Void | ||
- | * Description:None | + | * Description:N/A |
== Parameters == | == Parameters == | ||
Line 96: | Line 99: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#ToString.28.29// |
== Return Value == | == Return Value == | ||
Line 108: | Line 111: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Equals.28Object.29// |
== Return Value == | == Return Value == | ||
Line 124: | Line 127: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetHashCode.28.29// |
== Return Value == | == Return Value == | ||
Line 136: | Line 139: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#GetType.28.29// |
== Return Value == | == Return Value == | ||
Line 149: | Line 152: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#Finalize.28.29// |
== Return Value == | == Return Value == | ||
Line 161: | Line 164: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.RoutingTransactionBuffer#MemberwiseClone.28.29// |
== Return Value == | == Return Value == |