Package com.luciad.format.dgn
Interface ILcdDGNTag
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TLcdDGNCharacterTag
,TLcdDGNIntegerTag
,TLcdDGNRealTag
This interface represents a DGN tag, as specified inside a DGN file.
An
ILcdDGNTag
is just a description; actual values that are
attached to elements are stored in ILcdDGNTagAttribute
objects.- See Also:
-
Field Details
-
TAG_CHARACTER
static final int TAG_CHARACTER- See Also:
-
TAG_INTEGER
static final int TAG_INTEGER- See Also:
-
TAG_REAL
static final int TAG_REAL- See Also:
-
-
Method Details
-
getDGNTagSet
TLcdDGNTagSet getDGNTagSet() -
getName
String getName() -
getNumber
int getNumber() -
getPrompt
String getPrompt() -
getType
int getType()
-