pub fn write_feature_stream_raw<W, I>(
writer: W,
models: I,
options: &CityJsonSeqWriteOptions,
) -> Result<CityJsonSeqWriteReport, Error>Expand description
Write a strict CityJSONSeq stream from feature models.
ยงErrors
Returns an error if the feature models do not share compatible root state,
if duplicate feature-local CityObject ids are present, or if stream
serialization fails.