Uses of Class
com.luciad.format.s57.TLcdS57AttributeClassDescriptor
-
Uses of TLcdS57AttributeClassDescriptor in com.luciad.format.s57
Modifier and TypeClassDescriptionclass
An extension ofTLcdS57AttributeClassDescriptor
used for describing float attribute classes.class
An extension ofTLcdS57AttributeClassDescriptor
used for describing integer attribute classes.Modifier and TypeMethodDescriptionTLcdS57AttributeAnnotation.getAttributeClassDescriptor()
Returns the S-57 attribute descriptor contained in this annotion.TLcdS57AttributeClassMap.getAttributeClassDescriptor
(int aAttributeClassCode) Returns the S-57 attribute class descriptor for the given attribute class code.TLcdS57ObjectClassDescriptor.getAttributeClassDescriptor
(int aIndex) Returns the attribute class descriptor at indexaIndex
.ModifierConstructorDescriptionTLcdS57Attribute
(TLcdS57AttributeClassDescriptor attributeClassDescriptor, String aValue) Constructs a new S-57 attribute with the given S-57 attribute class descriptor and value.TLcdS57EnumeratedAttribute
(TLcdS57AttributeClassDescriptor aAttributeClassDescriptor, int aValue) Constructs a new S-57 attribute with the given S-57 attribute class descriptor and value.TLcdS57FloatAttribute
(TLcdS57AttributeClassDescriptor aAttributeClassDescriptor, float aValue) Constructs a new S-57 attribute with the given S-57 attribute class descriptor and value.TLcdS57IntAttribute
(TLcdS57AttributeClassDescriptor aAttributeClassDescriptor, int aValue) Constructs a new S-57 attribute with the given S-57 attribute class descriptor and value.TLcdS57ListAttribute
(TLcdS57AttributeClassDescriptor aAttributeClassDescriptor, int[] aValue) Constructs a new S-57 attribute with the given S-57 attribute class descriptor and value.TLcdS57ObjectClassDescriptor
(int aCode, String aAcronym, TLcdS57AttributeClassDescriptor[] aAttributeDescriptors, TLcdDataType aDataType) Creates a new S-57 object class descriptor.