Uses of Interface
org.gvsig.fmap.geom.primitive.Curve

Packages that use Curve
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.aggregate   
org.gvsig.fmap.geom.aggregate.impl   
org.gvsig.fmap.geom.impl   
org.gvsig.fmap.geom.primitive   
org.gvsig.fmap.geom.primitive.impl   
 

Uses of Curve in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom that return Curve
 Curve GeometryManager.createCurve(GeneralPathX generalPathX, int subType)
           Create a new curve with a concrete type and sets the value for the coordinates using a GeneralPathX.
 

Uses of Curve in org.gvsig.fmap.geom.aggregate
 

Methods in org.gvsig.fmap.geom.aggregate that return Curve
 Curve MultiCurve.getCurveAt(int index)
          Gets the curve that is on a concrete position inside the multi curve
 

Methods in org.gvsig.fmap.geom.aggregate with parameters of type Curve
 void MultiCurve.addCurve(Curve curve)
          Adds a new curve to the multi curve
 

Uses of Curve in org.gvsig.fmap.geom.aggregate.impl
 

Methods in org.gvsig.fmap.geom.aggregate.impl that return Curve
 Curve MultiCurve2D.getCurveAt(int index)
           
 Curve MultiCurve2DZ.getCurveAt(int index)
           
 

Methods in org.gvsig.fmap.geom.aggregate.impl with parameters of type Curve
 void MultiCurve2D.addCurve(Curve curve)
           
 void MultiCurve2DZ.addCurve(Curve curve)
           
 

Uses of Curve in org.gvsig.fmap.geom.impl
 

Methods in org.gvsig.fmap.geom.impl that return Curve
 Curve DefaultGeometryManager.createCurve(GeneralPathX generalPathX, int subType)
           
 

Uses of Curve in org.gvsig.fmap.geom.primitive
 

Subinterfaces of Curve in org.gvsig.fmap.geom.primitive
 interface Arc
           This interface is equivalent to the GM_Arc specified in
 interface Spline
           
 

Uses of Curve in org.gvsig.fmap.geom.primitive.impl
 

Classes in org.gvsig.fmap.geom.primitive.impl that implement Curve
 class Arc2D
          DOCUMENT ME!
 class Arc2DZ
           
 class Curve2D
          DOCUMENT ME!
 class Curve2DZ
          Polilinea 3D.
 class DefaultCurve
           
 class EllipticArc2D
          DOCUMENT ME!
 class EllipticArc2DZ
           
 class Spline2D
          Spline2D.
 class Spline2DZ
           
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.