LocationSpanContainsChainage Method |
Name | Description | |
---|---|---|
ContainsChainage(Double) |
Decides wheather a chainage value is contained inside the location span chainage values
or on the edge of the span.
Comparison uses the Constants.LOCATION_EQUAL_TOLERANCE,
i.e., the chainage can be tolerance outside the span and still be contained.
| |
ContainsChainage(Double, Double) |
Decides wheather a chainage value is contained inside the location span
chainage values.
Comparison uses the tolerance parameter
i.e., the chainage can be tolerance outside the span before it is contained.
Negative values for tolerance are allowed ("shortening" the span)
| |
ContainsChainage(Double, Double, Double) |
Decides wheather a chainage value is contained inside the location span chainage values
or on the edge of the span.
Comparison uses the Constants.LOCATION_EQUAL_TOLERANCE,
i.e., the chainage can be tolerance outside the span and still be contained.
| |
ContainsChainage(Double, Double, Double, Double) |
Decides wheather a chainage value is contained inside the location span
chainage values.
Comparison uses the tolerance parameter
i.e., the chainage can be tolerance outside the span before it is contained.
Negative values for tolerance are allowed ("shortening" the span)
|