File

libs/core/src/lib/api-communication/model/internal/platform.ts

Index

Properties

Constructor

constructor(id: string, label: string, datasetIds: string[], geometry?: GeoJSON.GeometryObject)
Parameters :
Name Type Optional
id string No
label string No
datasetIds string[] No
geometry GeoJSON.GeometryObject Yes

Properties

Public datasetIds
Type : string[]
Public Optional geometry
Type : GeoJSON.GeometryObject
Public id
Type : string
Public label
Type : string
export class HelgolandPlatform {

    constructor(
        public id: string,
        public label: string,
        public datasetIds: string[],
        public geometry?: GeoJSON.GeometryObject
    ) { }

}

result-matching ""

    No results matching ""