Show / Hide Table of Contents

Class BasicIlsSurfaces

ICAO Basic ILS Surface Construction

Inheritance
System.Object
BaseObject
FpAssistantCore.IcaoPansOps.BaseObjectPansOps
BasicIlsSurfaces
Namespace: FpAssistantCore.IcaoPansOps
Assembly: FpAssistantCoreScl.dll
Syntax
public class BasicIlsSurfaces : BaseObjectPansOps
Remarks

Under FPAssistant Suite SDK basic license this tool is demo only and DirectionOfFlight property can not be modified

Constructors

View Source

BasicIlsSurfaces(CriteriaUnits)

Constructor

Declaration
public BasicIlsSurfaces(CriteriaUnits pansOpsUnit)
Parameters
Type Name Description
CriteriaUnits pansOpsUnit
Remarks

PANS-OPS unit are not used as the unit is taken from the CoordinateSystem

Properties

View Source

BasePoint

Basic point at which to start the calculations of surrounding coordinates

Declaration
public GeoCoordinate BasePoint { get; set; }
Property Value
Type Description
GeoCoordinate

Coordinate of the construction origin

View Source

DirectionOfFlight

Direction of flight

Declaration
public CompassBearing DirectionOfFlight { get; set; }
Property Value
Type Description
CompassBearing

Compass bearing of the aircraft flight

Remarks

Under FPAssistant Suite SDK basic license this property can't be changed!

View Source

HeightMSL

Height at Mean Sea Level (MSL)

Declaration
public LinearDistance HeightMSL { get; set; }
Property Value
Type Description
LinearDistance

Height above MSL

Methods

View Source

ConstructionPoints()

Construction points used to create the geometry

Declaration
public Point3d[] ConstructionPoints()
Returns
Type Description
Point3d[]

Array of Point3d detailing construction key points

View Source

CreateGeographicalGeometry(CoordinateSystem, GraphicalRepresentation)

Create GeoMap graphical geometry

Declaration
public GeoMapElementCollection CreateGeographicalGeometry(CoordinateSystem coordinateSystem, GraphicalRepresentation graphicalRepresentation)
Parameters
Type Name Description
CoordinateSystem coordinateSystem
GraphicalRepresentation graphicalRepresentation
Returns
Type Description
GeoMapElementCollection
Remarks

This returns a collection that can be passed to a Map Engine to display on a graphics tool

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited