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

View differences:

DGNElemCellHeader.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 CellHeader. 
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 DGNElemCellHeader extends DGNElemCore {
22
    //DGNElemCore core;
23
    public int totlength; /*!< Total length of cell */
24
    public byte[] name = new byte[7]; //7           /*!< Cell name */
25
    public int cclass; /*!< Class bitmap */
26
    public int[] levels = new int[4]; //4         /*!< Levels used in cell */
27
    public DGNPoint rnglow = new DGNPoint(); /*!< X/Y/Z minimums for cell */
28
    public DGNPoint rnghigh = new DGNPoint(); /*!< X/Y/Z minimums for cell */
29
    public double[] trans = new double[9];
21
	//DGNElemCore core;
22
	public int totlength; /*!< Total length of cell */
23
	public byte[] name = new byte[7]; //7           /*!< Cell name */
24
	public int cclass; /*!< Class bitmap */
25
	public int[] levels = new int[4]; //4         /*!< Levels used in cell */
26
	public DGNPoint rnglow = new DGNPoint(); /*!< X/Y/Z minimums for cell */
27
	public DGNPoint rnghigh = new DGNPoint(); /*!< X/Y/Z minimums for cell */
28
	public double[] trans = new double[9];
30 29

  
31
    //9          /*!< 2D/3D Transformation Matrix */
32
    public DGNPoint origin = new DGNPoint(); /*!< Cell Origin */
33
    public double xscale;
34
    public double yscale;
35
    public double rotation;
30
	//9          /*!< 2D/3D Transformation Matrix */
31
	public DGNPoint origin = new DGNPoint(); /*!< Cell Origin */
32
	public double xscale;
33
	public double yscale;
34
	public double rotation;
36 35
}

Also available in: Unified diff