Click or drag to resize

EngineReachMap Methods

The EngineReachMap type exposes the following members.

Methods
  NameDescription
Public methodAdd(String, EngineReach)
Add to map
Public methodAdd(ILocationSpan, EngineReach)
Add to map
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind(String)
Find data based on the provided reach id. If more than span exist with the same reachId, the first found is returned.
Public methodFind(ILocation)
Find data based on the provided location.

It will first search without chainage tolerance, and if none found, search using tolerance of LOCATION_EQUAL_TOLERANCE.

Public methodFind(ILocation, Double)
Find data based on the provided location.
Public methodFindAll
Find data based on the provided location.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSort
Sort reaches with the same name on start chainage
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also