Class TLcdRunwaySurfaceType
java.lang.Object
com.luciad.ais.model.aerodrome.type.TLcdRunwaySurfaceType
This class defines a type safe enumeration representing the runway surface types.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdRunwaySurfaceType
Asphalt (key = ASP).static final TLcdRunwaySurfaceType
Part asphalt, part grass (key = ASP+GRS).static final TLcdRunwaySurfaceType
Bituminous tar or asphalt and/or oil or bitumen bound, mix-in-place surfaces (often referred to as "earth cement") (key = BIT).static final TLcdRunwaySurfaceType
Brick (key = BRI).static final TLcdRunwaySurfaceType
Clay (key = CLA).static final TLcdRunwaySurfaceType
Composite, less than 50% permanent (key = COM).static final TLcdRunwaySurfaceType
Concrete (key = CON).static final TLcdRunwaySurfaceType
Part concrete, part grass (key = CONC+GRS).static final TLcdRunwaySurfaceType
Composite (key = COP).static final TLcdRunwaySurfaceType
Coral (key = COR).static final TLcdRunwaySurfaceType
Grass (key = GRS).static final TLcdRunwaySurfaceType
Graded or rolled earth (key = GRE).static final TLcdRunwaySurfaceType
Gravel (key = GVL).static final TLcdRunwaySurfaceType
Hard (key = H).static final TLcdRunwaySurfaceType
Ice (key = ICE).static final TLcdRunwaySurfaceType
Laterite (key = LAT).static final TLcdRunwaySurfaceType
Macadam (key = MAC).static final TLcdRunwaySurfaceType
Landing mat portable system, usually made of aluminium (key = MAT).static final TLcdRunwaySurfaceType
Membrane - pastic or other fiber material (key = MEM).static final TLcdRunwaySurfaceType
Metal - Steel, Aluminium (key = MET).static final TLcdRunwaySurfaceType
Mix (key = MIX).static final TLcdRunwaySurfaceType
Part concrete, part asphalt or part macadam (key = PEM).static final TLcdRunwaySurfaceType
Permanent surface type unknown (key = PER).static final TLcdRunwaySurfaceType
Pierced steel planking (key = PSP).static final TLcdRunwaySurfaceType
Soft (key = S).static final TLcdRunwaySurfaceType
Sand (key = SAN).static final TLcdRunwaySurfaceType
Snow (key = SNO).static final TLcdRunwaySurfaceType
Stone (key = STO).static final TLcdRunwaySurfaceType
Surface Unknown (key = U).static final TLcdRunwaySurfaceType
Water (key = W).static final TLcdRunwaySurfaceType
Wood (key = WOO). -
Method Summary
-
Field Details
-
ASP
Asphalt (key = ASP). -
ASP_GRS
Part asphalt, part grass (key = ASP+GRS). -
BRI
Brick (key = BRI). -
COP
Composite (key = COP). -
PEM
Part concrete, part asphalt or part macadam (key = PEM). -
PER
Permanent surface type unknown (key = PER). -
BIT
Bituminous tar or asphalt and/or oil or bitumen bound, mix-in-place surfaces (often referred to as "earth cement") (key = BIT). -
CLA
Clay (key = CLA). -
COM
Composite, less than 50% permanent (key = COM). -
CON
Concrete (key = CON). -
CONC_GRS
Part concrete, part grass (key = CONC+GRS). -
COR
Coral (key = COR). -
GRE
Graded or rolled earth (key = GRE). -
GRASS
Grass (key = GRS). -
GVL
Gravel (key = GVL). -
ICE
Ice (key = ICE). -
LAT
Laterite (key = LAT). -
MAC
Macadam (key = MAC). -
MEM
Membrane - pastic or other fiber material (key = MEM). -
MIX
Mix (key = MIX). -
PSP
Pierced steel planking (key = PSP). -
SAN
Sand (key = SAN). -
SNO
Snow (key = SNO). -
H
Hard (key = H). -
S
Soft (key = S). -
W
Water (key = W). -
U
Surface Unknown (key = U). -
STONE
Stone (key = STO). -
METAL
Metal - Steel, Aluminium (key = MET). -
MATS
Landing mat portable system, usually made of aluminium (key = MAT). -
WOOD
Wood (key = WOO).
-
-
Method Details
-
toString
-
isHard
public boolean isHard()Returns true if this surface type is hard. False will be returned only if this surface type is unpaved (or soft).- Returns:
- true if this surface type is hard. False will be returned only if this surface type is unpaved (or soft).
-
valueOf
Returns theTLcdRunwaySurfaceType
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdRunwaySurfaceType
. This key must not be null.- Returns:
- A
TLcdRunwaySurfaceType
object if the parameter matches to a runway surface type, null otherwise.
-