Package com.luciad.earth.metadata
Interface ILcdEarthRasterAsset
- All Superinterfaces:
Comparable,ILcdBounded,ILcdEarthAsset
- All Known Implementing Classes:
TLcdEarthClippedRasterAsset,TLcdEarthRasterAsset
An
ILcdEarthAsset that represents raster
data.- Since:
- 8.2
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the asset's pixel density in pixels per square degree.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.luciad.earth.metadata.ILcdEarthAsset
getBounds, getCoverageType, getModelDecoder, getModificationDate, getSourceName
-
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
-