Uses of Interface
es.prodevelop.gvsig.mobile.fmap.core.FShape

Packages that use FShape
es.prodevelop.gvsig.mobile.fmap.core   
es.prodevelop.gvsig.mobile.fmap.symbol   
 

Uses of FShape in es.prodevelop.gvsig.mobile.fmap.core
 

Subinterfaces of FShape in es.prodevelop.gvsig.mobile.fmap.core
 interface FShape3D
          Interfaz que añade el método para devolver el valor de las Zs.
 

Classes in es.prodevelop.gvsig.mobile.fmap.core that implement FShape
 class FArc2D
           
 class FCircle2D
           
 class FDot
           
 class FEllipse2D
           
 class FPoint2D
          Punto 2D.
 class FPoint3D
          Punto 3D.
 class FPolygon2D
          Polígono 2D.
 class FPolygon3D
          Polilinea 3D.
 class FPolyline2D
           
 class FPolyline3D
          Polilinea 3D.
 

Methods in es.prodevelop.gvsig.mobile.fmap.core that return FShape
 FShape FShape.cloneFShape()
          Clona FShape.
 FShape FPolyline3D.cloneFShape()
           
 FShape FPolyline2D.cloneFShape()
           
 FShape FPolygon3D.cloneFShape()
          Clona FPolygon3D.
 FShape FPolygon2D.cloneFShape()
          Clona FPolygon2D.
 FShape FPoint3D.cloneFShape()
           
 FShape FPoint2D.cloneFShape()
           
 FShape FEllipse2D.cloneFShape()
           
 FShape FCircle2D.cloneFShape()
           
 FShape FArc2D.cloneFShape()
           
 

Methods in es.prodevelop.gvsig.mobile.fmap.core with parameters of type FShape
static FGeometry ShapeFactory.createGeometry(FShape shp)
          Crea a partir de un FShape una geometría.
 

Uses of FShape in es.prodevelop.gvsig.mobile.fmap.symbol
 

Methods in es.prodevelop.gvsig.mobile.fmap.symbol that return FShape
static FShape FConverter.transformToInts(IGeometry gp, java.awt.geom.AffineTransform at)