AixmQuery Class
A class for specifying additional parameters to AixmDataSet queries.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class AixmQuery : Query
Remarks
This class extends the Query class with AIXM-specific query parameters. It can be used together with an AixmDataSet, to limit queries to only read one or more specific feature types from an AIXM file.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Query
AixmQuery
Platforms
Windows, Linux, Android
AixmQuery Members
The AixmQuery type has the following members.
Constructors
Name | Description |
---|---|
AixmQuery | Initializes a new instance of the AixmQuery class. |
Properties
Name | Description |
---|---|
AirportHeliports | Gets or sets indicating if airport/heliport features should be read. |
Airspaces | Gets or sets indicating if airspace features should be read. |
ApproachLegs | Gets or sets indicating if approach leg features should be read. |
ArrivalLegs | Gets or sets indicating if arrival (STAR) leg features should be read. |
DepartureLegs | Gets or sets indicating if departure (SID) leg features should be read. |
DesignatedPoints | Gets or sets indicating if designated point features should be read. |
InstrumentApproachProcedures | Gets or sets indicating if approach procedure features should be read. |
IsDisposed | Gets a value that tells whether the current AixmQuery has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the AixmQuery. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current AixmQuery represents. Inherited from EngineObject |
Navaids | Gets or sets indicating if navaid features should be read. |
Routes | Gets or sets indicating if route features should be read. |
RouteSegments | Gets or sets indicating if route segment features should be read. |
Runways | Gets or sets indicating if runway features should be read. |
StandardInstrumentArrivals | Gets or sets indicating if arrival procedures (STAR) features should be read. |
StandardInstrumentDepartures | Gets or sets indicating if departure procedures (SID) features should be read. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
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 |