Uses of Interface
com.luciad.format.s57.ILcdS57Identifier
Packages that use ILcdS57Identifier
-
Uses of ILcdS57Identifier in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdS57IdentifierModifier and TypeClassDescriptionclass
Deprecated.class
An implementation of theILcdS57Identifier
interface.Methods in com.luciad.format.s57 that return ILcdS57IdentifierModifier and TypeMethodDescriptionILcdS57FeatureObject.getIdentifier()
Gets the identifier of this shape.TLcdS57Area.getIdentifier()
TLcdS57FeatureObject.getIdentifier()
TLcdS57Line.getIdentifier()
TLcdS57Point.getIdentifier()
Methods in com.luciad.format.s57 with parameters of type ILcdS57IdentifierModifier and TypeMethodDescriptionboolean
ILcdS57Identifier.isSimilar
(ILcdS57Identifier aIdentifier) Returns whether the given identifier is similar to this identifier, meaning they have the same object class and attribute values, but that the given identifier can have more attributes than this one.boolean
TLcdS57EditableIdentifier.isSimilar
(ILcdS57Identifier aIdentifier) Deprecated.boolean
TLcdS57Identifier.isSimilar
(ILcdS57Identifier aIdentifier) void
TLcdS57Area.setIdentifier
(ILcdS57Identifier aIdentifier) void
TLcdS57FeatureObject.setIdentifier
(ILcdS57Identifier aIdentifier) void
TLcdS57Line.setIdentifier
(ILcdS57Identifier aIdentifier) void
TLcdS57Point.setIdentifier
(ILcdS57Identifier aIdentifier)
TLcdS57Identifier
instead.