@vcmap/core
    Preparing search index...

    Type Alias ObliqueImageMetaOptions

    type ObliqueImageMetaOptions = {
        format?: string;
        headers?: Record<string, string>;
        name: string;
        "pixel-size"?: Coordinate;
        "principal-point"?: Coordinate;
        projection: Projection;
        "radial-distorsion-expected-2-found"?: number[];
        "radial-distorsion-found-2-expected"?: number[];
        size: Size;
        terrainProvider?: CesiumTerrainProvider;
        tileResolution: number[];
        tileSize: Size;
        url: string;
    }
    Index

    Properties

    format?: string
    headers?: Record<string, string>
    name: string
    "pixel-size"?: Coordinate
    "principal-point"?: Coordinate
    projection: Projection
    "radial-distorsion-expected-2-found"?: number[]
    "radial-distorsion-found-2-expected"?: number[]
    size: Size
    terrainProvider?: CesiumTerrainProvider
    tileResolution: number[]
    tileSize: Size
    url: string