This function is introduced solely for the purposes of
translating it via SKSI into the SQL function 'EndPoint' which is
defined in the the Open GIS Simple Features Specification for SQL.
(OGC End Point Fn LINESEGMENT) returns the 'end' point of LINESEGMENT.
Ontologically speaking, LineSegments don't have an orientation, so
designating one endpoint as its 'end' point is arbitrary. However, in
OGC compliant databases, stored LineSegments do have start and end
points, even if they are arbitrarily assigned as such. See also the
corresponding CSQL function, CSQL End Point Fn.