------------------------------------------------------------------------------
| 493 | |
| 494 | //------------------------------------------------------------------------------ |
| 495 | int vtkGDALVectorReader::GetActiveLayerType() |
| 496 | { |
| 497 | return this->ActiveLayer < 0 || this->ActiveLayer >= this->GetNumberOfLayers() |
| 498 | ? -1 |
| 499 | : this->GetLayerType(this->ActiveLayer); |
| 500 | } |
| 501 | |
| 502 | //------------------------------------------------------------------------------ |
| 503 | int vtkGDALVectorReader::GetActiveLayerFeatureCount() |