Class TLcdUSRPLegend

java.lang.Object
com.luciad.format.usrp.TLcdUSRPLegend

public class TLcdUSRPLegend extends Object
This class describes a legend of USRP/ASRP/ADRG data, as defined in a Source file (SOU).
Since:
6.0.14
See Also:
  • "The UTM/UPS Standard Raster Product Specification (USRP, Edition 1.3, August 1997)"
  • "The ARC Standard Raster Product Specification (ASRP, Edition 1.2, March 1995)"
  • "ARC Digitized Graphics (ADRG, MIL-A-89007, February 1990)"
  • Constructor Details

    • TLcdUSRPLegend

      public TLcdUSRPLegend(String aName, ILcdTile aTile)
      Creates a new TLcdUSRPLegend with the given contents.
      Parameters:
      aName - the name of the legend.
      aTile - the tile containing the image of the legend. It is typically defined in a legend image file (L01), which can be decoded as a TLcdBufferedTile with a TLcdUSRPImageDecoder.
  • Method Details

    • getName

      public String getName()
      Returns the legend name.
    • getImage

      public Image getImage()
      Returns the legend tile.