Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PlottableModel<T>

PlottableModel's are models/images that can be added to and displayed on the map.

Type parameters

Hierarchy

Index

Properties

account

account: Account

canDelete

canDelete: boolean

canWrite

canWrite: boolean

heading

heading: number

height

height: number

latitude

latitude: number

lheight

lheight: number

llat

llat: number

llng

llng: number

longitude

longitude: number

matrix

matrix: number[]

pitch

pitch: number

rawType

rawType: string

roll

roll: number

transformType

transformType: TransformType

uheight

uheight: number

ulat

ulat: number

ulng

ulng: number

vertical_offset

vertical_offset: number

Methods

cartographic

  • cartographic(): any
  • Gets Cesium Cartographic from longitude and latitude specified in degrees

    Returns any

catresian

  • catresian(): any
  • Creates a new Cesium Cartesian3 instance from a Cartographic input.

    Returns any

fetchObservable

  • fetchObservable(): any

rectangle

  • rectangle(): any
  • Gets Cesium Rectangle of this PlottableModel object.

    Returns any

set

  • set(a: any): any
  • Updates values of this object with parameter object values.

    Parameters

    • a: any

      The object that you want to copy values of.

    Returns any

toJSON

  • toJSON(): any
  • Parse this object to JSON format.

    Returns any

Generated using TypeDoc