Class TLcdVisibilityInterpretation

java.lang.Object
com.luciad.tea.TLcdVisibilityInterpretation

public final class TLcdVisibilityInterpretation extends Object

Enumeration of interpretations for special visibility values.

The class TLcdVisibilityDescriptor can be used to convert special visibility values to visibility interpretations.

  • Field Details

  • Constructor Details

    • TLcdVisibilityInterpretation

      public TLcdVisibilityInterpretation(String aName)
      Constructs new visibility interpretation with the specified name. The name is used as the string representation of this instance.
      Parameters:
      aName - The name of the interpretation.
  • Method Details

    • toString

      public String toString()
      Returns the name specified in the constructor of this instance.
      Overrides:
      toString in class Object
      Returns:
      the name specified in the constructor of this instance.