metacat/lib/spatial/geoserver/data/plugIns/PointInsidePolygon.xml
1 | 5833 | leinfelder | <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" > |
---|---|---|---|
2 | <name>Point Inside Polygon</name> |
||
3 | <description>The point is inside the polygon.</description> |
||
4 | <class>org.geotools.validation.spatial.PointInsidePolygonValidation</class> |
||
5 | </plugin>
|