Uses of Interface
com.luciad.format.dgn.ILcdDGNAttributes
Packages that use ILcdDGNAttributes
-
Uses of ILcdDGNAttributes in com.luciad.format.dgn
Subinterfaces of ILcdDGNAttributes in com.luciad.format.dgnModifier and TypeInterfaceDescriptioninterfaceThis interface represents aILcdDGNAttributeselement that refers to a database.interfaceThis class represents the MicroStation tags that are present in DGN files.interfaceThis class represents a user attribute.Classes in com.luciad.format.dgn that implement ILcdDGNAttributesModifier and TypeClassDescriptionclassThis abstract class represents a DGN attribute.classThis class represents a DGN character tag attribute.classThis class represents a DMRS attribute.classThis class represents a DGN character tag attribute.classThisTLcdDGNUserAttributerepresents a MicroStation database link.classThis class represents a DGN character tag attribute.Methods in com.luciad.format.dgn that return ILcdDGNAttributesModifier and TypeMethodDescriptionTLcdDGNDisplayInfo.getDGNAttributes()ALcdDGNAttributes.getNextAttribute()ILcdDGNAttributes.getNextAttribute()Methods in com.luciad.format.dgn with parameters of type ILcdDGNAttributesModifier and TypeMethodDescriptionvoidTLcdDGNDisplayInfo.setDGNAttributes(ILcdDGNAttributes aDGNAttributes) Constructors in com.luciad.format.dgn with parameters of type ILcdDGNAttributesModifierConstructorDescriptionprotectedALcdDGNAttributes(ILcdDGNAttributes aNextAttribute) TLcdDGNCharacterTagAttribute(ILcdDGNTag aDGNTag, String aCharacterValue, ILcdDGNAttributes aNextAttribute) TLcdDGNDisplayInfo(int aLevelID, int aGroupNumber, int aElementClass, boolean aLocked, boolean aNew, boolean aModified, boolean aAttributes, boolean aViewIndependent, boolean aPlanar, boolean aNonSnappable, boolean aHole, int aColor, int aFillColor, int aWeight, int aStyle, ILcdDGNAttributes aDGNAttributes) Creates a new TLcdDGNDisplayInfo with the given properties.TLcdDGNDisplayInfo(int aLevelID, int aGroupNumber, int aElementProperties, int aElementSymbology, int aFillColor, ILcdDGNAttributes aDGNAttributes) Creates a new TLcdDGNDisplayInfo with the given properties.TLcdDGNDMRSAttribute(String aURL, int aEntity, int aMsLink, ILcdDGNAttributes aNextAttribute) TLcdDGNIntegerTagAttribute(ILcdDGNTag aDGNTag, int aIntegerValue, ILcdDGNAttributes aNextAttribute) TLcdDGNMsLinkAttribute(String aURL, int aEntity, int aMsLink, int aType, ILcdDGNAttributes aNextAttribute) TLcdDGNRealTagAttribute(ILcdDGNTag aDGNTag, double aRealValue, ILcdDGNAttributes aNextAttribute)