Go to the documentation of this file.
26 #ifndef vtkGeoJSONReader_h
27 #define vtkGeoJSONReader_h
30 #include "vtkIOGeoJSONModule.h"
46 vtkSetStringMacro(FileName);
54 vtkSetStringMacro(StringInput);
64 vtkGetMacro(StringInputMode,
bool);
76 vtkGetMacro(TriangulatePolygons,
bool);
87 vtkGetMacro(OutlinePolygons,
bool);
96 vtkSetStringMacro(SerializedPropertiesArrayName);
104 void AddFeatureProperty(
const char *
name,
vtkVariant& typeAndDefaultValue);
125 class GeoJSONReaderInternal;
126 GeoJSONReaderInternal *Internal;
132 #endif // vtkGeoJSONReader_h
Convert Geo JSON format to vtkPolyData.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
A atomic type representing the union of many types.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
char * SerializedPropertiesArrayName
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.