Uses of Class
com.luciad.format.s57.TLcdS57AttributeClassDescriptor
Packages that use TLcdS57AttributeClassDescriptor
-
Uses of TLcdS57AttributeClassDescriptor in com.luciad.format.s57
Subclasses of TLcdS57AttributeClassDescriptor in com.luciad.format.s57Modifier and TypeClassDescriptionclass
An extension ofTLcdS57AttributeClassDescriptor
used for describing float attribute classes.class
An extension ofTLcdS57AttributeClassDescriptor
used for describing integer attribute classes.Methods in com.luciad.format.s57 that return TLcdS57AttributeClassDescriptorModifier 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
.Constructors in com.luciad.format.s57 with parameters of type TLcdS57AttributeClassDescriptorModifierConstructorDescriptionTLcdS57Attribute
(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.