Visibility settings for Electronic Navigation Chart (ENC) text groups. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- berthNumber : bool
- currentVelocity : bool
- geographicNames : bool
- heightOfIsletOrLandFeature : bool
- importantText : bool
- lightDescription : bool
- magneticVariationAndSweptDepth : bool
- namesForPositionReporting : bool
- natureOfSeabed : bool
- noteOnChartData : bool
Signals
- berthNumberChanged()
- currentVelocityChanged()
- geographicNamesChanged()
- heightOfIsletOrLandFeatureChanged()
- importantTextChanged()
- lightDescriptionChanged()
- magneticVariationAndSweptDepthChanged()
- namesForPositionReportingChanged()
- natureOfSeabedChanged()
- noteOnChartDataChanged()
Methods
- void resetToDefaults()
Detailed Description
// sets ENC settings using QML declaration EncLayer { encEnvironmentSettings.displaySettings.textGroupVisibilitySettings.importantText: true } // sets ENC settings using JS function function setupEncEnvironmentSettings() { EncEnvironmentSettings.displaySettings.textGroupVisibilitySettings.importantText = true; }
Note: You cannot declare or create a component of this type in QML code. Use EncDisplaySettings to get an instance.
See also EncLayer.
Property Documentation
A value indicating whether the "berth number" text group should be visible.
Per IHO S-52 Annex A, controls text group 29, which includes OBJNAM from BERTHS and ACHBRT.
A value indicating whether the text group "current velocity" should be visible.
Per IHO S-52 Annex A, controls text group 30, which includes CURVEL.
A value indicating whether the "geographic names" text group should be visible.
Per IHO S-52 Annex A, controls text group 26, which includes OBJNAM from ACHARE, BRIDGE, BUAARE, BUISGL, DOCARE, FAIRWY, LNDARE, LNDMARK, LNDRGN, SEAARE, TIDEWY, and PILBOP.
A value indicating whether the text group "height of islet or land feature" should be visible.
Per IHO S-52 Annex A, controls text group 28, which includes HEIGHT of LNDARE.
A value indicating whether the text group "important text" should be visible.
Per IHO S-52 Annex A, controls text groups 10 and 11.
A value indicating whether the text group "light description" should be visible.
Per IHO S-52 Annex A, controls text group 23.
A value indicating whether the text group "magnetic variation and swept depth" should be visible.
Per IHO S-52 Annex A, controls text group 27, which includes MAGVAR, VALMAG, SWPARE, and DRVAL1.
A value indicating whether the text group "names for position reporting" should be visible.
Per IHO S-52 Annex A, controls text group 21.
A value indicating whether the text group "nature of seabed" should be visible.
Per IHO S-52 Annex A, controls text group 25 (SBDARE, NATSUR).
A value indicating whether the text group "note on chart data" should be visible.
Per IHO S-52 Annex A, controls text group 24.
Signal Documentation
Emitted when the berthNumber property changes.
Note: The corresponding handler is onBerthNumberChanged
.
Emitted when the currentVelocityChanged property changes.
Note: The corresponding handler is onCurrentVelocityChanged
.
Emitted when the geographicNames property changes.
Note: The corresponding handler is onGeographicNamesChanged
.
Emitted when the heightOfIsletOrLandFeature property changes.
Note: The corresponding handler is onHeightOfIsletOrLandFeatureChanged
.
Emitted when the importantText property changes.
Note: The corresponding handler is onImportantTextChanged
.
Emitted when the lightDescription property changes.
Note: The corresponding handler is onLightDescriptionChanged
.
Emitted when the magneticVariationAndSweptDepth property changes.
Note: The corresponding handler is onMagneticVariationAndSweptDepthChanged
.
Emitted when the namesForPositionReporting property changes.
Note: The corresponding handler is onNamesForPositionReportingChanged
.
Emitted when the natureOfSeabed property changes.
Note: The corresponding handler is onNatureOfSeabedChanged
.
Emitted when the noteOnChartData property changes.
Note: The corresponding handler is onNoteOnChartDataChanged
.