Go to the documentation of this file.
32 #ifndef vtkGDALVectorReader_h
33 #define vtkGDALVectorReader_h
138 #endif // vtkGDALVectorReader_h
int GetActiveLayerFeatureCount()
int GetLayerType(int layerIndex=0)
int GetFeatureCount(int layerIndex=0)
const char * GetLayerProjection(int layerIndex)
static int OGRRegistered
Global variable indicating whether the OGR library has been registered yet or not.
#define vtkTypeMacro(thisClass, superclass)
vtkGDALVectorReader::Internal * Implementation
Private per-file metadata.
char * FileName
The name of the file that will be opened on the next call to RequestData()
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
#define vtkSetStringMacro(name)
std::map< int, std::string > GetLayersProjection()
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
std::map< int, std::string > LayersProjection
Mapping of layer to projection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
static vtkGDALVectorReader * New()
vtkSetMacro(IgnoreDriverBugs, bool)
Read vector file formats using GDAL.
virtual ~vtkGDALVectorReader()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.