14 #ifndef vtkGeoJSONReader_h
15 #define vtkGeoJSONReader_h
18 #include "vtkIOGeoJSONModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
35 vtkSetFilePathMacro(FileName);
36 vtkGetFilePathMacro(FileName);
43 vtkSetStringMacro(StringInput);
44 vtkGetStringMacro(StringInput);
52 vtkSetMacro(StringInputMode,
bool);
53 vtkGetMacro(StringInputMode,
bool);
54 vtkBooleanMacro(StringInputMode,
bool);
64 vtkSetMacro(TriangulatePolygons,
bool);
65 vtkGetMacro(TriangulatePolygons,
bool);
66 vtkBooleanMacro(TriangulatePolygons,
bool);
75 vtkSetMacro(OutlinePolygons,
bool);
76 vtkGetMacro(OutlinePolygons,
bool);
77 vtkBooleanMacro(OutlinePolygons,
bool);
85 vtkSetStringMacro(SerializedPropertiesArrayName);
86 vtkGetStringMacro(SerializedPropertiesArrayName);
93 void AddFeatureProperty(
const char*
name,
vtkVariant& typeAndDefaultValue);
114 class GeoJSONReaderInternal;
115 GeoJSONReaderInternal* Internal;
121 VTK_ABI_NAMESPACE_END
122 #endif // vtkGeoJSONReader_h
Convert Geo JSON format to vtkPolyData.
bool StringInputMode
Core implementation of the.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
char * FileName
Core implementation of the.
concrete dataset represents vertices, lines, polygons, and triangle strips
char * SerializedPropertiesArrayName
Core implementation of the.
A type representing the union of many types.
static vtkPolyDataAlgorithm * New()
bool OutlinePolygons
Core implementation of the.
Superclass for algorithms that produce only polydata as output.
bool TriangulatePolygons
Core implementation of the.
a simple class to control print indentation
char * StringInput
Core implementation of the.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.