VTK  9.2.6
vtkGeoJSONFeature.h File Reference
#include "vtkDataObject.h"
#include "vtkIOGeoJSONModule.h"
#include "vtk_jsoncpp.h"
Include dependency graph for vtkGeoJSONFeature.h:

Go to the source code of this file.

Classes

class  vtkGeoJSONFeature
 Represents GeoJSON feature geometry & properties. More...

Macros

#define GeoJSON_POINT   "Point"
#define GeoJSON_MULTI_POINT   "MultiPoint"
#define GeoJSON_LINE_STRING   "LineString"
#define GeoJSON_MULTI_LINE_STRING   "MultiLineString"
#define GeoJSON_POLYGON   "Polygon"
#define GeoJSON_MULTI_POLYGON   "MultiPolygon"
#define GeoJSON_GEOMETRY_COLLECTION   "GeometryCollection"

Macro Definition Documentation

◆ GeoJSON_POINT

#define GeoJSON_POINT   "Point"

Definition at line 34 of file vtkGeoJSONFeature.h.

◆ GeoJSON_MULTI_POINT

#define GeoJSON_MULTI_POINT   "MultiPoint"

Definition at line 35 of file vtkGeoJSONFeature.h.

◆ GeoJSON_LINE_STRING

#define GeoJSON_LINE_STRING   "LineString"

Definition at line 36 of file vtkGeoJSONFeature.h.

◆ GeoJSON_MULTI_LINE_STRING

#define GeoJSON_MULTI_LINE_STRING   "MultiLineString"

Definition at line 37 of file vtkGeoJSONFeature.h.

◆ GeoJSON_POLYGON

#define GeoJSON_POLYGON   "Polygon"

Definition at line 38 of file vtkGeoJSONFeature.h.

◆ GeoJSON_MULTI_POLYGON

#define GeoJSON_MULTI_POLYGON   "MultiPolygon"

Definition at line 39 of file vtkGeoJSONFeature.h.

◆ GeoJSON_GEOMETRY_COLLECTION

#define GeoJSON_GEOMETRY_COLLECTION   "GeometryCollection"

Definition at line 40 of file vtkGeoJSONFeature.h.