flatgeobuf
    Preparing search index...

    Interface IFeature

    interface IFeature {
        getGeometry?(): ISimpleGeometry;
        getId?(): number;
        getProperties?(): IProperties;
        setProperties?(properties: IProperties): void;
    }

    Hierarchy (View Summary)

    Index

    Methods