FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::CoType Struct Reference

A CityObjectType tag, plus the verbatim CityJSON name when the tag is ExtensionObject (which has no spelling of its own). More...

#include <fcb/writer/feature_serializer.hpp>

Public Attributes

::CityObjectType type
 
std::optional< std::string > extension_type
 

Detailed Description

A CityObjectType tag, plus the verbatim CityJSON name when the tag is ExtensionObject (which has no spelling of its own).

Definition at line 22 of file feature_serializer.hpp.

Member Data Documentation

◆ extension_type

std::optional<std::string> fcb::CoType::extension_type

Definition at line 24 of file feature_serializer.hpp.

◆ type

::CityObjectType fcb::CoType::type

Definition at line 23 of file feature_serializer.hpp.


The documentation for this struct was generated from the following file: