ArincQuery Class
A class for specifying additional parameters to ArincDataSet queries.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class ArincQuery : Query
Remarks
This class extends the Query class with ARINC-specific query parameters. It can be used together with an ArincDataSet, to limit queries to only read one or more specific feature types from an ARINC file.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Query
ArincQuery
Platforms
Windows, Linux, Android
ArincQuery Members
The ArincQuery type has the following members.
Constructors
Name | Description |
---|---|
ArincQuery | Initializes a new instance of the ArincQuery class. |
Properties
Name | Description |
---|---|
Airports | Gets or sets indicating if airports should be read. |
AirwayLegs | Gets or sets indicating if airway legs should be read. |
Airways | Gets or sets indicating if airways should be read. |
ApproachProcedures | Gets or sets indicating if approach procedures should be read. |
ControlledAirspaces | Gets or sets indicating if controlled airspaces should be read. |
EnrouteNdbs | Gets or sets indicating if enroute NDB navaids should be read. |
EnrouteWaypoints | Gets or sets indicating if enroute waypoints should be read. |
Firs | Gets or sets indicating if FIR and UIR records should be read. |
Gates | Gets or sets indicating if airport gates should be read. |
Heliports | Gets or sets indicating if heliports should be read. |
HoldingPatterns | Gets or sets indicating if holding patterns should be read. |
IsDisposed | Gets a value that tells whether the current ArincQuery has been disposed. Inherited from EngineObject |
Moras | Gets or sets indicating if airport features should be read. |
Name | Gets or sets the name of the ArincQuery. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ArincQuery represents. Inherited from EngineObject |
PreferredRoutes | Gets or sets indicating if Grid/MORA records should be read. |
ReadLines | Gets or sets a flag indicating if line features should be read from the dataset. Inherited from Query |
ReadMeshes | Gets or sets a flag indicating if mesh features should be read from the dataset. Inherited from Query |
ReadMultiGeometries | Gets or sets a flag indicating if multi-geometry features should be read from the dataset. Inherited from Query |
ReadMultiLines | Gets or sets a flag indicating if multi-line features should be read from the dataset. Inherited from Query |
ReadMultiPoints | Gets or sets a flag indicating if multi-point features should be read from the dataset. Inherited from Query |
ReadMultiPolygons | Gets or sets a flag indicating if multi-polygon features should be read from the dataset. Inherited from Query |
ReadPoints | Gets or sets a flag indicating if point features should be read from the dataset. Inherited from Query |
ReadPolygons | Gets or sets a flag indicating if polygon features should be read from the dataset. Inherited from Query |
ReadRasters | Gets or sets a flag indicating if raster features should be read from the dataset. Inherited from Query |
ResolutionFactor | Gets or sets a value that adjusts the resolution a ReadOperator requests when it reads data from a DataSet. Inherited from Query |
RestrictiveAirspaces | Gets or sets indicating if restrictive airspaces should be read. |
Runways | Gets or sets indicating if airport runways should be read. |
Sids | Gets or sets indicating if SID records should be read. |
Stars | Gets or sets indicating if STAR records should be read. |
TerminalNdbs | Gets or sets indicating if airport NDB navaids should be read. |
TerminalWaypoints | Gets or sets indicating if terminal waypoints should be read. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Vhfs | Gets or sets indicating if VHF navaids should be read. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
Match | Checks if a Feature matches the Query. Inherited from Query |