Package com.luciad.format.s57
Class TLcdS57IntegerAttributeClassDescriptor
java.lang.Object
com.luciad.format.s57.TLcdS57AttributeClassDescriptor
com.luciad.format.s57.TLcdS57IntegerAttributeClassDescriptor
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
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.format.s57.TLcdS57AttributeClassDescriptor
TLcdS57AttributeClassDescriptor.Type
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the maximum value allowed for this attribute, or Integer.MAX_VALUE if no upper bound is defined.int
Returns the minimum value allowed for this attribute, or Integer.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
-
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.
-