This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.routing.generatingservicearearoutingengineeventargs [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.routing.generatingservicearearoutingengineeventargs [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs ====== | ====== ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | |||
| - | <!-- Class --> | ||
| - | This class represents the parameters passed out through the FindingServiceArea event. | ||
| - | === Remarks === | ||
| This class represents the parameters passed out through the FindingServiceArea event. | This class represents the parameters passed out through the FindingServiceArea event. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **System.EventArgs | + | *System.EventArgs |
| - | ***[[ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs]] | + | ***ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GeneratingServiceAreaRoutingEngineEventArgs() ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeneratingServiceAreaRoutingEngineEventArgs()|GeneratingServiceAreaRoutingEngineEventArgs]] | | | This is the default constructor with no parameters | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeneratingServiceAreaRoutingEngineEventArgs(RouteSegment)|GeneratingServiceAreaRoutingEngineEventArgs]] | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] | | This is the constructor that passed the routeSegment. | | + | |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeneratingServiceAreaRoutingEngineEventArgs(RouteSegment, IEnumerable<String>)|GeneratingServiceAreaRoutingEngineEventArgs]] | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]], IEnumerable<String> | | This is the constructor that passed the routeSegment and accessible feature ids. | | + | |
| - | ==== Protected Constructors ==== | + | * //This is the default constructor with no parameters// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GeneratingServiceAreaRoutingEngineEventArgs.28.29// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} GeneratingServiceAreaRoutingEngineEventArgs(RouteSegment) ** | ||
| - | ==== Public Methods ==== | + | * //This is the constructor that passed the routeSegment.// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | * //This is the constructor that passed the routeSegment.// |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | == Parameters == |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | * //routeSegment// |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | * Type:[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] |
| + | * Description:The routeSegment that you want pass out by event. | ||
| - | ==== Protected Methods ==== | + | <div newline></div> |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GeneratingServiceAreaRoutingEngineEventArgs(RouteSegment,IEnumerable<String>) ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | * //This is the constructor that passed the routeSegment and accessible feature ids.// |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#AccessibleFeatureIds|AccessibleFeatureIds]] | Collection<String> | | Gets a collection of Feature ids that have been accessed | | + | * //This is the constructor that passed the routeSegment and accessible feature ids.// |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#RouteSegment|RouteSegment]] | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] | | Gets or sets the value that represents the current routeSegment during route. | | + | == Parameters == |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#Terminate|Terminate]] | Boolean | | Gets or sets the value that represents whether the current routeSegment is the terminus. The default value is false. | | + | * //routeSegment// |
| + | * Type:[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] | ||
| + | * Description:The routeSegment that you want pass out by event. | ||
| - | ==== Protected Properties ==== | + | * //accessibleFeatureIds// |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:IEnumerable<String> |
| + | * Description:The accessibleFeatureIds that you want pass out by event. | ||
| - | ==== Public Events ==== | + | <div newline></div> |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | ==== Protected Constructors ==== |
| + | ==== Public Methods ==== | ||
| + | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | ===== Public Constructors ===== | + | * //N/A// |
| - | ==== GeneratingServiceAreaRoutingEngineEventArgs() ==== | + | == Remarks == |
| - | This is the default constructor with no parameters | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#ToString.28.29// |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GeneratingServiceAreaRoutingEngineEventArgs.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GeneratingServiceAreaRoutingEngineEventArgs.28.29</a> | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Public Constructors|Go Back]] | + | == Return Value == |
| - | ==== GeneratingServiceAreaRoutingEngineEventArgs(RouteSegment) ==== | + | * Type:String |
| - | This is the constructor that passed the routeSegment. | + | * Description:N/A |
| - | === Remarks === | + | |
| - | This is the constructor that passed the routeSegment. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | routeSegment | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]<!-- ThinkGeo.MapSuite.Routing.RouteSegment --> | The routeSegment that you want pass out by event. | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ==== GeneratingServiceAreaRoutingEngineEventArgs(RouteSegment, IEnumerable<String>) ==== | + | <div newline></div> |
| - | This is the constructor that passed the routeSegment and accessible feature ids. | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
| - | === Remarks === | + | |
| - | This is the constructor that passed the routeSegment and accessible feature ids. | + | |
| - | === Parameters === | + | |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | routeSegment | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]<!-- ThinkGeo.MapSuite.Routing.RouteSegment --> | The routeSegment that you want pass out by event. | | + | |
| - | | accessibleFeatureIds | IEnumerable<String><!-- System.Collections.Generic.IEnumerable{System.String} --> | The accessibleFeatureIds that you want pass out by event. | | + | |
| - | [[#Public Constructors|Go Back]] | + | * //N/A// |
| - | ===== Protected Constructors ===== | + | == Remarks == |
| - | ===== Public Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#Equals.28Object.29// |
| - | ==== Equals(Object) ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#Equals.28Object.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Boolean |
| - | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | * //obj// |
| - | ==== GetHashCode() ==== | + | * Type:Object |
| - | === Remarks === | + | * Description:N/A |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GetHashCode.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | <div newline></div> |
| - | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GetHashCode.28.29// |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GetType.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== ToString() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#ToString.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#GetType.28.29// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Type |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | ==== Finalize() ==== | + | |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#Finalize.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ==== Protected Methods ==== | ||
| + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#Finalize.28.29// |
| - | === Remarks === | + | |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#MemberwiseClone.28.29</a> | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
| - | ==== AccessibleFeatureIds ==== | + | |
| - | Gets a collection of Feature ids that have been accessed | + | * //N/A// |
| - | === Remarks === | + | == Remarks == |
| - | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#AccessibleFeatureIds" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#AccessibleFeatureIds</a> | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#MemberwiseClone.28.29// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | == Return Value == |
| - | | Collection<String><!-- System.Collections.ObjectModel.Collection{System.String} --> | | + | * Type:Object |
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| + | ==== Public Properties ==== | ||
| + | ** {{wiki:PublicProperty.gif|}} RouteSegment ** | ||
| - | <!-- ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== RouteSegment ==== | ||
| Gets or sets the value that represents the current routeSegment during route. | Gets or sets the value that represents the current routeSegment during route. | ||
| - | === Remarks === | + | == Remarks == |
| The default value is null if you call the default constructor. | The default value is null if you call the default constructor. | ||
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]] |
| - | | [[ThinkGeo.MapSuite.Routing.RouteSegment|RouteSegment]]<!-- ThinkGeo.MapSuite.Routing.RouteSegment --> | | + | |
| + | ** {{wiki:PublicProperty.gif|}} Terminate ** | ||
| - | <!-- ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs --> | ||
| - | [[#Public Properties|Go Back]] | ||
| - | ==== Terminate ==== | ||
| Gets or sets the value that represents whether the current routeSegment is the terminus. The default value is false. | Gets or sets the value that represents whether the current routeSegment is the terminus. The default value is false. | ||
| - | === Remarks === | + | == Remarks == |
| If you set the value to true, it will make the current routeSegment the terminus, which will break the route and return the path that has been routed thus far. | If you set the value to true, it will make the current routeSegment the terminus, which will break the route and return the path that has been routed thus far. | ||
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Boolean |
| - | | Boolean<!-- System.Boolean --> | | + | |
| - | <!-- ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs --> | + | ** {{wiki:PublicProperty.gif|}} AccessibleFeatureIds ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ===== Protected Properties ===== | + | Gets a collection of Feature ids that have been accessed |
| - | ===== Public Events ===== | + | == Remarks == |
| - | __NOTOC__ | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.Routing.GeneratingServiceAreaRoutingEngineEventArgs#AccessibleFeatureIds |
| - | [[Category:MapSuiteRouting]] | + | == Return Value == |
| - | [[Category:ThinkGeo.MapSuite.Routing]] | + | * Type:Collection<String> |
| - | [[Category:UpdateDocumentation]] | + | |
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||