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
-
Method Summary
-
Constructor Details
-
TLcdISO19103Record
-
-
Method Details
-
addValue
-
removeValue
-
setValue
-
getNames
Description copied from interface:ILcdISO19103Record
All the keys used in this record.- Specified by:
getNames
in interfaceILcdISO19103Record
- Returns:
- all the keys used in this record.
-
getValue
Description copied from interface:ILcdISO19103Record
The value corresponding to one key.- Specified by:
getValue
in interfaceILcdISO19103Record
- Parameters:
aName
- the name of a key.- Returns:
- value corresponding to one key.
-