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

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

public class DGNElemTagSet
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo TagSet.

Author:
Vicente Caballero Navarro

Field Summary
 int flags
           
 int tagCount
           
 DGNTagDef[] tagList
           
 int tagSet
           
 char[] tagSetName
           
 
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
DGNElemTagSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tagCount

public int tagCount

tagSet

public int tagSet

flags

public int flags

tagSetName

public char[] tagSetName

tagList

public DGNTagDef[] tagList
Constructor Detail

DGNElemTagSet

public DGNElemTagSet()