STLocateBetweenElevations

STLocateBetweenElevations — Computes and returns elements that intersect the specified Z range. Function Specification Description Is implementation of PostGIS: Processes the supplied (3D, 3DM) (multi)linestring returning the elements that intersect the specified range of elevations inclusively. May return points and/or linestrings in the appropriate geometry type. Where a new xy position is to be computed,Read More

STLineSubstring

STLineSubstring — Returns a substring of the providec linestring starting and ending at the given fractions (between 0 and 1) of total 2D length or measure range. Function Specification Description Given a start and end measure, this function extracts the line segment defined between them (a point if start=end). If a non-zero value is suppliedRead More