@oicl/openbridge-webcomponents-ng 2.0.0-next.15 → 2.0.0-next.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -2216,6 +2216,8 @@ import { Tickmark as Tickmark$1 } from '@oicl/openbridge-webcomponents/dist/navi
|
|
|
2216
2216
|
import { ObcWatchFlat as ObcWatchFlat$1 } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/watch-flat.js';
|
|
2217
2217
|
import { ObcWind as ObcWind$1, WindHistogramData } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind/wind.js';
|
|
2218
2218
|
import { ObcWindIndicator as ObcWindIndicator$1 } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-indicator/wind-indicator.js';
|
|
2219
|
+
import { SailType } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch/sail-type.js';
|
|
2220
|
+
import { ObcWindPropulsion as ObcWindPropulsion$1, WindPropulsionPriorityElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/wind-propulsion/wind-propulsion.js';
|
|
2219
2221
|
import { ObcAlertDetailPage as ObcAlertDetailPage$1, AlertDetailPageType } from '@oicl/openbridge-webcomponents/dist/pages/alert-detail-page/alert-detail-page.js';
|
|
2220
2222
|
import { ObcAlertListPageSmall as ObcAlertListPageSmall$1, AlertListMode as AlertListMode$1, ObcAlertListPageAckAllClickEvent, ObcAckClickEvent as ObcAckClickEvent$1, ObcRowClickEvent as ObcRowClickEvent$1 } from '@oicl/openbridge-webcomponents/dist/pages/alert-list-page-small/alert-list-page-small.js';
|
|
2221
2223
|
|
|
@@ -26821,6 +26823,10 @@ declare class ObcCompass {
|
|
|
26821
26823
|
get currentFromDirection(): number | null;
|
|
26822
26824
|
set vesselImage(v: VesselImage$1);
|
|
26823
26825
|
get vesselImage(): VesselImage$1;
|
|
26826
|
+
set rateOfTurnDegreesPerMinute(v: number | undefined);
|
|
26827
|
+
get rateOfTurnDegreesPerMinute(): number | undefined;
|
|
26828
|
+
set rotDotAnimationFactor(v: number);
|
|
26829
|
+
get rotDotAnimationFactor(): number;
|
|
26824
26830
|
set rotationsPerMinute(v: number);
|
|
26825
26831
|
get rotationsPerMinute(): number;
|
|
26826
26832
|
set rotType(v: RotType);
|
|
@@ -26848,7 +26854,7 @@ declare class ObcCompass {
|
|
|
26848
26854
|
set tickmarksInside(v: boolean);
|
|
26849
26855
|
get tickmarksInside(): boolean;
|
|
26850
26856
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcCompass, never>;
|
|
26851
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObcCompass, "obc-compass", never, { "heading": { "alias": "heading"; "required": false; }; "courseOverGround": { "alias": "courseOverGround"; "required": false; }; "headingSetpoint": { "alias": "headingSetpoint"; "required": false; }; "newHeadingSetpoint": { "alias": "newHeadingSetpoint"; "required": false; }; "atHeadingSetpoint": { "alias": "atHeadingSetpoint"; "required": false; }; "headingSetpointAtZeroDeadband": { "alias": "headingSetpointAtZeroDeadband"; "required": false; }; "headingSetpointOverride": { "alias": "headingSetpointOverride"; "required": false; }; "autoAtHeadingSetpoint": { "alias": "autoAtHeadingSetpoint"; "required": false; }; "autoAtHeadingSetpointDeadband": { "alias": "autoAtHeadingSetpointDeadband"; "required": false; }; "animateSetpoint": { "alias": "animateSetpoint"; "required": false; }; "touching": { "alias": "touching"; "required": false; }; "headingAdvices": { "alias": "headingAdvices"; "required": false; }; "windSpeed": { "alias": "windSpeed"; "required": false; }; "windFromDirection": { "alias": "windFromDirection"; "required": false; }; "currentSpeed": { "alias": "currentSpeed"; "required": false; }; "currentFromDirection": { "alias": "currentFromDirection"; "required": false; }; "vesselImage": { "alias": "vesselImage"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rotMaxValue": { "alias": "rotMaxValue"; "required": false; }; "rotArcExtent": { "alias": "rotArcExtent"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "state": { "alias": "state"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "priorityElements": { "alias": "priorityElements"; "required": false; }; "showLabels": { "alias": "showLabels"; "required": false; }; "tickmarksInside": { "alias": "tickmarksInside"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
26857
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcCompass, "obc-compass", never, { "heading": { "alias": "heading"; "required": false; }; "courseOverGround": { "alias": "courseOverGround"; "required": false; }; "headingSetpoint": { "alias": "headingSetpoint"; "required": false; }; "newHeadingSetpoint": { "alias": "newHeadingSetpoint"; "required": false; }; "atHeadingSetpoint": { "alias": "atHeadingSetpoint"; "required": false; }; "headingSetpointAtZeroDeadband": { "alias": "headingSetpointAtZeroDeadband"; "required": false; }; "headingSetpointOverride": { "alias": "headingSetpointOverride"; "required": false; }; "autoAtHeadingSetpoint": { "alias": "autoAtHeadingSetpoint"; "required": false; }; "autoAtHeadingSetpointDeadband": { "alias": "autoAtHeadingSetpointDeadband"; "required": false; }; "animateSetpoint": { "alias": "animateSetpoint"; "required": false; }; "touching": { "alias": "touching"; "required": false; }; "headingAdvices": { "alias": "headingAdvices"; "required": false; }; "windSpeed": { "alias": "windSpeed"; "required": false; }; "windFromDirection": { "alias": "windFromDirection"; "required": false; }; "currentSpeed": { "alias": "currentSpeed"; "required": false; }; "currentFromDirection": { "alias": "currentFromDirection"; "required": false; }; "vesselImage": { "alias": "vesselImage"; "required": false; }; "rateOfTurnDegreesPerMinute": { "alias": "rateOfTurnDegreesPerMinute"; "required": false; }; "rotDotAnimationFactor": { "alias": "rotDotAnimationFactor"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rotMaxValue": { "alias": "rotMaxValue"; "required": false; }; "rotArcExtent": { "alias": "rotArcExtent"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "state": { "alias": "state"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "priorityElements": { "alias": "priorityElements"; "required": false; }; "showLabels": { "alias": "showLabels"; "required": false; }; "tickmarksInside": { "alias": "tickmarksInside"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
26852
26858
|
}
|
|
26853
26859
|
|
|
26854
26860
|
declare class ObcCompassFlat {
|
|
@@ -26875,6 +26881,10 @@ declare class ObcCompassFlat {
|
|
|
26875
26881
|
get priorityElements(): CompassFlatPriorityElement[];
|
|
26876
26882
|
set rotType(v: RotType$1 | undefined);
|
|
26877
26883
|
get rotType(): RotType$1 | undefined;
|
|
26884
|
+
set rateOfTurnDegreesPerMinute(v: number | undefined);
|
|
26885
|
+
get rateOfTurnDegreesPerMinute(): number | undefined;
|
|
26886
|
+
set rotDotAnimationFactor(v: number);
|
|
26887
|
+
get rotDotAnimationFactor(): number;
|
|
26878
26888
|
set rotationsPerMinute(v: number);
|
|
26879
26889
|
get rotationsPerMinute(): number;
|
|
26880
26890
|
set rotMaxValue(v: number);
|
|
@@ -26886,7 +26896,7 @@ declare class ObcCompassFlat {
|
|
|
26886
26896
|
set rotAtZeroDeadband(v: number);
|
|
26887
26897
|
get rotAtZeroDeadband(): number;
|
|
26888
26898
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcCompassFlat, never>;
|
|
26889
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObcCompassFlat, "obc-compass-flat", never, { "FOVIndicator": { "alias": "FOVIndicator"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "courseOverGround": { "alias": "courseOverGround"; "required": false; }; "tickInterval": { "alias": "tickInterval"; "required": false; }; "FOV": { "alias": "FOV"; "required": false; }; "minFOV": { "alias": "minFOV"; "required": false; }; "maxFOV": { "alias": "maxFOV"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "priorityElements": { "alias": "priorityElements"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotMaxValue": { "alias": "rotMaxValue"; "required": false; }; "rotArcExtent": { "alias": "rotArcExtent"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
26899
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcCompassFlat, "obc-compass-flat", never, { "FOVIndicator": { "alias": "FOVIndicator"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "courseOverGround": { "alias": "courseOverGround"; "required": false; }; "tickInterval": { "alias": "tickInterval"; "required": false; }; "FOV": { "alias": "FOV"; "required": false; }; "minFOV": { "alias": "minFOV"; "required": false; }; "maxFOV": { "alias": "maxFOV"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "priorityElements": { "alias": "priorityElements"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rateOfTurnDegreesPerMinute": { "alias": "rateOfTurnDegreesPerMinute"; "required": false; }; "rotDotAnimationFactor": { "alias": "rotDotAnimationFactor"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotMaxValue": { "alias": "rotMaxValue"; "required": false; }; "rotArcExtent": { "alias": "rotArcExtent"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
26890
26900
|
}
|
|
26891
26901
|
|
|
26892
26902
|
declare class ObcCompassIndicator {
|
|
@@ -26937,6 +26947,10 @@ declare class ObcCompassSector {
|
|
|
26937
26947
|
get rotType(): RotType | undefined;
|
|
26938
26948
|
set rotPosition(v: RotPosition);
|
|
26939
26949
|
get rotPosition(): RotPosition;
|
|
26950
|
+
set rateOfTurnDegreesPerMinute(v: number | undefined);
|
|
26951
|
+
get rateOfTurnDegreesPerMinute(): number | undefined;
|
|
26952
|
+
set rotDotAnimationFactor(v: number);
|
|
26953
|
+
get rotDotAnimationFactor(): number;
|
|
26940
26954
|
set rotationsPerMinute(v: number);
|
|
26941
26955
|
get rotationsPerMinute(): number;
|
|
26942
26956
|
set rotMaxValue(v: number);
|
|
@@ -26957,7 +26971,7 @@ declare class ObcCompassSector {
|
|
|
26957
26971
|
get zoomToFitArc(): boolean;
|
|
26958
26972
|
NoneEvent: EventEmitter<unknown>;
|
|
26959
26973
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcCompassSector, never>;
|
|
26960
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObcCompassSector, "obc-compass-sector", never, { "heading": { "alias": "heading"; "required": false; }; "courseOverGround": { "alias": "courseOverGround"; "required": false; }; "headingSetpoint": { "alias": "headingSetpoint"; "required": false; }; "newHeadingSetpoint": { "alias": "newHeadingSetpoint"; "required": false; }; "atHeadingSetpoint": { "alias": "atHeadingSetpoint"; "required": false; }; "headingSetpointAtZeroDeadband": { "alias": "headingSetpointAtZeroDeadband"; "required": false; }; "headingSetpointOverride": { "alias": "headingSetpointOverride"; "required": false; }; "autoAtHeadingSetpoint": { "alias": "autoAtHeadingSetpoint"; "required": false; }; "autoAtHeadingSetpointDeadband": { "alias": "autoAtHeadingSetpointDeadband"; "required": false; }; "animateSetpoint": { "alias": "animateSetpoint"; "required": false; }; "touching": { "alias": "touching"; "required": false; }; "headingAdvices": { "alias": "headingAdvices"; "required": false; }; "minFOV": { "alias": "minFOV"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotMaxValue": { "alias": "rotMaxValue"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; "state": { "alias": "state"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "priorityElements": { "alias": "priorityElements"; "required": false; }; "tickmarksInside": { "alias": "tickmarksInside"; "required": false; }; "zoomToFitArc": { "alias": "zoomToFitArc"; "required": false; }; }, { "NoneEvent": "NoneEvent"; }, never, ["*"], true, never>;
|
|
26974
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcCompassSector, "obc-compass-sector", never, { "heading": { "alias": "heading"; "required": false; }; "courseOverGround": { "alias": "courseOverGround"; "required": false; }; "headingSetpoint": { "alias": "headingSetpoint"; "required": false; }; "newHeadingSetpoint": { "alias": "newHeadingSetpoint"; "required": false; }; "atHeadingSetpoint": { "alias": "atHeadingSetpoint"; "required": false; }; "headingSetpointAtZeroDeadband": { "alias": "headingSetpointAtZeroDeadband"; "required": false; }; "headingSetpointOverride": { "alias": "headingSetpointOverride"; "required": false; }; "autoAtHeadingSetpoint": { "alias": "autoAtHeadingSetpoint"; "required": false; }; "autoAtHeadingSetpointDeadband": { "alias": "autoAtHeadingSetpointDeadband"; "required": false; }; "animateSetpoint": { "alias": "animateSetpoint"; "required": false; }; "touching": { "alias": "touching"; "required": false; }; "headingAdvices": { "alias": "headingAdvices"; "required": false; }; "minFOV": { "alias": "minFOV"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rateOfTurnDegreesPerMinute": { "alias": "rateOfTurnDegreesPerMinute"; "required": false; }; "rotDotAnimationFactor": { "alias": "rotDotAnimationFactor"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotMaxValue": { "alias": "rotMaxValue"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; "state": { "alias": "state"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "priorityElements": { "alias": "priorityElements"; "required": false; }; "tickmarksInside": { "alias": "tickmarksInside"; "required": false; }; "zoomToFitArc": { "alias": "zoomToFitArc"; "required": false; }; }, { "NoneEvent": "NoneEvent"; }, never, ["*"], true, never>;
|
|
26961
26975
|
}
|
|
26962
26976
|
|
|
26963
26977
|
declare class ObcDepthActual {
|
|
@@ -27412,6 +27426,10 @@ declare class ObcRateOfTurn {
|
|
|
27412
27426
|
private _el;
|
|
27413
27427
|
private _ngZone;
|
|
27414
27428
|
constructor(e: ElementRef<ObcRateOfTurn$1>, ngZone: NgZone);
|
|
27429
|
+
set rateOfTurnDegreesPerMinute(v: number | undefined);
|
|
27430
|
+
get rateOfTurnDegreesPerMinute(): number | undefined;
|
|
27431
|
+
set rotDotAnimationFactor(v: number);
|
|
27432
|
+
get rotDotAnimationFactor(): number;
|
|
27415
27433
|
set rotationsPerMinute(v: number);
|
|
27416
27434
|
get rotationsPerMinute(): number;
|
|
27417
27435
|
set rotType(v: RotType);
|
|
@@ -27431,7 +27449,7 @@ declare class ObcRateOfTurn {
|
|
|
27431
27449
|
set rotAtZeroDeadband(v: number);
|
|
27432
27450
|
get rotAtZeroDeadband(): number;
|
|
27433
27451
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcRateOfTurn, never>;
|
|
27434
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObcRateOfTurn, "obc-rate-of-turn", never, { "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "barStartAngle": { "alias": "barStartAngle"; "required": false; }; "barEndAngle": { "alias": "barEndAngle"; "required": false; }; "watchCircleType": { "alias": "watchCircleType"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27452
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcRateOfTurn, "obc-rate-of-turn", never, { "rateOfTurnDegreesPerMinute": { "alias": "rateOfTurnDegreesPerMinute"; "required": false; }; "rotDotAnimationFactor": { "alias": "rotDotAnimationFactor"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "barStartAngle": { "alias": "barStartAngle"; "required": false; }; "barEndAngle": { "alias": "barEndAngle"; "required": false; }; "watchCircleType": { "alias": "watchCircleType"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27435
27453
|
}
|
|
27436
27454
|
|
|
27437
27455
|
declare class ObcRoll {
|
|
@@ -27460,10 +27478,14 @@ declare class ObcRotIndicator {
|
|
|
27460
27478
|
private _el;
|
|
27461
27479
|
private _ngZone;
|
|
27462
27480
|
constructor(e: ElementRef<ObcRotIndicator$1>, ngZone: NgZone);
|
|
27481
|
+
set rateOfTurnDegreesPerMinute(v: number | undefined);
|
|
27482
|
+
get rateOfTurnDegreesPerMinute(): number | undefined;
|
|
27483
|
+
set rotDotAnimationFactor(v: number);
|
|
27484
|
+
get rotDotAnimationFactor(): number;
|
|
27463
27485
|
set rotationsPerMinute(v: number);
|
|
27464
27486
|
get rotationsPerMinute(): number;
|
|
27465
27487
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcRotIndicator, never>;
|
|
27466
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObcRotIndicator, "obc-rot-indicator", never, { "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27488
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcRotIndicator, "obc-rot-indicator", never, { "rateOfTurnDegreesPerMinute": { "alias": "rateOfTurnDegreesPerMinute"; "required": false; }; "rotDotAnimationFactor": { "alias": "rotDotAnimationFactor"; "required": false; }; "rotationsPerMinute": { "alias": "rotationsPerMinute"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27467
27489
|
}
|
|
27468
27490
|
|
|
27469
27491
|
declare class ObcRotSector {
|
|
@@ -27738,8 +27760,12 @@ declare class ObcWatch {
|
|
|
27738
27760
|
get rotPortStarboard(): boolean;
|
|
27739
27761
|
set rotAtZeroDeadband(v: number);
|
|
27740
27762
|
get rotAtZeroDeadband(): number;
|
|
27763
|
+
set rateOfTurnDegreesPerMinute(v: number | undefined);
|
|
27764
|
+
get rateOfTurnDegreesPerMinute(): number | undefined;
|
|
27765
|
+
set rotDotAnimationFactor(v: number);
|
|
27766
|
+
get rotDotAnimationFactor(): number;
|
|
27741
27767
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcWatch, never>;
|
|
27742
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObcWatch, "obc-watch", never, { "state": { "alias": "state"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "watchCircleType": { "alias": "watchCircleType"; "required": false; }; "northArrow": { "alias": "northArrow"; "required": false; }; "northArrowInside": { "alias": "northArrowInside"; "required": false; }; "angleSetpoint": { "alias": "angleSetpoint"; "required": false; }; "newAngleSetpoint": { "alias": "newAngleSetpoint"; "required": false; }; "atAngleSetpoint": { "alias": "atAngleSetpoint"; "required": false; }; "angleSetpointAtZeroDeadband": { "alias": "angleSetpointAtZeroDeadband"; "required": false; }; "setpointOverride": { "alias": "setpointOverride"; "required": false; }; "touching": { "alias": "touching"; "required": false; }; "animateSetpoint": { "alias": "animateSetpoint"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "areas": { "alias": "areas"; "required": false; }; "barAreas": { "alias": "barAreas"; "required": false; }; "needles": { "alias": "needles"; "required": false; }; "tickmarks": { "alias": "tickmarks"; "required": false; }; "tickmarksInside": { "alias": "tickmarksInside"; "required": false; }; "tickmarkStyle": { "alias": "tickmarkStyle"; "required": false; }; "advices": { "alias": "advices"; "required": false; }; "crosshairEnabled": { "alias": "crosshairEnabled"; "required": false; }; "showLabels": { "alias": "showLabels"; "required": false; }; "vessels": { "alias": "vessels"; "required": false; }; "wind": { "alias": "wind"; "required": false; }; "windFromDirectionDeg": { "alias": "windFromDirectionDeg"; "required": false; }; "windSymbolRadius": { "alias": "windSymbolRadius"; "required": false; }; "windColor": { "alias": "windColor"; "required": false; }; "current": { "alias": "current"; "required": false; }; "currentFromDirectionDeg": { "alias": "currentFromDirectionDeg"; "required": false; }; "currentSymbolRadius": { "alias": "currentSymbolRadius"; "required": false; }; "currentColor": { "alias": "currentColor"; "required": false; }; "starboardPortIndicator": { "alias": "starboardPortIndicator"; "required": false; }; "clipTop": { "alias": "clipTop"; "required": false; }; "clipBottom": { "alias": "clipBottom"; "required": false; }; "scaleWindIcon": { "alias": "scaleWindIcon"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "zoomToFitArc": { "alias": "zoomToFitArc"; "required": false; }; "arcFrame": { "alias": "arcFrame"; "required": false; }; "tickFadeAngle": { "alias": "tickFadeAngle"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rotStartAngle": { "alias": "rotStartAngle"; "required": false; }; "rotEndAngle": { "alias": "rotEndAngle"; "required": false; }; "rotPriority": { "alias": "rotPriority"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27768
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcWatch, "obc-watch", never, { "state": { "alias": "state"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "watchCircleType": { "alias": "watchCircleType"; "required": false; }; "northArrow": { "alias": "northArrow"; "required": false; }; "northArrowInside": { "alias": "northArrowInside"; "required": false; }; "angleSetpoint": { "alias": "angleSetpoint"; "required": false; }; "newAngleSetpoint": { "alias": "newAngleSetpoint"; "required": false; }; "atAngleSetpoint": { "alias": "atAngleSetpoint"; "required": false; }; "angleSetpointAtZeroDeadband": { "alias": "angleSetpointAtZeroDeadband"; "required": false; }; "setpointOverride": { "alias": "setpointOverride"; "required": false; }; "touching": { "alias": "touching"; "required": false; }; "animateSetpoint": { "alias": "animateSetpoint"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "areas": { "alias": "areas"; "required": false; }; "barAreas": { "alias": "barAreas"; "required": false; }; "needles": { "alias": "needles"; "required": false; }; "tickmarks": { "alias": "tickmarks"; "required": false; }; "tickmarksInside": { "alias": "tickmarksInside"; "required": false; }; "tickmarkStyle": { "alias": "tickmarkStyle"; "required": false; }; "advices": { "alias": "advices"; "required": false; }; "crosshairEnabled": { "alias": "crosshairEnabled"; "required": false; }; "showLabels": { "alias": "showLabels"; "required": false; }; "vessels": { "alias": "vessels"; "required": false; }; "wind": { "alias": "wind"; "required": false; }; "windFromDirectionDeg": { "alias": "windFromDirectionDeg"; "required": false; }; "windSymbolRadius": { "alias": "windSymbolRadius"; "required": false; }; "windColor": { "alias": "windColor"; "required": false; }; "current": { "alias": "current"; "required": false; }; "currentFromDirectionDeg": { "alias": "currentFromDirectionDeg"; "required": false; }; "currentSymbolRadius": { "alias": "currentSymbolRadius"; "required": false; }; "currentColor": { "alias": "currentColor"; "required": false; }; "starboardPortIndicator": { "alias": "starboardPortIndicator"; "required": false; }; "clipTop": { "alias": "clipTop"; "required": false; }; "clipBottom": { "alias": "clipBottom"; "required": false; }; "scaleWindIcon": { "alias": "scaleWindIcon"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "zoomToFitArc": { "alias": "zoomToFitArc"; "required": false; }; "arcFrame": { "alias": "arcFrame"; "required": false; }; "tickFadeAngle": { "alias": "tickFadeAngle"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rotStartAngle": { "alias": "rotStartAngle"; "required": false; }; "rotEndAngle": { "alias": "rotEndAngle"; "required": false; }; "rotPriority": { "alias": "rotPriority"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; "rateOfTurnDegreesPerMinute": { "alias": "rateOfTurnDegreesPerMinute"; "required": false; }; "rotDotAnimationFactor": { "alias": "rotDotAnimationFactor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27743
27769
|
}
|
|
27744
27770
|
|
|
27745
27771
|
declare class ObcWatchFlat {
|
|
@@ -27788,8 +27814,12 @@ declare class ObcWatchFlat {
|
|
|
27788
27814
|
get rotPortStarboard(): boolean;
|
|
27789
27815
|
set rotAtZeroDeadband(v: number);
|
|
27790
27816
|
get rotAtZeroDeadband(): number;
|
|
27817
|
+
set rateOfTurnDegreesPerMinute(v: number | undefined);
|
|
27818
|
+
get rateOfTurnDegreesPerMinute(): number | undefined;
|
|
27819
|
+
set rotDotAnimationFactor(v: number);
|
|
27820
|
+
get rotDotAnimationFactor(): number;
|
|
27791
27821
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcWatchFlat, never>;
|
|
27792
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObcWatchFlat, "obc-watch-flat", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "tickmarkSpacing": { "alias": "tickmarkSpacing"; "required": false; }; "angleSetpoint": { "alias": "angleSetpoint"; "required": false; }; "tickmarks": { "alias": "tickmarks"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "FOVIndicator": { "alias": "FOVIndicator"; "required": false; }; "trackHeight": { "alias": "trackHeight"; "required": false; }; "ticksHeight": { "alias": "ticksHeight"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "bottomBar": { "alias": "bottomBar"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rotStartX": { "alias": "rotStartX"; "required": false; }; "rotEndX": { "alias": "rotEndX"; "required": false; }; "rotDotSpacing": { "alias": "rotDotSpacing"; "required": false; }; "rotPriority": { "alias": "rotPriority"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27822
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcWatchFlat, "obc-watch-flat", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "rotation": { "alias": "rotation"; "required": false; }; "tickmarkSpacing": { "alias": "tickmarkSpacing"; "required": false; }; "angleSetpoint": { "alias": "angleSetpoint"; "required": false; }; "tickmarks": { "alias": "tickmarks"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "FOVIndicator": { "alias": "FOVIndicator"; "required": false; }; "trackHeight": { "alias": "trackHeight"; "required": false; }; "ticksHeight": { "alias": "ticksHeight"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "bottomBar": { "alias": "bottomBar"; "required": false; }; "rotType": { "alias": "rotType"; "required": false; }; "rotPosition": { "alias": "rotPosition"; "required": false; }; "rotStartX": { "alias": "rotStartX"; "required": false; }; "rotEndX": { "alias": "rotEndX"; "required": false; }; "rotDotSpacing": { "alias": "rotDotSpacing"; "required": false; }; "rotPriority": { "alias": "rotPriority"; "required": false; }; "rotPortStarboard": { "alias": "rotPortStarboard"; "required": false; }; "rotAtZeroDeadband": { "alias": "rotAtZeroDeadband"; "required": false; }; "rateOfTurnDegreesPerMinute": { "alias": "rateOfTurnDegreesPerMinute"; "required": false; }; "rotDotAnimationFactor": { "alias": "rotDotAnimationFactor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27793
27823
|
}
|
|
27794
27824
|
|
|
27795
27825
|
declare class ObcWind {
|
|
@@ -27824,6 +27854,61 @@ declare class ObcWindIndicator {
|
|
|
27824
27854
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObcWindIndicator, "obc-wind-indicator", never, { "speed": { "alias": "speed"; "required": false; }; "angle": { "alias": "angle"; "required": false; }; "northUp": { "alias": "northUp"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
27825
27855
|
}
|
|
27826
27856
|
|
|
27857
|
+
declare class ObcWindPropulsion {
|
|
27858
|
+
private _el;
|
|
27859
|
+
private _ngZone;
|
|
27860
|
+
constructor(e: ElementRef<ObcWindPropulsion$1>, ngZone: NgZone);
|
|
27861
|
+
set forceAngle(v: number);
|
|
27862
|
+
get forceAngle(): number;
|
|
27863
|
+
set sailAngle(v: number);
|
|
27864
|
+
get sailAngle(): number;
|
|
27865
|
+
set sailAngleSetpoint(v: number | undefined);
|
|
27866
|
+
get sailAngleSetpoint(): number | undefined;
|
|
27867
|
+
set newSailAngleSetpoint(v: number | undefined);
|
|
27868
|
+
get newSailAngleSetpoint(): number | undefined;
|
|
27869
|
+
set atSailAngleSetpoint(v: boolean);
|
|
27870
|
+
get atSailAngleSetpoint(): boolean;
|
|
27871
|
+
set autoAtSailAngleSetpoint(v: boolean);
|
|
27872
|
+
get autoAtSailAngleSetpoint(): boolean;
|
|
27873
|
+
set autoAtSailAngleSetpointDeadband(v: number);
|
|
27874
|
+
get autoAtSailAngleSetpointDeadband(): number;
|
|
27875
|
+
set sailAngleSetpointAtZeroDeadband(v: number);
|
|
27876
|
+
get sailAngleSetpointAtZeroDeadband(): number;
|
|
27877
|
+
set sailAngleSetpointOverride(v: boolean);
|
|
27878
|
+
get sailAngleSetpointOverride(): boolean;
|
|
27879
|
+
set animateSetpoint(v: boolean);
|
|
27880
|
+
get animateSetpoint(): boolean;
|
|
27881
|
+
set touching(v: boolean);
|
|
27882
|
+
get touching(): boolean;
|
|
27883
|
+
set force(v: number);
|
|
27884
|
+
get force(): number;
|
|
27885
|
+
set maxForce(v: number);
|
|
27886
|
+
get maxForce(): number;
|
|
27887
|
+
set sailType(v: SailType);
|
|
27888
|
+
get sailType(): SailType;
|
|
27889
|
+
set state(v: InstrumentState);
|
|
27890
|
+
get state(): InstrumentState;
|
|
27891
|
+
set priority(v: Priority);
|
|
27892
|
+
get priority(): Priority;
|
|
27893
|
+
set priorityElements(v: WindPropulsionPriorityElement[]);
|
|
27894
|
+
get priorityElements(): WindPropulsionPriorityElement[];
|
|
27895
|
+
set showLabels(v: boolean);
|
|
27896
|
+
get showLabels(): boolean;
|
|
27897
|
+
set tickmarksInside(v: boolean);
|
|
27898
|
+
get tickmarksInside(): boolean;
|
|
27899
|
+
set tickmarkStyle(v: TickmarkStyle);
|
|
27900
|
+
get tickmarkStyle(): TickmarkStyle;
|
|
27901
|
+
set currentWindSpeedBeaufort(v: number | null);
|
|
27902
|
+
get currentWindSpeedBeaufort(): number | null;
|
|
27903
|
+
set currentWindFromDirection(v: number | null);
|
|
27904
|
+
get currentWindFromDirection(): number | null;
|
|
27905
|
+
set sailAngleAdvices(v: AngleAdvice[]);
|
|
27906
|
+
get sailAngleAdvices(): AngleAdvice[];
|
|
27907
|
+
NoneEvent: EventEmitter<unknown>;
|
|
27908
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ObcWindPropulsion, never>;
|
|
27909
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ObcWindPropulsion, "obc-wind-propulsion", never, { "forceAngle": { "alias": "forceAngle"; "required": false; }; "sailAngle": { "alias": "sailAngle"; "required": false; }; "sailAngleSetpoint": { "alias": "sailAngleSetpoint"; "required": false; }; "newSailAngleSetpoint": { "alias": "newSailAngleSetpoint"; "required": false; }; "atSailAngleSetpoint": { "alias": "atSailAngleSetpoint"; "required": false; }; "autoAtSailAngleSetpoint": { "alias": "autoAtSailAngleSetpoint"; "required": false; }; "autoAtSailAngleSetpointDeadband": { "alias": "autoAtSailAngleSetpointDeadband"; "required": false; }; "sailAngleSetpointAtZeroDeadband": { "alias": "sailAngleSetpointAtZeroDeadband"; "required": false; }; "sailAngleSetpointOverride": { "alias": "sailAngleSetpointOverride"; "required": false; }; "animateSetpoint": { "alias": "animateSetpoint"; "required": false; }; "touching": { "alias": "touching"; "required": false; }; "force": { "alias": "force"; "required": false; }; "maxForce": { "alias": "maxForce"; "required": false; }; "sailType": { "alias": "sailType"; "required": false; }; "state": { "alias": "state"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "priorityElements": { "alias": "priorityElements"; "required": false; }; "showLabels": { "alias": "showLabels"; "required": false; }; "tickmarksInside": { "alias": "tickmarksInside"; "required": false; }; "tickmarkStyle": { "alias": "tickmarkStyle"; "required": false; }; "currentWindSpeedBeaufort": { "alias": "currentWindSpeedBeaufort"; "required": false; }; "currentWindFromDirection": { "alias": "currentWindFromDirection"; "required": false; }; "sailAngleAdvices": { "alias": "sailAngleAdvices"; "required": false; }; }, { "NoneEvent": "NoneEvent"; }, never, ["*"], true, never>;
|
|
27910
|
+
}
|
|
27911
|
+
|
|
27827
27912
|
declare class ObcAlertDetailPage {
|
|
27828
27913
|
private _el;
|
|
27829
27914
|
private _ngZone;
|
|
@@ -27886,4 +27971,4 @@ declare class ObcAlertListPageSmall {
|
|
|
27886
27971
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObcAlertListPageSmall, "obc-alert-list-page-small", never, { "hasShelved": { "alias": "hasShelved"; "required": false; }; "selectedMode": { "alias": "selectedMode"; "required": false; }; "alerts": { "alias": "alerts"; "required": false; }; "showTime": { "alias": "showTime"; "required": false; }; "timeFormatter": { "alias": "timeFormatter"; "required": false; }; }, { "ackAllVisibleClickEvent": "ackAllVisibleClickEvent"; "ackClickEvent": "ackClickEvent"; "rowClickEvent": "rowClickEvent"; "silenceClickEvent": "silenceClickEvent"; }, never, ["*"], true, never>;
|
|
27887
27972
|
}
|
|
27888
27973
|
|
|
27889
|
-
export { AbstractPoiObject, ObcAbstractAutomationButton, ObcAbstractAutomationButtonMotorized, ObcAbstractAutomationButtonSquared, ObcAccordionCard, ObcAccordionItem, ObcAdviceButton, ObcAdviceFloatingItem, ObcAdviceMenuItem, ObcAdviceMessageItem, ObcAlertButton, ObcAlertDetailPage, ObcAlertFloatingItem, ObcAlertFrame, ObcAlertIcon, ObcAlertList, ObcAlertListDetails, ObcAlertListPageSmall, ObcAlertMenu, ObcAlertMenuItem, ObcAnalogValve, ObcAppButton, ObcAppMenu, ObcAreaGraph, ObcAttachmentListItem, ObcAudioOutput, ObcAudioRecordingItem, ObcAutomationBadge, ObcAutomationButton, ObcAutomationButtonReadoutStack, ObcAutomationInputModal, ObcAutomationReadout, ObcAutomationTank, ObcAzimuthThruster, ObcAzimuthThrusterLabeled, ObcBadge, ObcBadgeCommand, ObcBarHorizontal, ObcBarVertical, ObcBatteryIcon, ObcBearingIndicator, ObcBipolarTransistor, ObcBreadcrumb, ObcBrillianceMenu, ObcButton, ObcCalendar, ObcCapacitor, ObcCard, ObcChartLineBase, ObcChartObjectVesselButton, ObcChatMessage, ObcCheckButton, ObcCheckbox, ObcCheckboxItem, ObcCircularProgress, ObcClock, ObcCommandButton, ObcCommandMenu, ObcCommunicationTable, ObcCompass, ObcCompassFlat, ObcCompassIndicator, ObcCompassSector, ObcContextMenuInput, ObcConverter, ObcCornerLine, ObcDamper, ObcDateItem, ObcDepthActual, ObcDigitalValve, ObcDiodes, ObcDirectionLine, ObcDivider, ObcDonutChart, ObcDropdownButton, ObcElevatedCard, ObcElevatedCardRadio, ObcElevatedCardRadioGroup, ObcEndPointLine, ObcEventItem, ObcEventList, ObcFan, ObcFilter, ObcFilterChip, ObcFloatingItem, ObcFormContainer, ObcFormFooterContainer, ObcFormGroup, ObcFormItem, ObcGaugeHorizontal, ObcGaugeRadial, ObcGaugeTrend, ObcGaugeVertical, ObcGraphMini, ObcGround, ObcHeading, ObcHeave, ObcHorizontalLine, ObcIconButton, ObcIconCheckButton, ObcInputChip, ObcInstrumentField, ObcInstrumentRadial, ObcIntegrationAppBar, ObcIntegrationBarDropdown, ObcIntegrationButton, ObcIntegrationDropdownButton, ObcIntegrationFleetButton, ObcIntegrationTabs, ObcIntegrationVesselSelector, ObcKeyboardFull, ObcKeyboardNumeric, ObcLineCross, ObcLineGraph, ObcLineOverlap, ObcLogic, ObcMainEngine, ObcMenuButton, ObcMessageMenuItem, ObcModalWindow, ObcMosfet, ObcMotor, ObcNavigationItem, ObcNavigationItemGroup, ObcNavigationMenu, ObcNotificationBadgeButton, ObcNotificationButton, ObcNotificationFloatingItem, ObcNotificationMenuItem, ObcNotificationMessageItem, ObcNumberInputField, ObcPagination, ObcPieChart, ObcPitch, ObcPitchRoll, ObcPivotItem, ObcPivotItemGroup, ObcPoi, ObcPoiAton, ObcPoiButton, ObcPoiButtonAton, ObcPoiButtonData, ObcPoiButtonVessel, ObcPoiCard, ObcPoiCardHeader, ObcPoiController, ObcPoiData, ObcPoiGraphicLine, ObcPoiGroup, ObcPoiHeader, ObcPoiLayer, ObcPoiLayerStack, ObcPoiLine, ObcPoiObject, ObcPoiObjectAton, ObcPoiObjectData, ObcPoiObjectVessel, ObcPoiPointer, ObcPoiSelectionFrame, ObcPoiVessel, ObcPolarChart, ObcProgressBar, ObcProgressButton, ObcProgressIndicatorDots, ObcPump, ObcRadialBarChart, ObcRadio, ObcRateOfTurn, ObcResistor, ObcRichButton, ObcRoll, ObcRotIndicator, ObcRotSector, ObcRouter, ObcRudder, ObcRulerPointer, ObcScrollbar, ObcSequenceCard, ObcSequenceConnector, ObcSequenceItem, ObcSequenceLoadingSpinner, ObcSequenceModal, ObcSequenceStep, ObcSequenceToolbar, ObcSlideButton, ObcSlider, ObcSliderDouble, ObcSource, ObcSpeedArrows, ObcSpeedGauge, ObcSpeedIndicator, ObcSplitButton, ObcStartStopSwitch, ObcStatusIndicator, ObcStepperBox, ObcSwitch, ObcSystemButton, ObcSystemMenu, ObcTabItem, ObcTabRow, ObcTabbedCard, ObcTable, ObcTableHeaderItem, ObcTag, ObcTextInputField, ObcTextareaField, ObcThreeWayLine, ObcThruster, ObcTitleContainer, ObcToggleButtonGroup, ObcToggleButtonOption, ObcToggleButtonThreeState, ObcToggleButtonVerticalGroup, ObcToggleButtonVerticalOption, ObcToggleSwitch, ObcToggletip, ObcTooltip, ObcTopBar, ObcTopbarMessageItem, ObcTransformer, ObcUserButton, ObcUserMenu, ObcValveAnalogThreeWayIcon, ObcValveAnalogTwoWayIcon, ObcVelocityProjectionPlot, ObcVendorButton, ObcVerticalLine, ObcWatch, ObcWatchFlat, ObcWind, ObcWindIndicator, Obi02Illustration, Obi03Illustration, Obi03TidalStream, Obi07ChartStyles, ObiAcdcConverter, ObiAirGap, ObiAircraftDroneMedium, ObiAircraftDroneSmall, ObiAircraftHelicopter, ObiAisAtonMobilePhysicalIec, ObiAisAtonMobileVirtualIec, ObiAisAtonPhysicalIec, ObiAisAtonPhysicalSelectedIec, ObiAisAtonVirtualIec, ObiAisHeadinglineIec, ObiAisHeadinglineTurnIec, ObiAisLocatingDeviceActiveIec, ObiAisLocatingdeviceActiveSelectedIec, ObiAisLocatingdeviceLostIec, ObiAisLocatingdeviceTestIec, ObiAisProposal, ObiAisSarAircraftFixedwingFilled, ObiAisSarAircraftFixedwingIec, ObiAisSarAircraftHelicopterFilled, ObiAisSarAircraftHelicopterIec, ObiAisSarVesselIec, ObiAisTargetActivatedFilled, ObiAisTargetActivatedIec, ObiAisTargetActivatedNohdgcogIec, ObiAisTargetActivatedNohdgcogSelectedIec, ObiAisTargetActivatedSelectedIec, ObiAisTargetDangerousFilled, ObiAisTargetDangerousIec, ObiAisTargetDangerousNocoghdgIec, ObiAisTargetDangerousSelectedIec, ObiAisTargetSleepingFilled, ObiAisTargetSleepingIec, ObiAisTargetSleepingNohdgcogIec, ObiAisTargetSleepingNohdgcogSelectedIec, ObiAisTargetSleepingSelectedIec, ObiAisTargetSyntheticIec, ObiAisTargetSyntheticNocogIec, ObiAisTargetSyntheticSelectedIec, ObiAlarm, ObiAlarmAbandon, ObiAlarmAckProposal, ObiAlarmAcknowledgedIec, ObiAlarmAcknowledgedOutlined, ObiAlarmAground, ObiAlarmBadge, ObiAlarmBadgeOutline, ObiAlarmEmergencyIec, ObiAlarmFire, ObiAlarmGeneral, ObiAlarmLightOff, ObiAlarmNoackIec, ObiAlarmPob, ObiAlarmRectifiedIec, ObiAlarmRectifiedOutlined, ObiAlarmSignalFail, ObiAlarmSilencedIec, ObiAlarmSilencedOutlined, ObiAlarmTransferredIec, ObiAlarmUnacknowledgedIec, ObiAlertCategoryA, ObiAlertCategoryB, ObiAlertCategoryC, ObiAlertEmpty, ObiAlertHeaderAggregatedIec, ObiAlertHeaderAggregatedLargeIec, ObiAlertHeaderGroupIec, ObiAlertHeaderGroupLargeIec, ObiAlertList, ObiAlertOffFilled, ObiAlertOffGoogle, ObiAlertSettings, ObiAlertTriggerGoogle, ObiAlerts, ObiAlertsActive, ObiAlertsAlarmTwotone, ObiAlertsCautionTwotone, ObiAlertsShelf, ObiAlertsWarningTwotone, ObiAltitude, ObiAnchorIec, ObiAnchorwatch, ObiAntenna, ObiAntenna2, ObiAntenna2Off, ObiAntenna2On, ObiAntennaOff, ObiAntennaOn, ObiApplicationOpenGoogle, ObiApplications, ObiArrowBidirectionalDiagonal, ObiArrowBidirectionalHorizontal, ObiArrowBidirectionalVertical, ObiArrowBottomLeft, ObiArrowBottomRight, ObiArrowDownGoogle, ObiArrowFlyoutGoogle, ObiArrowLeftGoogle, ObiArrowRightGoogle, ObiArrowTopLeft, ObiArrowTopRight, ObiArrowUpGoogle, ObiAssociatedTargetAisFilled, ObiAssociatedTargetAisIec, ObiAssociatedTargetAisSelectedIec, ObiAssociatedTargetRadarIec, ObiAssociatedTargetRadarSelectedIec, ObiAttachment, ObiAuto, ObiAutonomous, ObiAutonomousFill, ObiAutonomousMarineRadioDeviceIec, ObiBacklightHigh, ObiBacklightLow, ObiBackspaceGoogle, ObiBackward, ObiBackwardFast, ObiBackwardStopped, ObiBatteryHorizontal100, ObiBatteryHorizontal25, ObiBatteryHorizontal50, ObiBatteryHorizontal75, ObiBatteryHorizontalCharging100, ObiBatteryHorizontalCharging25, ObiBatteryHorizontalCharging50, ObiBatteryHorizontalChargingEmpty, ObiBatteryHorizontalEmpty, ObiBatteryHorizontalError, ObiBatteryHorizontalLow, ObiBatteryHorizontalNotification, ObiBatteryHorizontalPluggedNoCharge100, ObiBatteryHorizontalPluggedNoCharge25, ObiBatteryHorizontalPluggedNoCharge75, ObiBatteryHorizontalPluggedNoChargeEmpty, ObiBatteryHorizontalPluggedNoChargeLow, ObiBatteryPack0, ObiBatteryPack100, ObiBatteryPack25, ObiBatteryPack50, ObiBatteryPack70, ObiBatteryPackCharging, ObiBatteryVertical25, ObiBatteryVertical50, ObiBatteryVertical75, ObiBatteryVerticalCharging100, ObiBatteryVerticalCharging25, ObiBatteryVerticalCharging50, ObiBatteryVerticalCharging75, ObiBatteryVerticalChargingEmpty, ObiBatteryVerticalChargingLow, ObiBatteryVerticalEmpty, ObiBatteryVerticalError, ObiBatteryVerticalFull, ObiBatteryVerticalLow, ObiBatteryVerticalNotification, ObiBatteryVerticalPluggedNoCharge25, ObiBatteryVerticalPluggedNoCharge50, ObiBatteryVerticalPluggedNoCharge75, ObiBatteryVerticalPluggedNoChargeEmpty, ObiBatteryVerticalPluggedNoChargeFull, ObiBatteryVerticalPluggedNoChargeLow, ObiBeaconDefault, ObiBeaconGeneralBoard, ObiBeaconGeneralConeDown, ObiBeaconGeneralConeUp, ObiBeaconGeneralCross, ObiBeaconGeneralCube, ObiBeaconGeneralDanger, ObiBeaconGeneralEast, ObiBeaconGeneralFlag, ObiBeaconGeneralNorth, ObiBeaconGeneralSouth, ObiBeaconGeneralSphere, ObiBeaconGeneralSquare, ObiBeaconGeneralTShape, ObiBeaconGeneralWest, ObiBeaconGeneralXShape, ObiBeaconMinorStake, ObiBeaconTowerBoard, ObiBeaconTowerConeDown, ObiBeaconTowerConeUp, ObiBeaconTowerCross, ObiBeaconTowerCube, ObiBeaconTowerDanger, ObiBeaconTowerEast, ObiBeaconTowerFlag, ObiBeaconTowerNorth, ObiBeaconTowerSouth, ObiBeaconTowerSphere, ObiBeaconTowerSquare, ObiBeaconTowerTShape, ObiBeaconTowerWest, ObiBeaconTowerXShape, ObiBilge, ObiBipolar_transistor01, ObiBipolar_transistor02, ObiBipolar_transistor02Off, ObiBipolar_transistor02On, ObiBipolar_transistor03, ObiBipolar_transistor03Flat, ObiBipolar_transistor03Off, ObiBipolar_transistor03On, ObiBipolar_transistor04, ObiBipolar_transistor04Flat, ObiBipolar_transistor04Off, ObiBipolar_transistor04On, ObiBipolar_transistorOff, ObiBipolar_transistorOn, ObiBlowerOffHorizontal, ObiBlowerOffVertical, ObiBlowerOnHorizontal, ObiBlowerOnVertical, ObiBlowerStaticHorizontal, ObiBlowerStaticVertical, ObiBluetooth, ObiBoltGoogle, ObiBuoyBarrelBoard, ObiBuoyBarrelConeDown, ObiBuoyBarrelConeUp, ObiBuoyBarrelCross, ObiBuoyBarrelCube, ObiBuoyBarrelDanger, ObiBuoyBarrelEast, ObiBuoyBarrelFlag, ObiBuoyBarrelNorth, ObiBuoyBarrelSouth, ObiBuoyBarrelSphere, ObiBuoyBarrelSquare, ObiBuoyBarrelTShape, ObiBuoyBarrelWest, ObiBuoyBarrelXShape, ObiBuoyCanBoard, ObiBuoyCanConeDown, ObiBuoyCanConeUp, ObiBuoyCanCross, ObiBuoyCanCube, ObiBuoyCanDanger, ObiBuoyCanEast, ObiBuoyCanFlag, ObiBuoyCanNorth, ObiBuoyCanSouth, ObiBuoyCanSphere, ObiBuoyCanSquare, ObiBuoyCanTShape, ObiBuoyCanWest, ObiBuoyCanXShape, ObiBuoyConicalBoard, ObiBuoyConicalConeDown, ObiBuoyConicalConeUp, ObiBuoyConicalCross, ObiBuoyConicalCube, ObiBuoyConicalDanger, ObiBuoyConicalEast, ObiBuoyConicalFlag, ObiBuoyConicalNorth, ObiBuoyConicalSouth, ObiBuoyConicalSphere, ObiBuoyConicalSquare, ObiBuoyConicalTShape, ObiBuoyConicalWest, ObiBuoyConicalXShape, ObiBuoyDefault, ObiBuoyMooringBarrel, ObiBuoyMooringCan, ObiBuoyPilarBoard, ObiBuoyPilarConeDown, ObiBuoyPilarConeUp, ObiBuoyPilarCross, ObiBuoyPilarCube, ObiBuoyPilarDanger, ObiBuoyPilarEast, ObiBuoyPilarFlag, ObiBuoyPilarNorth, ObiBuoyPilarSouth, ObiBuoyPilarSphere, ObiBuoyPilarSquare, ObiBuoyPilarTShape, ObiBuoyPilarWest, ObiBuoyPilarXShape, ObiBuoySparBoard, ObiBuoySparConeDown, ObiBuoySparConeUp, ObiBuoySparCross, ObiBuoySparCube, ObiBuoySparDanger, ObiBuoySparEast, ObiBuoySparFlag, ObiBuoySparNorth, ObiBuoySparSouth, ObiBuoySparSphere, ObiBuoySparSquare, ObiBuoySparTShape, ObiBuoySparWest, ObiBuoySparXShape, ObiBuoySphericalBoard, ObiBuoySphericalConeDown, ObiBuoySphericalConeUp, ObiBuoySphericalCross, ObiBuoySphericalCube, ObiBuoySphericalDanger, ObiBuoySphericalEast, ObiBuoySphericalFlag, ObiBuoySphericalNorth, ObiBuoySphericalSouth, ObiBuoySphericalSphere, ObiBuoySphericalSquare, ObiBuoySphericalTShape, ObiBuoySphericalWest, ObiBuoySphericalXShape, ObiBuoySuper, ObiBuoySuperLandby, ObiCalendarDateGoogle, ObiCalendarGoogle, ObiCamHmiIec, ObiCamera, ObiCameraOff, ObiCameraTilt, ObiCameraTop, ObiCancelSend, ObiCapacitor01, ObiCapacitor01Off, ObiCapacitor01On, ObiCapacitor02, ObiCapacitor02Off, ObiCapacitor02On, ObiCapacitor03, ObiCapacitor03Off, ObiCapacitor03On, ObiCapacitor04, ObiCapacitor04Off, ObiCapacitor04On, ObiCarGoogle, ObiCautionBadge, ObiCautionBadgeOutline, ObiCautionColorIec, ObiCautionEmpty, ObiCautionGoogle, ObiCctv, ObiCellBad, ObiCellFull, ObiCellLow, ObiCellMedium, ObiCellOff, ObiCenterIec, ObiCenterOffIec, ObiChart, ObiChartArchipelagicSeaLanes, ObiChartAtonIec, ObiChartBoundariesLimitsProposal, ObiChartBoundaryIec, ObiChartCatzocIec, ObiChartCautionaryNotes, ObiChartContourLabelIec, ObiChartDatedObjectsIec, ObiChartDisplaySettingsIec, ObiChartDisplaySettingsProposal, ObiChartDryingLineProposal, ObiChartFourShadesProposal, ObiChartFullLightLines, ObiChartGridIec, ObiChartHighlightDataDependentIec, ObiChartHighlightInformationIec, ObiChartInfo, ObiChartIsolatedDangers, ObiChartIsolatedDangersFilled, ObiChartLayers, ObiChartMagneticVariationIec, ObiChartManagementProposal, ObiChartManualUpdateIec, ObiChartNationalLanguageProposal1, ObiChartNationalLanguageProposal2, ObiChartOriginalScaleIec, ObiChartPaperSymbolIec, ObiChartPlainBoundariesIec, ObiChartProhibitedRestrictedAreas, ObiChartRadarOverlayIec, ObiChartSafetyCountourOffProposal, ObiChartSafetyCountourOnProposal, ObiChartSafetyDepthProposal, ObiChartSafetyDepthsShowProposal, ObiChartSafetySettingsProposal, ObiChartSandbanks, ObiChartScaleBoundariesIec, ObiChartScaleMinProposal, ObiChartSeabedProposal, ObiChartSearch, ObiChartSettings, ObiChartShallowContourProposal, ObiChartShallowPatternIec, ObiChartShipRoutingSystemIec, ObiChartSimplifiedSymbolsIec, ObiChartSpotSoundingsIec, ObiChartSubmarineCables, ObiChartSymbolizedBoundariesIec, ObiChartTidalIec, ObiChartUnknown, ObiChartUpdateReview, ObiChartUserProposal, ObiCheckGoogle, ObiCheckMixed, ObiCheckboxChecked, ObiCheckboxCheckedFilled, ObiCheckboxUncheckGoogle, ObiChevronDoubleDownGoogle, ObiChevronDoubleLeftGoogle, ObiChevronDoubleRightGoogle, ObiChevronDoubleUpGoogle, ObiChevronDownGoogle, ObiChevronLeftGoogle, ObiChevronRightGoogle, ObiChevronTrippleLeft, ObiChevronTrippleRight, ObiChevronUpGoogle, ObiClear, ObiClearDay, ObiClearDayColour, ObiClearNight, ObiClearNightColour, ObiClearPolartwilight, ObiClearPolartwilightColour, ObiClipboard, ObiClipboard2, ObiCloseGoogle, ObiCloudy, ObiCloudyColour, ObiCoastalNavigation, ObiCoastalNavigationFill, ObiCodeGoogle, ObiCoffee, ObiCog, ObiColdGoogle, ObiCollisionAvoidanceHeadOn, ObiCollisionAvoidanceOvertaking, ObiCollisionAvoidancePortSide, ObiCollisionAvoidanceStarboardSide, ObiComCallActiveGoogle, ObiComCallEndGoogle, ObiComCallGoogle, ObiComMessageActiveGoogle, ObiComMessageGoogle, ObiComMessageImportantGoogle, ObiComMicMutedGoogle, ObiComMicrophone, ObiComPa, ObiComPaList, ObiComRadio, ObiComRadioEmergency, ObiCommandAutoTrack, ObiCommandAutopilot, ObiCommandAvailable, ObiCommandIn, ObiCommandLocked, ObiCommandLockedF, ObiCommandNo, ObiCommandPartial, ObiCommandRequest, ObiCommandShared, ObiCommandTake, ObiCommunication, ObiCompareGoogle, ObiCompleted, ObiComputerPc, ObiComputerServer, ObiConfigure, ObiConnection1Bar, ObiConnection1BarsCaution, ObiConnection2Bars, ObiConnection2BarsCaution, ObiConnection3Bars, ObiConnection3BarsCaution, ObiConnection4Bars, ObiConnectionNoCaution, ObiConnectionNoGoogle, ObiConnectionOff, ObiConnectorComingFrom, ObiConnectorCorner, ObiConnectorCross, ObiConnectorCrossJoint, ObiConnectorGoingTo, ObiConnectorOverlap, ObiConnectorStraight, ObiConnectorThreeway, ObiConnectorThreewayJoint, ObiConningIec, ObiConspicuousCairn, ObiContacts, ObiContainer, ObiContentCollapseGoogle, ObiContentCopyGoogle, ObiContentCutGoogle, ObiContentExpandGoogle, ObiConverterAcdc, ObiConverterAcdcOff, ObiConverterAcdcOn, ObiConverterDcac, ObiConverterDcacOff, ObiConverterDcacOn, ObiConverterDcdc, ObiConverterDcdcOff, ObiConverterDcdcOn, ObiConverterFilter1, ObiConverterFilter1Off, ObiConverterFilter1On, ObiCoordinate, ObiCrane, ObiCurrent, ObiCurrent1, ObiCurrent2, ObiCurrent3, ObiCurrent4, ObiCursorActionPointer, ObiCursorActionPointerIcon, ObiCursorClosedHand, ObiCursorClosedHandIcon, ObiCursorDelete, ObiCursorDeleteIcon, ObiCursorDraw, ObiCursorDrawIcon, ObiCursorHelp, ObiCursorHelpIcon, ObiCursorInsertPoint, ObiCursorInsertPointIcon, ObiCursorMap, ObiCursorMapIcon, ObiCursorMapIec, ObiCursorMapIecIcon, ObiCursorNotAllowed, ObiCursorNotAllowedIcon, ObiCursorOpenHand, ObiCursorOpenHandIcon, ObiCursorPlaceholder, ObiCursorPlaceholderIcon, ObiCursorPointer, ObiCursorPointerIcon, ObiCursorPointingHand, ObiCursorPointingHandIcon, ObiCursorRemovePoint, ObiCursorRemovePointIcon, ObiCursorSetpoint, ObiCursorSetpointIcon, ObiDamperHorizontalOff, ObiDamperHorizontalOffLarge, ObiDamperHorizontalOn, ObiDamperHorizontalOnLarge, ObiDashboard, ObiDatabase, ObiDcdcConverter, ObiDelete, ObiDeleteFilled, ObiDelta, ObiDepth, ObiDeviceFilter, ObiDiagnosticGoogle, ObiDieselEngine, ObiDieselGenerator, ObiDieselGeneratorAc, ObiDieselGeneratorDc, ObiDieselGeneratorStep, ObiDiodes01, ObiDiodes01Off, ObiDiodes01On, ObiDiodes02, ObiDiodes02Off, ObiDiodes02On, ObiDiodes03, ObiDiodes03Off, ObiDiodes03On, ObiDiodes04, ObiDiodes04Off, ObiDiodes04On, ObiDiodes05, ObiDiodes05Off, ObiDiodes05On, ObiDiodes06, ObiDiodes06Off, ObiDiodes06On, ObiDiodes07, ObiDiodes07Off, ObiDiodes07On, ObiDisplayBrillianceIec, ObiDisplayBrillianceLow, ObiDisplayBrillianceProposal, ObiDiver, ObiDivide, ObiDockBottomGoogle, ObiDockLeftGoogle, ObiDockRightGoogle, ObiDockedProposal, ObiDownIec, ObiDragHorizontal, ObiDragVertical, ObiDropDownDoubleGoogle, ObiDropDownGoogle, ObiDuctComingFrom, ObiDuctCorner, ObiDuctCross, ObiDuctDirection, ObiDuctEndPoint, ObiDuctGoingTo, ObiDuctOverlap, ObiDuctStraight, ObiDuctThreeway, ObiDuty, ObiDynamicPositioning, ObiEcdisIec, ObiEcdisProposal, ObiEco, ObiEditGoogle, ObiElectricGenerator, ObiElectricGeneratorAc, ObiElectricGeneratorDc, ObiElectricGeneratorOrMotor, ObiElectricGeneratorOrMotorAc, ObiElectricGeneratorOrMotorDc, ObiElectricGeneratorOrMotorStep, ObiElectricGeneratorStep, ObiElectricMotor, ObiElectricMotorAc, ObiElectricMotorDc, ObiElectricMotorStep, ObiElectricalClock, ObiElectricalClockOff, ObiElectricalClockOn, ObiEnergyAmmonia, ObiEnergyBattery, ObiEnergyDiesel, ObiEnergyElectricGoogle, ObiEnergyFuel, ObiEnergyHydrogen, ObiEnergyMethanol, ObiEnergyOil, ObiEnergyPetrol, ObiEngine, ObiEngineFill, ObiEpms, ObiEqual, ObiError, ObiEthernetGoogle, ObiEthernetSwitch, ObiEventMarkerFilled, ObiEventMarkerIec, ObiExclamationMark, ObiExpand, ObiFanOff, ObiFanOn, ObiFanStatic, ObiFileDownloadGoogle, ObiFileUploadGoogle, ObiFilter, ObiFilter1, ObiFilter1Off, ObiFilter1On, ObiFilter2, ObiFilter2Off, ObiFilter2On, ObiFilter3, ObiFilter3Off, ObiFilter3On, ObiFilter4, ObiFilter4Off, ObiFilter4On, ObiFire, ObiFishing, ObiFleetProposal, ObiFog, ObiFogColour, ObiFoodGoogle, ObiForceCurrentRelative, ObiForceCurrentTrue, ObiForceDirectionRelative, ObiForceDirectionTrue, ObiForceGustsRelative, ObiForceGustsTrue, ObiForceSwellRelative, ObiForceSwellTrue, ObiForward, ObiForwardFast, ObiForwardStatic, ObiForwardStopped, ObiFuse01, ObiFuse01Off, ObiFuse01On, ObiFuse02, ObiFuse02Off, ObiFuse02On, ObiGenerator, ObiGenericLineComingFrom, ObiGenericLineCorner, ObiGenericLineCross, ObiGenericLineDirection, ObiGenericLineEndPoint, ObiGenericLineGoingTo, ObiGenericLineOverlap, ObiGenericLineStraight, ObiGenericLineThreeway, ObiGridOffGoogle, ObiGround1, ObiGround1Off, ObiGround1On, ObiGround2, ObiGround2Off, ObiGround2On, ObiGround3, ObiGround3Off, ObiGround3On, ObiHarbourBerthing, ObiHdg, ObiHeadingCUpProposal, ObiHeadingHUpProposal, ObiHeadingLineOffIec, ObiHeadingLineOffProposal, ObiHeadingNUpProposal, ObiHeatGoogle, ObiHeat_pump_balance, ObiHeatexhanger, ObiHeatpump, ObiHeave, ObiHeavyRain, ObiHeavyRainColour, ObiHeavyRainShowersDay, ObiHeavyRainShowersDayColour, ObiHeavyRainShowersNight, ObiHeavyRainShowersNightColour, ObiHeavyRainShowersPolartwilight, ObiHeavyRainShowersPolartwilightColour, ObiHeavySleet, ObiHeavySleetColour, ObiHeavySleetShowersDay, ObiHeavySleetShowersDayColour, ObiHeavySleetShowersNight, ObiHeavySleetShowersNightColour, ObiHeavySleetShowersPolartwilight, ObiHeavySleetShowersPolartwilightColour, ObiHeavySnow, ObiHeavySnowColour, ObiHeavySnowShowersDay, ObiHeavySnowShowersDayColour, ObiHeavySnowShowersNight, ObiHeavySnowShowersNightColour, ObiHeavySnowShowersPolartwilight, ObiHeavySnowShowersPolartwilightColour, ObiHelp, ObiHistoryGoogle, ObiHome, ObiHvac, ObiHydraulic01, ObiHydraulic01Off, ObiHydraulic01On, ObiHydraulic01Static, ObiHydraulic02, ObiHydraulic02Off, ObiHydraulic02On, ObiHydraulic02Static, ObiHydraulic03, ObiHydraulic03Off, ObiHydraulic03On, ObiHydraulic03Static, ObiHydraulic04, ObiHydraulic04Off, ObiHydraulic04On, ObiHydraulic04Static, ObiHydraulic05, ObiHydraulic05Off, ObiHydraulic05On, ObiHydraulic05Static, ObiHydraulic06, ObiHydraulic06Off, ObiHydraulic06On, ObiHydraulic06Static, ObiHydraulic07, ObiHydraulic07Off, ObiHydraulic07On, ObiHydraulic07Static, ObiHydraulic08, ObiHydraulic08Off, ObiHydraulic08On, ObiHydraulic08Static, ObiHydraulic09, ObiHydraulic09Off, ObiHydraulic09On, ObiHydraulic09Static, ObiHydraulic10, ObiHydraulic10Off, ObiHydraulic10On, ObiHydraulic10Static, ObiHydraulic11, ObiHydraulic11Off, ObiHydraulic11On, ObiHydraulic11Static, ObiHydraulic12, ObiHydraulic12Off, ObiHydraulic12On, ObiHydraulic12Static, ObiHydraulic13, ObiHydraulic13Off, ObiHydraulic13On, ObiHydraulic13Static, ObiHydraulic14, ObiHydraulic14Off, ObiHydraulic14On, ObiHydraulic14Static, ObiHydraulic15, ObiHydraulic15Off, ObiHydraulic15On, ObiHydraulic15Static, ObiHydraulic16, ObiHydraulic16Off, ObiHydraulic16On, ObiHydraulic16Static, ObiHydraulic17, ObiHydraulic17Off, ObiHydraulic17On, ObiHydraulic17Static, ObiHydraulicPipe01, ObiHydraulicPipe02, ObiHydraulicPipe03, ObiHydraulicPipe04, ObiHydraulicPipe05, ObiHydraulicPipe06, ObiHydraulicPipe07, ObiHydraulicPipe08, ObiHydraulicPipe09, ObiHydraulicPipe10, ObiHydraulicPipe11, ObiHydraulicPipe12, ObiHydraulicPipe13, ObiHydraulicPipe14, ObiHydraulicPipe15, ObiHydraulicPipe16, ObiHydraulicPipe17, ObiHydraulicSeparator, ObiIas, ObiIceberg, ObiIcon, ObiIdTag, ObiIecChartDispSet, ObiIecChartDispSetProposal, ObiImage, ObiInProgress1, ObiInProgress2, ObiInfo, ObiInfoReportIec, ObiInfoReportProposal, ObiInput, ObiInputDevicesGoogle, ObiInputDown, ObiInputKeyboardGoogle, ObiInputKeyboardScreenGoogle, ObiInputLeft, ObiInputMouse1, ObiInputMouse2, ObiInputMouse3, ObiInputMouseGoogle, ObiInputRight, ObiInputUp, ObiIo, ObiJoystick, ObiKayaking, ObiKeepingArea, ObiKeepingStation, ObiKeepingTrack, ObiKeylinegrid, ObiKitesurfing, ObiLatched, ObiLeaf, ObiLeafTwotone, ObiLicenseGoogle, ObiLightAlarm, ObiLightAlarmColourOff, ObiLightAlarmColourOn, ObiLightAol, ObiLightAolColourOff, ObiLightAolColourOn, ObiLightAolOff, ObiLightBacklightButtons, ObiLightBacklightButtonsColourOn, ObiLightBacklightButtonsOff, ObiLightBacklightButtonslightBacklightButtonsColourOff, ObiLightBulb, ObiLightBulbOff, ObiLightBulbOn, ObiLightDeck, ObiLightDeckColourOff, ObiLightDeckColourOn, ObiLightDeckOff, ObiLightEmergency, ObiLightEmergencyColourOff, ObiLightEmergencyColourOn, ObiLightEmergencyOff, ObiLightFlashlight, ObiLightFlashlightColourOff, ObiLightFlashlightColourOn, ObiLightFlashlightOff, ObiLightFloat, ObiLightLanternOff, ObiLightLanternOn, ObiLightLanternOnColourOff, ObiLightLanternOnColourOn, ObiLightLanternPort, ObiLightLanternPortColourOff, ObiLightLanternPortColourOn, ObiLightLanternPortOff, ObiLightLanternStbd, ObiLightLanternStbdColourOff, ObiLightLanternStbdColourOn, ObiLightLanternStbdOff, ObiLightRain, ObiLightRainColour, ObiLightRainShowersNight, ObiLightRainShowersNightColour, ObiLightRainShowersPolartwilight, ObiLightRainShowersPolartwilightColour, ObiLightRainShowersSun, ObiLightRainShowersSunColour, ObiLightRoof, ObiLightRoofColourOff, ObiLightRoofColourOn, ObiLightRoofOff, ObiLightSearchlight, ObiLightSearchlightColourOff, ObiLightSearchlightColourOn, ObiLightSearchlightOff, ObiLightSleet, ObiLightSleetColour, ObiLightSleetShowersDay, ObiLightSleetShowersDayColour, ObiLightSleetShowersNight, ObiLightSleetShowersNightColour, ObiLightSleetShowersPolartwilight, ObiLightSleetShowersPolartwilightColour, ObiLightSnow, ObiLightSnowColour, ObiLightSnowShowersDay, ObiLightSnowShowersDayColour, ObiLightSnowShowersNight, ObiLightSnowShowersNightColour, ObiLightSnowShowersPolartwilight, ObiLightSnowShowersPolartwilightColour, ObiLighthouse, ObiLightningHeavyRain, ObiLightningHeavyRainColour, ObiLightningHeavyRainShowersDay, ObiLightningHeavyRainShowersDayColour, ObiLightningHeavyRainShowersNight, ObiLightningHeavyRainShowersNightColour, ObiLightningHeavyRainShowersPolartwilight, ObiLightningHeavyRainShowersPolartwilightColour, ObiLightningHeavySleet, ObiLightningHeavySleetColour, ObiLightningHeavySleetShowersDay, ObiLightningHeavySleetShowersDayColour, ObiLightningHeavySleetShowersNight, ObiLightningHeavySleetShowersNightColour, ObiLightningHeavySleetShowersPolartwilight, ObiLightningHeavySleetShowersPolartwilightColour, ObiLightningHeavySnow, ObiLightningHeavySnowColour, ObiLightningHeavySnowShowersDay, ObiLightningHeavySnowShowersDayColour, ObiLightningHeavySnowShowersNight, ObiLightningHeavySnowShowersNightColour, ObiLightningHeavySnowShowersPolartwilight, ObiLightningHeavySnowShowersPolartwilightColour, ObiLightningLightRain, ObiLightningLightRainColour, ObiLightningLightRainShowersDay, ObiLightningLightRainShowersDayColour, ObiLightningLightRainShowersNight, ObiLightningLightRainShowersNightColour, ObiLightningLightRainShowersPolartwilight, ObiLightningLightRainShowersPolartwilightColour, ObiLightningLightSleet, ObiLightningLightSleetColour, ObiLightningLightSleetShowersDay, ObiLightningLightSleetShowersDayColour, ObiLightningLightSleetShowersNight, ObiLightningLightSleetShowersNightColour, ObiLightningLightSleetShowersPolartwilight, ObiLightningLightSleetShowersPolartwilightColour, ObiLightningLightSnow, ObiLightningLightSnowColour, ObiLightningLightSnowShowersDay, ObiLightningLightSnowShowersDayColour, ObiLightningLightSnowShowersNight, ObiLightningLightSnowShowersNightColour, ObiLightningLightSnowShowersPolartwilight, ObiLightningLightSnowShowersPolartwilightColour, ObiLightningRain, ObiLightningRainColour, ObiLightningRainShowersDay, ObiLightningRainShowersDayColour, ObiLightningRainShowersNight, ObiLightningRainShowersNightColour, ObiLightningRainShowersPolartwilight, ObiLightningRainShowersPolartwilightColour, ObiLightningSleet, ObiLightningSleetColour, ObiLightningSleetShowersDay, ObiLightningSleetShowersDayColour, ObiLightningSleetShowersNight, ObiLightningSleetShowersNightColour, ObiLightningSleetShowersPolartwilight, ObiLightningSleetShowersPolartwilightColour, ObiLightningSnow, ObiLightningSnowColour, ObiLightningSnowShowersDay, ObiLightningSnowShowersDayColour, ObiLightningSnowShowersNight, ObiLightningSnowShowersNightColour, ObiLightningSnowShowersPolartwilight, ObiLightningSnowShowersPolartwilightColour, ObiLights, ObiLimitsAttention, ObiLimitsImproving, ObiLimitsInside, ObiLimitsOutsideOver, ObiLimitsOutsideUnder, ObiLineOfPosition, ObiLineOfPositionIec, ObiLink, ObiLinkRemove, ObiListAltCheckGoogle, ObiLocal, ObiLocalOnly, ObiLocation, ObiLocation1, ObiLocation2, ObiLocation3, ObiLocationA, ObiLocationB, ObiLocationC, ObiLocationD, ObiLocationE, ObiLocationF, ObiLocationG, ObiLocationGeneric, ObiLocationH, ObiLocationI, ObiLocationJ, ObiLocationL, ObiLocationLabel, ObiLocationM, ObiLocationN, ObiLocationO, ObiLocationP, ObiLocationQ, ObiLocationR, ObiLocationS, ObiLocationT, ObiLocationU, ObiLogAddGoogle, ObiLogEditGoogle, ObiLogOpenGoogle, ObiLogic01, ObiLogic01Off, ObiLogic01On, ObiLogic02, ObiLogic02Off, ObiLogic02On, ObiLogic03, ObiLogic03Off, ObiLogic03On, ObiLogic04, ObiLogic04Off, ObiLogic04On, ObiLogic05, ObiLogic05Off, ObiLogic05On, ObiLogic06, ObiLogic06Off, ObiLogic06On, ObiLogic07, ObiLogic07Off, ObiLogic07On, ObiLogoGeneric, ObiLogoOicl, ObiLogoOpenbridge, ObiManual, ObiManualOnly, ObiMeasureGoogle, ObiMediaBackwards10s, ObiMediaForward10s, ObiMediaLive, ObiMediaLoop, ObiMediaPause, ObiMediaPlay, ObiMediaRecord, ObiMediaResume, ObiMediaSkipNext, ObiMediaSkipPrevious, ObiMediaStop, ObiMegamenuGoogle, ObiMenu, ObiMenuIec, ObiMessagesIec, ObiMeteorologicalInformation, ObiMisc, ObiMonitoring, ObiMonitoringRoute, ObiMoored, ObiMoreGoogle, ObiMoreVerticalGoogle, ObiMosfetNtype1, ObiMosfetNtype1Off, ObiMosfetNtype1On, ObiMosfetNtype2, ObiMosfetNtype2Off, ObiMosfetNtype2On, ObiMosfetNtype3, ObiMosfetNtype3Off, ObiMosfetNtype3On, ObiMosfetNtype4, ObiMosfetNtype4Off, ObiMosfetNtype4On, ObiMosfetPtype1, ObiMosfetPtype1Off, ObiMosfetPtype1On, ObiMosfetPtype2, ObiMosfetPtype2Off, ObiMosfetPtype2On, ObiMosfetPtype3, ObiMosfetPtype3Off, ObiMosfetPtype3On, ObiMosfetPtype4, ObiMosfetPtype4Off, ObiMosfetPtype4On, ObiMotionRelativeIec, ObiMotionRelativeProposal, ObiMotionTmResetProposal1, ObiMotionTmResetProposal2, ObiMotionTrueIec, ObiMotionTrueProposal, ObiMotorOffHorizontal, ObiMotorOffVertical, ObiMotorOnHorizontal, ObiMotorOnVertical, ObiMotorStaticHorizontal, ObiMotorStaticVertical, ObiMove, ObiMoveItemGoogle, ObiMoveItemIn, ObiMsiIec, ObiMultiply, ObiNavigationRoute, ObiNoInput, ObiNotAllowed, ObiNotStarted, ObiNoteEditProposal, ObiNotification, ObiNotificationAdvice, ObiNotificationAdviceActive, ObiNotificationAdviceActiveTwotone, ObiNotificationFilled, ObiNotunderway, ObiObjectDerelict, ObiObjectFlotsam, ObiObjectJetsam, ObiObjectLagan, ObiOff, ObiOffIec, ObiOn, ObiOnIec, ObiOnOffIec, ObiOpenSea, ObiOwnShipAlternativeFilled, ObiOwnShipAlternativeOutlined, ObiOwnShipAlternativeRemote, ObiOwnShipControlA, ObiOwnShipControlAa, ObiOwnShipControlAe, ObiOwnShipControlB, ObiOwnShipControlC, ObiOwnShipControlD, ObiOwnShipControlE, ObiOwnShipControlF, ObiOwnShipControlG, ObiOwnShipControlGeneric, ObiOwnShipControlH, ObiOwnShipControlI, ObiOwnShipControlJ, ObiOwnShipControlK, ObiOwnShipControlL, ObiOwnShipControlM, ObiOwnShipControlN, ObiOwnShipControlO, ObiOwnShipControlOe, ObiOwnShipControlP, ObiOwnShipControlQ, ObiOwnShipControlR, ObiOwnShipControlS, ObiOwnShipControlT, ObiOwnShipControlU, ObiOwnShipControlV, ObiOwnShipControlW, ObiOwnShipControlX, ObiOwnShipControlY, ObiOwnShipControlZ, ObiOwnShipIec, ObiOwnShipMinimisedIec, ObiOwnShipNoCommandA, ObiOwnShipNoCommandAa, ObiOwnShipNoCommandAe, ObiOwnShipNoCommandB, ObiOwnShipNoCommandC, ObiOwnShipNoCommandD, ObiOwnShipNoCommandE, ObiOwnShipNoCommandF, ObiOwnShipNoCommandG, ObiOwnShipNoCommandGeneric, ObiOwnShipNoCommandH, ObiOwnShipNoCommandI, ObiOwnShipNoCommandIndex, ObiOwnShipNoCommandJ, ObiOwnShipNoCommandK, ObiOwnShipNoCommandL, ObiOwnShipNoCommandM, ObiOwnShipNoCommandN, ObiOwnShipNoCommandO, ObiOwnShipNoCommandOe, ObiOwnShipNoCommandP, ObiOwnShipNoCommandQ, ObiOwnShipNoCommandR, ObiOwnShipNoCommandS, ObiOwnShipNoCommandT, ObiOwnShipNoCommandU, ObiOwnShipNoCommandV, ObiOwnShipNoCommandW, ObiOwnShipNoCommandX, ObiOwnShipNoCommandY, ObiOwnShipNoCommandZ, ObiOwnShipRemoteA, ObiOwnShipRemoteAa, ObiOwnShipRemoteAe, ObiOwnShipRemoteB, ObiOwnShipRemoteC, ObiOwnShipRemoteD, ObiOwnShipRemoteE, ObiOwnShipRemoteF, ObiOwnShipRemoteG, ObiOwnShipRemoteGeneric, ObiOwnShipRemoteH, ObiOwnShipRemoteI, ObiOwnShipRemoteJ, ObiOwnShipRemoteK, ObiOwnShipRemoteL, ObiOwnShipRemoteM, ObiOwnShipRemoteN, ObiOwnShipRemoteO, ObiOwnShipRemoteOe, ObiOwnShipRemoteP, ObiOwnShipRemoteQ, ObiOwnShipRemoteR, ObiOwnShipRemoteS, ObiOwnShipRemoteT, ObiOwnShipRemoteU, ObiOwnShipRemoteV, ObiOwnShipRemoteW, ObiOwnShipRemoteX, ObiOwnShipRemoteY, ObiOwnShipRemoteZ, ObiOwnShipSimplifiedFilled, ObiOwnShipSimplifiedIec, ObiOwnshipMinimisedSternlineIec, ObiPageFirstGoogle, ObiPageLastGoogle, ObiPaletteColorCalibratedIec, ObiPaletteDay, ObiPaletteDayBright, ObiPaletteDayNightIec, ObiPaletteDimming, ObiPaletteDusk, ObiPaletteNight, ObiPanelIlluminationIec, ObiPanelIlluminationProposal, ObiPanelLeftClose, ObiPanelLeftOpen, ObiPanelRightClose, ObiPanelRightOpen, ObiPartlycloudyDay, ObiPartlycloudyDayColour, ObiPartlycloudyNight, ObiPartlycloudyNightColour, ObiPartlycloudyPolartwilight, ObiPartlycloudyPolartwilightColour, ObiPassed, ObiPassedFill, ObiPastPositionIec, ObiPending, ObiPiezoelectricCrystal, ObiPiezoelectricCrystalOff, ObiPiezoelectricCrystalOn, ObiPilotOnboard, ObiPilotage, ObiPinGoogle, ObiPinSelectedGoogle, ObiPipeComingFrom, ObiPipeCorner, ObiPipeCross, ObiPipeDirection, ObiPipeEndPoint, ObiPipeGoingTo, ObiPipeOverlap, ObiPipeStraight, ObiPipeThreeway, ObiPitch, ObiPlaceholder, ObiPlaceholderDeviceOffF, ObiPlaceholderDeviceOn, ObiPlaceholderDeviceStatic, ObiPlottedPositionIec, ObiPls, ObiPlsComponent, ObiPlusMinus, ObiPrint, ObiPrintScreenIec, ObiPrintScreenProposal, ObiPropulsion, ObiPropulsionAzimuthThruster, ObiPropulsionMainEngine, ObiPropulsionRudder, ObiPropulsionStatic, ObiPropulsionTunnelThruster, ObiPumpOffHorizontal, ObiPumpOffVertical, ObiPumpOnHorizontal, ObiPumpOnVertical, ObiPumpStaticHorizontal, ObiPumpStaticVertical, ObiPushButtonOff, ObiPushButtonOn, ObiRadarAntennaPositionIec, ObiRadarElectronicBearingLineProposal, ObiRadarElectronicRangeAndBearingProposal, ObiRadarGainIec, ObiRadarGainProposal, ObiRadarIec, ObiRadarLongPulseIec, ObiRadarOverlayProposal, ObiRadarPerformanceMonitorIec, ObiRadarRainIec, ObiRadarRangeIec, ObiRadarRangeProposal, ObiRadarSeaIec, ObiRadarSettingsProposal, ObiRadarShortPulseIec, ObiRadarStandbyIec, ObiRadarTargetAcquisitionStateAutoIec, ObiRadarTargetAcquisitionStateIec, ObiRadarTargetTrackedDangerousFilled, ObiRadarTargetTrackedDangerousIec, ObiRadarTargetTrackedDangerousSelectedIec, ObiRadarTargetTrackedFilled, ObiRadarTargetTrackedIec, ObiRadarTargetTrackedSelectedIec, ObiRadarTuneIec, ObiRadarTuneProposal, ObiRadarVariableRangeMarkerProposal, ObiRain, ObiRainColour, ObiRainShowersDay, ObiRainShowersDayColour, ObiRainShowersNight, ObiRainShowersNightColour, ObiRainShowersPolartwilight, ObiRainShowersPolartwilightColour, ObiRangeRingsIec, ObiRank1, ObiRank2, ObiRank3, ObiRank4, ObiRank5, ObiRank6, ObiRecordEvent, ObiRecordEventIec, ObiRedoIec, ObiRefreshGoogle, ObiReorderHorizontalGoogle, ObiReorderVerticalGoogle, ObiReset, ObiResistor1, ObiResistor1Off, ObiResistor1On, ObiResistor2, ObiResistor2Off, ObiResistor2On, ObiResistor3, ObiResistor3Off, ObiResistor3On, ObiResistor4, ObiResistor4Off, ObiResistor4On, ObiResistor5, ObiResistor5Off, ObiResistor5On, ObiResizeCorner, ObiResizeVerticalBottom, ObiResizeVerticalCenter, ObiResizeVerticalTop, ObiRock, ObiRoll, ObiRot, ObiRotate, ObiRoute, ObiRouteExportIec, ObiRouteExportProposal, ObiRouteImportIec, ObiRouteImportProposal, ObiRouteMonitoringProposal, ObiRoutePlanProposal, ObiRoutePlanning, ObiRouter, ObiRouter2, ObiRouter2Off, ObiRouter2On, ObiRouterComponent, ObiRouterOff, ObiRouterOn, ObiRowingGoogle, ObiRunning, ObiRunningColorIec, ObiRunningFill, ObiSMode, ObiSatelliteFull, ObiSatelliteLow, ObiSatelliteMedium, ObiSatelliteOff, ObiSaveProposal, ObiScreenDesk, ObiScreenFullExitGoogle, ObiScreenFullGoogle, ObiScreenPad, ObiScreenQuad, ObiScreenRecording, ObiScreenSharing, ObiScreenShot, ObiScreenSplitBottom, ObiScreenSplitLeft, ObiScreenSplitRight, ObiScreenSplitTop, ObiScreens, ObiSearch, ObiSend, ObiSensorGpsBad, ObiSensorGpsFull, ObiSensorGpsLow, ObiSensorGpsMedium, ObiSensorGyro, ObiSensorWaterCo2, ObiSensorWaterDoGoogle, ObiSensorWaterDropGoogle, ObiSensorWaterEcGoogle, ObiSensorWaterOrpGoogle, ObiSensorWaterPhGoogle, ObiSensorWaterSalinityGoogle, ObiSensorWaterVocGoogle, ObiSettingsDefaultIec, ObiSettingsDefaultProposal, ObiSettingsIec, ObiSettingsUserIec, ObiSettingsUserProposal, ObiShift, ObiShiftLock, ObiShip, ObiShipBulkcarrier, ObiShipCarferry, ObiShipContainer, ObiShipFishing, ObiShipHighspeed, ObiShipNavy, ObiShipOffshore, ObiShipPassenger, ObiShipSailboat, ObiShipSailship, ObiShipTanker, ObiShipTugboat, ObiShipWreckFilled, ObiShipWreckIec, ObiShipYacht, ObiSignArrowBack, ObiSignArrowDownLeft, ObiSignArrowDownRight, ObiSignArrowForeward, ObiSignArrowLeft, ObiSignArrowRight, ObiSignArrowUpLeft, ObiSignArrowUpRight, ObiSignEmbarkationLadder, ObiSignExit, ObiSignFireAlarmButton, ObiSignFireEquipment, ObiSignFireExtinguisher, ObiSignLifeboat, ObiSignLifebuoy, ObiSignLiferaft, ObiSignMeetingPoint, ObiSignMeetingPointSimple, ObiSignStairsLeft, ObiSignStairsRight, ObiSignalStation, ObiSilenceIec, ObiSimplifiedBeaconCardinalEast, ObiSimplifiedBeaconCardinalNorth, ObiSimplifiedBeaconCardinalSouth, ObiSimplifiedBeaconCardinalWest, ObiSimplifiedBeaconDefault, ObiSimplifiedBeaconIsolatedDanger, ObiSimplifiedBeaconMajorLateralRed, ObiSimplifiedBeaconMajorSafeWater, ObiSimplifiedBeaconMajorSpecialPurpose, ObiSimplifiedBeaconMinorLateralGreen, ObiSimplifiedBeaconMinorLateralRed, ObiSimplifiedBeaconMinorSafeWater, ObiSimplifiedBeaconMinorSpecialPurpose, ObiSimplifiedBuoyCardinalEast, ObiSimplifiedBuoyCardinalNorth, ObiSimplifiedBuoyCardinalSouth, ObiSimplifiedBuoyCardinalWest, ObiSimplifiedBuoyDefault, ObiSimplifiedBuoyInstallationMooring, ObiSimplifiedBuoyLateralCanGreen, ObiSimplifiedBuoyLateralCanRed, ObiSimplifiedBuoyLateralConicalGreen, ObiSimplifiedBuoyLateralConicalRed, ObiSimplifiedBuoyLightFloat, ObiSimplifiedBuoyLightVessel, ObiSimplifiedBuoySafeWater, ObiSimplifiedBuoySpecialPurpose, ObiSimplifiedBuoySpecialPurposeIce, ObiSimplifiedBuoySpecialPurposeTssPort, ObiSimplifiedBuoySpecialPurposeTssStbd, ObiSimplifiedBuoySuper, ObiSimplifiedSimplifiedBuoyIsolatedDanger, ObiSimulation, ObiSleet, ObiSleetColour, ObiSleetShowersDay, ObiSleetShowersDayColour, ObiSleetShowersNight, ObiSleetShowersNightColour, ObiSleetShowersPolartwilight, ObiSleetShowersPolartwilightColour, ObiSlightlycloudyDay, ObiSlightlycloudyDayColour, ObiSlightlycloudyNight, ObiSlightlycloudyNightColour, ObiSlightlycloudyPolartwilight, ObiSlightlycloudyPolartwilightColour, ObiSnow, ObiSnowColour, ObiSnowShowersDay, ObiSnowShowersDayColour, ObiSnowShowersNight, ObiSnowShowersNightColour, ObiSnowShowersPolartwilight, ObiSnowShowersPolartwilightColour, ObiSog, ObiSortGoogle, ObiSound, ObiSoundFill, ObiSoundLow, ObiSoundLowFill, ObiSoundMuted, ObiSoundMutedFill, ObiSoundNo, ObiSoundNoFill, ObiSoundUnavailable, ObiSoundUnavailableFill, ObiSources01, ObiSources01Off, ObiSources01On, ObiSources02, ObiSources02Off, ObiSources02On, ObiSources03, ObiSources03Off, ObiSources03On, ObiSources04, ObiSources04Off, ObiSources04On, ObiSources05, ObiSources05Off, ObiSources05On, ObiSpeaker, ObiSpeakerOff, ObiSpeakerOn, ObiSpeed, ObiSpeedFullDown, ObiSpeedFullLeft, ObiSpeedFullRight, ObiSpeedFullUp, ObiSpeedGood, ObiSpeedHalfDown, ObiSpeedHalfLeft, ObiSpeedHalfRight, ObiSpeedHalfUp, ObiSpeedHigh, ObiSpeedLow, ObiSpeedLowDown, ObiSpeedLowLeft, ObiSpeedLowRight, ObiSpeedLowUp, ObiStabilisationIndicatorGroundIec, ObiStabilisationIndicatorWaterIec, ObiStandby, ObiStandbyIec, ObiStar, ObiStarSelected, ObiStopped, ObiStw, ObiSupportGoogle, ObiSurfing, ObiSwell, ObiSwimming, ObiSwitch01Off, ObiSwitch01On, ObiSwitch02Off, ObiSwitch02On, ObiSwitch03Off, ObiSwitch03On, ObiSwitchHorizontalOff, ObiSwitchHorizontalOffLarge, ObiSwitchHorizontalOn, ObiSwitchHorizontalOnLarge, ObiSyncGoogle, ObiSystem, ObiTable, ObiTank, ObiTargetAssociatedAisCamera, ObiTargetAssociatedCameraRadar, ObiTargetAssociatedRadarCamera, ObiTargetCameraFilled, ObiTargetCameraOutlined, ObiTargetCancelAllIec, ObiTargetCancelIec, ObiTargetPriorityAisIec, ObiTargetPriorityRadarIec, ObiTargetSelectIec, ObiTargetSettingsProposal, ObiTempCold, ObiTempHot, ObiTempHotcold, ObiTemperatureAir, ObiTemperatureWater, ObiTextIcon, ObiThreewayAcuatorGenericClosed, ObiThreewayAcuatorGenericClosedBottom, ObiThreewayAcuatorGenericClosedLeft, ObiThreewayAcuatorGenericClosedRight, ObiThreewayAcuatorGenericInleftBottom0, ObiThreewayAcuatorGenericInleftBottom100, ObiThreewayAcuatorGenericInleftBottom25, ObiThreewayAcuatorGenericInleftBottom50, ObiThreewayAcuatorGenericInleftBottom75, ObiThreewayAcuatorGenericInleftLeft0, ObiThreewayAcuatorGenericInleftLeft100, ObiThreewayAcuatorGenericInleftLeft25, ObiThreewayAcuatorGenericInleftLeft50, ObiThreewayAcuatorGenericInleftLeft75, ObiThreewayAcuatorGenericInleftRight0, ObiThreewayAcuatorGenericInleftRight100, ObiThreewayAcuatorGenericInleftRight25, ObiThreewayAcuatorGenericInleftRight50, ObiThreewayAcuatorGenericInleftRight75, ObiThreewayAcuatorGenericOpen, ObiThreewayAcuatorPistonClosed, ObiThreewayAcuatorPistonClosedBottom, ObiThreewayAcuatorPistonClosedLeft, ObiThreewayAcuatorPistonClosedRight, ObiThreewayAcuatorPistonInleftBottom0, ObiThreewayAcuatorPistonInleftBottom100, ObiThreewayAcuatorPistonInleftBottom25, ObiThreewayAcuatorPistonInleftBottom50, ObiThreewayAcuatorPistonInleftBottom75, ObiThreewayAcuatorPistonInleftLeft0, ObiThreewayAcuatorPistonInleftLeft100, ObiThreewayAcuatorPistonInleftLeft25, ObiThreewayAcuatorPistonInleftLeft50, ObiThreewayAcuatorPistonInleftLeft75, ObiThreewayAcuatorPistonInleftRight0, ObiThreewayAcuatorPistonInleftRight100, ObiThreewayAcuatorPistonInleftRight25, ObiThreewayAcuatorPistonInleftRight50, ObiThreewayAcuatorPistonInleftRight75, ObiThreewayAcuatorPistonOpen, ObiThreewayAnalogClosed, ObiThreewayAnalogInleftBottom0, ObiThreewayAnalogInleftBottom100, ObiThreewayAnalogInleftBottom25, ObiThreewayAnalogInleftBottom50, ObiThreewayAnalogInleftBottom75, ObiThreewayAnalogInleftLeft0, ObiThreewayAnalogInleftLeft100, ObiThreewayAnalogInleftLeft25, ObiThreewayAnalogInleftLeft50, ObiThreewayAnalogInleftLeft75, ObiThreewayAnalogInleftRight0, ObiThreewayAnalogInleftRight100, ObiThreewayAnalogInleftRight25, ObiThreewayAnalogInleftRight50, ObiThreewayAnalogInleftRight75, ObiThreewayAnalogOpen, ObiThreewayDigitalClosed, ObiThreewayDigitalClosedBottom, ObiThreewayDigitalClosedLeft, ObiThreewayDigitalClosedRight, ObiThreewayDigitalOpen, ObiThreewayDigitalStatic, ObiThreewayStackedClosed, ObiThreewayStackedClosedBottom, ObiThreewayStackedClosedLeft, ObiThreewayStackedClosedRight, ObiThreewayStackedInleftBottom0, ObiThreewayStackedInleftBottom100, ObiThreewayStackedInleftBottom25, ObiThreewayStackedInleftBottom50, ObiThreewayStackedInleftBottom75, ObiThreewayStackedInleftLeft0, ObiThreewayStackedInleftLeft100, ObiThreewayStackedInleftLeft25, ObiThreewayStackedInleftLeft50, ObiThreewayStackedInleftLeft75, ObiThreewayStackedInleftRight0, ObiThreewayStackedInleftRight100, ObiThreewayStackedInleftRight25, ObiThreewayStackedInleftRight50, ObiThreewayStackedInleftRight75, ObiThreewayStackedOpen, ObiTidalIec, ObiTidalWaterLevelInformation, ObiTide, ObiTideHigh, ObiTideLow, ObiTime, ObiTimeLess, ObiTimeMore, ObiTimerGoogle, ObiTouch, ObiTrackNo, ObiTrackOffPort, ObiTrackOffStrb, ObiTrackOn, ObiTransformDiagonal, ObiTransformHorizontal, ObiTransformMove, ObiTransformRotate, ObiTransformVertical, ObiTransformer01, ObiTransformer01Off, ObiTransformer01On, ObiTransformer02, ObiTransformer02Off, ObiTransformer02On, ObiTrend, ObiTrendDown, ObiTrendUp, ObiTrialSettingsProposal, ObiTrophy, ObiTrueRelativeVectorIec, ObiTrueRelativeVectorProposal, ObiTurn, ObiTwowayAcuatorGeneral10, ObiTwowayAcuatorGeneral25, ObiTwowayAcuatorGeneral50, ObiTwowayAcuatorGeneral75, ObiTwowayAcuatorGeneralClosed, ObiTwowayAcuatorGeneralClosedLeft, ObiTwowayAcuatorGeneralClosedRight, ObiTwowayAcuatorGeneralOpen, ObiTwowayAcuatorPiston10, ObiTwowayAcuatorPiston25, ObiTwowayAcuatorPiston50, ObiTwowayAcuatorPiston75, ObiTwowayAcuatorPistonClosed, ObiTwowayAcuatorPistonClosedLeft, ObiTwowayAcuatorPistonClosedRight, ObiTwowayAcuatorPistonOpen, ObiTwowayAnalog10, ObiTwowayAnalog25, ObiTwowayAnalog50, ObiTwowayAnalog75, ObiTwowayAnalogClosed, ObiTwowayAnalogOpen, ObiTwowayDigitalClosed, ObiTwowayDigitalNonReturn, ObiTwowayDigitalOpen, ObiTwowayDigitalStatic, ObiTwowayStacked10, ObiTwowayStacked25, ObiTwowayStacked50, ObiTwowayStacked75, ObiTwowayStackedClosed, ObiTwowayStackedClosedLeft, ObiTwowayStackedClosedRight, ObiTwowayStackedOpen, ObiUnacknowledged, ObiUnacknowledgedFill, ObiUnderwaysailing, ObiUnderwayusingengine, ObiUndoIec, ObiUnfoldLessGoogle, ObiUnfoldMoreGoogle, ObiUnknownobject, ObiUpIec, ObiUsb, ObiUsbStick, ObiUser, ObiUserCrewHardhat, ObiUserGoogle, ObiUserProfiles, ObiUserSettings, ObiVesselGenericAnchoredFilled, ObiVesselGenericAnchoredOutlined, ObiVesselGenericDefaultFilled, ObiVesselGenericDefaultOutlined, ObiVesselGenericFastFilled, ObiVesselGenericFastOutlined, ObiVesselGenericMediumFilled, ObiVesselGenericMediumOutlined, ObiVesselGenericSlowFilled, ObiVesselGenericSlowOutlined, ObiVesselGenericStoppedFilled, ObiVesselGenericStoppedOutlined, ObiVesselInDistress, ObiVesselInDistressAis, ObiVesselRemoteIndicator, ObiVesselTypeBargeFilled, ObiVesselTypeBargeOutlined, ObiVesselTypeCargoFilled, ObiVesselTypeCargoOutlined, ObiVesselTypeCruiseFilled, ObiVesselTypeCruiseOutlined, ObiVesselTypeFishingFilled, ObiVesselTypeFishingOutlined, ObiVesselTypeGenericFilled, ObiVesselTypeGenericOutlined, ObiVesselTypeLifeboatFilled, ObiVesselTypeLifeboatOutlined, ObiVesselTypeMilitaryFilled, ObiVesselTypeMilitaryOutlined, ObiVesselTypeMotorBoatFilled, ObiVesselTypeMotorBoatOutlined, ObiVesselTypePassengerFilled, ObiVesselTypePassengerOutlined, ObiVesselTypePilotFilled, ObiVesselTypePilotOutlined, ObiVesselTypePsvFilled, ObiVesselTypePsvOutlined, ObiVesselTypeSailingFilled, ObiVesselTypeSailingOutlined, ObiVesselTypeSarFilled, ObiVesselTypeSarOutlined, ObiVesselTypeSmallCraftOutlined, ObiVesselTypeSmallcraftFilled, ObiVesselTypeSpeedCraftFilled, ObiVesselTypeSpeedCraftOutlined, ObiVesselTypeTankerFilled, ObiVesselTypeTankerOutlined, ObiVesselTypeTugFilled, ObiVesselTypeTugOutlined, ObiVesselTypeUnknownFilled, ObiVesselTypeUnknownOutlined, ObiViewGalleryGoogle, ObiViewSingleGoogle, ObiVisibilityOffGoogle, ObiVisibilityOnGoogle, ObiVolume, ObiVolumeOff, ObiVolumeOn, ObiVoyages, ObiWarningAcknowledgedIec, ObiWarningBadge, ObiWarningBadgeOutline, ObiWarningEmpty, ObiWarningGoogle, ObiWarningNoackIec, ObiWarningRectifiedIec, ObiWarningRectifiedOutlined, ObiWarningSilencedIec, ObiWarningSilencedOutlined, ObiWarningTransferredIec, ObiWarningUnacknowledgedIec, ObiWarningUnacknowledgedOutlined, ObiWaterGoogle, ObiWave, ObiWaypointActiveFilled, ObiWaypointActiveIec, ObiWaypointAddIec, ObiWaypointDeleteIec, ObiWaypointEditIec, ObiWaypointNextFilled, ObiWaypointNextIec, ObiWaypointOptionalFilled, ObiWaypointOptionalIec, ObiWeather, ObiWhale, ObiWidgetAddGoogle, ObiWidgets, ObiWifi2Google, ObiWifi2OffGoogle, ObiWifiBadGoogle, ObiWifiOffGoogle, ObiWifistrengt0Google, ObiWifistrengt1Google, ObiWifistrengt2Google, ObiWifistrengt3Google, ObiWifistrengt4Google, ObiWinch, ObiWind, ObiWindApparent1, ObiWindApparent10, ObiWindApparent11, ObiWindApparent12, ObiWindApparent13, ObiWindApparent14, ObiWindApparent2, ObiWindApparent3, ObiWindApparent4, ObiWindApparent5, ObiWindApparent6, ObiWindApparent7, ObiWindApparent8, ObiWindApparent9, ObiWindShaft1, ObiWindShaft10, ObiWindShaft11, ObiWindShaft12, ObiWindShaft13, ObiWindShaft14, ObiWindShaft2, ObiWindShaft3, ObiWindShaft4, ObiWindShaft5, ObiWindShaft6, ObiWindShaft7, ObiWindShaft8, ObiWindShaft9, ObiWindTrue1, ObiWindTrue10, ObiWindTrue11, ObiWindTrue12, ObiWindTrue13, ObiWindTrue14, ObiWindTrue2, ObiWindTrue3, ObiWindTrue4, ObiWindTrue5, ObiWindTrue6, ObiWindTrue7, ObiWindTrue8, ObiWindTrue9, ObiWindTurbineLand, ObiWindTurbineOcean, ObiWiper, ObiWiperFluid, ObiWipers, ObiWireComingFrom, ObiWireCorner, ObiWireCross, ObiWireDirection, ObiWireEndPoint, ObiWireGoingTo, ObiWireOverlap, ObiWireStraight, ObiWireThreeway, ObiWrench, ObiYaw, PoiBase };
|
|
27974
|
+
export { AbstractPoiObject, ObcAbstractAutomationButton, ObcAbstractAutomationButtonMotorized, ObcAbstractAutomationButtonSquared, ObcAccordionCard, ObcAccordionItem, ObcAdviceButton, ObcAdviceFloatingItem, ObcAdviceMenuItem, ObcAdviceMessageItem, ObcAlertButton, ObcAlertDetailPage, ObcAlertFloatingItem, ObcAlertFrame, ObcAlertIcon, ObcAlertList, ObcAlertListDetails, ObcAlertListPageSmall, ObcAlertMenu, ObcAlertMenuItem, ObcAnalogValve, ObcAppButton, ObcAppMenu, ObcAreaGraph, ObcAttachmentListItem, ObcAudioOutput, ObcAudioRecordingItem, ObcAutomationBadge, ObcAutomationButton, ObcAutomationButtonReadoutStack, ObcAutomationInputModal, ObcAutomationReadout, ObcAutomationTank, ObcAzimuthThruster, ObcAzimuthThrusterLabeled, ObcBadge, ObcBadgeCommand, ObcBarHorizontal, ObcBarVertical, ObcBatteryIcon, ObcBearingIndicator, ObcBipolarTransistor, ObcBreadcrumb, ObcBrillianceMenu, ObcButton, ObcCalendar, ObcCapacitor, ObcCard, ObcChartLineBase, ObcChartObjectVesselButton, ObcChatMessage, ObcCheckButton, ObcCheckbox, ObcCheckboxItem, ObcCircularProgress, ObcClock, ObcCommandButton, ObcCommandMenu, ObcCommunicationTable, ObcCompass, ObcCompassFlat, ObcCompassIndicator, ObcCompassSector, ObcContextMenuInput, ObcConverter, ObcCornerLine, ObcDamper, ObcDateItem, ObcDepthActual, ObcDigitalValve, ObcDiodes, ObcDirectionLine, ObcDivider, ObcDonutChart, ObcDropdownButton, ObcElevatedCard, ObcElevatedCardRadio, ObcElevatedCardRadioGroup, ObcEndPointLine, ObcEventItem, ObcEventList, ObcFan, ObcFilter, ObcFilterChip, ObcFloatingItem, ObcFormContainer, ObcFormFooterContainer, ObcFormGroup, ObcFormItem, ObcGaugeHorizontal, ObcGaugeRadial, ObcGaugeTrend, ObcGaugeVertical, ObcGraphMini, ObcGround, ObcHeading, ObcHeave, ObcHorizontalLine, ObcIconButton, ObcIconCheckButton, ObcInputChip, ObcInstrumentField, ObcInstrumentRadial, ObcIntegrationAppBar, ObcIntegrationBarDropdown, ObcIntegrationButton, ObcIntegrationDropdownButton, ObcIntegrationFleetButton, ObcIntegrationTabs, ObcIntegrationVesselSelector, ObcKeyboardFull, ObcKeyboardNumeric, ObcLineCross, ObcLineGraph, ObcLineOverlap, ObcLogic, ObcMainEngine, ObcMenuButton, ObcMessageMenuItem, ObcModalWindow, ObcMosfet, ObcMotor, ObcNavigationItem, ObcNavigationItemGroup, ObcNavigationMenu, ObcNotificationBadgeButton, ObcNotificationButton, ObcNotificationFloatingItem, ObcNotificationMenuItem, ObcNotificationMessageItem, ObcNumberInputField, ObcPagination, ObcPieChart, ObcPitch, ObcPitchRoll, ObcPivotItem, ObcPivotItemGroup, ObcPoi, ObcPoiAton, ObcPoiButton, ObcPoiButtonAton, ObcPoiButtonData, ObcPoiButtonVessel, ObcPoiCard, ObcPoiCardHeader, ObcPoiController, ObcPoiData, ObcPoiGraphicLine, ObcPoiGroup, ObcPoiHeader, ObcPoiLayer, ObcPoiLayerStack, ObcPoiLine, ObcPoiObject, ObcPoiObjectAton, ObcPoiObjectData, ObcPoiObjectVessel, ObcPoiPointer, ObcPoiSelectionFrame, ObcPoiVessel, ObcPolarChart, ObcProgressBar, ObcProgressButton, ObcProgressIndicatorDots, ObcPump, ObcRadialBarChart, ObcRadio, ObcRateOfTurn, ObcResistor, ObcRichButton, ObcRoll, ObcRotIndicator, ObcRotSector, ObcRouter, ObcRudder, ObcRulerPointer, ObcScrollbar, ObcSequenceCard, ObcSequenceConnector, ObcSequenceItem, ObcSequenceLoadingSpinner, ObcSequenceModal, ObcSequenceStep, ObcSequenceToolbar, ObcSlideButton, ObcSlider, ObcSliderDouble, ObcSource, ObcSpeedArrows, ObcSpeedGauge, ObcSpeedIndicator, ObcSplitButton, ObcStartStopSwitch, ObcStatusIndicator, ObcStepperBox, ObcSwitch, ObcSystemButton, ObcSystemMenu, ObcTabItem, ObcTabRow, ObcTabbedCard, ObcTable, ObcTableHeaderItem, ObcTag, ObcTextInputField, ObcTextareaField, ObcThreeWayLine, ObcThruster, ObcTitleContainer, ObcToggleButtonGroup, ObcToggleButtonOption, ObcToggleButtonThreeState, ObcToggleButtonVerticalGroup, ObcToggleButtonVerticalOption, ObcToggleSwitch, ObcToggletip, ObcTooltip, ObcTopBar, ObcTopbarMessageItem, ObcTransformer, ObcUserButton, ObcUserMenu, ObcValveAnalogThreeWayIcon, ObcValveAnalogTwoWayIcon, ObcVelocityProjectionPlot, ObcVendorButton, ObcVerticalLine, ObcWatch, ObcWatchFlat, ObcWind, ObcWindIndicator, ObcWindPropulsion, Obi02Illustration, Obi03Illustration, Obi03TidalStream, Obi07ChartStyles, ObiAcdcConverter, ObiAirGap, ObiAircraftDroneMedium, ObiAircraftDroneSmall, ObiAircraftHelicopter, ObiAisAtonMobilePhysicalIec, ObiAisAtonMobileVirtualIec, ObiAisAtonPhysicalIec, ObiAisAtonPhysicalSelectedIec, ObiAisAtonVirtualIec, ObiAisHeadinglineIec, ObiAisHeadinglineTurnIec, ObiAisLocatingDeviceActiveIec, ObiAisLocatingdeviceActiveSelectedIec, ObiAisLocatingdeviceLostIec, ObiAisLocatingdeviceTestIec, ObiAisProposal, ObiAisSarAircraftFixedwingFilled, ObiAisSarAircraftFixedwingIec, ObiAisSarAircraftHelicopterFilled, ObiAisSarAircraftHelicopterIec, ObiAisSarVesselIec, ObiAisTargetActivatedFilled, ObiAisTargetActivatedIec, ObiAisTargetActivatedNohdgcogIec, ObiAisTargetActivatedNohdgcogSelectedIec, ObiAisTargetActivatedSelectedIec, ObiAisTargetDangerousFilled, ObiAisTargetDangerousIec, ObiAisTargetDangerousNocoghdgIec, ObiAisTargetDangerousSelectedIec, ObiAisTargetSleepingFilled, ObiAisTargetSleepingIec, ObiAisTargetSleepingNohdgcogIec, ObiAisTargetSleepingNohdgcogSelectedIec, ObiAisTargetSleepingSelectedIec, ObiAisTargetSyntheticIec, ObiAisTargetSyntheticNocogIec, ObiAisTargetSyntheticSelectedIec, ObiAlarm, ObiAlarmAbandon, ObiAlarmAckProposal, ObiAlarmAcknowledgedIec, ObiAlarmAcknowledgedOutlined, ObiAlarmAground, ObiAlarmBadge, ObiAlarmBadgeOutline, ObiAlarmEmergencyIec, ObiAlarmFire, ObiAlarmGeneral, ObiAlarmLightOff, ObiAlarmNoackIec, ObiAlarmPob, ObiAlarmRectifiedIec, ObiAlarmRectifiedOutlined, ObiAlarmSignalFail, ObiAlarmSilencedIec, ObiAlarmSilencedOutlined, ObiAlarmTransferredIec, ObiAlarmUnacknowledgedIec, ObiAlertCategoryA, ObiAlertCategoryB, ObiAlertCategoryC, ObiAlertEmpty, ObiAlertHeaderAggregatedIec, ObiAlertHeaderAggregatedLargeIec, ObiAlertHeaderGroupIec, ObiAlertHeaderGroupLargeIec, ObiAlertList, ObiAlertOffFilled, ObiAlertOffGoogle, ObiAlertSettings, ObiAlertTriggerGoogle, ObiAlerts, ObiAlertsActive, ObiAlertsAlarmTwotone, ObiAlertsCautionTwotone, ObiAlertsShelf, ObiAlertsWarningTwotone, ObiAltitude, ObiAnchorIec, ObiAnchorwatch, ObiAntenna, ObiAntenna2, ObiAntenna2Off, ObiAntenna2On, ObiAntennaOff, ObiAntennaOn, ObiApplicationOpenGoogle, ObiApplications, ObiArrowBidirectionalDiagonal, ObiArrowBidirectionalHorizontal, ObiArrowBidirectionalVertical, ObiArrowBottomLeft, ObiArrowBottomRight, ObiArrowDownGoogle, ObiArrowFlyoutGoogle, ObiArrowLeftGoogle, ObiArrowRightGoogle, ObiArrowTopLeft, ObiArrowTopRight, ObiArrowUpGoogle, ObiAssociatedTargetAisFilled, ObiAssociatedTargetAisIec, ObiAssociatedTargetAisSelectedIec, ObiAssociatedTargetRadarIec, ObiAssociatedTargetRadarSelectedIec, ObiAttachment, ObiAuto, ObiAutonomous, ObiAutonomousFill, ObiAutonomousMarineRadioDeviceIec, ObiBacklightHigh, ObiBacklightLow, ObiBackspaceGoogle, ObiBackward, ObiBackwardFast, ObiBackwardStopped, ObiBatteryHorizontal100, ObiBatteryHorizontal25, ObiBatteryHorizontal50, ObiBatteryHorizontal75, ObiBatteryHorizontalCharging100, ObiBatteryHorizontalCharging25, ObiBatteryHorizontalCharging50, ObiBatteryHorizontalChargingEmpty, ObiBatteryHorizontalEmpty, ObiBatteryHorizontalError, ObiBatteryHorizontalLow, ObiBatteryHorizontalNotification, ObiBatteryHorizontalPluggedNoCharge100, ObiBatteryHorizontalPluggedNoCharge25, ObiBatteryHorizontalPluggedNoCharge75, ObiBatteryHorizontalPluggedNoChargeEmpty, ObiBatteryHorizontalPluggedNoChargeLow, ObiBatteryPack0, ObiBatteryPack100, ObiBatteryPack25, ObiBatteryPack50, ObiBatteryPack70, ObiBatteryPackCharging, ObiBatteryVertical25, ObiBatteryVertical50, ObiBatteryVertical75, ObiBatteryVerticalCharging100, ObiBatteryVerticalCharging25, ObiBatteryVerticalCharging50, ObiBatteryVerticalCharging75, ObiBatteryVerticalChargingEmpty, ObiBatteryVerticalChargingLow, ObiBatteryVerticalEmpty, ObiBatteryVerticalError, ObiBatteryVerticalFull, ObiBatteryVerticalLow, ObiBatteryVerticalNotification, ObiBatteryVerticalPluggedNoCharge25, ObiBatteryVerticalPluggedNoCharge50, ObiBatteryVerticalPluggedNoCharge75, ObiBatteryVerticalPluggedNoChargeEmpty, ObiBatteryVerticalPluggedNoChargeFull, ObiBatteryVerticalPluggedNoChargeLow, ObiBeaconDefault, ObiBeaconGeneralBoard, ObiBeaconGeneralConeDown, ObiBeaconGeneralConeUp, ObiBeaconGeneralCross, ObiBeaconGeneralCube, ObiBeaconGeneralDanger, ObiBeaconGeneralEast, ObiBeaconGeneralFlag, ObiBeaconGeneralNorth, ObiBeaconGeneralSouth, ObiBeaconGeneralSphere, ObiBeaconGeneralSquare, ObiBeaconGeneralTShape, ObiBeaconGeneralWest, ObiBeaconGeneralXShape, ObiBeaconMinorStake, ObiBeaconTowerBoard, ObiBeaconTowerConeDown, ObiBeaconTowerConeUp, ObiBeaconTowerCross, ObiBeaconTowerCube, ObiBeaconTowerDanger, ObiBeaconTowerEast, ObiBeaconTowerFlag, ObiBeaconTowerNorth, ObiBeaconTowerSouth, ObiBeaconTowerSphere, ObiBeaconTowerSquare, ObiBeaconTowerTShape, ObiBeaconTowerWest, ObiBeaconTowerXShape, ObiBilge, ObiBipolar_transistor01, ObiBipolar_transistor02, ObiBipolar_transistor02Off, ObiBipolar_transistor02On, ObiBipolar_transistor03, ObiBipolar_transistor03Flat, ObiBipolar_transistor03Off, ObiBipolar_transistor03On, ObiBipolar_transistor04, ObiBipolar_transistor04Flat, ObiBipolar_transistor04Off, ObiBipolar_transistor04On, ObiBipolar_transistorOff, ObiBipolar_transistorOn, ObiBlowerOffHorizontal, ObiBlowerOffVertical, ObiBlowerOnHorizontal, ObiBlowerOnVertical, ObiBlowerStaticHorizontal, ObiBlowerStaticVertical, ObiBluetooth, ObiBoltGoogle, ObiBuoyBarrelBoard, ObiBuoyBarrelConeDown, ObiBuoyBarrelConeUp, ObiBuoyBarrelCross, ObiBuoyBarrelCube, ObiBuoyBarrelDanger, ObiBuoyBarrelEast, ObiBuoyBarrelFlag, ObiBuoyBarrelNorth, ObiBuoyBarrelSouth, ObiBuoyBarrelSphere, ObiBuoyBarrelSquare, ObiBuoyBarrelTShape, ObiBuoyBarrelWest, ObiBuoyBarrelXShape, ObiBuoyCanBoard, ObiBuoyCanConeDown, ObiBuoyCanConeUp, ObiBuoyCanCross, ObiBuoyCanCube, ObiBuoyCanDanger, ObiBuoyCanEast, ObiBuoyCanFlag, ObiBuoyCanNorth, ObiBuoyCanSouth, ObiBuoyCanSphere, ObiBuoyCanSquare, ObiBuoyCanTShape, ObiBuoyCanWest, ObiBuoyCanXShape, ObiBuoyConicalBoard, ObiBuoyConicalConeDown, ObiBuoyConicalConeUp, ObiBuoyConicalCross, ObiBuoyConicalCube, ObiBuoyConicalDanger, ObiBuoyConicalEast, ObiBuoyConicalFlag, ObiBuoyConicalNorth, ObiBuoyConicalSouth, ObiBuoyConicalSphere, ObiBuoyConicalSquare, ObiBuoyConicalTShape, ObiBuoyConicalWest, ObiBuoyConicalXShape, ObiBuoyDefault, ObiBuoyMooringBarrel, ObiBuoyMooringCan, ObiBuoyPilarBoard, ObiBuoyPilarConeDown, ObiBuoyPilarConeUp, ObiBuoyPilarCross, ObiBuoyPilarCube, ObiBuoyPilarDanger, ObiBuoyPilarEast, ObiBuoyPilarFlag, ObiBuoyPilarNorth, ObiBuoyPilarSouth, ObiBuoyPilarSphere, ObiBuoyPilarSquare, ObiBuoyPilarTShape, ObiBuoyPilarWest, ObiBuoyPilarXShape, ObiBuoySparBoard, ObiBuoySparConeDown, ObiBuoySparConeUp, ObiBuoySparCross, ObiBuoySparCube, ObiBuoySparDanger, ObiBuoySparEast, ObiBuoySparFlag, ObiBuoySparNorth, ObiBuoySparSouth, ObiBuoySparSphere, ObiBuoySparSquare, ObiBuoySparTShape, ObiBuoySparWest, ObiBuoySparXShape, ObiBuoySphericalBoard, ObiBuoySphericalConeDown, ObiBuoySphericalConeUp, ObiBuoySphericalCross, ObiBuoySphericalCube, ObiBuoySphericalDanger, ObiBuoySphericalEast, ObiBuoySphericalFlag, ObiBuoySphericalNorth, ObiBuoySphericalSouth, ObiBuoySphericalSphere, ObiBuoySphericalSquare, ObiBuoySphericalTShape, ObiBuoySphericalWest, ObiBuoySphericalXShape, ObiBuoySuper, ObiBuoySuperLandby, ObiCalendarDateGoogle, ObiCalendarGoogle, ObiCamHmiIec, ObiCamera, ObiCameraOff, ObiCameraTilt, ObiCameraTop, ObiCancelSend, ObiCapacitor01, ObiCapacitor01Off, ObiCapacitor01On, ObiCapacitor02, ObiCapacitor02Off, ObiCapacitor02On, ObiCapacitor03, ObiCapacitor03Off, ObiCapacitor03On, ObiCapacitor04, ObiCapacitor04Off, ObiCapacitor04On, ObiCarGoogle, ObiCautionBadge, ObiCautionBadgeOutline, ObiCautionColorIec, ObiCautionEmpty, ObiCautionGoogle, ObiCctv, ObiCellBad, ObiCellFull, ObiCellLow, ObiCellMedium, ObiCellOff, ObiCenterIec, ObiCenterOffIec, ObiChart, ObiChartArchipelagicSeaLanes, ObiChartAtonIec, ObiChartBoundariesLimitsProposal, ObiChartBoundaryIec, ObiChartCatzocIec, ObiChartCautionaryNotes, ObiChartContourLabelIec, ObiChartDatedObjectsIec, ObiChartDisplaySettingsIec, ObiChartDisplaySettingsProposal, ObiChartDryingLineProposal, ObiChartFourShadesProposal, ObiChartFullLightLines, ObiChartGridIec, ObiChartHighlightDataDependentIec, ObiChartHighlightInformationIec, ObiChartInfo, ObiChartIsolatedDangers, ObiChartIsolatedDangersFilled, ObiChartLayers, ObiChartMagneticVariationIec, ObiChartManagementProposal, ObiChartManualUpdateIec, ObiChartNationalLanguageProposal1, ObiChartNationalLanguageProposal2, ObiChartOriginalScaleIec, ObiChartPaperSymbolIec, ObiChartPlainBoundariesIec, ObiChartProhibitedRestrictedAreas, ObiChartRadarOverlayIec, ObiChartSafetyCountourOffProposal, ObiChartSafetyCountourOnProposal, ObiChartSafetyDepthProposal, ObiChartSafetyDepthsShowProposal, ObiChartSafetySettingsProposal, ObiChartSandbanks, ObiChartScaleBoundariesIec, ObiChartScaleMinProposal, ObiChartSeabedProposal, ObiChartSearch, ObiChartSettings, ObiChartShallowContourProposal, ObiChartShallowPatternIec, ObiChartShipRoutingSystemIec, ObiChartSimplifiedSymbolsIec, ObiChartSpotSoundingsIec, ObiChartSubmarineCables, ObiChartSymbolizedBoundariesIec, ObiChartTidalIec, ObiChartUnknown, ObiChartUpdateReview, ObiChartUserProposal, ObiCheckGoogle, ObiCheckMixed, ObiCheckboxChecked, ObiCheckboxCheckedFilled, ObiCheckboxUncheckGoogle, ObiChevronDoubleDownGoogle, ObiChevronDoubleLeftGoogle, ObiChevronDoubleRightGoogle, ObiChevronDoubleUpGoogle, ObiChevronDownGoogle, ObiChevronLeftGoogle, ObiChevronRightGoogle, ObiChevronTrippleLeft, ObiChevronTrippleRight, ObiChevronUpGoogle, ObiClear, ObiClearDay, ObiClearDayColour, ObiClearNight, ObiClearNightColour, ObiClearPolartwilight, ObiClearPolartwilightColour, ObiClipboard, ObiClipboard2, ObiCloseGoogle, ObiCloudy, ObiCloudyColour, ObiCoastalNavigation, ObiCoastalNavigationFill, ObiCodeGoogle, ObiCoffee, ObiCog, ObiColdGoogle, ObiCollisionAvoidanceHeadOn, ObiCollisionAvoidanceOvertaking, ObiCollisionAvoidancePortSide, ObiCollisionAvoidanceStarboardSide, ObiComCallActiveGoogle, ObiComCallEndGoogle, ObiComCallGoogle, ObiComMessageActiveGoogle, ObiComMessageGoogle, ObiComMessageImportantGoogle, ObiComMicMutedGoogle, ObiComMicrophone, ObiComPa, ObiComPaList, ObiComRadio, ObiComRadioEmergency, ObiCommandAutoTrack, ObiCommandAutopilot, ObiCommandAvailable, ObiCommandIn, ObiCommandLocked, ObiCommandLockedF, ObiCommandNo, ObiCommandPartial, ObiCommandRequest, ObiCommandShared, ObiCommandTake, ObiCommunication, ObiCompareGoogle, ObiCompleted, ObiComputerPc, ObiComputerServer, ObiConfigure, ObiConnection1Bar, ObiConnection1BarsCaution, ObiConnection2Bars, ObiConnection2BarsCaution, ObiConnection3Bars, ObiConnection3BarsCaution, ObiConnection4Bars, ObiConnectionNoCaution, ObiConnectionNoGoogle, ObiConnectionOff, ObiConnectorComingFrom, ObiConnectorCorner, ObiConnectorCross, ObiConnectorCrossJoint, ObiConnectorGoingTo, ObiConnectorOverlap, ObiConnectorStraight, ObiConnectorThreeway, ObiConnectorThreewayJoint, ObiConningIec, ObiConspicuousCairn, ObiContacts, ObiContainer, ObiContentCollapseGoogle, ObiContentCopyGoogle, ObiContentCutGoogle, ObiContentExpandGoogle, ObiConverterAcdc, ObiConverterAcdcOff, ObiConverterAcdcOn, ObiConverterDcac, ObiConverterDcacOff, ObiConverterDcacOn, ObiConverterDcdc, ObiConverterDcdcOff, ObiConverterDcdcOn, ObiConverterFilter1, ObiConverterFilter1Off, ObiConverterFilter1On, ObiCoordinate, ObiCrane, ObiCurrent, ObiCurrent1, ObiCurrent2, ObiCurrent3, ObiCurrent4, ObiCursorActionPointer, ObiCursorActionPointerIcon, ObiCursorClosedHand, ObiCursorClosedHandIcon, ObiCursorDelete, ObiCursorDeleteIcon, ObiCursorDraw, ObiCursorDrawIcon, ObiCursorHelp, ObiCursorHelpIcon, ObiCursorInsertPoint, ObiCursorInsertPointIcon, ObiCursorMap, ObiCursorMapIcon, ObiCursorMapIec, ObiCursorMapIecIcon, ObiCursorNotAllowed, ObiCursorNotAllowedIcon, ObiCursorOpenHand, ObiCursorOpenHandIcon, ObiCursorPlaceholder, ObiCursorPlaceholderIcon, ObiCursorPointer, ObiCursorPointerIcon, ObiCursorPointingHand, ObiCursorPointingHandIcon, ObiCursorRemovePoint, ObiCursorRemovePointIcon, ObiCursorSetpoint, ObiCursorSetpointIcon, ObiDamperHorizontalOff, ObiDamperHorizontalOffLarge, ObiDamperHorizontalOn, ObiDamperHorizontalOnLarge, ObiDashboard, ObiDatabase, ObiDcdcConverter, ObiDelete, ObiDeleteFilled, ObiDelta, ObiDepth, ObiDeviceFilter, ObiDiagnosticGoogle, ObiDieselEngine, ObiDieselGenerator, ObiDieselGeneratorAc, ObiDieselGeneratorDc, ObiDieselGeneratorStep, ObiDiodes01, ObiDiodes01Off, ObiDiodes01On, ObiDiodes02, ObiDiodes02Off, ObiDiodes02On, ObiDiodes03, ObiDiodes03Off, ObiDiodes03On, ObiDiodes04, ObiDiodes04Off, ObiDiodes04On, ObiDiodes05, ObiDiodes05Off, ObiDiodes05On, ObiDiodes06, ObiDiodes06Off, ObiDiodes06On, ObiDiodes07, ObiDiodes07Off, ObiDiodes07On, ObiDisplayBrillianceIec, ObiDisplayBrillianceLow, ObiDisplayBrillianceProposal, ObiDiver, ObiDivide, ObiDockBottomGoogle, ObiDockLeftGoogle, ObiDockRightGoogle, ObiDockedProposal, ObiDownIec, ObiDragHorizontal, ObiDragVertical, ObiDropDownDoubleGoogle, ObiDropDownGoogle, ObiDuctComingFrom, ObiDuctCorner, ObiDuctCross, ObiDuctDirection, ObiDuctEndPoint, ObiDuctGoingTo, ObiDuctOverlap, ObiDuctStraight, ObiDuctThreeway, ObiDuty, ObiDynamicPositioning, ObiEcdisIec, ObiEcdisProposal, ObiEco, ObiEditGoogle, ObiElectricGenerator, ObiElectricGeneratorAc, ObiElectricGeneratorDc, ObiElectricGeneratorOrMotor, ObiElectricGeneratorOrMotorAc, ObiElectricGeneratorOrMotorDc, ObiElectricGeneratorOrMotorStep, ObiElectricGeneratorStep, ObiElectricMotor, ObiElectricMotorAc, ObiElectricMotorDc, ObiElectricMotorStep, ObiElectricalClock, ObiElectricalClockOff, ObiElectricalClockOn, ObiEnergyAmmonia, ObiEnergyBattery, ObiEnergyDiesel, ObiEnergyElectricGoogle, ObiEnergyFuel, ObiEnergyHydrogen, ObiEnergyMethanol, ObiEnergyOil, ObiEnergyPetrol, ObiEngine, ObiEngineFill, ObiEpms, ObiEqual, ObiError, ObiEthernetGoogle, ObiEthernetSwitch, ObiEventMarkerFilled, ObiEventMarkerIec, ObiExclamationMark, ObiExpand, ObiFanOff, ObiFanOn, ObiFanStatic, ObiFileDownloadGoogle, ObiFileUploadGoogle, ObiFilter, ObiFilter1, ObiFilter1Off, ObiFilter1On, ObiFilter2, ObiFilter2Off, ObiFilter2On, ObiFilter3, ObiFilter3Off, ObiFilter3On, ObiFilter4, ObiFilter4Off, ObiFilter4On, ObiFire, ObiFishing, ObiFleetProposal, ObiFog, ObiFogColour, ObiFoodGoogle, ObiForceCurrentRelative, ObiForceCurrentTrue, ObiForceDirectionRelative, ObiForceDirectionTrue, ObiForceGustsRelative, ObiForceGustsTrue, ObiForceSwellRelative, ObiForceSwellTrue, ObiForward, ObiForwardFast, ObiForwardStatic, ObiForwardStopped, ObiFuse01, ObiFuse01Off, ObiFuse01On, ObiFuse02, ObiFuse02Off, ObiFuse02On, ObiGenerator, ObiGenericLineComingFrom, ObiGenericLineCorner, ObiGenericLineCross, ObiGenericLineDirection, ObiGenericLineEndPoint, ObiGenericLineGoingTo, ObiGenericLineOverlap, ObiGenericLineStraight, ObiGenericLineThreeway, ObiGridOffGoogle, ObiGround1, ObiGround1Off, ObiGround1On, ObiGround2, ObiGround2Off, ObiGround2On, ObiGround3, ObiGround3Off, ObiGround3On, ObiHarbourBerthing, ObiHdg, ObiHeadingCUpProposal, ObiHeadingHUpProposal, ObiHeadingLineOffIec, ObiHeadingLineOffProposal, ObiHeadingNUpProposal, ObiHeatGoogle, ObiHeat_pump_balance, ObiHeatexhanger, ObiHeatpump, ObiHeave, ObiHeavyRain, ObiHeavyRainColour, ObiHeavyRainShowersDay, ObiHeavyRainShowersDayColour, ObiHeavyRainShowersNight, ObiHeavyRainShowersNightColour, ObiHeavyRainShowersPolartwilight, ObiHeavyRainShowersPolartwilightColour, ObiHeavySleet, ObiHeavySleetColour, ObiHeavySleetShowersDay, ObiHeavySleetShowersDayColour, ObiHeavySleetShowersNight, ObiHeavySleetShowersNightColour, ObiHeavySleetShowersPolartwilight, ObiHeavySleetShowersPolartwilightColour, ObiHeavySnow, ObiHeavySnowColour, ObiHeavySnowShowersDay, ObiHeavySnowShowersDayColour, ObiHeavySnowShowersNight, ObiHeavySnowShowersNightColour, ObiHeavySnowShowersPolartwilight, ObiHeavySnowShowersPolartwilightColour, ObiHelp, ObiHistoryGoogle, ObiHome, ObiHvac, ObiHydraulic01, ObiHydraulic01Off, ObiHydraulic01On, ObiHydraulic01Static, ObiHydraulic02, ObiHydraulic02Off, ObiHydraulic02On, ObiHydraulic02Static, ObiHydraulic03, ObiHydraulic03Off, ObiHydraulic03On, ObiHydraulic03Static, ObiHydraulic04, ObiHydraulic04Off, ObiHydraulic04On, ObiHydraulic04Static, ObiHydraulic05, ObiHydraulic05Off, ObiHydraulic05On, ObiHydraulic05Static, ObiHydraulic06, ObiHydraulic06Off, ObiHydraulic06On, ObiHydraulic06Static, ObiHydraulic07, ObiHydraulic07Off, ObiHydraulic07On, ObiHydraulic07Static, ObiHydraulic08, ObiHydraulic08Off, ObiHydraulic08On, ObiHydraulic08Static, ObiHydraulic09, ObiHydraulic09Off, ObiHydraulic09On, ObiHydraulic09Static, ObiHydraulic10, ObiHydraulic10Off, ObiHydraulic10On, ObiHydraulic10Static, ObiHydraulic11, ObiHydraulic11Off, ObiHydraulic11On, ObiHydraulic11Static, ObiHydraulic12, ObiHydraulic12Off, ObiHydraulic12On, ObiHydraulic12Static, ObiHydraulic13, ObiHydraulic13Off, ObiHydraulic13On, ObiHydraulic13Static, ObiHydraulic14, ObiHydraulic14Off, ObiHydraulic14On, ObiHydraulic14Static, ObiHydraulic15, ObiHydraulic15Off, ObiHydraulic15On, ObiHydraulic15Static, ObiHydraulic16, ObiHydraulic16Off, ObiHydraulic16On, ObiHydraulic16Static, ObiHydraulic17, ObiHydraulic17Off, ObiHydraulic17On, ObiHydraulic17Static, ObiHydraulicPipe01, ObiHydraulicPipe02, ObiHydraulicPipe03, ObiHydraulicPipe04, ObiHydraulicPipe05, ObiHydraulicPipe06, ObiHydraulicPipe07, ObiHydraulicPipe08, ObiHydraulicPipe09, ObiHydraulicPipe10, ObiHydraulicPipe11, ObiHydraulicPipe12, ObiHydraulicPipe13, ObiHydraulicPipe14, ObiHydraulicPipe15, ObiHydraulicPipe16, ObiHydraulicPipe17, ObiHydraulicSeparator, ObiIas, ObiIceberg, ObiIcon, ObiIdTag, ObiIecChartDispSet, ObiIecChartDispSetProposal, ObiImage, ObiInProgress1, ObiInProgress2, ObiInfo, ObiInfoReportIec, ObiInfoReportProposal, ObiInput, ObiInputDevicesGoogle, ObiInputDown, ObiInputKeyboardGoogle, ObiInputKeyboardScreenGoogle, ObiInputLeft, ObiInputMouse1, ObiInputMouse2, ObiInputMouse3, ObiInputMouseGoogle, ObiInputRight, ObiInputUp, ObiIo, ObiJoystick, ObiKayaking, ObiKeepingArea, ObiKeepingStation, ObiKeepingTrack, ObiKeylinegrid, ObiKitesurfing, ObiLatched, ObiLeaf, ObiLeafTwotone, ObiLicenseGoogle, ObiLightAlarm, ObiLightAlarmColourOff, ObiLightAlarmColourOn, ObiLightAol, ObiLightAolColourOff, ObiLightAolColourOn, ObiLightAolOff, ObiLightBacklightButtons, ObiLightBacklightButtonsColourOn, ObiLightBacklightButtonsOff, ObiLightBacklightButtonslightBacklightButtonsColourOff, ObiLightBulb, ObiLightBulbOff, ObiLightBulbOn, ObiLightDeck, ObiLightDeckColourOff, ObiLightDeckColourOn, ObiLightDeckOff, ObiLightEmergency, ObiLightEmergencyColourOff, ObiLightEmergencyColourOn, ObiLightEmergencyOff, ObiLightFlashlight, ObiLightFlashlightColourOff, ObiLightFlashlightColourOn, ObiLightFlashlightOff, ObiLightFloat, ObiLightLanternOff, ObiLightLanternOn, ObiLightLanternOnColourOff, ObiLightLanternOnColourOn, ObiLightLanternPort, ObiLightLanternPortColourOff, ObiLightLanternPortColourOn, ObiLightLanternPortOff, ObiLightLanternStbd, ObiLightLanternStbdColourOff, ObiLightLanternStbdColourOn, ObiLightLanternStbdOff, ObiLightRain, ObiLightRainColour, ObiLightRainShowersNight, ObiLightRainShowersNightColour, ObiLightRainShowersPolartwilight, ObiLightRainShowersPolartwilightColour, ObiLightRainShowersSun, ObiLightRainShowersSunColour, ObiLightRoof, ObiLightRoofColourOff, ObiLightRoofColourOn, ObiLightRoofOff, ObiLightSearchlight, ObiLightSearchlightColourOff, ObiLightSearchlightColourOn, ObiLightSearchlightOff, ObiLightSleet, ObiLightSleetColour, ObiLightSleetShowersDay, ObiLightSleetShowersDayColour, ObiLightSleetShowersNight, ObiLightSleetShowersNightColour, ObiLightSleetShowersPolartwilight, ObiLightSleetShowersPolartwilightColour, ObiLightSnow, ObiLightSnowColour, ObiLightSnowShowersDay, ObiLightSnowShowersDayColour, ObiLightSnowShowersNight, ObiLightSnowShowersNightColour, ObiLightSnowShowersPolartwilight, ObiLightSnowShowersPolartwilightColour, ObiLighthouse, ObiLightningHeavyRain, ObiLightningHeavyRainColour, ObiLightningHeavyRainShowersDay, ObiLightningHeavyRainShowersDayColour, ObiLightningHeavyRainShowersNight, ObiLightningHeavyRainShowersNightColour, ObiLightningHeavyRainShowersPolartwilight, ObiLightningHeavyRainShowersPolartwilightColour, ObiLightningHeavySleet, ObiLightningHeavySleetColour, ObiLightningHeavySleetShowersDay, ObiLightningHeavySleetShowersDayColour, ObiLightningHeavySleetShowersNight, ObiLightningHeavySleetShowersNightColour, ObiLightningHeavySleetShowersPolartwilight, ObiLightningHeavySleetShowersPolartwilightColour, ObiLightningHeavySnow, ObiLightningHeavySnowColour, ObiLightningHeavySnowShowersDay, ObiLightningHeavySnowShowersDayColour, ObiLightningHeavySnowShowersNight, ObiLightningHeavySnowShowersNightColour, ObiLightningHeavySnowShowersPolartwilight, ObiLightningHeavySnowShowersPolartwilightColour, ObiLightningLightRain, ObiLightningLightRainColour, ObiLightningLightRainShowersDay, ObiLightningLightRainShowersDayColour, ObiLightningLightRainShowersNight, ObiLightningLightRainShowersNightColour, ObiLightningLightRainShowersPolartwilight, ObiLightningLightRainShowersPolartwilightColour, ObiLightningLightSleet, ObiLightningLightSleetColour, ObiLightningLightSleetShowersDay, ObiLightningLightSleetShowersDayColour, ObiLightningLightSleetShowersNight, ObiLightningLightSleetShowersNightColour, ObiLightningLightSleetShowersPolartwilight, ObiLightningLightSleetShowersPolartwilightColour, ObiLightningLightSnow, ObiLightningLightSnowColour, ObiLightningLightSnowShowersDay, ObiLightningLightSnowShowersDayColour, ObiLightningLightSnowShowersNight, ObiLightningLightSnowShowersNightColour, ObiLightningLightSnowShowersPolartwilight, ObiLightningLightSnowShowersPolartwilightColour, ObiLightningRain, ObiLightningRainColour, ObiLightningRainShowersDay, ObiLightningRainShowersDayColour, ObiLightningRainShowersNight, ObiLightningRainShowersNightColour, ObiLightningRainShowersPolartwilight, ObiLightningRainShowersPolartwilightColour, ObiLightningSleet, ObiLightningSleetColour, ObiLightningSleetShowersDay, ObiLightningSleetShowersDayColour, ObiLightningSleetShowersNight, ObiLightningSleetShowersNightColour, ObiLightningSleetShowersPolartwilight, ObiLightningSleetShowersPolartwilightColour, ObiLightningSnow, ObiLightningSnowColour, ObiLightningSnowShowersDay, ObiLightningSnowShowersDayColour, ObiLightningSnowShowersNight, ObiLightningSnowShowersNightColour, ObiLightningSnowShowersPolartwilight, ObiLightningSnowShowersPolartwilightColour, ObiLights, ObiLimitsAttention, ObiLimitsImproving, ObiLimitsInside, ObiLimitsOutsideOver, ObiLimitsOutsideUnder, ObiLineOfPosition, ObiLineOfPositionIec, ObiLink, ObiLinkRemove, ObiListAltCheckGoogle, ObiLocal, ObiLocalOnly, ObiLocation, ObiLocation1, ObiLocation2, ObiLocation3, ObiLocationA, ObiLocationB, ObiLocationC, ObiLocationD, ObiLocationE, ObiLocationF, ObiLocationG, ObiLocationGeneric, ObiLocationH, ObiLocationI, ObiLocationJ, ObiLocationL, ObiLocationLabel, ObiLocationM, ObiLocationN, ObiLocationO, ObiLocationP, ObiLocationQ, ObiLocationR, ObiLocationS, ObiLocationT, ObiLocationU, ObiLogAddGoogle, ObiLogEditGoogle, ObiLogOpenGoogle, ObiLogic01, ObiLogic01Off, ObiLogic01On, ObiLogic02, ObiLogic02Off, ObiLogic02On, ObiLogic03, ObiLogic03Off, ObiLogic03On, ObiLogic04, ObiLogic04Off, ObiLogic04On, ObiLogic05, ObiLogic05Off, ObiLogic05On, ObiLogic06, ObiLogic06Off, ObiLogic06On, ObiLogic07, ObiLogic07Off, ObiLogic07On, ObiLogoGeneric, ObiLogoOicl, ObiLogoOpenbridge, ObiManual, ObiManualOnly, ObiMeasureGoogle, ObiMediaBackwards10s, ObiMediaForward10s, ObiMediaLive, ObiMediaLoop, ObiMediaPause, ObiMediaPlay, ObiMediaRecord, ObiMediaResume, ObiMediaSkipNext, ObiMediaSkipPrevious, ObiMediaStop, ObiMegamenuGoogle, ObiMenu, ObiMenuIec, ObiMessagesIec, ObiMeteorologicalInformation, ObiMisc, ObiMonitoring, ObiMonitoringRoute, ObiMoored, ObiMoreGoogle, ObiMoreVerticalGoogle, ObiMosfetNtype1, ObiMosfetNtype1Off, ObiMosfetNtype1On, ObiMosfetNtype2, ObiMosfetNtype2Off, ObiMosfetNtype2On, ObiMosfetNtype3, ObiMosfetNtype3Off, ObiMosfetNtype3On, ObiMosfetNtype4, ObiMosfetNtype4Off, ObiMosfetNtype4On, ObiMosfetPtype1, ObiMosfetPtype1Off, ObiMosfetPtype1On, ObiMosfetPtype2, ObiMosfetPtype2Off, ObiMosfetPtype2On, ObiMosfetPtype3, ObiMosfetPtype3Off, ObiMosfetPtype3On, ObiMosfetPtype4, ObiMosfetPtype4Off, ObiMosfetPtype4On, ObiMotionRelativeIec, ObiMotionRelativeProposal, ObiMotionTmResetProposal1, ObiMotionTmResetProposal2, ObiMotionTrueIec, ObiMotionTrueProposal, ObiMotorOffHorizontal, ObiMotorOffVertical, ObiMotorOnHorizontal, ObiMotorOnVertical, ObiMotorStaticHorizontal, ObiMotorStaticVertical, ObiMove, ObiMoveItemGoogle, ObiMoveItemIn, ObiMsiIec, ObiMultiply, ObiNavigationRoute, ObiNoInput, ObiNotAllowed, ObiNotStarted, ObiNoteEditProposal, ObiNotification, ObiNotificationAdvice, ObiNotificationAdviceActive, ObiNotificationAdviceActiveTwotone, ObiNotificationFilled, ObiNotunderway, ObiObjectDerelict, ObiObjectFlotsam, ObiObjectJetsam, ObiObjectLagan, ObiOff, ObiOffIec, ObiOn, ObiOnIec, ObiOnOffIec, ObiOpenSea, ObiOwnShipAlternativeFilled, ObiOwnShipAlternativeOutlined, ObiOwnShipAlternativeRemote, ObiOwnShipControlA, ObiOwnShipControlAa, ObiOwnShipControlAe, ObiOwnShipControlB, ObiOwnShipControlC, ObiOwnShipControlD, ObiOwnShipControlE, ObiOwnShipControlF, ObiOwnShipControlG, ObiOwnShipControlGeneric, ObiOwnShipControlH, ObiOwnShipControlI, ObiOwnShipControlJ, ObiOwnShipControlK, ObiOwnShipControlL, ObiOwnShipControlM, ObiOwnShipControlN, ObiOwnShipControlO, ObiOwnShipControlOe, ObiOwnShipControlP, ObiOwnShipControlQ, ObiOwnShipControlR, ObiOwnShipControlS, ObiOwnShipControlT, ObiOwnShipControlU, ObiOwnShipControlV, ObiOwnShipControlW, ObiOwnShipControlX, ObiOwnShipControlY, ObiOwnShipControlZ, ObiOwnShipIec, ObiOwnShipMinimisedIec, ObiOwnShipNoCommandA, ObiOwnShipNoCommandAa, ObiOwnShipNoCommandAe, ObiOwnShipNoCommandB, ObiOwnShipNoCommandC, ObiOwnShipNoCommandD, ObiOwnShipNoCommandE, ObiOwnShipNoCommandF, ObiOwnShipNoCommandG, ObiOwnShipNoCommandGeneric, ObiOwnShipNoCommandH, ObiOwnShipNoCommandI, ObiOwnShipNoCommandIndex, ObiOwnShipNoCommandJ, ObiOwnShipNoCommandK, ObiOwnShipNoCommandL, ObiOwnShipNoCommandM, ObiOwnShipNoCommandN, ObiOwnShipNoCommandO, ObiOwnShipNoCommandOe, ObiOwnShipNoCommandP, ObiOwnShipNoCommandQ, ObiOwnShipNoCommandR, ObiOwnShipNoCommandS, ObiOwnShipNoCommandT, ObiOwnShipNoCommandU, ObiOwnShipNoCommandV, ObiOwnShipNoCommandW, ObiOwnShipNoCommandX, ObiOwnShipNoCommandY, ObiOwnShipNoCommandZ, ObiOwnShipRemoteA, ObiOwnShipRemoteAa, ObiOwnShipRemoteAe, ObiOwnShipRemoteB, ObiOwnShipRemoteC, ObiOwnShipRemoteD, ObiOwnShipRemoteE, ObiOwnShipRemoteF, ObiOwnShipRemoteG, ObiOwnShipRemoteGeneric, ObiOwnShipRemoteH, ObiOwnShipRemoteI, ObiOwnShipRemoteJ, ObiOwnShipRemoteK, ObiOwnShipRemoteL, ObiOwnShipRemoteM, ObiOwnShipRemoteN, ObiOwnShipRemoteO, ObiOwnShipRemoteOe, ObiOwnShipRemoteP, ObiOwnShipRemoteQ, ObiOwnShipRemoteR, ObiOwnShipRemoteS, ObiOwnShipRemoteT, ObiOwnShipRemoteU, ObiOwnShipRemoteV, ObiOwnShipRemoteW, ObiOwnShipRemoteX, ObiOwnShipRemoteY, ObiOwnShipRemoteZ, ObiOwnShipSimplifiedFilled, ObiOwnShipSimplifiedIec, ObiOwnshipMinimisedSternlineIec, ObiPageFirstGoogle, ObiPageLastGoogle, ObiPaletteColorCalibratedIec, ObiPaletteDay, ObiPaletteDayBright, ObiPaletteDayNightIec, ObiPaletteDimming, ObiPaletteDusk, ObiPaletteNight, ObiPanelIlluminationIec, ObiPanelIlluminationProposal, ObiPanelLeftClose, ObiPanelLeftOpen, ObiPanelRightClose, ObiPanelRightOpen, ObiPartlycloudyDay, ObiPartlycloudyDayColour, ObiPartlycloudyNight, ObiPartlycloudyNightColour, ObiPartlycloudyPolartwilight, ObiPartlycloudyPolartwilightColour, ObiPassed, ObiPassedFill, ObiPastPositionIec, ObiPending, ObiPiezoelectricCrystal, ObiPiezoelectricCrystalOff, ObiPiezoelectricCrystalOn, ObiPilotOnboard, ObiPilotage, ObiPinGoogle, ObiPinSelectedGoogle, ObiPipeComingFrom, ObiPipeCorner, ObiPipeCross, ObiPipeDirection, ObiPipeEndPoint, ObiPipeGoingTo, ObiPipeOverlap, ObiPipeStraight, ObiPipeThreeway, ObiPitch, ObiPlaceholder, ObiPlaceholderDeviceOffF, ObiPlaceholderDeviceOn, ObiPlaceholderDeviceStatic, ObiPlottedPositionIec, ObiPls, ObiPlsComponent, ObiPlusMinus, ObiPrint, ObiPrintScreenIec, ObiPrintScreenProposal, ObiPropulsion, ObiPropulsionAzimuthThruster, ObiPropulsionMainEngine, ObiPropulsionRudder, ObiPropulsionStatic, ObiPropulsionTunnelThruster, ObiPumpOffHorizontal, ObiPumpOffVertical, ObiPumpOnHorizontal, ObiPumpOnVertical, ObiPumpStaticHorizontal, ObiPumpStaticVertical, ObiPushButtonOff, ObiPushButtonOn, ObiRadarAntennaPositionIec, ObiRadarElectronicBearingLineProposal, ObiRadarElectronicRangeAndBearingProposal, ObiRadarGainIec, ObiRadarGainProposal, ObiRadarIec, ObiRadarLongPulseIec, ObiRadarOverlayProposal, ObiRadarPerformanceMonitorIec, ObiRadarRainIec, ObiRadarRangeIec, ObiRadarRangeProposal, ObiRadarSeaIec, ObiRadarSettingsProposal, ObiRadarShortPulseIec, ObiRadarStandbyIec, ObiRadarTargetAcquisitionStateAutoIec, ObiRadarTargetAcquisitionStateIec, ObiRadarTargetTrackedDangerousFilled, ObiRadarTargetTrackedDangerousIec, ObiRadarTargetTrackedDangerousSelectedIec, ObiRadarTargetTrackedFilled, ObiRadarTargetTrackedIec, ObiRadarTargetTrackedSelectedIec, ObiRadarTuneIec, ObiRadarTuneProposal, ObiRadarVariableRangeMarkerProposal, ObiRain, ObiRainColour, ObiRainShowersDay, ObiRainShowersDayColour, ObiRainShowersNight, ObiRainShowersNightColour, ObiRainShowersPolartwilight, ObiRainShowersPolartwilightColour, ObiRangeRingsIec, ObiRank1, ObiRank2, ObiRank3, ObiRank4, ObiRank5, ObiRank6, ObiRecordEvent, ObiRecordEventIec, ObiRedoIec, ObiRefreshGoogle, ObiReorderHorizontalGoogle, ObiReorderVerticalGoogle, ObiReset, ObiResistor1, ObiResistor1Off, ObiResistor1On, ObiResistor2, ObiResistor2Off, ObiResistor2On, ObiResistor3, ObiResistor3Off, ObiResistor3On, ObiResistor4, ObiResistor4Off, ObiResistor4On, ObiResistor5, ObiResistor5Off, ObiResistor5On, ObiResizeCorner, ObiResizeVerticalBottom, ObiResizeVerticalCenter, ObiResizeVerticalTop, ObiRock, ObiRoll, ObiRot, ObiRotate, ObiRoute, ObiRouteExportIec, ObiRouteExportProposal, ObiRouteImportIec, ObiRouteImportProposal, ObiRouteMonitoringProposal, ObiRoutePlanProposal, ObiRoutePlanning, ObiRouter, ObiRouter2, ObiRouter2Off, ObiRouter2On, ObiRouterComponent, ObiRouterOff, ObiRouterOn, ObiRowingGoogle, ObiRunning, ObiRunningColorIec, ObiRunningFill, ObiSMode, ObiSatelliteFull, ObiSatelliteLow, ObiSatelliteMedium, ObiSatelliteOff, ObiSaveProposal, ObiScreenDesk, ObiScreenFullExitGoogle, ObiScreenFullGoogle, ObiScreenPad, ObiScreenQuad, ObiScreenRecording, ObiScreenSharing, ObiScreenShot, ObiScreenSplitBottom, ObiScreenSplitLeft, ObiScreenSplitRight, ObiScreenSplitTop, ObiScreens, ObiSearch, ObiSend, ObiSensorGpsBad, ObiSensorGpsFull, ObiSensorGpsLow, ObiSensorGpsMedium, ObiSensorGyro, ObiSensorWaterCo2, ObiSensorWaterDoGoogle, ObiSensorWaterDropGoogle, ObiSensorWaterEcGoogle, ObiSensorWaterOrpGoogle, ObiSensorWaterPhGoogle, ObiSensorWaterSalinityGoogle, ObiSensorWaterVocGoogle, ObiSettingsDefaultIec, ObiSettingsDefaultProposal, ObiSettingsIec, ObiSettingsUserIec, ObiSettingsUserProposal, ObiShift, ObiShiftLock, ObiShip, ObiShipBulkcarrier, ObiShipCarferry, ObiShipContainer, ObiShipFishing, ObiShipHighspeed, ObiShipNavy, ObiShipOffshore, ObiShipPassenger, ObiShipSailboat, ObiShipSailship, ObiShipTanker, ObiShipTugboat, ObiShipWreckFilled, ObiShipWreckIec, ObiShipYacht, ObiSignArrowBack, ObiSignArrowDownLeft, ObiSignArrowDownRight, ObiSignArrowForeward, ObiSignArrowLeft, ObiSignArrowRight, ObiSignArrowUpLeft, ObiSignArrowUpRight, ObiSignEmbarkationLadder, ObiSignExit, ObiSignFireAlarmButton, ObiSignFireEquipment, ObiSignFireExtinguisher, ObiSignLifeboat, ObiSignLifebuoy, ObiSignLiferaft, ObiSignMeetingPoint, ObiSignMeetingPointSimple, ObiSignStairsLeft, ObiSignStairsRight, ObiSignalStation, ObiSilenceIec, ObiSimplifiedBeaconCardinalEast, ObiSimplifiedBeaconCardinalNorth, ObiSimplifiedBeaconCardinalSouth, ObiSimplifiedBeaconCardinalWest, ObiSimplifiedBeaconDefault, ObiSimplifiedBeaconIsolatedDanger, ObiSimplifiedBeaconMajorLateralRed, ObiSimplifiedBeaconMajorSafeWater, ObiSimplifiedBeaconMajorSpecialPurpose, ObiSimplifiedBeaconMinorLateralGreen, ObiSimplifiedBeaconMinorLateralRed, ObiSimplifiedBeaconMinorSafeWater, ObiSimplifiedBeaconMinorSpecialPurpose, ObiSimplifiedBuoyCardinalEast, ObiSimplifiedBuoyCardinalNorth, ObiSimplifiedBuoyCardinalSouth, ObiSimplifiedBuoyCardinalWest, ObiSimplifiedBuoyDefault, ObiSimplifiedBuoyInstallationMooring, ObiSimplifiedBuoyLateralCanGreen, ObiSimplifiedBuoyLateralCanRed, ObiSimplifiedBuoyLateralConicalGreen, ObiSimplifiedBuoyLateralConicalRed, ObiSimplifiedBuoyLightFloat, ObiSimplifiedBuoyLightVessel, ObiSimplifiedBuoySafeWater, ObiSimplifiedBuoySpecialPurpose, ObiSimplifiedBuoySpecialPurposeIce, ObiSimplifiedBuoySpecialPurposeTssPort, ObiSimplifiedBuoySpecialPurposeTssStbd, ObiSimplifiedBuoySuper, ObiSimplifiedSimplifiedBuoyIsolatedDanger, ObiSimulation, ObiSleet, ObiSleetColour, ObiSleetShowersDay, ObiSleetShowersDayColour, ObiSleetShowersNight, ObiSleetShowersNightColour, ObiSleetShowersPolartwilight, ObiSleetShowersPolartwilightColour, ObiSlightlycloudyDay, ObiSlightlycloudyDayColour, ObiSlightlycloudyNight, ObiSlightlycloudyNightColour, ObiSlightlycloudyPolartwilight, ObiSlightlycloudyPolartwilightColour, ObiSnow, ObiSnowColour, ObiSnowShowersDay, ObiSnowShowersDayColour, ObiSnowShowersNight, ObiSnowShowersNightColour, ObiSnowShowersPolartwilight, ObiSnowShowersPolartwilightColour, ObiSog, ObiSortGoogle, ObiSound, ObiSoundFill, ObiSoundLow, ObiSoundLowFill, ObiSoundMuted, ObiSoundMutedFill, ObiSoundNo, ObiSoundNoFill, ObiSoundUnavailable, ObiSoundUnavailableFill, ObiSources01, ObiSources01Off, ObiSources01On, ObiSources02, ObiSources02Off, ObiSources02On, ObiSources03, ObiSources03Off, ObiSources03On, ObiSources04, ObiSources04Off, ObiSources04On, ObiSources05, ObiSources05Off, ObiSources05On, ObiSpeaker, ObiSpeakerOff, ObiSpeakerOn, ObiSpeed, ObiSpeedFullDown, ObiSpeedFullLeft, ObiSpeedFullRight, ObiSpeedFullUp, ObiSpeedGood, ObiSpeedHalfDown, ObiSpeedHalfLeft, ObiSpeedHalfRight, ObiSpeedHalfUp, ObiSpeedHigh, ObiSpeedLow, ObiSpeedLowDown, ObiSpeedLowLeft, ObiSpeedLowRight, ObiSpeedLowUp, ObiStabilisationIndicatorGroundIec, ObiStabilisationIndicatorWaterIec, ObiStandby, ObiStandbyIec, ObiStar, ObiStarSelected, ObiStopped, ObiStw, ObiSupportGoogle, ObiSurfing, ObiSwell, ObiSwimming, ObiSwitch01Off, ObiSwitch01On, ObiSwitch02Off, ObiSwitch02On, ObiSwitch03Off, ObiSwitch03On, ObiSwitchHorizontalOff, ObiSwitchHorizontalOffLarge, ObiSwitchHorizontalOn, ObiSwitchHorizontalOnLarge, ObiSyncGoogle, ObiSystem, ObiTable, ObiTank, ObiTargetAssociatedAisCamera, ObiTargetAssociatedCameraRadar, ObiTargetAssociatedRadarCamera, ObiTargetCameraFilled, ObiTargetCameraOutlined, ObiTargetCancelAllIec, ObiTargetCancelIec, ObiTargetPriorityAisIec, ObiTargetPriorityRadarIec, ObiTargetSelectIec, ObiTargetSettingsProposal, ObiTempCold, ObiTempHot, ObiTempHotcold, ObiTemperatureAir, ObiTemperatureWater, ObiTextIcon, ObiThreewayAcuatorGenericClosed, ObiThreewayAcuatorGenericClosedBottom, ObiThreewayAcuatorGenericClosedLeft, ObiThreewayAcuatorGenericClosedRight, ObiThreewayAcuatorGenericInleftBottom0, ObiThreewayAcuatorGenericInleftBottom100, ObiThreewayAcuatorGenericInleftBottom25, ObiThreewayAcuatorGenericInleftBottom50, ObiThreewayAcuatorGenericInleftBottom75, ObiThreewayAcuatorGenericInleftLeft0, ObiThreewayAcuatorGenericInleftLeft100, ObiThreewayAcuatorGenericInleftLeft25, ObiThreewayAcuatorGenericInleftLeft50, ObiThreewayAcuatorGenericInleftLeft75, ObiThreewayAcuatorGenericInleftRight0, ObiThreewayAcuatorGenericInleftRight100, ObiThreewayAcuatorGenericInleftRight25, ObiThreewayAcuatorGenericInleftRight50, ObiThreewayAcuatorGenericInleftRight75, ObiThreewayAcuatorGenericOpen, ObiThreewayAcuatorPistonClosed, ObiThreewayAcuatorPistonClosedBottom, ObiThreewayAcuatorPistonClosedLeft, ObiThreewayAcuatorPistonClosedRight, ObiThreewayAcuatorPistonInleftBottom0, ObiThreewayAcuatorPistonInleftBottom100, ObiThreewayAcuatorPistonInleftBottom25, ObiThreewayAcuatorPistonInleftBottom50, ObiThreewayAcuatorPistonInleftBottom75, ObiThreewayAcuatorPistonInleftLeft0, ObiThreewayAcuatorPistonInleftLeft100, ObiThreewayAcuatorPistonInleftLeft25, ObiThreewayAcuatorPistonInleftLeft50, ObiThreewayAcuatorPistonInleftLeft75, ObiThreewayAcuatorPistonInleftRight0, ObiThreewayAcuatorPistonInleftRight100, ObiThreewayAcuatorPistonInleftRight25, ObiThreewayAcuatorPistonInleftRight50, ObiThreewayAcuatorPistonInleftRight75, ObiThreewayAcuatorPistonOpen, ObiThreewayAnalogClosed, ObiThreewayAnalogInleftBottom0, ObiThreewayAnalogInleftBottom100, ObiThreewayAnalogInleftBottom25, ObiThreewayAnalogInleftBottom50, ObiThreewayAnalogInleftBottom75, ObiThreewayAnalogInleftLeft0, ObiThreewayAnalogInleftLeft100, ObiThreewayAnalogInleftLeft25, ObiThreewayAnalogInleftLeft50, ObiThreewayAnalogInleftLeft75, ObiThreewayAnalogInleftRight0, ObiThreewayAnalogInleftRight100, ObiThreewayAnalogInleftRight25, ObiThreewayAnalogInleftRight50, ObiThreewayAnalogInleftRight75, ObiThreewayAnalogOpen, ObiThreewayDigitalClosed, ObiThreewayDigitalClosedBottom, ObiThreewayDigitalClosedLeft, ObiThreewayDigitalClosedRight, ObiThreewayDigitalOpen, ObiThreewayDigitalStatic, ObiThreewayStackedClosed, ObiThreewayStackedClosedBottom, ObiThreewayStackedClosedLeft, ObiThreewayStackedClosedRight, ObiThreewayStackedInleftBottom0, ObiThreewayStackedInleftBottom100, ObiThreewayStackedInleftBottom25, ObiThreewayStackedInleftBottom50, ObiThreewayStackedInleftBottom75, ObiThreewayStackedInleftLeft0, ObiThreewayStackedInleftLeft100, ObiThreewayStackedInleftLeft25, ObiThreewayStackedInleftLeft50, ObiThreewayStackedInleftLeft75, ObiThreewayStackedInleftRight0, ObiThreewayStackedInleftRight100, ObiThreewayStackedInleftRight25, ObiThreewayStackedInleftRight50, ObiThreewayStackedInleftRight75, ObiThreewayStackedOpen, ObiTidalIec, ObiTidalWaterLevelInformation, ObiTide, ObiTideHigh, ObiTideLow, ObiTime, ObiTimeLess, ObiTimeMore, ObiTimerGoogle, ObiTouch, ObiTrackNo, ObiTrackOffPort, ObiTrackOffStrb, ObiTrackOn, ObiTransformDiagonal, ObiTransformHorizontal, ObiTransformMove, ObiTransformRotate, ObiTransformVertical, ObiTransformer01, ObiTransformer01Off, ObiTransformer01On, ObiTransformer02, ObiTransformer02Off, ObiTransformer02On, ObiTrend, ObiTrendDown, ObiTrendUp, ObiTrialSettingsProposal, ObiTrophy, ObiTrueRelativeVectorIec, ObiTrueRelativeVectorProposal, ObiTurn, ObiTwowayAcuatorGeneral10, ObiTwowayAcuatorGeneral25, ObiTwowayAcuatorGeneral50, ObiTwowayAcuatorGeneral75, ObiTwowayAcuatorGeneralClosed, ObiTwowayAcuatorGeneralClosedLeft, ObiTwowayAcuatorGeneralClosedRight, ObiTwowayAcuatorGeneralOpen, ObiTwowayAcuatorPiston10, ObiTwowayAcuatorPiston25, ObiTwowayAcuatorPiston50, ObiTwowayAcuatorPiston75, ObiTwowayAcuatorPistonClosed, ObiTwowayAcuatorPistonClosedLeft, ObiTwowayAcuatorPistonClosedRight, ObiTwowayAcuatorPistonOpen, ObiTwowayAnalog10, ObiTwowayAnalog25, ObiTwowayAnalog50, ObiTwowayAnalog75, ObiTwowayAnalogClosed, ObiTwowayAnalogOpen, ObiTwowayDigitalClosed, ObiTwowayDigitalNonReturn, ObiTwowayDigitalOpen, ObiTwowayDigitalStatic, ObiTwowayStacked10, ObiTwowayStacked25, ObiTwowayStacked50, ObiTwowayStacked75, ObiTwowayStackedClosed, ObiTwowayStackedClosedLeft, ObiTwowayStackedClosedRight, ObiTwowayStackedOpen, ObiUnacknowledged, ObiUnacknowledgedFill, ObiUnderwaysailing, ObiUnderwayusingengine, ObiUndoIec, ObiUnfoldLessGoogle, ObiUnfoldMoreGoogle, ObiUnknownobject, ObiUpIec, ObiUsb, ObiUsbStick, ObiUser, ObiUserCrewHardhat, ObiUserGoogle, ObiUserProfiles, ObiUserSettings, ObiVesselGenericAnchoredFilled, ObiVesselGenericAnchoredOutlined, ObiVesselGenericDefaultFilled, ObiVesselGenericDefaultOutlined, ObiVesselGenericFastFilled, ObiVesselGenericFastOutlined, ObiVesselGenericMediumFilled, ObiVesselGenericMediumOutlined, ObiVesselGenericSlowFilled, ObiVesselGenericSlowOutlined, ObiVesselGenericStoppedFilled, ObiVesselGenericStoppedOutlined, ObiVesselInDistress, ObiVesselInDistressAis, ObiVesselRemoteIndicator, ObiVesselTypeBargeFilled, ObiVesselTypeBargeOutlined, ObiVesselTypeCargoFilled, ObiVesselTypeCargoOutlined, ObiVesselTypeCruiseFilled, ObiVesselTypeCruiseOutlined, ObiVesselTypeFishingFilled, ObiVesselTypeFishingOutlined, ObiVesselTypeGenericFilled, ObiVesselTypeGenericOutlined, ObiVesselTypeLifeboatFilled, ObiVesselTypeLifeboatOutlined, ObiVesselTypeMilitaryFilled, ObiVesselTypeMilitaryOutlined, ObiVesselTypeMotorBoatFilled, ObiVesselTypeMotorBoatOutlined, ObiVesselTypePassengerFilled, ObiVesselTypePassengerOutlined, ObiVesselTypePilotFilled, ObiVesselTypePilotOutlined, ObiVesselTypePsvFilled, ObiVesselTypePsvOutlined, ObiVesselTypeSailingFilled, ObiVesselTypeSailingOutlined, ObiVesselTypeSarFilled, ObiVesselTypeSarOutlined, ObiVesselTypeSmallCraftOutlined, ObiVesselTypeSmallcraftFilled, ObiVesselTypeSpeedCraftFilled, ObiVesselTypeSpeedCraftOutlined, ObiVesselTypeTankerFilled, ObiVesselTypeTankerOutlined, ObiVesselTypeTugFilled, ObiVesselTypeTugOutlined, ObiVesselTypeUnknownFilled, ObiVesselTypeUnknownOutlined, ObiViewGalleryGoogle, ObiViewSingleGoogle, ObiVisibilityOffGoogle, ObiVisibilityOnGoogle, ObiVolume, ObiVolumeOff, ObiVolumeOn, ObiVoyages, ObiWarningAcknowledgedIec, ObiWarningBadge, ObiWarningBadgeOutline, ObiWarningEmpty, ObiWarningGoogle, ObiWarningNoackIec, ObiWarningRectifiedIec, ObiWarningRectifiedOutlined, ObiWarningSilencedIec, ObiWarningSilencedOutlined, ObiWarningTransferredIec, ObiWarningUnacknowledgedIec, ObiWarningUnacknowledgedOutlined, ObiWaterGoogle, ObiWave, ObiWaypointActiveFilled, ObiWaypointActiveIec, ObiWaypointAddIec, ObiWaypointDeleteIec, ObiWaypointEditIec, ObiWaypointNextFilled, ObiWaypointNextIec, ObiWaypointOptionalFilled, ObiWaypointOptionalIec, ObiWeather, ObiWhale, ObiWidgetAddGoogle, ObiWidgets, ObiWifi2Google, ObiWifi2OffGoogle, ObiWifiBadGoogle, ObiWifiOffGoogle, ObiWifistrengt0Google, ObiWifistrengt1Google, ObiWifistrengt2Google, ObiWifistrengt3Google, ObiWifistrengt4Google, ObiWinch, ObiWind, ObiWindApparent1, ObiWindApparent10, ObiWindApparent11, ObiWindApparent12, ObiWindApparent13, ObiWindApparent14, ObiWindApparent2, ObiWindApparent3, ObiWindApparent4, ObiWindApparent5, ObiWindApparent6, ObiWindApparent7, ObiWindApparent8, ObiWindApparent9, ObiWindShaft1, ObiWindShaft10, ObiWindShaft11, ObiWindShaft12, ObiWindShaft13, ObiWindShaft14, ObiWindShaft2, ObiWindShaft3, ObiWindShaft4, ObiWindShaft5, ObiWindShaft6, ObiWindShaft7, ObiWindShaft8, ObiWindShaft9, ObiWindTrue1, ObiWindTrue10, ObiWindTrue11, ObiWindTrue12, ObiWindTrue13, ObiWindTrue14, ObiWindTrue2, ObiWindTrue3, ObiWindTrue4, ObiWindTrue5, ObiWindTrue6, ObiWindTrue7, ObiWindTrue8, ObiWindTrue9, ObiWindTurbineLand, ObiWindTurbineOcean, ObiWiper, ObiWiperFluid, ObiWipers, ObiWireComingFrom, ObiWireCorner, ObiWireCross, ObiWireDirection, ObiWireEndPoint, ObiWireGoingTo, ObiWireOverlap, ObiWireStraight, ObiWireThreeway, ObiWrench, ObiYaw, PoiBase };
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-ng",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-next.
|
|
4
|
+
"version": "2.0.0-next.17",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
6
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.16",
|
|
7
7
|
"tslib": "^2.8.1"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|