skip to main content
Defense > Programmer's documentation > Programming with JViews Maps for Defense > Creating defense data source objects > Raster data sources
 
Raster data sources
The defense-specific raster image formats used in JViews Maps for Defense are:
*ASRP
*USRP (see DIGEST ASRP and USRP)
*CADRG (see CADRG format)
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.

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.