@cityjson/flatcitybuf
    Preparing search index...

    Interface SemanticSurface

    One entry of semantics.surfaces. type is mandatory; parent and children are optional, and a surface's own attributes are merged in alongside them (CityJSON lets a semantic surface carry arbitrary extra members such as slope or direction).

    interface SemanticSurface {
        type: string;
        [key: string]: number[] | AttrValue | undefined;
    }

    Indexable

    • [key: string]: number[] | AttrValue | undefined
    Index
    type: string