Revision 712 org.gvsig.topology/trunk/org.gvsig.topology/org.gvsig.topology.lib/org.gvsig.topology.lib.impl/src/main/java/org/gvsig/topology/rule/ContainsPointRule.java

View differences:

ContainsPointRule.java
55 55

  
56 56
        public CreateFetureAction() {
57 57
            super(
58
                    "ContainsPoint",
58
                    ContainsPointRuleFactory.NAME,
59 59
                    "CreateFeature",
60 60
                    "Create Feature",
61 61
                    "The Create Feature fix creates a new point feature at the centroid of the polygon feature that is causing the error. The point feature that is created is guaranteed to be within the polygon feature."

Also available in: Unified diff