|
VTK
9.3.1
|
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" |
| #define GeoJSON_POINT "Point" |
Definition at line 23 of file vtkGeoJSONFeature.h.
| #define GeoJSON_MULTI_POINT "MultiPoint" |
Definition at line 24 of file vtkGeoJSONFeature.h.
| #define GeoJSON_LINE_STRING "LineString" |
Definition at line 25 of file vtkGeoJSONFeature.h.
| #define GeoJSON_MULTI_LINE_STRING "MultiLineString" |
Definition at line 26 of file vtkGeoJSONFeature.h.
| #define GeoJSON_POLYGON "Polygon" |
Definition at line 27 of file vtkGeoJSONFeature.h.
| #define GeoJSON_MULTI_POLYGON "MultiPolygon" |
Definition at line 28 of file vtkGeoJSONFeature.h.
| #define GeoJSON_GEOMETRY_COLLECTION "GeometryCollection" |
Definition at line 29 of file vtkGeoJSONFeature.h.
1.8.10