Deprecated API


Contents
Deprecated Interfaces
org.gvsig.fmap.geom.primitive.FShape
            
 

Deprecated Classes
org.gvsig.fmap.geom.util.Converter
          to be removed or moved from API to implementation in gvSIG 2.1.0 
org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
            
org.gvsig.fmap.geom.primitive.GeneralPathX
          use the geometry methods 
org.gvsig.fmap.geom.primitive.GeneralPathXIterator
          this class will be removed to the API. Use the geometry methods to get the internal points. 
org.gvsig.fmap.geom.primitive.GeneralPathXIteratorSimple
          this class will be removed to the API. Use the geometry methods to get the internal points. 
org.gvsig.fmap.geom.util.UtilFunctions
          to be removed or moved from API to implementation in gvSIG 2.1.0 
 

Deprecated Methods
org.gvsig.fmap.geom.primitive.OrientablePrimitive.addMoveToVertex(Point)
          create a multigeometry or use methods to add an inner surface 
org.gvsig.fmap.geom.primitive.OrientablePrimitive.closePrimitive()
          create a multigeometry, and it is not necessary to close a geometry. 
org.gvsig.fmap.geom.primitive.GeneralPathX.curveTo(double, double, double, double, double, double)
          use curveTo(Point, Point, Point) 
org.gvsig.fmap.geom.Geometry.getBounds2D()
          use getEnvelope. 
org.gvsig.fmap.geom.primitive.Point.getCoordinates()
          Use Point.getCoordinateAt(int) instead 
org.gvsig.fmap.geom.aggregate.impl.BaseMultiPrimitive.getGeometries()
            
org.gvsig.fmap.geom.primitive.impl.AbstractPrimitive.getInternalShape()
          this Geometry is a Shape. 
org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D.getNumgeometries()
          use getPrimitivesNumber 
org.gvsig.fmap.geom.aggregate.impl.MultiPoint2D.getNumPoints()
          use getPrimitivesNumber 
org.gvsig.fmap.geom.util.UtilFunctions.getPerpendicular(Point2D, Point2D, Point2D)
          use the perpendicular operation 
org.gvsig.fmap.geom.util.UtilFunctions.getPerpendicularPoint(Point2D, Point2D, Point2D, double)
          Use the perpendicularPoint operation 
org.gvsig.fmap.geom.primitive.GeneralPathX.getPointCoords()
          use the geometry methods. 
org.gvsig.fmap.geom.primitive.GeneralPathX.getPointTypes()
          use the geometry methods. 
org.gvsig.fmap.geom.Geometry.getShape()
          this class inherits of Shape by historical reasons. This method has been added just to control the usage of the Shape class but it will removed in a future. 
org.gvsig.fmap.geom.Geometry.getShape(AffineTransform)
          this class inherits of Shape by historical reasons. This method has been added just to control the usage of the Shape class but it will removed in a future. 
org.gvsig.fmap.geom.util.UtilFunctions.getUnitVector(Point2D, Point2D)
          use the UnitVector operation 
org.gvsig.fmap.geom.primitive.GeneralPathX.lineTo(double, double)
          use lineTo(Point) 
org.gvsig.fmap.geom.primitive.GeneralPathX.moveTo(double, double)
          use moveTo(Point) 
org.gvsig.fmap.geom.primitive.GeneralPathX.quadTo(double, double, double, double)
          use quadTo(Point, Point) 
org.gvsig.fmap.geom.primitive.Point.setCoordinates(double[])
          Use #setCoordinateAt(int, double)) instead 
org.gvsig.fmap.geom.primitive.GeneralPathX.setPointCoords(double[])
          use the geometry methods. 
org.gvsig.fmap.geom.primitive.GeneralPathX.setPointTypes(byte[])
          use the geometry methods. 
 

Deprecated Constructors
org.gvsig.fmap.geom.primitive.GeneralPathX(int, int)
          the capacity grows dynamically 
 



Copyright © 2004-2012 gvSIG. All Rights Reserved.