File

libs/sensorml/src/lib/model/swe/SweCoordinate.ts

Index

Properties
Methods

Properties

coordinate
Type : SweAnyNumerical
Decorators :
@DisplayName('Coordinate')
name
Type : string
Decorators :
@DisplayName('Name')

Methods

toString
toString()
Returns : string
import { SweAnyNumerical } from './SweAnyNumerical';
import { DisplayName } from '../../common/decorators/DisplayName';

export class SweCoordinate {
    @DisplayName('Name')
    name: string;

    @DisplayName('Coordinate')
    coordinate: SweAnyNumerical;

    toString() {
        return this.name || 'SWE coordinate';
    }
}

result-matching ""

    No results matching ""