Revision 712 org.gvsig.topology/trunk/org.gvsig.topology/org.gvsig.topology.lib/org.gvsig.topology.lib.impl/src/main/resources/org/gvsig/topology/rules/en/ContainsPoint.json

View differences:

ContainsPoint.json
2 2
    "id": "ContainsPoint",
3 3
    "name": "Contains Point",
4 4
    "description": [ 
5
        "<img src=\"@@@.d/ContainsPoint.png\">\n",
6
        "Requires that a polygon in the primary dataset contain at least one point from the secondary dataset.\n",
7
        "Points must be within the polygon, not on the boundary.\n"
5
        "<img src=\"@@@.d/contains_point2.png\">\n",
6
        "The top polygon is an error because it does not contain a point.\n\n",
7
        "Requires that a polygon in the primary dataset contain at least one",
8
        "point from the secondary dataset.\n",
9
        "Points must be within the polygon, not on the boundary.\n",
10
        "This is useful when every polygon should have at least one associated",
11
        "point, such as when parcels must have an address point.
8 12
    ],
9 13
    "actions" : {
10 14
        "CreateFeature": {

Also available in: Unified diff