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 TypeInterfaceDescriptioninterface
This interface represents aILcdDGNAttributes
element that refers to a database.interface
This class represents the MicroStation tags that are present in DGN files.interface
This class represents a user attribute.Classes in com.luciad.format.dgn that implement ILcdDGNAttributesModifier and TypeClassDescriptionclass
This abstract class represents a DGN attribute.class
This class represents a DGN character tag attribute.class
This class represents a DMRS attribute.class
This class represents a DGN character tag attribute.class
ThisTLcdDGNUserAttribute
represents a MicroStation database link.class
This 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 TypeMethodDescriptionvoid
TLcdDGNDisplayInfo.setDGNAttributes
(ILcdDGNAttributes aDGNAttributes) Constructors in com.luciad.format.dgn with parameters of type ILcdDGNAttributesModifierConstructorDescriptionprotected
ALcdDGNAttributes
(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)