Interface ILcdEarthRasterAsset

All Superinterfaces:
Comparable, ILcdBounded, ILcdEarthAsset
All Known Implementing Classes:
TLcdEarthClippedRasterAsset, TLcdEarthRasterAsset

public interface ILcdEarthRasterAsset extends ILcdEarthAsset
An ILcdEarthAsset that represents raster data.
Since:
8.2
  • Method Details

    • getPixelDensity

      double getPixelDensity()
      Returns the asset's pixel density in pixels per square degree. In other words, this method returns the total number of pixels in the raster divided by the area of the asset's bounds. The pixel density can be used to prioritize more detailed rasters during terrain preprocessing.
      Returns:
      the asset's pixel density