Class TLcdS57FloatAttributeClassDescriptor

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

public class TLcdS57FloatAttributeClassDescriptor extends TLcdS57AttributeClassDescriptor
An extension of TLcdS57AttributeClassDescriptor used for describing float 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

    • getMinFloatValue

      public float getMinFloatValue()
      Returns the minimum value allowed for this attribute, or Float.MIN_VALUE if no lower bound is defined.
    • getMaxFloatValue

      public float getMaxFloatValue()
      Returns the maximum value allowed for this attribute, or Float.MAX_VALUE if no upper bound is defined.