Package com.luciad.format.arinc
Class TLcdARINCLayerConfiguration
java.lang.Object
com.luciad.format.arinc.TLcdARINCLayerConfiguration
This class can be used to adapt a layer with ARINC 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.
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 Summary
Modifier and TypeFieldDescriptionstatic final String
The color of the airport icon.static final String
The selection color of the airport icon.static final String
The size of the airport icon (in pixels).static final String
The fill color of the airport label.static final String
The font color of the airport label.static final String
The font selection color of the airport label.static final String
Boolean property that determines whether the airport label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the airport label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the airport label.static final String
Deprecated.static final String
Deprecated.Airspaces are painted usingTLcdICAOAirspacePainter
, which doesn't use any icons.static final String
The fill color of the airspace label.static final String
The font color of the airspace label.static final String
The font selection color of the airspace label.static final String
The width of the border of airspaces with airspace classification A in meters.static final String
The line color of airspaces with airspace classification A.static final String
The line selection color of airspaces with airspace classification A.static final String
The width of the border of airspaces with airspace classification B in meters.static final String
The line color of airspaces with airspace classification B.static final String
The line selection color of airspaces with airspace classification B.static final String
The width of the border of airspaces with airspace classification C in meters.static final String
The line color of airspaces with airspace classification C.static final String
The line selection color of airspaces with airspace classification C.static final String
The width of the border of airspaces with airspace classification D in meters.static final String
The line color of airspaces with airspace classification D.static final String
The line selection color of airspaces with airspace classification D.static final String
The width of the border of airspaces with airspace classification E in meters.static final String
The line color of airspaces with airspace classification E.static final String
The line selection color of airspaces with airspace classification E.static final String
The width of the border of airspaces with airspace classification F in meters.static final String
The line color of airspaces with airspace classification F.static final String
The line selection color of airspaces with airspace classification F.static final String
The width of the border of airspaces with airspace classification G in meters.static final String
The line color of airspaces with airspace classification G.static final String
The line selection color of airspaces with airspace classification G.static final String
The line color of airspaces without an airspace classification.static final String
The line width of airspaces without an airspace classification.static final String
The line selection color of airspaces without an airspace classification.static final String
The line selection line width of airspaces without an airspace classification.static final String
The color of the ATS route waypoint icon.static final String
The selection color of the ATS route waypoint icon.static final String
The size of the ATS route waypoint icon.static final String
The fill color of the ATS route label.static final String
The font color of the ATS route label.static final String
The font selection color of the ATS route label.static final String
Boolean property that determines whether the ATS route label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the ATS route label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the ATS route label.static final String
The line color of ATS routes.static final String
The line width of ATS routes.static final String
The line selection color of ATS routes.static final String
The line selection width of ATS routes.static final String
The color of the communication icon.static final String
The selection color of the communication icon.static final String
The size of the communication icon (in pixels).static final String
The fill color of the communication label.static final String
The font color of the communication label.static final String
The font selection color of the communication label.static final String
Boolean property that determines whether the communication label is surrounded with a frame.static final String
The placement of the communication 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.static final String
Boolean property that determines whether the anchor point of the communication label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the communication label.static final String
The color of the DME icon.static final String
The selection color of the DME icon.static final String
The size of the DME icon (in pixels).static final String
The fill color of a DME label.static final String
The font color of a DME label.static final String
The font selection color of a DME label.static final String
Boolean property that determines whether a DME label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the DME label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the DME label.static final String
The color of the heliport icon.static final String
The selection color of the heliport icon.static final String
The size of the heliport icon (in pixels).static final String
The fill color of the heliport label.static final String
The font color of the heliport label.static final String
The font selection color of the heliport label.static final String
Boolean property that determines whether the heliport label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the heliport label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the heliport label.static final String
The line color of connector holding geometry.static final String
The line selection color of connector holding geometry.static final String
The line color of decoration holding geometry.static final String
The line selection color of decoration holding geometry.static final String
The line color of erroneous holding geometry.static final String
The line selection color of erroneous holding geometry.static final String
The icon color of holdings.static final String
The icon selection color of holdings.static final String
The size of the holdings icons.static final String
The fill color of the holding label.static final String
The font color of the holding label.static final String
The font selection color of the holding label.static final String
Boolean property that determines whether the holding label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the holding label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the holding label.static final String
The line color of holding geometry that comes after the missed approach point.static final String
The line selection color of holding geometry that comes after the missed approach point.static final String
The line color of normal holding geometry.static final String
The line selection color of normal holding geometry.static final String
The color of the ILS icon.static final String
The selection color of the ILS icon.static final String
The size of the ILS icon (in pixels).static final String
The fill color of the ILS label.static final String
The font color of the ILS label.static final String
The font selection color of the ILS label.static final String
Boolean property that determines whether the ILS label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the ILS label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the ILS label.static final String
The font color for Minimum Sector Altitude labels.static final String
The font name for Minimum Sector Altitude labels.static final String
The font selection color for Minimum Sector Altitude labels.static final String
The font size for Minimum Sector Altitude labels.static final String
The font style for Minimum Sector Altitude labels.static final String
The sector color of a Minimum Sector Altitude.static final String
The sector selection color of a Minimum Sector Altitude.static final String
The font color for high altitude MORA labels.static final String
The threshold (in feet) for a high altitude.static final String
The font name for MORA labels.static final String
The font size for MORA labels.static final String
The font style for MORA labels.static final String
The line color of MORA.static final String
The line width of MORA.static final String
The line selection color of MORA.static final String
The line selection width of MORA.static final String
The font color for low altitude MORA labels.static final String
The color of the NDB icon.static final String
The selection color of the NDB icon.static final String
The size of the NDB icon (in pixels).static final String
The fill color of the NDB label.static final String
The font color of the NDB label.static final String
The font selection color of the NDB label.static final String
Boolean property that determines whether the NDB label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the NDB label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the NDB label.static final String
The font color of the procedure label.static final String
The font selection color of the procedure label.static final String
The paint mode of procedures, which determines whether the procedure and its decorations are displayed or not.static final String
The fill color of runways.static final String
The fill mode of runways.static final String
The fill selection color of runways.static final String
The fill color of the runway label.static final String
The font color of the runway label.static final String
The font selection color of the runway label.static final String
Boolean property that determines whether a runway label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the runway label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the runway label.static final String
The line color of runways.static final String
The line width of runways.static final String
The line selection color of runways.static final String
The line selection width of runways.static final String
The color of the TACAN icon.static final String
The selection color of the TACAN icon.static final String
The size of the TACAN icon (in pixels).static final String
The fill color of the TACAN label.static final String
The font color of the TACAN label.static final String
The font selection color of the TACAN label.static final String
Boolean property that determines whether a TACAN label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the TACAN label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the TACAN label.static final String
The color of the VOR icon.static final String
The selection color of the VOR icon.static final String
The size of the VOR icon (in pixels).static final String
The fill color of a VOR label.static final String
The font color of a VOR label.static final String
The font selection color of a VOR label.static final String
Boolean property that determines whether a VOR label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the VOR label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the VOR label.static final String
The color of the waypoint icon.static final String
The selection color of the waypoint icon.static final String
The size of the waypoint icon (in pixels).static final String
The fill color of the waypoint label.static final String
The font color of the waypoint label.static final String
The font selection color of the waypoint label.static final String
Boolean property that determines whether the waypoint label is surrounded with a frame.static final String
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.static final String
Boolean property that determines whether the anchor point of the waypoint label should be drawn.static final String
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the waypoint label. -
Constructor Summary
ConstructorDescriptionCreates a newTLcdARINCLayerConfiguration
instance with default display properties.TLcdARINCLayerConfiguration
(Properties aProperties) Create a newTLcdARINCLayerConfiguration
instance with the supplied configuration properties. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureGXYLayerSFCT
(ILcdGXYLayer aLayer) Adapts aTLcdGXYLayer
orTLcdGXYLayerList
instance with ARINC data to the layer configuration specified by thisTLcdARINCLayerConfiguration
instance.Returns the display properties that are used by this layer configuration to configure ARINC layers, its painters and label painters.static boolean
Deprecated.This method has been deprecated.static void
setTraceOn
(boolean aTraceOn) Deprecated.This method has been deprecated.
-
Field Details
-
CFG_AIRPORT_ICONSTYLE_COLOR
The color of the airport icon. The default value is(0, 0, 0)
(black).- See Also:
-
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
The size of the airport icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of the airport label. The default value is(255, 0, 0)
(red).- See Also:
-
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
Boolean property that determines whether the airport label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_AIRPORT_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the airport label should be drawn. The default value isfalse
.- See Also:
-
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_COMMUNICATION_ICONSTYLE_COLOR
The color of the communication icon. The default value is(0, 0, 0)
(black).- See Also:
-
CFG_COMMUNICATION_ICONSTYLE_SELECTIONCOLOR
The selection color of the communication icon. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_COMMUNICATION_ICONSTYLE_SIZE
The size of the communication icon (in pixels). The default size is 17.- See Also:
-
CFG_COMMUNICATION_LABELSTYLE_FONTSTYLE_COLOR
The font color of the communication label. The default value is(0, 0, 0)
(black).- See Also:
-
CFG_COMMUNICATION_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
The font selection color of the communication label. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_COMMUNICATION_LABELSTYLE_FILLCOLOR
The fill color of the communication label. The color(0, 0, 0)
(black) indicates no fill. The default value is(0, 0, 0)
(black), thus no fill.- See Also:
-
CFG_COMMUNICATION_LABELSTYLE_FRAMED
Boolean property that determines whether the communication label is surrounded with a frame. The default value isfalse
.- See Also:
-
CFG_COMMUNICATION_LABELSTYLE_WITHPIN
Boolean property that determines whether a pin should be drawn from the anchor point to the first feature in the communication label. The default value isfalse
.- See Also:
-
CFG_COMMUNICATION_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the communication label should be drawn. The default value isfalse
.- See Also:
-
CFG_COMMUNICATION_LABELSTYLE_SHIFTLABELPOSITION
The placement of the communication 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
Deprecated.Airspaces are painted usingTLcdICAOAirspacePainter
, which doesn't use any icons.The color of the airspace icon.- See Also:
-
CFG_AIRSPACE_ICONSTYLE_SELECTIONCOLOR
Deprecated.Airspaces are painted usingTLcdICAOAirspacePainter
, which doesn't use any icons.The selection color of the airspace icon.- See Also:
-
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
The line selection color of airspaces without an airspace classification. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_AIRSPACE_LINESTYLE_LINEWIDTH
The line width of airspaces without an airspace classification. The default value is 1.- See Also:
-
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
The line color of airspaces with airspace classification A. The default value is(176, 58, 80)
.- See Also:
-
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
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
The line color of airspaces with airspace classification B. The default value is(88, 115, 165)
.- See Also:
-
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
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
The line color of airspaces with airspace classification C. The default value is(88, 115, 165)
.- See Also:
-
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
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
The line color of airspaces with airspace classification D. The default value is(88, 115, 165)
.- See Also:
-
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
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
The line color of airspaces with airspace classification E. The default value is(88, 115, 165)
.- See Also:
-
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
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
The line color of airspaces with airspace classification F. The default value is(88, 115, 165)
.- See Also:
-
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
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
The line color of airspaces with airspace classification G. The default value is(88, 115, 165)
.- See Also:
-
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
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
The font color of the airspace label. The default value is(0, 0, 0)
(black).- See Also:
-
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
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
The line color of runways. The default value is(0, 0, 0)
(black).- See Also:
-
CFG_RUNWAY_LINESTYLE_SELECTIONCOLOR
The line selection color of runways. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_RUNWAY_LINESTYLE_LINEWIDTH
The line width of runways. The default value is 1.- See Also:
-
CFG_RUNWAY_LINESTYLE_SELECTIONLINEWIDTH
The line selection width of runways. The default value is 1.- See Also:
-
CFG_RUNWAY_FILLSTYLE_MODE
The fill mode of runways. The possibilities are:NO_FILL
: runways are never painted with a fill.BY_SURFACE_TYPE
: a fill is painted only when a surface type is available.ALWAYS
: always paint a fill, also if no surface type is available.
BY_SURFACE_TYPE
.- See Also:
-
CFG_RUNWAY_FILLSTYLE_COLOR
The fill color of runways. The default value is(0, 0, 0)
(black).- See Also:
-
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
The font color of the runway label. The default value is(0, 0, 0)
(black).- See Also:
-
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
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
Boolean property that determines whether a runway label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_RUNWAY_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the runway label should be drawn. The default value isfalse
.- See Also:
-
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_HELIPORT_ICONSTYLE_COLOR
The color of the heliport icon. The default value is(0, 0, 0)
(black).- See Also:
-
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
The size of the heliport icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of the heliport label. The default value is(255, 0, 0)
(red).- See Also:
-
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).- See Also:
-
CFG_HELIPORT_LABELSTYLE_FRAMED
Boolean property that determines whether the heliport label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_HELIPORT_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the heliport label should be drawn. The default value isfalse
.- See Also:
-
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_WAYPOINT_ICONSTYLE_COLOR
The color of the waypoint icon. The default value is(0, 0, 0)
(black).- See Also:
-
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
The size of the waypoint icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of the waypoint label. The default value is(255, 0, 0)
(red).- See Also:
-
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).- See Also:
-
CFG_WAYPOINT_LABELSTYLE_FRAMED
Boolean property that determines whether the waypoint label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_WAYPOINT_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the waypoint label should be drawn. The default value isfalse
.- See Also:
-
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
The line color of ATS routes. The default value is(0, 0, 0)
(black).- See Also:
-
CFG_ATS_ROUTE_LINESTYLE_SELECTIONCOLOR
The line selection color of ATS routes. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_ATS_ROUTE_LINESTYLE_LINEWIDTH
The line width of ATS routes. The default value is 1.- See Also:
-
CFG_ATS_ROUTE_LINESTYLE_SELECTIONLINEWIDTH
The line selection width of ATS routes. The default value is 1.- See Also:
-
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
The selection color of the ATS route waypoint icon. The default value is(255, 0, 0)
(red).- See Also:
-
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
The font color of the ATS route label. The default value is(0, 0, 0)
(black).- See Also:
-
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
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
Boolean property that determines whether the ATS route label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_ATS_ROUTE_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the ATS route label should be drawn. The default value isfalse
.- See Also:
-
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_HOLDING_ICONSTYLE_COLOR
The icon color of holdings. The default value is(0, 0, 0)
(black).- See Also:
-
CFG_HOLDING_ICONSTYLE_SELECTIONCOLOR
The icon selection color of holdings. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_HOLDING_ICONSTYLE_SIZE
The size of the holdings icons. The default value is 3.- See Also:
-
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
The line selection color of normal holding geometry. The default value is(255, 0, 0)
(red).- See Also:
-
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
The line selection color of decoration holding geometry. The default value is(255, 0, 0)
(red).- See Also:
-
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
The line selection color of erroneous holding geometry. The default value is(255, 0, 0)
(red).- See Also:
-
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
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
The line color of connector holding geometry. The default value is(0, 0, 0)
(black).- See Also:
-
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
The font color of the holding label. The default value is(0, 0, 0)
(black).- See Also:
-
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
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
Boolean property that determines whether the holding label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_HOLDING_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the holding label should be drawn. The default value isfalse
.- See Also:
-
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
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.
PROCEDURE_ONLY
.- See Also:
-
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
The font selection color of the procedure label. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_VOR_ICONSTYLE_COLOR
The color of the VOR icon. The default value is(0, 0, 0)
(black).- See Also:
-
CFG_VOR_ICONSTYLE_SELECTIONCOLOR
The selection color of the VOR icon. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_VOR_ICONSTYLE_SIZE
The size of the VOR icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of a VOR label. The default value is(255, 0, 0)
(red).- See Also:
-
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
Boolean property that determines whether a VOR label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_VOR_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the VOR label should be drawn. The default value isfalse
.- See Also:
-
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
The color of the NDB icon. The default value is(0, 0, 0)
(black).- See Also:
-
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
The size of the NDB icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of the NDB label. The default value is(255, 0, 0)
(red).- See Also:
-
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
Boolean property that determines whether the NDB label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_NDB_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the NDB label should be drawn. The default value isfalse
.- See Also:
-
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
The color of the DME icon. The default value is(0, 0, 0)
(black).- See Also:
-
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
The size of the DME icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of a DME label. The default value is(255, 0, 0)
(red).- See Also:
-
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
Boolean property that determines whether a DME label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_DME_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the DME label should be drawn. The default value isfalse
.- See Also:
-
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
The color of the TACAN icon. The default value is(0, 0, 0)
(black).- See Also:
-
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
The size of the TACAN icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of the TACAN label. The default value is(255, 0, 0)
(red).- See Also:
-
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
Boolean property that determines whether a TACAN label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_TACAN_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the TACAN label should be drawn. The default value isfalse
.- See Also:
-
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_ILS_ICONSTYLE_COLOR
The color of the ILS icon. The default value is(0, 0, 0)
(black).- See Also:
-
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
The size of the ILS icon (in pixels). The default size is 17.- See Also:
-
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
The font selection color of the ILS label. The default value is(255, 0, 0)
(red).- See Also:
-
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
Boolean property that determines whether the ILS label is surrounded with a frame. The default value isfalse
.- See Also:
-
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 isfalse
.- See Also:
-
CFG_ILS_LABELSTYLE_WITHANCHOR
Boolean property that determines whether the anchor point of the ILS label should be drawn. The default value isfalse
.- See Also:
-
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_MORA_LINESTYLE_COLOR
The line color of MORA. The default value is(0, 0, 0)
(black).- See Also:
-
CFG_MORA_LINESTYLE_SELECTIONCOLOR
The line selection color of MORA. The default value is(255, 0, 0)
(red).- See Also:
-
CFG_MORA_LINESTYLE_LINEWIDTH
The line width of MORA. The default value is 1.- See Also:
-
CFG_MORA_LINESTYLE_SELECTIONLINEWIDTH
The line selection width of MORA. The default value is 1.- See Also:
-
CFG_MORA_LABELSTYLE_FONTSTYLE_NAME
The font name for MORA labels. The default is"SansSerif"
- See Also:
-
CFG_MORA_LABELSTYLE_FONTSTYLE_STYLE
The font style for MORA labels. The default is"Plain"
- See Also:
-
CFG_MORA_LABELSTYLE_FONTSTYLE_SIZE
The font size for MORA labels. The default is10
- See Also:
-
CFG_MORA_LOW_ALTITUDE_LABELSTYLE_FONTSTYLE_COLOR
The font color for low altitude MORA labels. The default is(0, 0, 0)
- See Also:
-
CFG_MORA_HIGH_ALTITUDE_LABELSTYLE_FONTSTYLE_COLOR
The font color for high altitude MORA labels. The default is(0, 0, 0)
- See Also:
-
CFG_MORA_HIGH_ALTITUDE_THRESHOLD
The threshold (in feet) for a high altitude. The default is14000
- See Also:
-
CFG_MINIMUM_SECTOR_ALTITUDE_LINESTYLE_COLOR
The sector color of a Minimum Sector Altitude. The default is(255, 255, 255)
(white).- Since:
- 2022.1
- See Also:
-
CFG_MINIMUM_SECTOR_ALTITUDE_LINESTYLE_SELECTIONCOLOR
The sector selection color of a Minimum Sector Altitude. The default is(255, 0, 0)
(red).- Since:
- 2022.1
- See Also:
-
CFG_MINIMUM_SECTOR_ALTITUDE_LABELSTYLE_FONTSTYLE_NAME
The font name for Minimum Sector Altitude labels. The default is"SansSerif"
.- Since:
- 2022.1
- See Also:
-
CFG_MINIMUM_SECTOR_ALTITUDE_LABELSTYLE_FONTSTYLE_STYLE
The font style for Minimum Sector Altitude labels. The default is"Italic"
.- Since:
- 2022.1
- See Also:
-
CFG_MINIMUM_SECTOR_ALTITUDE_LABELSTYLE_FONTSTYLE_SIZE
The font size for Minimum Sector Altitude labels. The default is14
.- Since:
- 2022.1
- See Also:
-
CFG_MINIMUM_SECTOR_ALTITUDE_LABELSTYLE_FONTSTYLE_COLOR
The font color for Minimum Sector Altitude labels. The default is(255, 255, 255)
(white).- Since:
- 2022.1
- See Also:
-
CFG_MINIMUM_SECTOR_ALTITUDE_LABELSTYLE_FONTSTYLE_SELECTIONCOLOR
The font selection color for Minimum Sector Altitude labels. The default is(255, 0, 0)
(red).- Since:
- 2022.1.
- See Also:
-
-
Constructor Details
-
TLcdARINCLayerConfiguration
Create a newTLcdARINCLayerConfiguration
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:
-
TLcdARINCLayerConfiguration
public TLcdARINCLayerConfiguration()Creates a newTLcdARINCLayerConfiguration
instance with default display properties.- See Also:
-
-
Method Details
-
configureGXYLayerSFCT
Adapts aTLcdGXYLayer
orTLcdGXYLayerList
instance with ARINC data to the layer configuration specified by thisTLcdARINCLayerConfiguration
instance. In case of a model with a model descriptor of typeTLcdAerodromeModelDescriptor
, the contents of the model is analyzed to decide whether the layer is an airport or heliport layer, as these objects use a different icon. When the model is empty, the layer is configured as an airport layer.- Parameters:
aLayer
- The layer that has to be reconfigured. Only instances ofTLcdGXYLayer
andTLcdGXYLayerList
are supported.
-
isTraceOn
public static boolean isTraceOn()Deprecated.This method has been deprecated. It is recommended to use the standard Java logging framework directly.Returnstrue
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 eithertrue
orfalse
as argument automatically turns off tracing for all other class instances for whichsetTraceOn
has not been called. If the argument isfalse
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
Returns the display properties that are used by this layer configuration to configure ARINC 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 methodsetProperties(Properties)
. The default value of each property can be found in its documentation.- Returns:
- the display properties that are currently used.
- See Also:
-
TLcdICAOAirspacePainter
, which doesn't use any icons.