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

    • UNKNOWN_ELEVATION

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

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

      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

    • TLcdAltitudeInterpretation

      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

    • 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.