Skip to main content
Version: 4.1.0

SpatialProfileStore

Index

Constructors

constructor

  • new SpatialProfileStore(fileId?: number, regionId?: number): SpatialProfileStore
  • Parameters

    • fileId: number = 0
    • regionId: number = 0

    Returns SpatialProfileStore

Properties

channel

channel: number

readonlyfileId

fileId: number

profiles

profiles: Map<string, ProcessedSpatialProfile>

readonlyregionId

regionId: number

value

value: number

x

x: number

y

y: number

Methods

publicgetProfile

  • getProfile(coordinate: string): ProcessedSpatialProfile
  • Parameters

    • coordinate: string

    Returns ProcessedSpatialProfile

setProfile

  • setProfile(coordinate: string, profile: ProcessedSpatialProfile): void
  • Parameters

    • coordinate: string
    • profile: ProcessedSpatialProfile

    Returns void

setProfiles

  • setProfiles(profiles: Map<string, ProcessedSpatialProfile>): void
  • Parameters

    • profiles: Map<string, ProcessedSpatialProfile>

    Returns void

updateFromStream

  • updateFromStream(spatialProfileData: ISpatialProfileData): void
  • Parameters

    • spatialProfileData: ISpatialProfileData

    Returns void