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 as
Layer and ElevationModel . |
Modifier and Type | Field and Description |
---|---|
protected GDAL.Area |
GDALDataRaster.area |
Modifier and Type | Method and Description |
---|---|
GDAL.Area |
GDAL.Area.getBoundingArea() |
GDAL.Area |
GDAL.Area.intersection(GDAL.Area that) |
GDAL.Area |
GDAL.Area.intersection(Sector sector) |
Modifier and Type | Method and Description |
---|---|
java.awt.Rectangle |
GDAL.Area.computeClipRect(int rasterWidth,
int rasterHeight,
GDAL.Area clipArea) |
boolean |
GDAL.Area.contains(GDAL.Area that) |
GDAL.Area |
GDAL.Area.intersection(GDAL.Area that) |