Class ObliqueImage

Hierarchy

  • ObliqueImage

Accessors

  • get averageHeight(): number
  • returns the averageHeight of the image or 0 if not defined. Be sure to call calculateAverageHeight before hand.

    Returns number

  • get hasCamera(): boolean
  • returns whether this image supports exact Coordinate transformation

    Returns boolean

Constructors

Methods

  • Parameters

    • coord: Coordinate
    • isImage: boolean
    • Optional optAvgHeight: number

    Returns Coordinate

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

    Returns Promise<void>

  • Parameters

    • imageCoordinate: Coordinate
    • Optional optAvgHeight: number

    Returns Coordinate

  • Parameters

    • worldCoordinate: Coordinate
    • Optional optAvgHeight: number

    Returns Coordinate

Properties

[isDefaultImageSymbol]?: boolean
_averageHeight: null | number

The calculated average height of an image

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

pToImage: null | Matrix4

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

pToRealworld: null | Matrix3

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

projectionCenter: null | Cartesian3

The projection center in image world projection

viewDirection: ObliqueViewDirection

viewDirection

viewDirectionAngle: undefined | number

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

Generated using TypeDoc