![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
GeoJSON FeatureCollection オブジェクト More...
#include <GeoJSON.hpp>
Inherits s3d::GeoJSONBase.
Public Member Functions | |
| SIV3D_NODISCARD_CXX20 | GeoJSONFeatureCollection (const JSON &object, FlipY flipY=FlipY::Yes) |
| FeatureCollection オブジェクトを作成します。 More... | |
| const Array< GeoJSONFeature > & | getFeatures () const noexcept |
| GeoJSON Feature の一覧を返します。 More... | |
Public Member Functions inherited from s3d::GeoJSONBase | |
| SIV3D_NODISCARD_CXX20 | GeoJSONBase ()=default |
| デフォルトコンストラクタ More... | |
| SIV3D_NODISCARD_CXX20 | GeoJSONBase (const JSON &object) |
| GeoJSON オブジェクトを作成します。 More... | |
| const Array< double > & | getBBox () const noexcept |
| バウンディングボックスデータを返します。 More... | |
| GeoJSONType | getType () const noexcept |
| GeoJSON type を返します。 More... | |
Friends | |
| void | Formatter (FormatData &formatData, const GeoJSONFeatureCollection &featureCollection) |
Additional Inherited Members | |
Protected Attributes inherited from s3d::GeoJSONBase | |
| Array< double > | m_bbox |
| バウンディングボックス More... | |
| GeoJSONType | m_type = GeoJSONType::Feature |
| GeoJSON type. More... | |
GeoJSON FeatureCollection オブジェクト
| SIV3D_NODISCARD_CXX20 s3d::GeoJSONFeatureCollection::GeoJSONFeatureCollection | ( | const JSON & | object, |
| FlipY | flipY = FlipY::Yes |
||
| ) |
FeatureCollection オブジェクトを作成します。
| object | JSON データ |
|
noexcept |
GeoJSON Feature の一覧を返します。
|
friend |