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 TypeInterfaceDescriptioninterfaceAn S-57 feature object that has a geometry associated with it.interfaceInterface for S57 sounding representations.Classes in com.luciad.format.s57 that implement ILcdS57FeatureObjectModifier and TypeClassDescriptionclassRepresents an Area feature in the S-57 domain model.classDefault implementation ofILcdS57FeatureObject.classRepresents a Line feature in the S-57 domain model.classRepresents a Point feature in the S-57 domain model.classRepresents 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.