Class TLcdDAFIFLayerConfiguration

java.lang.Object
com.luciad.format.dafif.TLcdDAFIFLayerConfiguration

public class TLcdDAFIFLayerConfiguration extends Object
This class can be used to adapt a layer with DAFIF data to a new configuration that is specified in a Properties object.

To apply a configuration to a specific layer, the method configureGXYLayerSFCT(ILcdGXYLayer) can be used. It can handle instances of TLcdGXYLayer and TLcdGXYLayerList.

Different value types are used for the configuration properties:

  • Color properties should be specified as a comma-separated list surrounded by brackets, containing the red, green, blue and optional alpha component of the color in the sRGB space. For example: "(255, 0, 0)" is red; "(255, 255, 255, 100)" is semitransparent white.
  • Boolean properties should be specified using the string "true" or "false".
  • Integer properties. A specific interval in which the value should be contained will be mentioned in the documentation of that property.

An example of a Properties file, containing a configuration for ILcdAerodrome objects:

layerconfig.aerodrome.iconStyle.color=(10,10,10) layerconfig.aerodrome.iconStyle.selectionColor=(255,0,0) layerconfig.aerodrome.labelStyle.fontStyle.color=(10,10,10) layerconfig.aerodrome.labelStyle.fontStyle.selectionColor=(255,0,0) layerconfig.aerodrome.labelStyle.withPin=true layerconfig.aerodrome.labelStyle.withAnchor=true layerconfig.aerodrome.labelStyle.shiftLabelPosition=0 layerconfig.aerodrome.labelStyle.framed=false

For all properties that are not defined by the user, the default value is used. These values are documented for each individual property.

See Also:
  • Field Details

    • CFG_AIRPORT_ICONSTYLE_COLOR

      public static final String CFG_AIRPORT_ICONSTYLE_COLOR
      The color of the airport icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_AIRPORT_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_AIRPORT_ICONSTYLE_SELECTIONCOLOR
      The selection color of the airport icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRPORT_ICONSTYLE_SIZE

      public static final String CFG_AIRPORT_ICONSTYLE_SIZE
      The size of the airport icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_AIRPORT_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_AIRPORT_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the airport label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_AIRPORT_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_AIRPORT_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the airport label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRPORT_LABELSTYLE_FILLCOLOR

      public static final String CFG_AIRPORT_LABELSTYLE_FILLCOLOR
      The fill color of the airport label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_AIRPORT_LABELSTYLE_FRAMED

      public static final String CFG_AIRPORT_LABELSTYLE_FRAMED
      Boolean property that determines whether the airport label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_AIRPORT_LABELSTYLE_WITHPIN

      public static final String CFG_AIRPORT_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the airport label.

      The default value is false.

      See Also:
    • CFG_AIRPORT_LABELSTYLE_WITHANCHOR

      public static final String CFG_AIRPORT_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the airport label should be drawn.

      The default value is false.

      See Also:
    • CFG_AIRPORT_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_AIRPORT_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the airport label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_AIRSPACE_ICONSTYLE_COLOR

      public static final String CFG_AIRSPACE_ICONSTYLE_COLOR
      Deprecated.
      Airspaces are painted using TLcdICAOAirspacePainter, which doesn't use any icons.
      The color of the airspace icon.
      See Also:
    • CFG_AIRSPACE_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_ICONSTYLE_SELECTIONCOLOR
      Deprecated.
      Airspaces are painted using TLcdICAOAirspacePainter, which doesn't use any icons.
      The selection color of the airspace icon.
      See Also:
    • CFG_AIRSPACE_LINESTYLE_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_COLOR
      The line color of airspaces without an airspace classification.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_SELECTIONCOLOR
      The line selection color of airspaces without an airspace classification.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_LINEWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_LINEWIDTH
      The line width of airspaces without an airspace classification.

      The default value is 1.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection line width of airspaces without an airspace classification.

      The default value is 1.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSA_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSA_COLOR
      The line color of airspaces with airspace classification A.

      The default value is (176, 58, 80).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSA_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSA_SELECTIONCOLOR
      The line selection color of airspaces with airspace classification A.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSA_BANDWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSA_BANDWIDTH
      The width of the border of airspaces with airspace classification A in meters.

      The default value is 500.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSB_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSB_COLOR
      The line color of airspaces with airspace classification B.

      The default value is (88, 115, 165).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSB_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSB_SELECTIONCOLOR
      The line selection color of airspaces with airspace classification B.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSB_BANDWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSB_BANDWIDTH
      The width of the border of airspaces with airspace classification B in meters.

      The default value is 500.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSC_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSC_COLOR
      The line color of airspaces with airspace classification C.

      The default value is (88, 115, 165).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSC_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSC_SELECTIONCOLOR
      The line selection color of airspaces with airspace classification C.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSC_BANDWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSC_BANDWIDTH
      The width of the border of airspaces with airspace classification C in meters.

      The default value is 500.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSD_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSD_COLOR
      The line color of airspaces with airspace classification D.

      The default value is (88, 115, 165).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSD_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSD_SELECTIONCOLOR
      The line selection color of airspaces with airspace classification D.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSD_BANDWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSD_BANDWIDTH
      The width of the border of airspaces with airspace classification D in meters.

      The default value is 500.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSE_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSE_COLOR
      The line color of airspaces with airspace classification E.

      The default value is (88, 115, 165).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSE_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSE_SELECTIONCOLOR
      The line selection color of airspaces with airspace classification E.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSE_BANDWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSE_BANDWIDTH
      The width of the border of airspaces with airspace classification E in meters.

      The default value is 1000.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSF_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSF_COLOR
      The line color of airspaces with airspace classification F.

      The default value is (88, 115, 165).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSF_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSF_SELECTIONCOLOR
      The line selection color of airspaces with airspace classification F.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSF_BANDWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSF_BANDWIDTH
      The width of the border of airspaces with airspace classification F in meters.

      The default value is 0.

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSG_COLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSG_COLOR
      The line color of airspaces with airspace classification G.

      The default value is (88, 115, 165).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSG_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSG_SELECTIONCOLOR
      The line selection color of airspaces with airspace classification G.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LINESTYLE_CLASSG_BANDWIDTH

      public static final String CFG_AIRSPACE_LINESTYLE_CLASSG_BANDWIDTH
      The width of the border of airspaces with airspace classification G in meters.

      The default value is 250.

      See Also:
    • CFG_AIRSPACE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_AIRSPACE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the airspace label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_AIRSPACE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_AIRSPACE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the airspace label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_AIRSPACE_LABELSTYLE_FILLCOLOR

      public static final String CFG_AIRSPACE_LABELSTYLE_FILLCOLOR
      The fill color of the airspace label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_RUNWAY_LINESTYLE_COLOR

      public static final String CFG_RUNWAY_LINESTYLE_COLOR
      The line color of runways.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_RUNWAY_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_RUNWAY_LINESTYLE_SELECTIONCOLOR
      The line selection color of runways.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_RUNWAY_LINESTYLE_LINEWIDTH

      public static final String CFG_RUNWAY_LINESTYLE_LINEWIDTH
      The line width of runways.

      The default value is 1.

      See Also:
    • CFG_RUNWAY_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_RUNWAY_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of runways.

      The default value is 1.

      See Also:
    • CFG_RUNWAY_FILLSTYLE_COLOR

      public static final String CFG_RUNWAY_FILLSTYLE_COLOR
      The fill color of runways.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_RUNWAY_FILLSTYLE_SELECTIONCOLOR

      public static final String CFG_RUNWAY_FILLSTYLE_SELECTIONCOLOR
      The fill selection color of runways.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_RUNWAY_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_RUNWAY_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the runway label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_RUNWAY_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_RUNWAY_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the runway label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_RUNWAY_LABELSTYLE_FILLCOLOR

      public static final String CFG_RUNWAY_LABELSTYLE_FILLCOLOR
      The fill color of the runway label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_RUNWAY_LABELSTYLE_FRAMED

      public static final String CFG_RUNWAY_LABELSTYLE_FRAMED
      Boolean property that determines whether the runway label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_RUNWAY_LABELSTYLE_WITHPIN

      public static final String CFG_RUNWAY_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the runway label.

      The default value is false.

      See Also:
    • CFG_RUNWAY_LABELSTYLE_WITHANCHOR

      public static final String CFG_RUNWAY_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the runway label should be drawn.

      The default value is false.

      See Also:
    • CFG_RUNWAY_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_RUNWAY_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the runway label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_REFUELING_AIRSPACE_ICONSTYLE_COLOR

      public static final String CFG_REFUELING_AIRSPACE_ICONSTYLE_COLOR
      The color of the refueling airspace icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_REFUELING_AIRSPACE_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_REFUELING_AIRSPACE_ICONSTYLE_SELECTIONCOLOR
      The selection color of the refueling airspace icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_REFUELING_AIRSPACE_LINESTYLE_COLOR

      public static final String CFG_REFUELING_AIRSPACE_LINESTYLE_COLOR
      The line color of refueling airspaces.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_REFUELING_AIRSPACE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_REFUELING_AIRSPACE_LINESTYLE_SELECTIONCOLOR
      The line selection color of refueling airspaces.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_REFUELING_AIRSPACE_LINESTYLE_LINEWIDTH

      public static final String CFG_REFUELING_AIRSPACE_LINESTYLE_LINEWIDTH
      The line width of refueling airspaces.

      The default value is 1.

      See Also:
    • CFG_REFUELING_AIRSPACE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_REFUELING_AIRSPACE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of refueling airspaces.

      The default value is 1.

      See Also:
    • CFG_REFUELING_AIRSPACE_FILLSTYLE_COLOR

      public static final String CFG_REFUELING_AIRSPACE_FILLSTYLE_COLOR
      The fill color of refueling airspaces.

      By default, no fill color is defined.

      See Also:
    • CFG_REFUELING_AIRSPACE_FILLSTYLE_SELECTIONCOLOR

      public static final String CFG_REFUELING_AIRSPACE_FILLSTYLE_SELECTIONCOLOR
      The fill selection color of refueling airspaces.

      By default, no fill selection color is defined.

      See Also:
    • CFG_REFUELING_AIRSPACE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_REFUELING_AIRSPACE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the refueling airspace label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_REFUELING_AIRSPACE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_REFUELING_AIRSPACE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the refueling airspace label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_REFUELING_AIRSPACE_LABELSTYLE_FILLCOLOR

      public static final String CFG_REFUELING_AIRSPACE_LABELSTYLE_FILLCOLOR
      The fill color of the refueling airspace label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_REFUELING_AIRSPACE_LABELSTYLE_FRAMED

      public static final String CFG_REFUELING_AIRSPACE_LABELSTYLE_FRAMED
      Boolean property that determines whether the refueling airspace label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_REFUELING_AIRSPACE_LABELSTYLE_WITHPIN

      public static final String CFG_REFUELING_AIRSPACE_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the refueling airspace label.

      The default value is false.

      See Also:
    • CFG_REFUELING_AIRSPACE_LABELSTYLE_WITHANCHOR

      public static final String CFG_REFUELING_AIRSPACE_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the refueling airspace label should be drawn.

      The default value is false.

      See Also:
    • CFG_REFUELING_AIRSPACE_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_REFUELING_AIRSPACE_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the refueling airspace label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_ICONSTYLE_COLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_ICONSTYLE_COLOR
      The color of the special use airspace icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_ICONSTYLE_SELECTIONCOLOR
      The selection color of the special use airspace icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_COLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_COLOR
      The line color of special use airspaces.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_SELECTIONCOLOR
      The line selection color of special use airspaces.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_LINEWIDTH

      public static final String CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_LINEWIDTH
      The line width of special use airspaces.

      The default value is 1.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_SPECIAL_USE_AIRSPACE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of special use airspaces.

      The default value is 1.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_FILLSTYLE_COLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_FILLSTYLE_COLOR
      The fill color of special use airspaces.

      By default, no fill color is defined.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_FILLSTYLE_SELECTIONCOLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_FILLSTYLE_SELECTIONCOLOR
      The fill selection color of special use airspaces.

      By default, no fill selection color is defined.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the special use airspace label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the special use airspace label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FILLCOLOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FILLCOLOR
      The fill color of the special use airspace label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FRAMED

      public static final String CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_FRAMED
      Boolean property that determines whether the special use airspace label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_WITHPIN

      public static final String CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the special use airspace label.

      The default value is false.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_WITHANCHOR

      public static final String CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the special use airspace label should be drawn.

      The default value is false.

      See Also:
    • CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_SPECIAL_USE_AIRSPACE_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the special use airspace label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_ICONSTYLE_COLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_ICONSTYLE_COLOR
      The color of the parachute jump area icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_ICONSTYLE_SELECTIONCOLOR
      The selection color of the parachute jump area icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LINESTYLE_COLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_LINESTYLE_COLOR
      The line color of parachute jump areas.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_LINESTYLE_SELECTIONCOLOR
      The line selection color of parachute jump areas.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LINESTYLE_LINEWIDTH

      public static final String CFG_PARACHUTE_JUMP_AREA_LINESTYLE_LINEWIDTH
      The line width of parachute jump areas.

      The default value is 1.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_PARACHUTE_JUMP_AREA_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of parachute jump areas.

      The default value is 1.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_FILLSTYLE_COLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_FILLSTYLE_COLOR
      The fill color of parachute jump areas.

      By default, no fill color is defined.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_FILLSTYLE_SELECTIONCOLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_FILLSTYLE_SELECTIONCOLOR
      The fill selection color of parachute jump areas.

      By default, no fill selection color is defined.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the parachute jump area label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the parachute jump area label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FILLCOLOR

      public static final String CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FILLCOLOR
      The fill color of the parachute jump area label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FRAMED

      public static final String CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_FRAMED
      Boolean property that determines whether the parachute jump area label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_WITHPIN

      public static final String CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the parachute jump area label.

      The default value is false.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_WITHANCHOR

      public static final String CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the parachute jump area label should be drawn.

      The default value is false.

      See Also:
    • CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_PARACHUTE_JUMP_AREA_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the parachute jump area label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_HELIPORT_ICONSTYLE_COLOR

      public static final String CFG_HELIPORT_ICONSTYLE_COLOR
      The color of the heliport icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HELIPORT_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_HELIPORT_ICONSTYLE_SELECTIONCOLOR
      The selection color of the heliport icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HELIPORT_ICONSTYLE_SIZE

      public static final String CFG_HELIPORT_ICONSTYLE_SIZE
      The size of the heliport icon (in pixels).

      The default size is 16.

      See Also:
    • CFG_HELIPORT_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_HELIPORT_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the heliport label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HELIPORT_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_HELIPORT_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the heliport label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HELIPORT_LABELSTYLE_FILLCOLOR

      public static final String CFG_HELIPORT_LABELSTYLE_FILLCOLOR
      The fill color of the heliport label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_HELIPORT_LABELSTYLE_FRAMED

      public static final String CFG_HELIPORT_LABELSTYLE_FRAMED
      Boolean property that determines whether the heliport label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_HELIPORT_LABELSTYLE_WITHPIN

      public static final String CFG_HELIPORT_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the heliport label.

      The default value is false.

      See Also:
    • CFG_HELIPORT_LABELSTYLE_WITHANCHOR

      public static final String CFG_HELIPORT_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the heliport label should be drawn.

      The default value is false.

      See Also:
    • CFG_HELIPORT_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_HELIPORT_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the heliport label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_HELIPAD_ICONSTYLE_COLOR

      public static final String CFG_HELIPAD_ICONSTYLE_COLOR
      The color of the helipad icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HELIPAD_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_HELIPAD_ICONSTYLE_SELECTIONCOLOR
      The selection color of the helipad icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HELIPAD_ICONSTYLE_SIZE

      public static final String CFG_HELIPAD_ICONSTYLE_SIZE
      The size of the helipad icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_HELIPAD_LINESTYLE_COLOR

      public static final String CFG_HELIPAD_LINESTYLE_COLOR
      The line color of helipads.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HELIPAD_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_HELIPAD_LINESTYLE_SELECTIONCOLOR
      The line selection color of helipads.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HELIPAD_LINESTYLE_LINEWIDTH

      public static final String CFG_HELIPAD_LINESTYLE_LINEWIDTH
      The line width of helipads.

      The default value is 1.

      See Also:
    • CFG_HELIPAD_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_HELIPAD_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of helipads.

      The default value is 1.

      See Also:
    • CFG_HELIPAD_FILLSTYLE_COLOR

      public static final String CFG_HELIPAD_FILLSTYLE_COLOR
      The fill color of helipads.

      By default, no fill color is defined.

      See Also:
    • CFG_HELIPAD_FILLSTYLE_SELECTIONCOLOR

      public static final String CFG_HELIPAD_FILLSTYLE_SELECTIONCOLOR
      The fill selection color of helipads.

      By default, no fill selection color is defined.

      See Also:
    • CFG_HELIPAD_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_HELIPAD_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the helipad label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HELIPAD_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_HELIPAD_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the helipad label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HELIPAD_LABELSTYLE_FILLCOLOR

      public static final String CFG_HELIPAD_LABELSTYLE_FILLCOLOR
      The fill color of the helipad label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_HELIPAD_LABELSTYLE_FRAMED

      public static final String CFG_HELIPAD_LABELSTYLE_FRAMED
      Boolean property that determines whether the helipad label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_HELIPAD_LABELSTYLE_WITHPIN

      public static final String CFG_HELIPAD_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the helipad label.

      The default value is false.

      See Also:
    • CFG_HELIPAD_LABELSTYLE_WITHANCHOR

      public static final String CFG_HELIPAD_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the helipad label should be drawn.

      The default value is false.

      See Also:
    • CFG_HELIPAD_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_HELIPAD_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the helipad label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_WAYPOINT_ICONSTYLE_COLOR

      public static final String CFG_WAYPOINT_ICONSTYLE_COLOR
      The color of the waypoint icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_WAYPOINT_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_WAYPOINT_ICONSTYLE_SELECTIONCOLOR
      The selection color of the waypoint icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_WAYPOINT_ICONSTYLE_SIZE

      public static final String CFG_WAYPOINT_ICONSTYLE_SIZE
      The size of the waypoint icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_WAYPOINT_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_WAYPOINT_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the waypoint label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_WAYPOINT_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_WAYPOINT_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the waypoint label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_WAYPOINT_LABELSTYLE_FILLCOLOR

      public static final String CFG_WAYPOINT_LABELSTYLE_FILLCOLOR
      The fill color of the waypoint label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_WAYPOINT_LABELSTYLE_FRAMED

      public static final String CFG_WAYPOINT_LABELSTYLE_FRAMED
      Boolean property that determines whether the waypoint label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_WAYPOINT_LABELSTYLE_WITHPIN

      public static final String CFG_WAYPOINT_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the waypoint label.

      The default value is false.

      See Also:
    • CFG_WAYPOINT_LABELSTYLE_WITHANCHOR

      public static final String CFG_WAYPOINT_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the waypoint label should be drawn.

      The default value is false.

      See Also:
    • CFG_WAYPOINT_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_WAYPOINT_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the waypoint label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_ATS_ROUTE_LINESTYLE_COLOR

      public static final String CFG_ATS_ROUTE_LINESTYLE_COLOR
      The line color of ATS routes.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ATS_ROUTE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_ATS_ROUTE_LINESTYLE_SELECTIONCOLOR
      The line selection color of ATS routes.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ATS_ROUTE_LINESTYLE_LINEWIDTH

      public static final String CFG_ATS_ROUTE_LINESTYLE_LINEWIDTH
      The line width of ATS routes.

      The default value is 1.

      See Also:
    • CFG_ATS_ROUTE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_ATS_ROUTE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of ATS routes.

      The default value is 1.

      See Also:
    • CFG_ATS_ROUTE_ICONSTYLE_COLOR

      public static final String CFG_ATS_ROUTE_ICONSTYLE_COLOR
      The color of the ATS route waypoint icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ATS_ROUTE_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_ATS_ROUTE_ICONSTYLE_SELECTIONCOLOR
      The selection color of the ATS route waypoint icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_ATS_ROUTE_ICONSTYLE_SIZE

      public static final String CFG_ATS_ROUTE_ICONSTYLE_SIZE
      The size of the ATS route waypoint icon.

      The default value is 3.

      See Also:
    • CFG_ATS_ROUTE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_ATS_ROUTE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the ATS route label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ATS_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_ATS_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the ATS route label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_ATS_ROUTE_LABELSTYLE_FILLCOLOR

      public static final String CFG_ATS_ROUTE_LABELSTYLE_FILLCOLOR
      The fill color of the ATS route label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_ATS_ROUTE_LABELSTYLE_FRAMED

      public static final String CFG_ATS_ROUTE_LABELSTYLE_FRAMED
      Boolean property that determines whether the ATS route label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_ATS_ROUTE_LABELSTYLE_WITHPIN

      public static final String CFG_ATS_ROUTE_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the ATS route label.

      The default value is false.

      See Also:
    • CFG_ATS_ROUTE_LABELSTYLE_WITHANCHOR

      public static final String CFG_ATS_ROUTE_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the ATS route label should be drawn.

      The default value is false.

      See Also:
    • CFG_ATS_ROUTE_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_ATS_ROUTE_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the ATS route label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_COLOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_COLOR
      The line color of military training routes.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_SELECTIONCOLOR
      The line selection color of military training routes.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_LINEWIDTH

      public static final String CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_LINEWIDTH
      The line width of military training routes.

      The default value is 1.

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_MILITARY_TRAINING_ROUTE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of military training routes.

      The default value is 1.

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_ICONSTYLE_COLOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_ICONSTYLE_COLOR
      The color of the military training route waypoint icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_ICONSTYLE_SELECTIONCOLOR
      The selection color of the military training route waypoint icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_ICONSTYLE_SIZE

      public static final String CFG_MILITARY_TRAINING_ROUTE_ICONSTYLE_SIZE
      The size of the military training route waypoint icon.

      The default value is 3.

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the military training route label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the military training route label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FILLCOLOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FILLCOLOR
      The fill color of the military training route label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FRAMED

      public static final String CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_FRAMED
      Boolean property that determines whether the military training route label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_WITHPIN

      public static final String CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the military training route label.

      The default value is false.

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_WITHANCHOR

      public static final String CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the military training route label should be drawn.

      The default value is false.

      See Also:
    • CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_MILITARY_TRAINING_ROUTE_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the military training route label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_HOLDING_ICONSTYLE_COLOR

      public static final String CFG_HOLDING_ICONSTYLE_COLOR
      The icon color of holdings.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HOLDING_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_HOLDING_ICONSTYLE_SELECTIONCOLOR
      The icon selection color of holdings.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HOLDING_ICONSTYLE_SIZE

      public static final String CFG_HOLDING_ICONSTYLE_SIZE
      The size of the holdings icons.

      The default value is 3.

      See Also:
    • CFG_HOLDING_NORMAL_LINESTYLE_COLOR

      public static final String CFG_HOLDING_NORMAL_LINESTYLE_COLOR
      The line color of normal holding geometry.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HOLDING_NORMAL_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_HOLDING_NORMAL_LINESTYLE_SELECTIONCOLOR
      The line selection color of normal holding geometry.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HOLDING_DECORATION_LINESTYLE_COLOR

      public static final String CFG_HOLDING_DECORATION_LINESTYLE_COLOR
      The line color of decoration holding geometry.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HOLDING_DECORATION_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_HOLDING_DECORATION_LINESTYLE_SELECTIONCOLOR
      The line selection color of decoration holding geometry.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HOLDING_ERROR_LINESTYLE_COLOR

      public static final String CFG_HOLDING_ERROR_LINESTYLE_COLOR
      The line color of erroneous holding geometry.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HOLDING_ERROR_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_HOLDING_ERROR_LINESTYLE_SELECTIONCOLOR
      The line selection color of erroneous holding geometry.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HOLDING_MISSED_APPROACH_LINESTYLE_COLOR

      public static final String CFG_HOLDING_MISSED_APPROACH_LINESTYLE_COLOR
      The line color of holding geometry that comes after the missed approach point.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HOLDING_MISSED_APPROACH_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_HOLDING_MISSED_APPROACH_LINESTYLE_SELECTIONCOLOR
      The line selection color of holding geometry that comes after the missed approach point.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HOLDING_CONNECTION_LINESTYLE_COLOR

      public static final String CFG_HOLDING_CONNECTION_LINESTYLE_COLOR
      The line color of connector holding geometry.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HOLDING_CONNECTION_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_HOLDING_CONNECTION_LINESTYLE_SELECTIONCOLOR
      The line selection color of connector holding geometry.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HOLDING_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_HOLDING_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the holding label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_HOLDING_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_HOLDING_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the holding label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_HOLDING_LABELSTYLE_FILLCOLOR

      public static final String CFG_HOLDING_LABELSTYLE_FILLCOLOR
      The fill color of the holding label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_HOLDING_LABELSTYLE_FRAMED

      public static final String CFG_HOLDING_LABELSTYLE_FRAMED
      Boolean property that determines whether the holding label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_HOLDING_LABELSTYLE_WITHPIN

      public static final String CFG_HOLDING_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the holding label.

      The default value is false.

      See Also:
    • CFG_HOLDING_LABELSTYLE_WITHANCHOR

      public static final String CFG_HOLDING_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the holding label should be drawn.

      The default value is false.

      See Also:
    • CFG_HOLDING_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_HOLDING_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the holding label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_PROCEDURES_PAINTMODE

      public static final String CFG_PROCEDURES_PAINTMODE
      The paint mode of procedures, which determines whether the procedure and its decorations are displayed or not. The possibilities are:
      • PROCEDURE_ONLY: procedures are painted without decorations.
      • DECORATION_ONLY: decorations are painted without procedures.
      • PROCEDURE_AND_DECORATION: both the procedures and decorations are painted, in whatever order they are received.
      • PROCEDURE_AFTER_DECORATION: both the procedures and decorations are painted; first the decorations, then the procedures.

      The default value is PROCEDURE_ONLY.

      See Also:
    • CFG_PROCEDURES_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_PROCEDURES_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the procedure label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_PROCEDURES_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_PROCEDURES_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the procedure label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_ILS_ICONSTYLE_COLOR

      public static final String CFG_ILS_ICONSTYLE_COLOR
      The color of the ILS icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ILS_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_ILS_ICONSTYLE_SELECTIONCOLOR
      The selection color of the ILS icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_ILS_ICONSTYLE_SIZE

      public static final String CFG_ILS_ICONSTYLE_SIZE
      The size of the ILS icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_ILS_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_ILS_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the ILS label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ILS_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_ILS_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the ILS label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_ILS_LABELSTYLE_FILLCOLOR

      public static final String CFG_ILS_LABELSTYLE_FILLCOLOR
      The fill color of the ILS label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_ILS_LABELSTYLE_FRAMED

      public static final String CFG_ILS_LABELSTYLE_FRAMED
      Boolean property that determines whether the ILS label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_ILS_LABELSTYLE_WITHPIN

      public static final String CFG_ILS_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the ILS label.

      The default value is false.

      See Also:
    • CFG_ILS_LABELSTYLE_WITHANCHOR

      public static final String CFG_ILS_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the ILS label should be drawn.

      The default value is false.

      See Also:
    • CFG_ILS_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_ILS_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the ILS label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_REFUELING_ROUTE_LINESTYLE_COLOR

      public static final String CFG_REFUELING_ROUTE_LINESTYLE_COLOR
      The line color of refueling routes.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_REFUELING_ROUTE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_REFUELING_ROUTE_LINESTYLE_SELECTIONCOLOR
      The line selection color of refueling routes.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_REFUELING_ROUTE_LINESTYLE_LINEWIDTH

      public static final String CFG_REFUELING_ROUTE_LINESTYLE_LINEWIDTH
      The line width of refueling routes.

      The default value is 1.

      See Also:
    • CFG_REFUELING_ROUTE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_REFUELING_ROUTE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of refueling routes.

      The default value is 1.

      See Also:
    • CFG_REFUELING_ROUTE_ICONSTYLE_COLOR

      public static final String CFG_REFUELING_ROUTE_ICONSTYLE_COLOR
      The color of the refueling route waypoint icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_REFUELING_ROUTE_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_REFUELING_ROUTE_ICONSTYLE_SELECTIONCOLOR
      The selection color of the refueling route waypoint icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_REFUELING_ROUTE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_REFUELING_ROUTE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the refueling route label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_REFUELING_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_REFUELING_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the refueling route label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_REFUELING_ROUTE_LABELSTYLE_FILLCOLOR

      public static final String CFG_REFUELING_ROUTE_LABELSTYLE_FILLCOLOR
      The fill color of the refueling route label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_REFUELING_ROUTE_LABELSTYLE_FRAMED

      public static final String CFG_REFUELING_ROUTE_LABELSTYLE_FRAMED
      Boolean property that determines whether the refueling route label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_REFUELING_ROUTE_LABELSTYLE_WITHPIN

      public static final String CFG_REFUELING_ROUTE_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the refueling route label.

      The default value is false.

      See Also:
    • CFG_REFUELING_ROUTE_LABELSTYLE_WITHANCHOR

      public static final String CFG_REFUELING_ROUTE_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the refueling route label should be drawn.

      The default value is false.

      See Also:
    • CFG_REFUELING_ROUTE_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_REFUELING_ROUTE_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the refueling route label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_VOR_ICONSTYLE_COLOR

      public static final String CFG_VOR_ICONSTYLE_COLOR
      The color of the VOR icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_VOR_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_VOR_ICONSTYLE_SELECTIONCOLOR
      The selection cor of the VOR icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_VOR_ICONSTYLE_SIZE

      public static final String CFG_VOR_ICONSTYLE_SIZE
      The size of the VOR icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_VOR_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_VOR_LABELSTYLE_FONTSTYLE_COLOR
      The font color of a VOR label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_VOR_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_VOR_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of a VOR label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_VOR_LABELSTYLE_FILLCOLOR

      public static final String CFG_VOR_LABELSTYLE_FILLCOLOR
      The fill color of a VOR label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_VOR_LABELSTYLE_FRAMED

      public static final String CFG_VOR_LABELSTYLE_FRAMED
      Boolean property that determines whether a VOR label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_VOR_LABELSTYLE_WITHPIN

      public static final String CFG_VOR_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the VOR label.

      The default value is false.

      See Also:
    • CFG_VOR_LABELSTYLE_WITHANCHOR

      public static final String CFG_VOR_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the VOR label should be drawn.

      The default value is false.

      See Also:
    • CFG_VOR_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_VOR_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the VOR label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_NDB_ICONSTYLE_COLOR

      public static final String CFG_NDB_ICONSTYLE_COLOR
      The color of the NDB icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_NDB_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_NDB_ICONSTYLE_SELECTIONCOLOR
      The selection color of the NDB icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_NDB_ICONSTYLE_SIZE

      public static final String CFG_NDB_ICONSTYLE_SIZE
      The size of the NDB icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_NDB_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_NDB_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the NDB label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_NDB_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_NDB_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the NDB label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_NDB_LABELSTYLE_FILLCOLOR

      public static final String CFG_NDB_LABELSTYLE_FILLCOLOR
      The fill color of the NDB label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_NDB_LABELSTYLE_FRAMED

      public static final String CFG_NDB_LABELSTYLE_FRAMED
      Boolean property that determines whether the NDB label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_NDB_LABELSTYLE_WITHPIN

      public static final String CFG_NDB_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the NDB label.

      The default value is false.

      See Also:
    • CFG_NDB_LABELSTYLE_WITHANCHOR

      public static final String CFG_NDB_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the NDB label should be drawn.

      The default value is false.

      See Also:
    • CFG_NDB_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_NDB_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the NDB label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_DME_ICONSTYLE_COLOR

      public static final String CFG_DME_ICONSTYLE_COLOR
      The color of the DME icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_DME_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_DME_ICONSTYLE_SELECTIONCOLOR
      The selection color of the DME icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_DME_ICONSTYLE_SIZE

      public static final String CFG_DME_ICONSTYLE_SIZE
      The size of the DME icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_DME_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_DME_LABELSTYLE_FONTSTYLE_COLOR
      The font color of a DME label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_DME_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_DME_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of a DME label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_DME_LABELSTYLE_FILLCOLOR

      public static final String CFG_DME_LABELSTYLE_FILLCOLOR
      The fill color of a DME label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_DME_LABELSTYLE_FRAMED

      public static final String CFG_DME_LABELSTYLE_FRAMED
      Boolean property that determines whether a DME label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_DME_LABELSTYLE_WITHPIN

      public static final String CFG_DME_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the DME label.

      The default value is false.

      See Also:
    • CFG_DME_LABELSTYLE_WITHANCHOR

      public static final String CFG_DME_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the DME label should be drawn.

      The default value is false.

      See Also:
    • CFG_DME_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_DME_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the DME label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_TACAN_ICONSTYLE_COLOR

      public static final String CFG_TACAN_ICONSTYLE_COLOR
      The color of the TACAN icon.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_TACAN_ICONSTYLE_SELECTIONCOLOR

      public static final String CFG_TACAN_ICONSTYLE_SELECTIONCOLOR
      The selection color of the TACAN icon.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_TACAN_ICONSTYLE_SIZE

      public static final String CFG_TACAN_ICONSTYLE_SIZE
      The size of the TACAN icon (in pixels).

      The default size is 17.

      See Also:
    • CFG_TACAN_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_TACAN_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the TACAN label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_TACAN_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_TACAN_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the TACAN label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_TACAN_LABELSTYLE_FILLCOLOR

      public static final String CFG_TACAN_LABELSTYLE_FILLCOLOR
      The fill color of the TACAN label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_TACAN_LABELSTYLE_FRAMED

      public static final String CFG_TACAN_LABELSTYLE_FRAMED
      Boolean property that determines whether a TACAN label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_TACAN_LABELSTYLE_WITHPIN

      public static final String CFG_TACAN_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the TACAN label.

      The default value is false.

      See Also:
    • CFG_TACAN_LABELSTYLE_WITHANCHOR

      public static final String CFG_TACAN_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the TACAN label should be drawn.

      The default value is false.

      See Also:
    • CFG_TACAN_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_TACAN_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the TACAN label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_VFR_ROUTE_LINESTYLE_COLOR

      public static final String CFG_VFR_ROUTE_LINESTYLE_COLOR
      The line color of VFR routes.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_VFR_ROUTE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_VFR_ROUTE_LINESTYLE_SELECTIONCOLOR
      The line selection color of VFR routes.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_VFR_ROUTE_LINESTYLE_LINEWIDTH

      public static final String CFG_VFR_ROUTE_LINESTYLE_LINEWIDTH
      The line width of VFR routes.

      The default value is 1.

      See Also:
    • CFG_VFR_ROUTE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_VFR_ROUTE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of VFR routes.

      The default value is 1.

      See Also:
    • CFG_VFR_ROUTE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_VFR_ROUTE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the VFR route label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_VFR_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_VFR_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the VFR route label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_VFR_ROUTE_LABELSTYLE_FILLCOLOR

      public static final String CFG_VFR_ROUTE_LABELSTYLE_FILLCOLOR
      The fill color of the VFR route label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_VFR_ROUTE_LABELSTYLE_FRAMED

      public static final String CFG_VFR_ROUTE_LABELSTYLE_FRAMED
      Boolean property that determines whether a VFR route label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_VFR_ROUTE_LABELSTYLE_WITHPIN

      public static final String CFG_VFR_ROUTE_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the VFR route label.

      The default value is false.

      See Also:
    • CFG_VFR_ROUTE_LABELSTYLE_WITHANCHOR

      public static final String CFG_VFR_ROUTE_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the VFR route label should be drawn.

      The default value is false.

      See Also:
    • CFG_VFR_ROUTE_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_VFR_ROUTE_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the VFR route label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LINESTYLE_COLOR

      public static final String CFG_VFR_OFFSET_ROUTE_LINESTYLE_COLOR
      The line color of VFR offset routes.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_VFR_OFFSET_ROUTE_LINESTYLE_SELECTIONCOLOR
      The line selection color of VFR offset routes.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LINESTYLE_LINEWIDTH

      public static final String CFG_VFR_OFFSET_ROUTE_LINESTYLE_LINEWIDTH
      The line width of VFR offset routes.

      The default value is 1.

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_VFR_OFFSET_ROUTE_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of VFR offset routes.

      The default value is 1.

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the VFR offset route label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the VFR offset route label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FILLCOLOR

      public static final String CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FILLCOLOR
      The fill color of the VFR offset route label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FRAMED

      public static final String CFG_VFR_OFFSET_ROUTE_LABELSTYLE_FRAMED
      Boolean property that determines whether a VFR offset route label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LABELSTYLE_WITHPIN

      public static final String CFG_VFR_OFFSET_ROUTE_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the VFR offset offset route label.

      The default value is false.

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LABELSTYLE_WITHANCHOR

      public static final String CFG_VFR_OFFSET_ROUTE_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the VFR offset route label should be drawn.

      The default value is false.

      See Also:
    • CFG_VFR_OFFSET_ROUTE_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_VFR_OFFSET_ROUTE_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the VFR offset route label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
    • CFG_ORTCA_LINESTYLE_COLOR

      public static final String CFG_ORTCA_LINESTYLE_COLOR
      The line color of ORTCA objects.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ORTCA_LINESTYLE_SELECTIONCOLOR

      public static final String CFG_ORTCA_LINESTYLE_SELECTIONCOLOR
      The line selection color of ORTCA objects.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_ORTCA_LINESTYLE_LINEWIDTH

      public static final String CFG_ORTCA_LINESTYLE_LINEWIDTH
      The line width of ORTCA objects.

      The default value is 1.

      See Also:
    • CFG_ORTCA_LINESTYLE_SELECTIONLINEWIDTH

      public static final String CFG_ORTCA_LINESTYLE_SELECTIONLINEWIDTH
      The line selection width of ORTCA objects.

      The default value is 1.

      See Also:
    • CFG_ORTCA_FILLSTYLE_COLOR

      public static final String CFG_ORTCA_FILLSTYLE_COLOR
      The fill color of ORTCA objects.

      By default, no fill color is defined.

      See Also:
    • CFG_ORTCA_FILLSTYLE_SELECTIONCOLOR

      public static final String CFG_ORTCA_FILLSTYLE_SELECTIONCOLOR
      The fill selection color of ORTCA objects.

      By default, no fill selection color is defined.

      See Also:
    • CFG_ORTCA_LABELSTYLE_FONTSTYLE_COLOR

      public static final String CFG_ORTCA_LABELSTYLE_FONTSTYLE_COLOR
      The font color of the ORTCA label.

      The default value is (0, 0, 0) (black).

      See Also:
    • CFG_ORTCA_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR

      public static final String CFG_ORTCA_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
      The font selection color of the ORTCA label.

      The default value is (255, 0, 0) (red).

      See Also:
    • CFG_ORTCA_LABELSTYLE_FILLCOLOR

      public static final String CFG_ORTCA_LABELSTYLE_FILLCOLOR
      The fill color of the ORTCA label. The color (0, 0, 0) (black) indicates no fill.

      The default value is (0, 0, 0) (black), thus no fill.

      See Also:
    • CFG_ORTCA_LABELSTYLE_FRAMED

      public static final String CFG_ORTCA_LABELSTYLE_FRAMED
      Boolean property that determines whether a ORTCA label is surrounded with a frame.

      The default value is false.

      See Also:
    • CFG_ORTCA_LABELSTYLE_WITHPIN

      public static final String CFG_ORTCA_LABELSTYLE_WITHPIN
      Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the ORTCA label.

      The default value is false.

      See Also:
    • CFG_ORTCA_LABELSTYLE_WITHANCHOR

      public static final String CFG_ORTCA_LABELSTYLE_WITHANCHOR
      Boolean property that determines whether the anchor point of the ORTCA label should be drawn.

      The default value is false.

      See Also:
    • CFG_ORTCA_LABELSTYLE_SHIFTLABELPOSITION

      public static final String CFG_ORTCA_LABELSTYLE_SHIFTLABELPOSITION
      The placement of the ORTCA label, specified by a number from 0 to 8: 0 = south-east, 1 = north-west, 2 = north-east, 3 = south-west, 4 = east, 5 = west, 6 = north, 7 = south, 8 = center.

      The default value is 5 (west).

      See Also:
  • Constructor Details

    • TLcdDAFIFLayerConfiguration

      public TLcdDAFIFLayerConfiguration(Properties aProperties)
      Create a new TLcdARINCLayerConfiguration instance with the supplied configuration properties. These properties have precedence above the default properties. Only if a property is not found, the default property will be used.
      Parameters:
      aProperties - a properties object that configures a number of display properties of ARINC domain objects.
      See Also:
      • setProperties(java.util.Properties)
    • TLcdDAFIFLayerConfiguration

      public TLcdDAFIFLayerConfiguration()
      Creates a new TLcdDAFIFLayerConfiguration instance with default display properties.
      See Also:
      • setProperties(java.util.Properties)
  • Method Details

    • configureGXYLayerSFCT

      public void configureGXYLayerSFCT(ILcdGXYLayer aLayer)
      Adapts a TLcdGXYLayer or TLcdGXYLayerList instance with DAFIF data to the layer configuration specified by this TLcdDAFIFLayerConfiguration instance.
      Parameters:
      aLayer - The layer that has to be reconfigured. Only instances of TLcdGXYLayer and TLcdGXYLayerList are supported.
    • isTraceOn

      public static boolean isTraceOn()
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Returns true if tracing is enabled for this class.
      Returns:
      true if tracing is enabled for this class, false otherwise.
    • setTraceOn

      public static void setTraceOn(boolean aTraceOn)
      Deprecated.
      This method has been deprecated. It is recommended to use the standard Java logging framework directly.
      Enables tracing for this class instance. Calling this method with either true or false as argument automatically turns off tracing for all other class instances for which setTraceOn has not been called. If the argument is false then only the informative, warning and error log messages are recorded.
      Parameters:
      aTraceOn - if true then all log messages are recorded for this instance. If false, then only the informative, warning and error log messages are recorded.
    • getProperties

      public Properties getProperties()
      Returns the display properties that are used by this layer configuration to configure DAFIF layers, its painters and label painters.

      Note that these properties only contain the user-defined properties, which are set through the constructor or through the method setProperties(Properties). The default value of each property can be found in its documentation.

      Returns:
      the display properties that are currently used.
      See Also:
      • setProperties(java.util.Properties)