- <plugin xmlns:gml = "http://www.opengis.net/gml" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:ogc = "http://www.opengis.net/ogc" xmlns = "pluginSchema" xsi:schemaLocation = "pluginSchema /data/capabilities/validate/pluginSchema.xsd" >
- <name>Polygon Not Overlapping Polygon</name>
- <description>One polygon cannot overlap the other polygon.</description>
- <class>org.geotools.validation.spatial.PolygonNotOverlappingPolygonValidation</class>
- </plugin>
|