AbstractLocationSpanStrictContains Method (ILocation) |
Decides whether location is contained inside the location span. Inside is understood as startChainage > location.Chainage and location.Chainage > endLocation
Location comparisons are case insensitive, and uses the Constants.LOCATION_EQUAL_TOLERANCE, i.e., location.Chainage must be tolerance inside the span to evaluate to true.
Namespace: DHI.Mike1D.Generic
public bool StrictContains( ILocation location )