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);
125 class GeoJSONReaderInternal;
126 GeoJSONReaderInternal *Internal;
Convert Geo JSON format to vtkPolyData.
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
char * SerializedPropertiesArrayName
static vtkGeoJSONReader * New()
virtual ~vtkGeoJSONReader()
void AddFeatureProperty(const char *name, vtkVariant &typeAndDefaultValue)
Specify feature property to read in with geometry objects Note that defaultValue specifies both type ...
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Core implementation of the.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
A atomic type representing the union of many types.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.