flatgeobuf
    Preparing search index...

    Interface ISimpleGeometry

    interface ISimpleGeometry {
        getLayout?: () => GeometryLayout;
        getFlatCoordinates(): number[];
        getType(): string;
    }
    Index

    Properties

    getLayout?: () => GeometryLayout

    Methods