Package | Description |
---|---|
gov.nasa.worldwind | |
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 . |
gov.nasa.worldwind.exception | |
gov.nasa.worldwind.layers | |
gov.nasa.worldwind.poi | |
gov.nasa.worldwind.util | |
gov.nasa.worldwind.util.gdal |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
WorldWind.createComponent(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
protected void |
TiledRasterProducer.appendSource(org.w3c.dom.Element sources,
CachedDataRaster raster) |
static Sector |
GDAL.Area.calcBoundingSector(org.gdal.osr.SpatialReference srs,
java.awt.geom.Point2D[] corners)
calculates a Geodetic bounding box
|
DataRaster |
BasicRasterServer.composeRaster(AVList reqParams)
Composes a DataRaster of the given width and height for the specific geographic region of interest (ROI).
|
boolean |
GDAL.Area.contains(GDAL.Area that) |
static AVList |
GDALMetadata.extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds,
AVList extParams,
AVList params) |
protected DataRaster[] |
CachedDataRaster.getDataRasters() |
GDAL.Area |
GDAL.Area.intersection(GDAL.Area that) |
GDAL.Area |
GDAL.Area.intersection(Sector sector) |
Modifier and Type | Class and Description |
---|---|
class |
NoItemException
Thrown to indicate that an item is not available from a request or search.
|
class |
ServiceException
Thrown to indicate a service has failed.
|
class |
WWAbsentRequirementException |
class |
WWTimeoutException
Thrown when a WorldWind operation times out.
|
class |
WWUnrecognizedException
Indicates that a value, request or other item or action is not recognized.
|
Modifier and Type | Method and Description |
---|---|
void |
SurfaceImageLayer.addImage(java.lang.String imagePath,
java.util.List<? extends LatLon> corners)
Add an image to the collection at an explicitly specified location.
|
void |
SurfaceImageLayer.addImage(java.lang.String imagePath,
Sector sector)
Add an image to the collection and specify its coverage.
|
protected DataRaster |
SurfaceImageLayer.openDataRaster(java.lang.Object src,
AVList params) |
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<PointOfInterest> |
YahooGazetteer.parseLocationString(java.lang.String locationString) |
Modifier and Type | Method and Description |
---|---|
static void |
NativeLibraryLoader.loadLibrary(java.lang.String libName) |
Modifier and Type | Method and Description |
---|---|
static DataRaster |
GDALUtils.composeDataRaster(org.gdal.gdal.Dataset ds,
AVList params) |
protected static DataRaster |
GDALUtils.composeImageDataRaster(org.gdal.gdal.Dataset ds,
AVList params)
Opens image or elevation file, returns as a BufferedImage (even for elevations)
|
protected static DataRaster |
GDALUtils.composeNonImageDataRaster(org.gdal.gdal.Dataset ds,
AVList params)
The "composeDataRaster" method creates a ByteBufferRaster from an elevation (or non-image) Dataset.
|
static org.gdal.osr.SpatialReference |
GDALUtils.createGeographicSRS() |
static int[] |
GDALUtils.extractBandOrder(org.gdal.gdal.Dataset ds,
AVList params) |
static AVList |
GDALUtils.extractRasterParameters(org.gdal.gdal.Dataset ds) |
static AVList |
GDALUtils.extractRasterParameters(org.gdal.gdal.Dataset ds,
AVList params,
boolean quickReadingMode)
Extracts raster parameters to an AVList
|
static org.gdal.gdal.Dataset |
GDALUtils.open(java.lang.Object source)
Opens image or elevation file, returns a DataSet object
|
static org.gdal.gdal.Dataset |
GDALUtils.open(java.lang.Object source,
boolean isSilentMode)
Opens image or elevation file, returns a DataSet object
|