Package com.luciad.format.usrp
Class TLcdUSRPLegend
java.lang.Object
com.luciad.format.usrp.TLcdUSRPLegend
This class describes a legend of USRP/ASRP/ADRG data, as defined in a
Source file (SOU).
- Since:
- 6.0.14
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdUSRPLegend
(String aName, ILcdTile aTile) Creates a new TLcdUSRPLegend with the given contents. -
Method Summary
-
Constructor Details
-
TLcdUSRPLegend
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 aTLcdBufferedTile
with aTLcdUSRPImageDecoder
.
-
-
Method Details
-
getName
Returns the legend name. -
getImage
Returns the legend tile.
-