metacat/lib/spatial/geoserver/data/plugIns/LineCoveredByPolygon.xml
1 | 5833 | leinfelder | <?xml version="1.0" encoding="UTF-8"?>
|
---|---|---|---|
2 | <plugin xmlns="pluginSchema" |
||
3 | xmlns:gml="http://www.opengis.net/gml" |
||
4 | xmlns:ogc="http://www.opengis.net/ogc" |
||
5 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
||
6 | xs:schemaLocation="pluginSchema /data/capabilities/validate/pluginSchema.xsd"> |
||
7 | <name>Polygon Covers Line</name> |
||
8 | <description> A line is covered by a polygon.</description> |
||
9 | <class>org.geotools.validation.spatial.LineCoveredByPolygonValidation</class> |
||
10 | </plugin>
|