Res1DStructureReach Methods |
The Res1DStructureReach type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChainages(Int32) | Returns the chainages for the elements in the dataitem. The IDataItem must be a ReachItem and have one vertex per element only. | |
GetChainages(IDataItem) | Returns the chainages for the elements in the dataitem. The IDataItem must be a ReachItem and having one vertex per element. | |
GetDataItem |
Return data item of specified type if present, otherwise null
(Inherited from Res1DAbstractDataSet.) | |
GetDigiPointCoords | Obsolete.
Returns an array of digi point coordinates.
(Inherited from Res1DReach.) | |
GetGridPointCoords | Obsolete. (Inherited from Res1DReach.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLowerLimitChainages(Int32) | Returns the lower limit chainages for each elements in the dataitem. This is the smallest vertex chainage coordinate for each element. If an element only has one vertex coordinate, the chainage of the prev gridpoint is returned (lower chainage). At the first gridpoint the chainage of the gridpoint itself is returned. | |
GetLowerLimitChainages(IDataItem) | Returns the lower limit chainages for each elements in the dataitem. This is the smallest vertex chainage coordinate for each element. If an element only has one vertex coordinate, the chainage of the previous gridpoint is returned(lower chainage). At the first gridpoint the chainage of the gridpoint itself is returned. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUpperLimitChainages(Int32) | Returns the upper limit chainages for each elements in the dataitem. This is the largest vertex chainage coordinate for each element. If an element only has one vertex coordinate, the chainage of the gridpoint after the element gridpoint is returned (higher chainage). At the last gridpoint the chainage of the gridpoint itself is returned. | |
GetUpperLimitChainages(IDataItem) | Returns the upper limit chainages for each elements in the dataitem. This is the largest vertex chainage coordinate for each element. If an element only has one vertex coordinate, the chainage of the next gridpoint returned (higher chainage). At the last gridpoint the chainage of the gridpoint itself is returned. | |
GridPointIndexForChainage |
Return index in list of gridpoints for given chainage.
Chainage must be within Constants.LOCATION_EQUAL_TOLERANCE
of gridpoint chainage, otherwise no grid point is found.
(Inherited from Res1DReach.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Res1DReach.) |
Name | Description | |
---|---|---|
Diameter |
Get diameter of reach. It is assumed that the reach
uses the same cross section throughout is link.
If the reach does not have a circular cross section, null is returned.
(Defined by Res1DExtensions.) | |
EndChainage |
Extension method return the end chainage of a reach
(Defined by Res1DExtensions.) | |
GetDataItem |
Return data item of specified type if present, otherwise null
(Defined by Res1DExtensions.) | |
GridpointSearch |
Extension method searching within the grid points of a reach, using
a binary search routine.
(Defined by Res1DExtensions.) | |
LocationSpan |
Extension method to create a LocationSpan from a reach.
(Defined by Res1DExtensions.) | |
StartChaiange |
Extension method return the start chainage of a reach
(Defined by Res1DExtensions.) | |
StartChainage |
Extension method return the start chainage of a reach
(Defined by Res1DExtensions.) |