Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageInterface

An Image is the panoramic visual representation of a specific point in space.

Images can be thought of as locations that have visual data.

Hierarchy

Index

Properties

datasetLocation

datasetLocation: Vector3

Location in the dataset's coordinate system

datasetOrientation

datasetOrientation: Quaternion

Orientation in the dataset's coordinate system

Readonly fileId

fileId: string

File name identifier. An image is saved to disk as various degrees of resolution and under different directories (for each resolution). The fileId identifies the related files across directories.

Readonly filePath

filePath: string

File path for files of the image. Each image resolution is contained within individual relative subdirectories.

hidden

hidden: boolean

Display or hide the location marker in the panoramic and map views. Hiding images can reduce network traffic.

Readonly id

id: number

Entity id number

location

location: Vector3

Location in the local coordinate system (i.e. the site coordinate system).

orientation

orientation: Quaternion

Orientation in the local coordinate system (i.e. the site coordinate system).

siteModelEntity

siteModelEntity: SiteModelEntityInterface

Site Model in which the image is located.

Generated using TypeDoc