Class ALcdISO19103Code

java.lang.Object
com.luciad.util.iso19103.ALcdISO19103Code
All Implemented Interfaces:
ILcdISO19103Code
Direct Known Subclasses:
TLcdISO19103MeasureTypeCode

public abstract class ALcdISO19103Code extends Object implements ILcdISO19103Code
Base class for all codes.
  • Constructor Details

    • ALcdISO19103Code

      protected ALcdISO19103Code(String aName)
      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