Raster data sources

The defense-specific raster image formats used in JViews Maps for Defense are:

  • ASRP

To create raster data source objects for these formats, follow the procedure in Creating a map application using the API, noting that the raster reader class table for the ASRP, USRP, and CADRG image formats is as follows:

 

ASRP

IlvRasterASRPReader

USRP

IlvRasterUSRPReader

CADRG

IlvRasterCADRGReader

The source code for the Map Builder demonstration, which contains all of the code described in this section, can be found at <installdir> /jviews-maps/samples/mapbuilder/index.html

For further information about data sources, see Creating data source objects.