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

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

public class DGNElemArc
extends DGNElemCore

Clase utilizada para guardar un elemento de tipo Arc.

Author:
Vicente Caballero Navarro

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
DGNElemArc()
           
 
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

DGNElemArc

public DGNElemArc()