Revision 1848 org.gvsig.legend.aggregate/trunk/org.gvsig.legend.aggregate/org.gvsig.legend.aggregate.lib/org.gvsig.legend.aggregate.lib.impl/src/main/java/org/gvsig/legend/aggregate/lib/impl/operation/CountOperation.java

View differences:

CountOperation.java
1 1
package org.gvsig.legend.aggregate.lib.impl.operation;
2 2

  
3 3
import org.gvsig.fmap.dal.feature.Feature;
4
import org.gvsig.legend.aggregate.lib.api.AbstractOperation;
4
import org.gvsig.legend.aggregate.lib.spi.AbstractOperation;
5 5

  
6 6

  
7 7
public class CountOperation extends AbstractOperation {
8 8
    int count = 0;
9 9
    
10 10
    public CountOperation() {
11
        super("_Count", "_Count_of_grouped_features");
11
        super("Count", "_Count_of_grouped_features");
12 12
    }
13 13

  
14 14
    @Override

Also available in: Unified diff