Package com.luciad.format.s57
Class TLcdS57FloatAttributeClassDescriptor
java.lang.Object
com.luciad.format.s57.TLcdS57AttributeClassDescriptor
com.luciad.format.s57.TLcdS57FloatAttributeClassDescriptor
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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.format.s57.TLcdS57AttributeClassDescriptor
TLcdS57AttributeClassDescriptor.Type
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Returns the maximum value allowed for this attribute, or Float.MAX_VALUE if no upper bound is defined.float
Returns the minimum value allowed for this attribute, or Float.MIN_VALUE if no lower bound is defined.Methods inherited from class com.luciad.format.s57.TLcdS57AttributeClassDescriptor
equals, getAcronym, getCode, getType, hashCode, toString
-
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.
-