Uses of Interface
com.luciad.format.s57.ILcdS57Relationship
Packages that use ILcdS57Relationship
-
Uses of ILcdS57Relationship in com.luciad.format.s57
Classes in com.luciad.format.s57 that implement ILcdS57RelationshipModifier and TypeClassDescriptionclass
Default implementation ofILcdS57Relationship
.Methods in com.luciad.format.s57 that return ILcdS57RelationshipModifier and TypeMethodDescriptionILcdS57FeatureObject.getRelationship
(int aIndex) Returns the relationship at indexaIndex
.TLcdS57Area.getRelationship
(int aIndex) TLcdS57FeatureObject.getRelationship
(int aIndex) TLcdS57Line.getRelationship
(int aIndex) TLcdS57Point.getRelationship
(int aIndex) Methods in com.luciad.format.s57 with parameters of type ILcdS57RelationshipModifier and TypeMethodDescriptionvoid
TLcdS57Area.setRelationships
(ILcdS57Relationship[] aRelationships) void
TLcdS57FeatureObject.setRelationships
(ILcdS57Relationship[] aRelationships) void
TLcdS57Line.setRelationships
(ILcdS57Relationship[] aRelationships) void
TLcdS57Point.setRelationships
(ILcdS57Relationship[] aRelationships)