Class TLcdS57IntegerAttributeClassDescriptor

java.lang.Object
com.luciad.format.s57.TLcdS57AttributeClassDescriptor
com.luciad.format.s57.TLcdS57IntegerAttributeClassDescriptor

public class TLcdS57IntegerAttributeClassDescriptor extends TLcdS57AttributeClassDescriptor
An extension of TLcdS57AttributeClassDescriptor used for describing integer attribute classes. In addition to the standard attribute class data, this attribute class provides the following extra information:
  • Minimum attribute value
  • Maximum attribute value
  • Method Details

    • getMinIntValue

      public int getMinIntValue()
      Returns the minimum value allowed for this attribute, or Integer.MIN_VALUE if no lower bound is defined.
    • getMaxIntValue

      public int getMaxIntValue()
      Returns the maximum value allowed for this attribute, or Integer.MAX_VALUE if no upper bound is defined.