Uses of Class
org.gvsig.fmap.geom.primitive.GeneralPathX

Packages that use GeneralPathX
org.gvsig.fmap.geom   
org.gvsig.fmap.geom.aggregate.impl   
org.gvsig.fmap.geom.impl   
org.gvsig.fmap.geom.primitive   
org.gvsig.fmap.geom.primitive.impl   
org.gvsig.fmap.geom.util   
 

Uses of GeneralPathX in org.gvsig.fmap.geom
 

Methods in org.gvsig.fmap.geom that return GeneralPathX
 GeneralPathX Geometry.getGeneralPath()
          Deprecated. don't use GeneralPathX over geometries, use instead specific API for each operation. If not has API for that operation let the project team.
 

Methods in org.gvsig.fmap.geom with parameters of type GeneralPathX
 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.
 MultiCurve GeometryManager.createMultiCurve(GeneralPathX generalPathX, int subType)
           Create a new multicurve with a concrete type and sets the value for the coordinates using a GeneralPathX.
 MultiSurface GeometryManager.createMultiSurface(GeneralPathX generalPathX, int subType)
           Create a new multisurface with a concrete type and sets the value for the coordinates using a GeneralPathX.
 Surface GeometryManager.createSurface(GeneralPathX generalPathX, int subType)
           Create a new surface with a concrete type and sets the value for the coordinates using a GeneralPathX.
 

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

Methods in org.gvsig.fmap.geom.aggregate.impl that return GeneralPathX
 GeneralPathX BaseMultiPrimitive.getGeneralPath()
           
 

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

Fields in org.gvsig.fmap.geom.impl declared as GeneralPathX
protected  GeneralPathX DrawGeneralPathXIterator.path
           
 

Methods in org.gvsig.fmap.geom.impl with parameters of type GeneralPathX
 Curve DefaultGeometryManager.createCurve(GeneralPathX generalPathX, int subType)
           
 MultiCurve DefaultGeometryManager.createMultiCurve(GeneralPathX generalPathX, int subType)
           
 MultiSurface DefaultGeometryManager.createMultiSurface(GeneralPathX generalPathX, int subType)
           
 Surface DefaultGeometryManager.createSurface(GeneralPathX generalPathX, int subType)
           
 

Constructors in org.gvsig.fmap.geom.impl with parameters of type GeneralPathX
DrawGeneralPathXIterator(GeneralPathX path)
          Constructs an iterator given a GeneralPathX.
DrawGeneralPathXIterator(GeneralPathX path, AffineTransform at)
          Constructs an iterator given a GeneralPathX and an optional AffineTransform.
 

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

Fields in org.gvsig.fmap.geom.primitive declared as GeneralPathX
protected  GeneralPathX GeneralPathXIteratorSimple.path
          Deprecated.  
protected  GeneralPathX GeneralPathXIterator.path
          Deprecated.  
 

Methods in org.gvsig.fmap.geom.primitive with parameters of type GeneralPathX
 void OrientablePrimitive.setGeneralPath(GeneralPathX generalPathX)
          Sets all the coordinates of the curve
 

Constructors in org.gvsig.fmap.geom.primitive with parameters of type GeneralPathX
GeneralPathXIterator(GeneralPathX path)
          Deprecated. Constructs an iterator given a GeneralPathX.
GeneralPathXIterator(GeneralPathX path, AffineTransform at)
          Deprecated. Constructs an iterator given a GeneralPathX and an optional AffineTransform.
GeneralPathXIteratorSimple(GeneralPathX path)
          Deprecated. Constructs an iterator given a GeneralPathX.
GeneralPathXIteratorSimple(GeneralPathX path, AffineTransform at)
          Deprecated. Constructs an iterator given a GeneralPathX and an optional AffineTransform.
 

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

Fields in org.gvsig.fmap.geom.primitive.impl declared as GeneralPathX
protected  GeneralPathX OrientablePrimitive2D.gp
           
 

Methods in org.gvsig.fmap.geom.primitive.impl that return GeneralPathX
 GeneralPathX Solid2DZ.getGeneralPath()
           
 GeneralPathX Point2D.getGeneralPath()
           
 GeneralPathX OrientablePrimitive2D.getGeneralPath()
           
 GeneralPathX DefaultNullGeometry.getGeneralPath()
           
 GeneralPathX OrientablePrimitive2D.getGeneralPathX()
          TODO método creado para dar visibilidad a gp despues de la refactorización
 

Methods in org.gvsig.fmap.geom.primitive.impl with parameters of type GeneralPathX
 void OrientablePrimitive2D.setGeneralPath(GeneralPathX generalPathX)
           
 void EllipticArc2D.setGeneralPath(GeneralPathX generalPathX)
           
 void Ellipse2D.setGeneralPath(GeneralPathX generalPathX)
           
 void Circle2D.setGeneralPath(GeneralPathX generalPathX)
           
 void Arc2D.setGeneralPath(GeneralPathX generalPathX)
           
 

Constructors in org.gvsig.fmap.geom.primitive.impl with parameters of type GeneralPathX
Arc2D(GeometryType geometryType, String id, org.cresques.cts.IProjection projection, GeneralPathX gpx, Point2D i, Point2D c, Point2D e)
          Constructor used in the Geometry.cloneGeometry() method
Curve2D(GeometryType geomType, String id, org.cresques.cts.IProjection projection, GeneralPathX gpx)
          Constructor used in the Geometry.cloneGeometry() method.
DefaultCurve(GeometryType geometryType, String id, org.cresques.cts.IProjection projection, GeneralPathX gpx)
           
GeneralPathAdapter(AffineTransform affineTransform, GeneralPathX generalPathX)
          Deprecated.  
OrientableCurve2D(GeometryType geometryType, String id, org.cresques.cts.IProjection projection, GeneralPathX gpx)
           
OrientablePrimitive2D(GeometryType geometryType, String id, org.cresques.cts.IProjection projection, GeneralPathX gp)
           
OrientableSurface2D(GeometryType geometryType, String id, org.cresques.cts.IProjection projection, GeneralPathX gpx)
           
 

Uses of GeneralPathX in org.gvsig.fmap.geom.util
 

Methods in org.gvsig.fmap.geom.util that return GeneralPathX
static GeneralPathX Converter.toShape(com.vividsolutions.jts.geom.Geometry geometry)
          Deprecated. Convierte una Geometry de JTS a GeneralPathX.
static GeneralPathX Converter.transformToInts(GeneralPathX gp, AffineTransform at)
          Deprecated.  
 

Methods in org.gvsig.fmap.geom.util with parameters of type GeneralPathX
static Shape Converter.getExteriorPolygon(GeneralPathX gp)
          Deprecated.  
static GeneralPathX Converter.transformToInts(GeneralPathX gp, AffineTransform at)
          Deprecated.  
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.