Uses of Class
gov.nasa.worldwind.data.GDAL.Area
-
Packages that use GDAL.Area Package Description gov.nasa.worldwind.data This package provides classes for converting raw data sources into a form which can be used by standard WorldWind components, such asLayerandElevationModel. -
-
Uses of GDAL.Area in gov.nasa.worldwind.data
Fields in gov.nasa.worldwind.data declared as GDAL.Area Modifier and Type Field Description protected GDAL.AreaGDALDataRaster. areaMethods in gov.nasa.worldwind.data that return GDAL.Area Modifier and Type Method Description GDAL.AreaGDAL.Area. getBoundingArea()GDAL.AreaGDAL.Area. intersection(GDAL.Area that)GDAL.AreaGDAL.Area. intersection(Sector sector)Methods in gov.nasa.worldwind.data with parameters of type GDAL.Area Modifier and Type Method Description java.awt.RectangleGDAL.Area. computeClipRect(int rasterWidth, int rasterHeight, GDAL.Area clipArea)booleanGDAL.Area. contains(GDAL.Area that)GDAL.AreaGDAL.Area. intersection(GDAL.Area that)
-