Package com.luciad.format.dgn
Class TLcdDGNRealTagAttribute
java.lang.Object
com.luciad.format.dgn.ALcdDGNAttributes
com.luciad.format.dgn.TLcdDGNRealTagAttribute
- All Implemented Interfaces:
ILcdDGNAttributes,ILcdDGNTagAttribute,ILcdDGNUserAttribute,Serializable
This class represents a DGN character tag attribute.
Its corresponding
DGNTag is a TLcdDGNRealTag.- 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
ConstructorsConstructorDescriptionTLcdDGNRealTagAttribute(ILcdDGNTag aDGNTag, double aRealValue, ILcdDGNAttributes aNextAttribute) -
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
-
TLcdDGNRealTagAttribute
public TLcdDGNRealTagAttribute(ILcdDGNTag aDGNTag, double aRealValue, ILcdDGNAttributes aNextAttribute)
-
-
Method Details
-
getRealValue
public double getRealValue() -
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, ...
-