Package com.luciad.util.iso19103
Class TLcdISO19103Record
java.lang.Object
com.luciad.util.iso19103.TLcdISO19103Record
- All Implemented Interfaces:
ILcdISO19103Record
A default implementation for a record as defined by the ISO 19103 standard.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TLcdISO19103Record
-
-
Method Details
-
addValue
-
removeValue
-
setValue
-
getNames
Description copied from interface:ILcdISO19103RecordAll the keys used in this record.- Specified by:
getNamesin interfaceILcdISO19103Record- Returns:
- all the keys used in this record.
-
getValue
Description copied from interface:ILcdISO19103RecordThe value corresponding to one key.- Specified by:
getValuein interfaceILcdISO19103Record- Parameters:
aName- the name of a key.- Returns:
- value corresponding to one key.
-