Revision 1306 org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.algorithm/org.gvsig.raster.tools.algorithm.swing/org.gvsig.raster.tools.algorithm.swing.api/src/main/java/org/gvsig/raster/tools/algorithm/swing/maskthreshold/MaskThresholdData.java

View differences:

MaskThresholdData.java
31 31
	
32 32
	public int getBandInputLayer();
33 33
	
34
	
35 34
	public int getOperation();
36 35
	
37 36
	public int getOperationMethod();
38 37
	
39
	public double getValue();
38
	public double getThresholdValue();
40 39
	
41 40
	public Object getOperationLayer();
42 41
	
43 42
	public int getBandOperationLayer();
44 43
	
45
	
46 44
	public Object getOutputInputLayer();
47 45
	
48 46
	public int getBandOutputLayer();
49 47
	
50
    public int getSatisfyMethod();
48
    public int getMethodOutput();
51 49
	
52
	public int getNotSatisfyMethod();
53
	
54
	public double getSatisfyValue();
55
	
56
	public double getNotSatisfyValue();
57
	
58
	
50
	public double getFixedValue();
59 51
}

Also available in: Unified diff