Uses of Class
es.prodevelop.gvsig.mobile.fmap.core.GeneralPathX

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

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

Methods in es.prodevelop.gvsig.mobile.fmap.core with parameters of type GeneralPathX
static IGeometry ShapeFactory.createPolyline2D(GeneralPathX shape)
          Crea una geometría que contiene como shape un Polilínea 2D.
static IGeometry ShapeFactory.createPolyline3D(GeneralPathX shape, double[] pZ)
          Crea una geometría que contiene como shape un Polilínea 3D.
static IGeometry ShapeFactory.createPolygon3D(GeneralPathX shape, double[] pZ)
          Crea una geometría que contiene como shape un Polígono 3D.
static IGeometry ShapeFactory.createPolygon2D(GeneralPathX shape)
          Crea una geometría que contiene como shape un Polígono 2D.
 

Constructors in es.prodevelop.gvsig.mobile.fmap.core with parameters of type GeneralPathX
FPolyline3D(GeneralPathX gpx, double[] pZ)
          Crea un nuevo Polyline3D.
FPolyline2D(GeneralPathX gpx)
          Crea un nuevo FPolyline2D.
FPolygon3D(GeneralPathX gpx, double[] pZ)
          Crea un nuevo Polyline3D.
FPolygon2D(GeneralPathX gpx)
          Crea un nuevo Polygon2D.
FEllipse2D(GeneralPathX gpx, java.awt.geom.Point2D i, java.awt.geom.Point2D e, double d)
           
FCircle2D(GeneralPathX gpx, java.awt.geom.Point2D c, double r)
           
FArc2D(GeneralPathX gpx, java.awt.geom.Point2D i, java.awt.geom.Point2D c, java.awt.geom.Point2D e)
           
 

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

Methods in es.prodevelop.gvsig.mobile.fmap.symbol that return GeneralPathX
static GeneralPathX FConverter.toShape(com.vividsolutions.jts.geom.Geometry geometry)
          Convierte una Geometry de JTS a GeneralPathX.
static GeneralPathX FConverter.transformToInts(GeneralPathX gp, java.awt.geom.AffineTransform at)
           
 

Methods in es.prodevelop.gvsig.mobile.fmap.symbol with parameters of type GeneralPathX
static GeneralPathX FConverter.transformToInts(GeneralPathX gp, java.awt.geom.AffineTransform at)
           
static java.awt.Shape FConverter.getExteriorPolygon(GeneralPathX gp)