@vcmap/core
    Preparing search index...

    Class ObliqueImageMeta

    Index

    Constructors

    Methods

    • Removes radial distortion in image coordinates. Radial coefficients must be provided

      Parameters

      • coordinate: Coordinate
      • OptionaluseF2E: unknown

        useFound2Expected, if not true expectedToFound is used

      Returns Coordinate

    Properties

    format: string
    hasRadial: boolean
    headers?: Record<string, string>
    name: string

    The name of the camera associated with these meta data

    pixelSize: Coordinate | undefined
    principalPoint: Coordinate | undefined
    projection: Projection

    The world projection of the images associated with this meta

    radialE2F: number[] | undefined
    radialF2E: number[] | undefined
    size: Size

    The size of the images associated with this meta data

    terrainProvider: CesiumTerrainProvider | undefined

    An optional terrain provider

    tileResolution: number[]

    The tile resolutions of the images associated with this meta data

    tileSize: Size

    The tile size of the images associated with this meta data

    url: string