com.iver.cit.gvsig.fmap.drivers.dgn
Class DGNElemTagValue

java.lang.Object
  extended bycom.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
      extended bycom.iver.cit.gvsig.fmap.drivers.dgn.DGNElemTagValue

public class DGNElemTagValue
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo TagValue.

Author:
Vicente Caballero Navarro

Field Summary
 int tagIndex
           
 int tagLength
           
 int tagSet
           
 int tagType
           
 tagValueUnion tagValue
           
 
Fields inherited from class com.iver.cit.gvsig.fmap.drivers.dgn.DGNElemCore
attr_bytes, attr_data, color, complex, deleted, element_id, graphic_group, level, offset, properties, raw_bytes, raw_data, size, style, stype, type, weight
 
Constructor Summary
DGNElemTagValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagType

public int tagType

tagSet

public int tagSet

tagIndex

public int tagIndex

tagLength

public int tagLength

tagValue

public tagValueUnion tagValue
Constructor Detail

DGNElemTagValue

public DGNElemTagValue()