Revision 43 org.gvsig.sextante/trunk/org.gvsig.sextante.app/org.gvsig.sextante.app.algorithm/org.gvsig.sextante.app.algorithm.buffer/src/main/java/org/gvsig/sextante/app/algorithm/buffer/IDistance.java

View differences:

IDistance.java
21 21
package org.gvsig.sextante.app.algorithm.buffer;
22 22

  
23 23
import org.cresques.cts.IProjection;
24
import org.gvsig.fmap.dal.feature.Feature;
24 25

  
25 26
/**
26 27
 * Computes a size of each geometry built
......
29 30
public interface IDistance {
30 31
	
31 32
	/**
33
	 * Sets the current feature
34
	 * @param feature
35
	 */
36
	public void setFeature(Feature feature);
37
	
38
	/**
32 39
	 * Gets the distance using the specific method
33 40
	 * @param distance
34 41
	 *        distace 

Also available in: Unified diff