Class TLcdAltitudeInterpretation

java.lang.Object
com.luciad.tea.TLcdAltitudeInterpretation

public final class TLcdAltitudeInterpretation extends Object

Enumeration of interpretations for special altitude values.

The class TLcdAltitudeDescriptor can be used to convert special altitude values to altitude interpretations.

  • Field Details Link icon

    • UNKNOWN_ELEVATION Link icon

      public static final TLcdAltitudeInterpretation UNKNOWN_ELEVATION
      Interpretation for unknown elevation values.
    • OUTSIDE_RASTER_BOUNDS Link icon

      public static final TLcdAltitudeInterpretation OUTSIDE_RASTER_BOUNDS
      Interpretation for altitude values which lie outside the altitude data set.
    • OUTSIDE_SHAPE Link icon

      public static final TLcdAltitudeInterpretation OUTSIDE_SHAPE
      Interpretation for altitude values which lie outside a shape of interest. This constant is used in the TLcdAltitudeMatrixViewFactory for discretized points that lie outside the shape.
  • Constructor Details Link icon

    • TLcdAltitudeInterpretation Link icon

      public TLcdAltitudeInterpretation(String aName)
      Constructs new altitude 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 Link icon

    • toString Link icon

      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.