ST_LocateBetween(DOUBLE, DOUBLE) method

Returns the subset of the geometry value that is between the specified start measure and end measure.

Syntax

geometry-expression.ST_LocateBetween(DOUBLE start_measure, DOUBLE end_measure)

Parameters

Returns

ST_Geometry Returns a geometry value representing all parts of the geometry value that have a measure value between the specified start and end.

Standards

SQL/MM (ISO/IEC 13249-3: 2006) 5.1.13