![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
#include <variant>
#include "Common.hpp"
#include "FormatData.hpp"
#include "JSON.hpp"
#include "LineString.hpp"
#include "Polygon.hpp"
#include "MultiPolygon.hpp"
Classes | |
class | s3d::GeoJSONBase |
GeoJSON オブジェクトの基本クラス More... | |
class | s3d::GeoJSONGeometry |
GeoJSON Geometry オブジェクト More... | |
class | s3d::GeoJSONFeature |
GeoJSON Feature オブジェクト More... | |
class | s3d::GeoJSONFeatureCollection |
GeoJSON FeatureCollection オブジェクト More... | |
Namespaces | |
s3d | |
Enumerations | |
enum | s3d::GeoJSONType : uint8 { s3d::GeoJSONType::Point, s3d::GeoJSONType::MultiPoint, s3d::GeoJSONType::LineString, s3d::GeoJSONType::MultiLineString, s3d::GeoJSONType::Polygon, s3d::GeoJSONType::MultiPolygon, s3d::GeoJSONType::GeometryCollection, s3d::GeoJSONType::Feature, s3d::GeoJSONType::FeatureCollection } |
GeoJSONで定義されているオブジェクトの型 More... | |
Functions | |
void | s3d::Formatter (FormatData &formatData, const GeoJSONType &type) |