Revision 25144 branches/v2_0_0_prep/libraries/libProjection/src/org/cresques/cts/ICoordTrans.java

View differences:

ICoordTrans.java
24 24
package org.cresques.cts;
25 25

  
26 26
import java.awt.geom.Point2D;
27
import java.awt.geom.Rectangle2D;
27 28

  
28
import org.gvsig.fmap.geom.primitive.Envelope;
29 29

  
30

  
31 30
/**
32 31
 * @author "Luis W. Sevilla" (sevilla_lui@gva.es)
33 32
 */
......
38 37

  
39 38
    public Point2D convert(Point2D ptOrig, Point2D ptDest);
40 39

  
41
    public Envelope convert(Envelope envelope);
40
    public Rectangle2D convert(Rectangle2D rect);
42 41

  
43 42
    public ICoordTrans getInverted();
44 43
}

Also available in: Unified diff