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

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

public class DGNElementInfo
extends java.lang.Object

Clase utilizada para guardar un elemento de tipo Info.

Author:
Vicente Caballero Navarro

Field Summary
 int flags
           
 int level
           
 long offset
           
 int stype
           
 int type
           
 
Constructor Summary
DGNElementInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public int level

type

public int type

stype

public int stype

flags

public int flags

offset

public long offset
Constructor Detail

DGNElementInfo

public DGNElementInfo()