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

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

public class DGNElemGroup
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo Group.

Author:
FJP

Field Summary
 DGNPoint origin
           
 double primary_axis
           
 double[] quat
           
 double rotation
           
 double secondary_axis
           
 double startang
           
 double sweepang
           
 
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
DGNElemGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origin

public DGNPoint origin

primary_axis

public double primary_axis

secondary_axis

public double secondary_axis

rotation

public double rotation

quat

public double[] quat

startang

public double startang

sweepang

public double sweepang
Constructor Detail

DGNElemGroup

public DGNElemGroup()