Package com.luciad.format.dgn
Class ALcdDGNAttributes
java.lang.Object
com.luciad.format.dgn.ALcdDGNAttributes
- All Implemented Interfaces:
ILcdDGNAttributes
,Serializable
- Direct Known Subclasses:
TLcdDGNCharacterTagAttribute
,TLcdDGNDMRSAttribute
,TLcdDGNIntegerTagAttribute
,TLcdDGNMsLinkAttribute
,TLcdDGNRealTagAttribute
This abstract class represents a DGN attribute. It can be extended to
represent more concrete attributes.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ALcdDGNAttributes
-
-
Method Details
-
getNextAttribute
- Specified by:
getNextAttribute
in interfaceILcdDGNAttributes
- Returns:
- the next attribute in the linked list of attributes, or
null
if this is the last element.
-