Opened 13 years ago

Closed 13 years ago

#4232 closed enhancement (fixed)

Implementation of FGdbDataSource::DeleteLayer()

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.9.0
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc: pramsey

Description


Change History (2)

comment:1 by Even Rouault, 13 years ago

r23026 /trunk/ (4 files in 2 dirs): Implement FGdbDataSource::DeleteLayer() (#4232)

Paul, I'm not very familiar with the "Table" vs "Feature Class" concepts. I've tested in the Table case, but having a second pair on eyes looking at this would be appreciated.

comment:2 by pramsey, 13 years ago

Resolution: fixed
Status: newclosed

This looks OK. A "Table" is just an OGR layer with a type of wkbNone, and a "Feature Class" is an ordinary OGR layer. The API sometimes treats them as identical (they all use the Table object for access) and sometimes as different (the types are given in the metadata). The API delete requires the type, so the changes seem fine to me.

Note: See TracTickets for help on using tickets.