Uses of Interface
com.luciad.format.s57.ILcdS57Attribute
Packages that use ILcdS57Attribute
-
Uses of ILcdS57Attribute in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdS57AttributeModifier and TypeClassDescriptionclass
Implementation of an ILcdS57Attribute for attributes of type 'coded string' and 'free text'.class
Implementation of ILcdS57Attribute for an enumerated value.class
Implementation of ILcdS57Attribute for a float value.class
Implementation of ILcdS57Attribute for an integer value.class
Implementation of ILcdS57Attribute for a list value.Methods in com.luciad.format.s57 that return ILcdS57AttributeModifier and TypeMethodDescriptionILcdS57Identifier.getS57Attribute
(int aIndex) Gets the TLcdS57Attribute at a given index.TLcdS57EditableIdentifier.getS57Attribute
(int aIndex) Deprecated.TLcdS57Identifier.getS57Attribute
(int aIndex) ILcdS57Identifier.getS57AttributeForCode
(int aCode) Gets the TLcdS57Attribute that has the given code.TLcdS57EditableIdentifier.getS57AttributeForCode
(int aCode) Deprecated.TLcdS57Identifier.getS57AttributeForCode
(int aRequestedCode) Methods in com.luciad.format.s57 with parameters of type ILcdS57AttributeModifier and TypeMethodDescriptionvoid
TLcdS57EditableIdentifier.addAttribute
(ILcdS57Attribute aAttribute) Deprecated.Adds the given attribute to this S-57 identifier.void
TLcdS57Identifier.addAttribute
(ILcdS57Attribute aAttribute) Adds the given attribute to this S-57 identifier.void
TLcdS57EditableIdentifier.removeAttribute
(ILcdS57Attribute aAttribute) Deprecated.Removes the specified attribute from this S-57 identifier.void
TLcdS57Identifier.removeAttribute
(ILcdS57Attribute aAttribute) Removes the specified attribute from this S-57 identifier.Constructors in com.luciad.format.s57 with parameters of type ILcdS57AttributeModifierConstructorDescriptionTLcdS57Identifier
(int aObjectClassCode, ILcdS57Attribute[] aAttributes) Constructs a new S-57 editable identifier, initialized with the given object class code.TLcdS57Identifier
(TLcdS57ObjectClassDescriptor aObjectClassDescriptor, ILcdS57Attribute[] aAttributes) Constructs a new S-57 editable identifier, initialized with the given object class descriptor.TLcdS57Identifier
(TLcdS57ObjectClassDescriptor aObjectClassDescriptor, ILcdS57Attribute[] aAttributes, int aIdentifier) Constructs a new S-57 editable identifier, initialized with the given object class descriptor.TLcdS57Identifier
(TLcdS57ObjectClassDescriptor aObjectClassDescriptor, ILcdS57Attribute[] aAttributes, int aIdentifier, long aLongName) Constructs a new S-57 editable identifier, initialized with the given object class descriptor, attributes, id and long name. -
Uses of ILcdS57Attribute in com.luciad.internal.format.s57
Classes in com.luciad.internal.format.s57 that implement ILcdS57AttributeModifier and TypeClassDescriptionclass
com.luciad.internal.format.s57.ALcdS57Attribute
Base class forILcdS57Attribute
implementations