ExtensionId Enumeration
Identifies a Carmenta Engine extension.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ExtensionId
Values
Value name | Value | Description |
---|---|---|
Advanced3D | 0 | The 3D Extension. |
Arinc | 1 | The ARINC 424 Extension. Obsolete, the extension was renamed to AeronauticalFormats in version 5.14. |
Catalog | 2 | The Catalog Extension. Obsolete, since version 5.16 the Catalog components no longer require an extension. |
CMap | 3 | The C-MAP CM93 Extension. Obsolete, this extension was merged with NauticalChart in version 5.16. |
CMapS52 | 4 | The C-MAP CM93 S52 Presentation Extension. Obsolete, this extension was merged with CMap in version 5.14. |
DwgDxf | 5 | The DWG and DXF Extension. Obsolete, since version 5.16 the DWG/DXF components no longer require an extension. |
SqlServer | 6 | The Microsoft SQL Server Extension. Obsolete, since version 5.16 the Microsoft SQL Server components no longer require an extension. |
MilitaryFormats | 7 | The Military Geodata Formats Extension. Obsolete, since version 5.16 the Military Geodata Formats components no longer require an extension. |
MySql | 8 | The MySQL Extension. Obsolete, since version 5.16 the MySQL components no longer require an extension. |
Oracle | 9 | The Oracle Spatial Extension. Obsolete, since version 5.16 the Oracle components no longer require an extension. |
Printing | 10 | The Printing Extension. Obsolete, since version 5.12 the Printing components no longer require an extension. |
RaveGeo | 11 | The RaveGeo Extension. |
Tactical | 12 | The Tactical Extension. |
TerrainVehicleAnalysis | 13 | The Terrain Vehicle Analysis Extension. Obsolete, this extension was replaced by VehicleAnalysis in version 5.16. |
VerticalProfile | 14 | The Vertical Profile Extension. Obsolete, this extension was replaced by TerrainAnalysis in version 5.16. |
VisibilityAnalysis | 15 | The Visibility Analysis Extension. |
NauticalChart | 16 | The Nautical Chart Extension. |
Jpeg2000 | 17 | The JPEG 2000 Extension. Obsolete, since version 5.5 the JPEG 2000 components no longer require an extension. |
MapPackage | 18 | The Map Package Extension. Obsolete, since version 5.14 the Map Package components no longer require an extension. |
PostgreSql | 19 | The PostgreSQL Extension. Obsolete, since version 5.16 the PostgreSQL components no longer require an extension. |
Plot | 20 | The Plot Extension. |
VerticalClearance | 21 | The Vertical Clearance Extension. Obsolete, this extension was replaced by TerrainAnalysis in version 5.16. |
TerrainWarning | 22 | The Terrain Warning Extension. Obsolete, this extension was replaced by TerrainAnalysis in version 5.16. |
GeoreferencedVideo | 23 | The Georeferenced Video Extension. |
Heatmap | 24 | The Heatmap Extension. Obsolete, since version 5.16 the Heatmap components no longer require an extension. |
RadarVideo | 25 | The Radar Video Extension. |
AeronauticalFormats | 26 | The Aeronautical Data Formats Extension. |
AirspaceCoverage | 27 | The Airspace Coverage Extension. Obsolete, this extension was merged with VisibilityAnalysis in version 5.16. |
Meteorological | 28 | The Meteorological Extension. |
TerrainAnalysis | 29 | The Terrain Analysis Extension. |
VehicleAnalysis | 30 | The Vehicle Analysis Extension. |
Remarks
The values in this enumeration corresponds to the different extensions to Carmenta Engine that can be included in a Carmenta Engine license. The Runtime.IsExtensionLicensed method can be used to check whether a certain extension is included in the currently used license or not.
Platforms
Windows, Linux, Android