Package com.luciad.ais.model.navaid.type
Class TLcdILSMLSCategoryType
java.lang.Object
com.luciad.ais.model.navaid.type.TLcdILSMLSCategoryType
A type safe enumeration class, indicating the categories of ILS/MLS localizer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdILSMLSCategoryTypeILS Localizer/MLS Category I.static final TLcdILSMLSCategoryTypeILS Localizer/MLS Category II.static final TLcdILSMLSCategoryTypeILS Localizer/MLS Category III.static final TLcdILSMLSCategoryTypeIGS Facility.static final TLcdILSMLSCategoryTypeLDA facility, no glidepath.static final TLcdILSMLSCategoryTypeLDA facility, with glidepath.static final TLcdILSMLSCategoryTypeLocalizer only, no glidepath.static final TLcdILSMLSCategoryTypeSDF facility, no glidepath.static final TLcdILSMLSCategoryTypeSDF facility, with glidepath.static final TLcdILSMLSCategoryTypeUnknown ILS / MLS category. -
Method Summary
Modifier and TypeMethodDescriptionReturns the category represented by theTLcdILSMLSCategoryTypeobject.getCode()Returns the code of theTLcdILSMLSCategoryTypeobject.toString()static TLcdILSMLSCategoryTypeReturns theTLcdILSMLSCategoryTypeobject that matches to the given code.
-
Field Details
-
LOCALIZER_ONLY
Localizer only, no glidepath. -
CATEGORY1
ILS Localizer/MLS Category I. -
CATEGORY2
ILS Localizer/MLS Category II. -
CATEGORY3
ILS Localizer/MLS Category III. -
IGS_FACILITY
IGS Facility. -
LDA_FACILITY_WITH_GLIDESLOPE
LDA facility, with glidepath. -
LDA_FACILITY_NO_GLIDESLOPE
LDA facility, no glidepath. -
SDF_FACILITY_WITH_GLIDESLOPE
SDF facility, with glidepath. -
SDF_FACILITY_NO_GLIDESLOPE
SDF facility, no glidepath. -
UNKNOWN
Unknown ILS / MLS category.
-
-
Method Details
-
getCode
Returns the code of theTLcdILSMLSCategoryTypeobject.- Returns:
- the code of the
TLcdILSMLSCategoryTypeobject
-
getCategory
Returns the category represented by theTLcdILSMLSCategoryTypeobject.- Returns:
- the category represented by the
TLcdILSMLSCategoryTypeobject
-
valueOf
Returns theTLcdILSMLSCategoryTypeobject that matches to the given code.- Parameters:
aCode- the code whoseTLcdILSMLSCategoryTypeobject should be found- Returns:
- the
TLcdILSMLSCategoryTypeobject that maps to the given code
-
toString
-