Package com.luciad.format.dgn
Class TLcdDGNCharacterTagAttribute
java.lang.Object
com.luciad.format.dgn.ALcdDGNAttributes
com.luciad.format.dgn.TLcdDGNCharacterTagAttribute
- All Implemented Interfaces:
ILcdDGNAttributes,ILcdDGNTagAttribute,ILcdDGNUserAttribute,Serializable
This class represents a DGN character tag attribute.
Its corresponding
DGNTag is a TLcdDGNCharacterTag.- See Also:
-
Field Summary
Fields inherited from interface com.luciad.format.dgn.ILcdDGNUserAttribute
ATTRIBUTE_ASSOCIATED_HATCH, ATTRIBUTE_DBASE_LINKAGE, ATTRIBUTE_ELEMENT_TAG, ATTRIBUTE_FILL_COLOR, ATTRIBUTE_IGDS, ATTRIBUTE_INFORMIX_LINKAGE, ATTRIBUTE_INGRES_LINKAGE, ATTRIBUTE_ODBC_LINKAGE, ATTRIBUTE_ORACLE_LINKAGE, ATTRIBUTE_RIS_LINKAGE, ATTRIBUTE_SYBASE_LINKAGE, ATTRIBUTE_TEXT_ENHANCEMENTS, ATTRIBUTE_USER_DATA_LINKAGE, ATTRIBUTE_USER_LINE_STYLE -
Constructor Summary
ConstructorsConstructorDescriptionTLcdDGNCharacterTagAttribute(ILcdDGNTag aDGNTag, String aCharacterValue, ILcdDGNAttributes aNextAttribute) TLcdDGNCharacterTagAttribute(ILcdDGNTag aDGNTag, String aCharacterValue, TLcdDGNDisplayInfo aDGNDisplayInfoSFCT) -
Method Summary
Methods inherited from class com.luciad.format.dgn.ALcdDGNAttributes
getNextAttributeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.format.dgn.ILcdDGNAttributes
getNextAttributeMethods inherited from interface com.luciad.format.dgn.ILcdDGNTagAttribute
getDGNTagMethods inherited from interface com.luciad.format.dgn.ILcdDGNUserAttribute
getType
-
Constructor Details
-
TLcdDGNCharacterTagAttribute
public TLcdDGNCharacterTagAttribute(ILcdDGNTag aDGNTag, String aCharacterValue, TLcdDGNDisplayInfo aDGNDisplayInfoSFCT) -
TLcdDGNCharacterTagAttribute
public TLcdDGNCharacterTagAttribute(ILcdDGNTag aDGNTag, String aCharacterValue, ILcdDGNAttributes aNextAttribute)
-
-
Method Details
-
getCharacterValue
-
getValueAsString
- Specified by:
getValueAsStringin interfaceILcdDGNTagAttribute
-
getDGNTag
- Specified by:
getDGNTagin interfaceILcdDGNTagAttribute
-
getType
public int getType()- Specified by:
getTypein interfaceILcdDGNUserAttribute- Returns:
- the attribute type:
ATTRIBUTE_USER_DATA_LINKAGE,ATTRIBUTE_IGDS, ...
-