Revision 727 org.gvsig.topology/trunk/org.gvsig.topology/org.gvsig.topology.lib/org.gvsig.topology.lib.impl/src/main/java/org/gvsig/topology/rule/ContainsNullRule.java

View differences:

ContainsNullRule.java
40 40

  
41 41
    public ContainsNullRule(
42 42
            TopologyPlan plan,
43
            TopologyRuleFactory factory
44
    ) {
45
        super(plan, factory);
46
    }
47
    
48
    public ContainsNullRule(
49
            TopologyPlan plan,
50 43
            TopologyRuleFactory factory,
51 44
            double tolerance,
52 45
            String dataSet1,
......
64 57
                        this.getDataSet1(),
65 58
                        this.getDataSet2(),
66 59
                        feature1.getDefaultGeometry(),
60
                        null,
67 61
                        feature1.getReference(),
68 62
                        null,
69 63
                        false,

Also available in: Unified diff