26 #ifndef vtkGeoJSONReader_h 27 #define vtkGeoJSONReader_h 30 #include "vtkIOGeoJSONModule.h" 46 vtkSetStringMacro(FileName);
47 vtkGetStringMacro(FileName);
54 vtkSetStringMacro(StringInput);
55 vtkGetStringMacro(StringInput);
63 vtkSetMacro(StringInputMode,
bool);
64 vtkGetMacro(StringInputMode,
bool);
65 vtkBooleanMacro(StringInputMode,
bool);
75 vtkSetMacro(TriangulatePolygons,
bool);
76 vtkGetMacro(TriangulatePolygons,
bool);
77 vtkBooleanMacro(TriangulatePolygons,
bool);
86 vtkSetMacro(OutlinePolygons,
bool);
87 vtkGetMacro(OutlinePolygons,
bool);
88 vtkBooleanMacro(OutlinePolygons,
bool);
96 vtkSetStringMacro(SerializedPropertiesArrayName);
97 vtkGetStringMacro(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.
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 atomic 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.