33 #ifndef vtkGDALVectorReader_h
34 #define vtkGDALVectorReader_h
36 #include "vtkIOGDALModule.h"
49 vtkSetFilePathMacro(FileName);
50 vtkGetFilePathMacro(FileName);
55 int GetNumberOfLayers();
60 int GetLayerType(
int layerIndex = 0);
65 int GetFeatureCount(
int layerIndex = 0);
70 int GetActiveLayerType();
75 int GetActiveLayerFeatureCount();
83 vtkSetMacro(ActiveLayer,
int);
84 vtkGetMacro(ActiveLayer,
int);
94 vtkSetMacro(AppendFeatures,
int);
95 vtkGetMacro(AppendFeatures,
int);
96 vtkBooleanMacro(AppendFeatures,
int);
102 std::map<int, std::string> GetLayersProjection();
107 const char* GetLayerProjection(
int layerIndex);
115 const char* GetLayerProjectionAsProj4(
int layerIndex);
128 vtkSetMacro(AddFeatureIds,
int);
129 vtkGetMacro(AddFeatureIds,
int);
130 vtkBooleanMacro(AddFeatureIds,
int);
140 int InitializeInternal();
165 #endif // vtkGDALVectorReader_h
char * FileName
The name of the file that will be opened on the next call to RequestData()
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
vtkGDALVectorReader::Internal * Implementation
Private per-file metadata.
a simple class to control print indentation
Read vector file formats using GDAL.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static int OGRRegistered
Global variable indicating whether the OGR library has been registered yet or not.
std::map< int, std::string > LayersProjection
Mapping of layer to projection.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.