Opened 14 years ago
Closed 14 years ago
#285 closed enhancement (fixed)
C api for project and interpolate
Reported by: | novalis | Owned by: | pramsey |
---|---|---|---|
Priority: | major | Milestone: | 3.2.0 |
Component: | C API | Version: | 3.0.3 |
Severity: | Unassigned | Keywords: | |
Cc: |
Description
I have created a C api for the two most straightforward linear referencing functions. I made two versions: standard, and normalized. The normalized ones take/return values between 0 and 1 -- this is intended for compatibility with postgis's st_line_locate_point / st_line_interpolate.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | project-and-interpolate.patch added |
---|
comment:1 by , 14 years ago
Component: | Default → C API |
---|---|
Milestone: | → 3.2.0 |
Owner: | changed from | to
Type: | defect → enhancement |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed to trunk at r2624, many thanks!
Note:
See TracTickets
for help on using tickets.
Project and interpolate (corrected)