VTK
Classes | Macros
vtkGeoJSONFeature.h File Reference
#include "vtkIOGeoJSONModule.h"
#include "vtkDataObject.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

#define GeoJSON_POINT   "Point"

Definition at line 34 of file vtkGeoJSONFeature.h.

#define GeoJSON_MULTI_POINT   "MultiPoint"

Definition at line 35 of file vtkGeoJSONFeature.h.

#define GeoJSON_LINE_STRING   "LineString"

Definition at line 36 of file vtkGeoJSONFeature.h.

#define GeoJSON_MULTI_LINE_STRING   "MultiLineString"

Definition at line 37 of file vtkGeoJSONFeature.h.

#define GeoJSON_POLYGON   "Polygon"

Definition at line 38 of file vtkGeoJSONFeature.h.

#define GeoJSON_MULTI_POLYGON   "MultiPolygon"

Definition at line 39 of file vtkGeoJSONFeature.h.

#define GeoJSON_GEOMETRY_COLLECTION   "GeometryCollection"

Definition at line 40 of file vtkGeoJSONFeature.h.