Uses of Class
com.luciad.format.s57.TLcdS57AttributeClassDescriptor.Type
-
Uses of TLcdS57AttributeClassDescriptor.Type in com.luciad.format.s57
Modifier and TypeFieldDescriptionstatic final TLcdS57AttributeClassDescriptor.Type
TLcdS57AttributeClassDescriptor.Type.CODED_STRING
Represents the S-57 Coded String attribute type.static final TLcdS57AttributeClassDescriptor.Type
TLcdS57AttributeClassDescriptor.Type.ENUMERATED
Represents the S-57 Enumerated attribute type.static final TLcdS57AttributeClassDescriptor.Type
TLcdS57AttributeClassDescriptor.Type.FLOAT
Represents the S-57 Float attribute type.static final TLcdS57AttributeClassDescriptor.Type
TLcdS57AttributeClassDescriptor.Type.FREE_TEXT
Represents the S-57 Free Text attribute type.static final TLcdS57AttributeClassDescriptor.Type
TLcdS57AttributeClassDescriptor.Type.INTEGER
Represents the S-57 Integer attribute type.static final TLcdS57AttributeClassDescriptor.Type
TLcdS57AttributeClassDescriptor.Type.LIST
Represents the S-57 List attribute type.Modifier and TypeMethodDescriptionTLcdS57AttributeClassDescriptor.getType()
Returns the type of this attribute class.ModifierConstructorDescriptionTLcdS57AttributeClassDescriptor
(int aCode, String aAcronym, TLcdS57AttributeClassDescriptor.Type aType) Creates a new S-57 attribute class descriptor.