Package com.luciad.util.iso19103
Class ALcdISO19103Code
java.lang.Object
com.luciad.util.iso19103.ALcdISO19103Code
- All Implemented Interfaces:
ILcdISO19103Code
- Direct Known Subclasses:
TLcdISO19103MeasureTypeCode
Base class for all codes.
-
Constructor Summary
ModifierConstructorDescriptionprotected
ALcdISO19103Code
(String aName) Creates a new constant with the given name. -
Method Summary
-
Constructor Details
-
ALcdISO19103Code
Creates a new constant with the given name. The name is trimmed. Subclasses should implement their constructors so that this method is used.- Parameters:
aName
- the name of the constant.
-
-
Method Details