| 1601 | } |
| 1602 | |
| 1603 | bool Project::IsFieldCaseSensitive() |
| 1604 | { |
| 1605 | return OGRLayerProxy::IsFieldCaseSensitive(layer_proxy->ds_type); |
| 1606 | } |
| 1607 | |
| 1608 | /** Initialize the Table and Shape Layer from OGR source */ |
| 1609 | bool Project::InitFromOgrLayer() |
no outgoing calls
no test coverage detected