|
VTK
|
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 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.
1.8.9.1