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

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

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

Methods in org.gvsig.fmap.geom.aggregate that return Primitive
 Primitive Aggregate.getPrimitiveAt(int i)
          Returns one of the Primitive's that is in a concrete position.
 

Methods in org.gvsig.fmap.geom.aggregate with parameters of type Primitive
 void MultiPrimitive.addPrimitive(Primitive primitive)
          Adds a new primitive to the primitive
 

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

Classes in org.gvsig.fmap.geom.aggregate.impl that implement Primitive
 class BaseMultiPrimitive
           
 class BaseMultiPrimitive2D
           
 class MultiCurve2D
           
 class MultiCurve2DZ
           
 class MultiPoint2D
          Multipunto 2D.
 class MultiPoint2DZ
          Multipunto 3D.
 class MultiSolid2DZ
           
 class MultiSurface2D
           
 class MultiSurface3D
           
 

Methods in org.gvsig.fmap.geom.aggregate.impl that return Primitive
 Primitive BaseMultiPrimitive.getPrimitiveAt(int i)
           
 

Methods in org.gvsig.fmap.geom.aggregate.impl with parameters of type Primitive
 void BaseMultiPrimitive.addPrimitive(Primitive primitive)
           
 

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

Subinterfaces of Primitive in org.gvsig.fmap.geom.primitive
 interface Arc
           This interface is equivalent to the GM_Arc specified in
 interface Circle
           This interface is equivalent to the GM_Circle specified in
 interface CompositeSurface
           
 interface Curve
           This interface is equivalent to the GM_Curve and the GM_CurveSegment specified in
 interface Ellipse
           An ellipse is the finite or bounded case of a conic section, the geometric shape that results from cutting a circular conical or cylindrical surface with an oblique plane (the other two cases being the parabola and the hyperbola).
 interface EllipticArc
           
 interface NullGeometry
          This interface is used to represent the null geometry, that means a geometry that has been not set yet.
 interface OrientableCurve
           This interface is equivalent to the GM_OrientableCurve specified in
 interface OrientablePrimitive
           This interface is equivalent to the GM_OrientablePrimitive specified in
 interface OrientableSurface
           This interface is equivalent to the GM_OrientableSurface specified in
 interface Point
           This interface is equivalent to the GM_Point specified in
 interface Solid
           This interface is equivalent to the GM_Solid specified in
 interface Spline
           
 interface Surface
           This interface is equivalent to the GM_Surface specified in
Uses of Primitive in org.gvsig.fmap.geom.primitive.impl
 

Classes in org.gvsig.fmap.geom.primitive.impl that implement Primitive
 class AbstractPrimitive
           
 class Arc2D
          DOCUMENT ME!
 class Arc2DZ
           
 class Circle2D
          DOCUMENT ME!
 class Circle2DZ
           
 class Curve2D
          DOCUMENT ME!
 class Curve2DZ
          Polilinea 3D.
 class DefaultCurve
           
 class DefaultNullGeometry
          DOCUMENT ME!
 class Ellipse2D
          DOCUMENT ME!
 class Ellipse2DZ
           
 class EllipticArc2D
          DOCUMENT ME!
 class EllipticArc2DZ
           
 class Geometry2D
           
 class OrientableCurve2D
           
 class OrientablePrimitive2D
           
 class OrientableSurface2D
           
 class Point2D
          2D point implementation.
 class Point2DZ
          3D point implementation.
 class Solid2DZ
           
 class Spline2D
          Spline2D.
 class Spline2DZ
           
 class Surface2D
          Pol�gono 2D.
 class Surface2DZ
          Polilinea 3D.
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.