Uses of Class
gov.nasa.worldwind.exception.WWRuntimeException
-
Packages that use WWRuntimeException 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 asLayerandElevationModel.gov.nasa.worldwind.exception gov.nasa.worldwind.layers gov.nasa.worldwind.poi gov.nasa.worldwind.util gov.nasa.worldwind.util.gdal -
-
Uses of WWRuntimeException in gov.nasa.worldwind
Methods in gov.nasa.worldwind that throw WWRuntimeException Modifier and Type Method Description static java.lang.ObjectWorldWind. createComponent(java.lang.String className) -
Uses of WWRuntimeException in gov.nasa.worldwind.data
Methods in gov.nasa.worldwind.data that throw WWRuntimeException Modifier and Type Method Description protected voidTiledRasterProducer. appendSource(org.w3c.dom.Element sources, CachedDataRaster raster)static SectorGDAL.Area. calcBoundingSector(org.gdal.osr.SpatialReference srs, java.awt.geom.Point2D[] corners)calculates a Geodetic bounding boxDataRasterBasicRasterServer. composeRaster(AVList reqParams)Composes a DataRaster of the given width and height for the specific geographic region of interest (ROI).booleanGDAL.Area. contains(GDAL.Area that)static AVListGDALMetadata. extractExtendedAndFormatSpecificMetadata(org.gdal.gdal.Dataset ds, AVList extParams, AVList params)protected DataRaster[]CachedDataRaster. getDataRasters()GDAL.AreaGDAL.Area. intersection(GDAL.Area that)GDAL.AreaGDAL.Area. intersection(Sector sector) -
Uses of WWRuntimeException in gov.nasa.worldwind.exception
Subclasses of WWRuntimeException in gov.nasa.worldwind.exception Modifier and Type Class Description classNoItemExceptionThrown to indicate that an item is not available from a request or search.classServiceExceptionThrown to indicate a service has failed.classWWAbsentRequirementExceptionclassWWTimeoutExceptionThrown when a WorldWind operation times out.classWWUnrecognizedExceptionIndicates that a value, request or other item or action is not recognized. -
Uses of WWRuntimeException in gov.nasa.worldwind.layers
Methods in gov.nasa.worldwind.layers that throw WWRuntimeException Modifier and Type Method Description voidSurfaceImageLayer. addImage(java.lang.String imagePath, Sector sector)Add an image to the collection and specify its coverage.voidSurfaceImageLayer. addImage(java.lang.String imagePath, java.util.List<? extends LatLon> corners)Add an image to the collection at an explicitly specified location.protected DataRasterSurfaceImageLayer. openDataRaster(java.lang.Object src, AVList params) -
Uses of WWRuntimeException in gov.nasa.worldwind.poi
Methods in gov.nasa.worldwind.poi that throw WWRuntimeException Modifier and Type Method Description protected java.util.ArrayList<PointOfInterest>YahooGazetteer. parseLocationString(java.lang.String locationString) -
Uses of WWRuntimeException in gov.nasa.worldwind.util
Methods in gov.nasa.worldwind.util that throw WWRuntimeException Modifier and Type Method Description static voidNativeLibraryLoader. loadLibrary(java.lang.String folder, java.lang.String libName) -
Uses of WWRuntimeException in gov.nasa.worldwind.util.gdal
Methods in gov.nasa.worldwind.util.gdal that throw WWRuntimeException Modifier and Type Method Description static DataRasterGDALUtils. composeDataRaster(org.gdal.gdal.Dataset ds, AVList params)protected static DataRasterGDALUtils. composeImageDataRaster(org.gdal.gdal.Dataset ds, AVList params)Opens image or elevation file, returns as a BufferedImage (even for elevations)protected static DataRasterGDALUtils. 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.SpatialReferenceGDALUtils. createGeographicSRS()static int[]GDALUtils. extractBandOrder(org.gdal.gdal.Dataset ds, AVList params)static AVListGDALUtils. extractRasterParameters(org.gdal.gdal.Dataset ds)static AVListGDALUtils. extractRasterParameters(org.gdal.gdal.Dataset ds, AVList params, boolean quickReadingMode)Extracts raster parameters to an AVListstatic org.gdal.gdal.DatasetGDALUtils. open(java.lang.Object source)Opens image or elevation file, returns a DataSet objectstatic org.gdal.gdal.DatasetGDALUtils. open(java.lang.Object source, boolean isSilentMode)Opens image or elevation file, returns a DataSet object
-