Uses of Interface
com.luciad.format.s57.ILcdS57FeatureObject
Packages that use ILcdS57FeatureObject
-
Uses of ILcdS57FeatureObject in com.luciad.format.s57
Subinterfaces of ILcdS57FeatureObject in com.luciad.format.s57Modifier and TypeInterfaceDescriptioninterface
An S-57 feature object that has a geometry associated with it.interface
Interface for S57 sounding representations.Classes in com.luciad.format.s57 that implement ILcdS57FeatureObjectModifier and TypeClassDescriptionclass
Represents an Area feature in the S-57 domain model.class
Default implementation ofILcdS57FeatureObject
.class
Represents a Line feature in the S-57 domain model.class
Represents a Point feature in the S-57 domain model.class
Represents a Sounding Point feature in the S-57 domain model.Methods in com.luciad.format.s57 that return ILcdS57FeatureObjectModifier and TypeMethodDescriptionILcdS57Relationship.getFirstObject()
Returns the first of the two objects that are involved in this relationship.TLcdS57Relationship.getFirstObject()
ILcdS57Relationship.getSecondObject()
Returns the second of the two objects that are involved in this relationship.TLcdS57Relationship.getSecondObject()
Constructors in com.luciad.format.s57 with parameters of type ILcdS57FeatureObjectModifierConstructorDescriptionTLcdS57Relationship
(ILcdS57FeatureObject aFirstObject, ILcdS57FeatureObject aSecondObject, int aType, String aComment) Creates a new relationship between the two given objects.