Last updated

API / geotoolkit3d / geodata / TrajectoryValue / TrajectoryValue

Class: TrajectoryValue

geodata.TrajectoryValue.TrajectoryValue

Class TrajectoryValue

Table of contents

Constructors
Methods

Contents

Constructors

new TrajectoryValue(name, values)

new TrajectoryValue(name, values)

Parameters

Name Type Description
namestringdescriptor for what this value represents
valuesnumber[]values that correspond to the xyz locations of the trajectory
Methods

getClassName

getClassName(): string

Returns

string


getName

getName(): string

gets the name for this value array

Returns

string


getValues

getValues(): number[]

gets the name for this value array

Returns

number[]


getClassName

Static getClassName(): string

Returns

string