Uses of Interface
com.luciad.format.s57.ILcdS57FeatureObject
-
Uses of ILcdS57FeatureObject in com.luciad.format.s57
Modifier and TypeInterfaceDescriptioninterface
An S-57 feature object that has a geometry associated with it.interface
Interface for S57 sounding representations.Modifier 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.Modifier 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()
ModifierConstructorDescriptionTLcdS57Relationship
(ILcdS57FeatureObject aFirstObject, ILcdS57FeatureObject aSecondObject, int aType, String aComment) Creates a new relationship between the two given objects.