Uses of Class
com.luciad.format.s57.TLcdS57ObjectClassDescriptor
-
Uses of TLcdS57ObjectClassDescriptor in com.luciad.format.s57
Modifier and TypeMethodDescriptionTLcdS57EditableIdentifier.getObjectClassDescriptor()
Deprecated.Returns the S-57 object class descriptor, describing this identifier.TLcdS57Identifier.getObjectClassDescriptor()
Returns the S-57 object class descriptor, describing this identifier.TLcdS57ObjectClassMap.getObjectClassDescriptor
(int aObjectClassCode) Returns the S-57 object class descriptor for the given object class code.ModifierConstructorDescriptionTLcdS57EditableIdentifier
(TLcdS57ObjectClassDescriptor aObjectClassDescriptor) Deprecated.Constructs a new S-57 editable identifier, initialized with the given object class descriptor.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.