#include "vtkDataObject.h"
#include "vtkIOGeoJSONModule.h"
#include "vtk_jsoncpp.h"
Go to the source code of this file.
◆ GeoJSON_POINT
| #define GeoJSON_POINT "Point" |
◆ GeoJSON_MULTI_POINT
| #define GeoJSON_MULTI_POINT "MultiPoint" |
◆ GeoJSON_LINE_STRING
| #define GeoJSON_LINE_STRING "LineString" |
◆ GeoJSON_MULTI_LINE_STRING
| #define GeoJSON_MULTI_LINE_STRING "MultiLineString" |
◆ GeoJSON_POLYGON
| #define GeoJSON_POLYGON "Polygon" |
◆ GeoJSON_MULTI_POLYGON
| #define GeoJSON_MULTI_POLYGON "MultiPolygon" |
◆ GeoJSON_GEOMETRY_COLLECTION
| #define GeoJSON_GEOMETRY_COLLECTION "GeometryCollection" |