Opened 7 years ago

Closed 7 years ago

#7003 closed defect (fixed)

OGR_F_GetGeometryRef() != GetGeometryRef()

Reported by: Kurt Schwehr Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: minor Keywords: doxygen ogrfeature ogr
Cc:

Description

From OGR_F_GetGeometryRef(),

This function is the same as the C++ method OGRFeature::GetGeometryRef().

However, the C API call has OGRGetNonLinearGeometriesEnabledFlag() and related code that is not in GetGeometryRef().

Either the doxygen should be changed or the logic should be moved to GetGeometryRef(), yes?

Change History (1)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 39829:

Doc: improve doc of OGR_F_GetGeometryRef() (fixes #7003)

Note: See TracTickets for help on using tickets.