23#ifndef vtkGeoJSONReader_h
24#define vtkGeoJSONReader_h
27#include "vtkIOGeoJSONModule.h"
51 vtkSetStringMacro(StringInput);
52 vtkGetStringMacro(StringInput);
60 vtkSetMacro(StringInputMode,
bool);
61 vtkGetMacro(StringInputMode,
bool);
62 vtkBooleanMacro(StringInputMode,
bool);
72 vtkSetMacro(TriangulatePolygons,
bool);
73 vtkGetMacro(TriangulatePolygons,
bool);
74 vtkBooleanMacro(TriangulatePolygons,
bool);
83 vtkSetMacro(OutlinePolygons,
bool);
84 vtkGetMacro(OutlinePolygons,
bool);
85 vtkBooleanMacro(OutlinePolygons,
bool);
93 vtkSetStringMacro(SerializedPropertiesArrayName);
94 vtkGetStringMacro(SerializedPropertiesArrayName);
122 class GeoJSONReaderInternal;
123 GeoJSONReaderInternal* Internal;
Convert Geo JSON format to vtkPolyData.
bool OutlinePolygons
Core implementation of the.
bool TriangulatePolygons
Core implementation of the.
char * StringInput
Core implementation of the.
char * SerializedPropertiesArrayName
Core implementation of the.
static vtkGeoJSONReader * New()
vtkGetFilePathMacro(FileName)
Accessor for name of the file that will be opened on WriteData.
char * FileName
Core implementation of the.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Core implementation of the.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
bool StringInputMode
Core implementation of the.
void AddFeatureProperty(const char *name, vtkVariant &typeAndDefaultValue)
Specify feature property to read in with geometry objects Note that defaultValue specifies both type ...
~vtkGeoJSONReader() override
vtkSetFilePathMacro(FileName)
Accessor for name of the file that will be opened on WriteData.
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.