@vcmap/core
    Preparing search index...

    Class ObliqueImage

    Index

    Accessors

    • get averageHeight(): number

      returns the averageHeight of the image or 0 if not defined. Be sure to call calculateAverageHeight before hand.

      Returns number

    Constructors

    Methods

    • calculates the averageHeight of this image, if a terrainProvider is given the height will be requested

      Returns Promise<void>

    • Parameters

      • imageCoordinate: Coordinate
      • OptionaloptAvgHeight: number

      Returns Coordinate

    • Parameters

      • worldCoordinate: Coordinate
      • OptionaloptAvgHeight: number

      Returns Coordinate

    Properties

    "[isDefaultImageSymbol]"?: boolean
    centerPointOnGround: Coordinate

    The center point of the image in world coordinates (in image world projection).

    groundCoordinates: Coordinate[]

    The ground coordinates of the image corners (in image world projection).

    Meta information shared across multiple images.

    name: string

    Name of the image

    projectionCenter: Cartesian3 | null

    The projection center in image world projection

    pToImage: Matrix4 | null

    The transformation matrix real to image (in image world projection).

    pToRealworld: Matrix3 | null

    The transformation matrix image to real world (in image world projection).

    viewDirection: ObliqueViewDirection

    viewDirection

    viewDirectionAngle: number | undefined

    viewDirectionAngle in radians, where 0 = east, PI / 2 = north, PI = west and PI * 1.5 = south