RangeType
An enumeration with possible values on how to compare boundary points.
EndToEnd = 2
From the end to the end (periodic).
EndToStart = 3
From the end to the start (non-periodic).
StartToEnd = 1
From the start to the end (non-periodic).
StartToStart = 0
From the start to the start (periodic).