Package com.luciad.ais.model.navaid.type
Class TLcdMarkerType
java.lang.Object
com.luciad.ais.model.navaid.type.TLcdMarkerType
A type safe enumeration indicating the type of marker.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdMarkerType
Back course marker.static final TLcdMarkerType
Inner marker.static final TLcdMarkerType
Locator at marker.static final TLcdMarkerType
Middle marker.static final TLcdMarkerType
Outer marker.static final TLcdMarkerType
Unknown marker type. -
Method Summary
-
Field Details
-
BACK_COURSE_MARKER
Back course marker. -
MIDDLE_MARKER
Middle marker. -
INNER_MARKER
Inner marker. -
OUTER_MARKER
Outer marker. -
LOCATOR_AT_MARKER
Locator at marker. -
UNKNOWN
Unknown marker type.
-
-
Method Details
-
getName
Returns the name of theTLcdMarkerType
object.- Returns:
- the name of the
TLcdMarkerType
object
-
valueOf
Returns theTLcdMarkerType
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdMarkerType
. This key must not be null.- Returns:
- A
TLcdMarkerType
object if the parameter matches to a markerType, null otherwise.
-
toString
-