Class TLcdElevationUtil

java.lang.Object
com.luciad.format.raster.TLcdElevationUtil

public class TLcdElevationUtil extends Object
This class contains static utility methods related to elevation rasters.
Since:
6.2
  • Field Details

  • Constructor Details

    • TLcdElevationUtil

      public TLcdElevationUtil()
  • Method Details

    • isValidElevationValue

      public static boolean isValidElevationValue(int aRasterValue)
      Returns whether the given raster value is a valid elevation value.
      Parameters:
      aRasterValue - the raster value to check.
      Returns:
      true if the raster value is valid, false otherwise.
    • isElevationModel

      public static boolean isElevationModel(ILcdModel aModel)
      Returns whether the given model contains terrain elevation data.
      Parameters:
      aModel - the model to check.
      Returns:
      true if the model contains terrain elevation data, false otherwise.
    • isSinglelevelElevationModel

      public static boolean isSinglelevelElevationModel(ILcdModel aModel)
      Returns whether the given model contains single level terrain elevation data.
      Parameters:
      aModel - the model to check.
      Returns:
      true if the model contains terrain elevation data, false otherwise.
    • isMultilevelElevationModel

      public static boolean isMultilevelElevationModel(ILcdModel aModel)
      Returns whether the given model contains multilevel terrain elevation data.
      Parameters:
      aModel - the model to check.
      Returns:
      true if the model contains terrain elevation data, false otherwise.