Uses of Interface
com.luciad.format.dgn.ILcdDGNAttributes
-
Uses of ILcdDGNAttributes in com.luciad.format.dgn
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionTLcdDGNDisplayInfo.getDGNAttributes()
ALcdDGNAttributes.getNextAttribute()
ILcdDGNAttributes.getNextAttribute()
Modifier and TypeMethodDescriptionvoid
TLcdDGNDisplayInfo.setDGNAttributes
(ILcdDGNAttributes aDGNAttributes) ModifierConstructorDescriptionprotected
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)