Class TLcdAIXM51CodeRVSM

java.lang.Object
com.luciad.format.aixm51.model.datatypes.ALcdAIXM51Code
com.luciad.format.aixm51.model.datatypes.TLcdAIXM51CodeRVSM

public class TLcdAIXM51CodeRVSM extends ALcdAIXM51Code
A code indicating that reduced vertical separation minima is applied in the column or not.
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdAIXM51CodeRVSM

      public TLcdAIXM51CodeRVSM(String aCode)
  • Method Details

    • getCode

      public String getCode()
      Specified by:
      getCode in class ALcdAIXM51Code
    • toString

      public String toString()
      Overrides:
      toString in class ALcdAIXM51Code
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ALcdAIXM51Code
    • equals

      public boolean equals(Object aOther)
      Description copied from class: ALcdAIXM51Code
      Codes are equal if their class matches and their code strings are the same.
      Overrides:
      equals in class ALcdAIXM51Code
    • getWellKnownValues

      public static Map<String,TLcdAIXM51CodeRVSM> getWellKnownValues()
      Returns a map containing all well known values of this class. This map contains all public constant instances defined on this class.
      Returns:
      A map that maps a well known code to an instance of this class