Revision 1005 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/dgn/DGNElementInfo.java

View differences:

DGNElementInfo.java
13 13
package com.iver.cit.gvsig.fmap.drivers.dgn;
14 14

  
15 15
/**
16
 * DOCUMENT ME!
16
 * Clase utilizada para guardar un elemento de tipo Info.
17 17
 *
18
 * @author VCN To change the template for this generated type comment go to
19
 *         Window>Preferences>Java>Code Generation>Code and Comments
18
 * @author Vicente Caballero Navarro
20 19
 */
21 20
public class DGNElementInfo {
22
    public int level; /*!< Element Level: 0-63 */
23
    public int type; /*!< Element type (DGNT_*) */
24
    public int stype; /*!< Structure type (DGNST_*) */
25
    public int flags; /*!< Other flags */
26
    public long offset; /*!< Offset within file (private) */
21
	public int level; /*!< Element Level: 0-63 */
22
	public int type; /*!< Element type (DGNT_*) */
23
	public int stype; /*!< Structure type (DGNST_*) */
24
	public int flags; /*!< Other flags */
25
	public long offset; /*!< Offset within file (private) */
27 26
}

Also available in: Unified diff