Changes between Initial Version and Version 1 of Ticket #5267


Ignore:
Timestamp:
Oct 25, 2022, 11:22:26 AM (19 months ago)
Author:
latot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5267 – Description

    initial v1  
    55It proposes extend a segment where the final length is actual_length*rate_length + constant_rate. I think is a good concept.
    66
    7 I'll extend the concept, instead of just "extrapolate" a linestring in the end and start, we can extrapolate a segment, like ST_SetPoint, where we can extend a segment specifying  the segment id (0 for first -1 for the last one). This is a way to do it, but I don't know if is the best interpretation to get concept functions in a general way, or maybe is just too general, but it is flexible.
     7I'll extend the concept, instead of just "extrapolate" a linestring in the end and start, we can extrapolate a segment, like ST_SetPoint, where we can extend a segment specifying  the segment id (0 for first -1 for the last one). This is a way to do it, but I don't know if is the best concept for the function maybe is too general, but it is flexible.
    88
    99So, here a summary I think would be fine to have before start coding.