VTK  9.3.20240425
Classes | Macros
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 23 of file vtkGeoJSONFeature.h.

◆ GeoJSON_MULTI_POINT

#define GeoJSON_MULTI_POINT   "MultiPoint"

Definition at line 24 of file vtkGeoJSONFeature.h.

◆ GeoJSON_LINE_STRING

#define GeoJSON_LINE_STRING   "LineString"

Definition at line 25 of file vtkGeoJSONFeature.h.

◆ GeoJSON_MULTI_LINE_STRING

#define GeoJSON_MULTI_LINE_STRING   "MultiLineString"

Definition at line 26 of file vtkGeoJSONFeature.h.

◆ GeoJSON_POLYGON

#define GeoJSON_POLYGON   "Polygon"

Definition at line 27 of file vtkGeoJSONFeature.h.

◆ GeoJSON_MULTI_POLYGON

#define GeoJSON_MULTI_POLYGON   "MultiPolygon"

Definition at line 28 of file vtkGeoJSONFeature.h.

◆ GeoJSON_GEOMETRY_COLLECTION

#define GeoJSON_GEOMETRY_COLLECTION   "GeometryCollection"

Definition at line 29 of file vtkGeoJSONFeature.h.