Revision 5832
Added by ben leinfelder almost 14 years ago
lib/spatial/geoserver/data/plugIns/SQL.xml | ||
---|---|---|
1 |
<?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>SQL</name> |
|
8 |
<description>Checks that the SQL presented has results.</description> |
|
9 |
<class>org.geotools.validation.attributes.SQLValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PolygonCoveredByPolygon.xml | ||
---|---|---|
1 |
<?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 Polygon</name> |
|
8 |
<description>One polygon is covered by the other polygon.</description> |
|
9 |
<class>org.geotools.validation.spatial.PolygonCoveredByPolygonValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/NameInList.xml | ||
---|---|---|
1 |
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
6 |
xsi:schemaLocation="pluginSchema /data/capabilities/validate/pluginSchema.xsd"> |
|
7 |
<name>NameInList</name> |
|
8 |
<description>All features must pass the provided filter</description> |
|
9 |
<class>org.geoserver.validation.plugins.filter.OGCFilter</class> |
|
10 |
<argument> |
|
11 |
<name>tempDirectory</name> |
|
12 |
<anyURI>file:///c:/temp</anyURI> |
|
13 |
</argument> |
|
14 |
</plugin> |
|
15 | 0 |
lib/spatial/geoserver/data/plugIns/LineIntersectsLineWithNode.xml | ||
---|---|---|
1 |
<?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>Lines Node Intersect</name> |
|
8 |
<description> Lines must intersect at a node.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineIntersectsLineWithNodeValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LineCoveredByPolygonBoundary.xml | ||
---|---|---|
1 |
<?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 Boundary Covers Line</name> |
|
8 |
<description> A line is covered by a polygon boundary.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineCoveredByPolygonBoundaryValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PointCoveredByPolygonBoundary.xml | ||
---|---|---|
1 |
<?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 Boundary Covers Point</name> |
|
8 |
<description>The point is covered by the polygon boundary.</description> |
|
9 |
<class>org.geotools.validation.spatial.PointCoveredByPolygonBoundaryValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/TouchesIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Touches Geometry</name> |
|
8 |
<description> A Geometry touches another Ggeometry.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.spatial.relate.TouchesIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/NullZero.xml | ||
---|---|---|
1 |
<?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>Null Zero</name> |
|
8 |
<description>Checks for non null or zero values.</description> |
|
9 |
<class>org.geotools.validation.attributes.NullZeroValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/RelateIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Relate Geometry</name> |
|
8 |
<description> Relate 2 Geometries using a DE9I Matrix.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.spatial.relate.RelateIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/LineCoveredByFeatureLine.xml | ||
---|---|---|
1 |
<?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>Line Feature Covers Line</name> |
|
8 |
<description> A line is covered by a line feature.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineCoveredByFeatureLineValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LineNoSelfIntersect.xml | ||
---|---|---|
1 |
<?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>Line Not Self Intersection</name> |
|
8 |
<description> Line does not intersect itself.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineNoSelfIntersectValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/CrossesIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Crosses Geometry</name> |
|
8 |
<description> A Geometry crosses another Geometry.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.spatial.relate.CrossesIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/AngleSize.xml | ||
---|---|---|
1 |
<?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>Angle Size</name> |
|
8 |
<description>Are the angle sizes too big/small?.</description> |
|
9 |
<class>org.geotools.validation.network.AngleSizeValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/DisjointIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Disjoint Geometry</name> |
|
8 |
<description> A Geometry is disjoint from another Geometry.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.spatial.relate.DisjointIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/LinesNotOverlap.xml | ||
---|---|---|
1 |
<?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>Line Not Overlapping Line</name> |
|
8 |
<description>One Line does not overlap the other line.</description> |
|
9 |
<class>org.geotools.validation.spatial.LinesNotOverlapValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/Uniquity.xml | ||
---|---|---|
1 |
<?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>Uniquity</name> |
|
8 |
<description>Check for uniqueness.</description> |
|
9 |
<class>org.geotools.validation.attributes.UniquityValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PolygonNotOverlappingLine.xml | ||
---|---|---|
1 |
<?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 Not Overlapping Line</name> |
|
8 |
<description>One polygon cannot overlap the line.</description> |
|
9 |
<class>org.geotools.validation.spatial.PolygonNotOverlappingLineValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/UniqueFID.xml | ||
---|---|---|
1 |
<?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>FID Uniqueness</name> |
|
8 |
<description>Check for uniqueness in FID.</description> |
|
9 |
<class>org.geotools.validation.attributes.UniqueFIDValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/OverlapsIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Overlaps Geometry</name> |
|
8 |
<description> A Geometry Overlaps another Geometry.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.relate.OverlapsIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/PointCoveredByEndPointOfLine.xml | ||
---|---|---|
1 |
<?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>Line End Point Covers Point</name> |
|
8 |
<description>The point is covered by a line end point.</description> |
|
9 |
<class>org.geotools.validation.spatial.PointCoveredByEndPointOfLineValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/GazetteerName.xml | ||
---|---|---|
1 |
<?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>Gazetteer</name> |
|
8 |
<description>Checks Gazetteer for the existance of the specified name.</description> |
|
9 |
<class>org.geotools.validation.attributes.GazetteerNameValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/Range.xml | ||
---|---|---|
1 |
<?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>Range</name> |
|
8 |
<description>Checks for a range value.</description> |
|
9 |
<class>org.geotools.validation.attributes.RangeValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/Equality.xml | ||
---|---|---|
1 |
<?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>Equality</name> |
|
8 |
<description>Checks for equality between a set value and a feature.</description> |
|
9 |
<class>org.geotools.validation.attributes.EqualityValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LineNotTouchingPolygonInterior.xml | ||
---|---|---|
1 |
<?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>Line Not Entering Polygon</name> |
|
8 |
<description> Line does not touch the polygon interior.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineNotTouchingPolygonInteriorValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PointInsidePolygon.xml | ||
---|---|---|
1 |
<?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>Point Inside Polygon</name> |
|
8 |
<description>The point is inside the polygon.</description> |
|
9 |
<class>org.geotools.validation.spatial.PointInsidePolygonValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PolygonNoGaps.xml | ||
---|---|---|
1 |
<?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 Gap Detection</name> |
|
8 |
<description>The polygon does not have gaps.</description> |
|
9 |
<class>org.geotools.validation.spatial.PolygonNoGapsValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/WithinIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Within Geometry</name> |
|
8 |
<description> A geometry is within another Geometry.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.spatial.relate.WithinIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/LineMustBeASinglePart.xml | ||
---|---|---|
1 |
<?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>Line Single Part</name> |
|
8 |
<description> Line must be a single part.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineMustBeASinglePartValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LineCoveredByPolygon.xml | ||
---|---|---|
1 |
<?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> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/Attribute.xml | ||
---|---|---|
1 |
<?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>Attribute</name> |
|
8 |
<description>Checks attributre relations as specified.</description> |
|
9 |
<class>org.geotools.validation.attributes.AttributeValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LineEndPointCoveredByLine.xml | ||
---|---|---|
1 |
<?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>Line Covers Line End</name> |
|
8 |
<description> Line end point is covered by another line.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineEndPointCoveredByLineValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PointCoveredByPolygon.xml | ||
---|---|---|
1 |
<?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 Point</name> |
|
8 |
<description>The point is covered by the polygon.</description> |
|
9 |
<class>org.geotools.validation.spatial.PointCoveredByPolygonValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PointCoveredByLine.xml | ||
---|---|---|
1 |
<?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>Line Covers Point</name> |
|
8 |
<description>The point is covered by the line.</description> |
|
9 |
<class>org.geotools.validation.spatial.PointCoveredByLineValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LineNoSelfOverlapping.xml | ||
---|---|---|
1 |
<?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>Line Not Self OverLapping</name> |
|
8 |
<description> Line does not touch itself.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineNoSelfOverlappingValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PolygonBoundaryCoveredByPolygon.xml | ||
---|---|---|
1 |
<?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 Polygon Boundary</name> |
|
8 |
<description>One polygon boundary is covered by another polygon.</description> |
|
9 |
<class>org.geotools.validation.spatial.PolygonBoundaryCoveredByPolygonValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/IsValidGeometry.xml | ||
---|---|---|
1 |
<?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>Is Valid Geometry</name> |
|
8 |
<description>Is this a valid GML geometry for geoserver.</description> |
|
9 |
<class>org.geotools.validation.spatial.IsValidGeometryValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/Domain.xml | ||
---|---|---|
1 |
<?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>Domain</name> |
|
8 |
<description>Checks for domain existance.</description> |
|
9 |
<class>org.geotools.validation.attributes.DomainValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LineNoPseudoNode.xml | ||
---|---|---|
1 |
<?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>Line Without Pseudo Node</name> |
|
8 |
<description> Line does not have a pseudo node.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineNoPseudoNodeValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/LinesNotIntersect.xml | ||
---|---|---|
1 |
<?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>Lines Do Not Intersect</name> |
|
8 |
<description>One Line does not overlap the other line.</description> |
|
9 |
<class>org.geotools.validation.spatial.LinesNotIntersectValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/AddressGap.xml | ||
---|---|---|
1 |
<?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>Address Gap</name> |
|
8 |
<description>Do the addresses have gaps.</description> |
|
9 |
<class>org.geotools.validation.network.AddressGapValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/ContainsIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Contains Geometry</name> |
|
8 |
<description> A Geometry Contains another Geometry.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.spatial.relate.ContainsIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/SingleValue.xml | ||
---|---|---|
1 |
<?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>Single Value</name> |
|
8 |
<description>Checks for a single value.</description> |
|
9 |
<class>org.geotools.validation.attributes.SingleValueValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PolygonCoveredByFeaturePolygon.xml | ||
---|---|---|
1 |
<?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 Feature Polygon</name> |
|
8 |
<description>One polygon is covered by the feature polygon.</description> |
|
9 |
<class>org.geotools.validation.spatial.PolygonCoveredByFeaturePolygonValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/AddressOverlap.xml | ||
---|---|---|
1 |
<?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>Address Overlap</name> |
|
8 |
<description>Do the addresses overlap.</description> |
|
9 |
<class>org.geotools.validation.network.AddressOverlapValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/StarNode.xml | ||
---|---|---|
1 |
<?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>Star Node</name> |
|
8 |
<description>Does this have a star node.</description> |
|
9 |
<class>org.geotools.validation.network.StarNodeValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/NameExists.xml | ||
---|---|---|
1 |
<?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>NameExists</name> |
|
8 |
<description>All features must pass the provided filter</description> |
|
9 |
<class>org.geotools.validation.attributes.NullZeroValidation</class> |
|
10 |
<argument final="true"> |
|
11 |
<name>typeRef</name> |
|
12 |
<string>*</string> |
|
13 |
</argument> |
|
14 |
<argument final="false"> |
|
15 |
<name>attributeName</name> |
|
16 |
<string>name</string> |
|
17 |
</argument> |
|
18 |
</plugin> |
|
19 | 0 |
lib/spatial/geoserver/data/plugIns/IntersectsIntegrity.xml | ||
---|---|---|
1 |
<?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>Geometry Intersects Geometry</name> |
|
8 |
<description> A Geometry Intersects another Geometry.</description> |
|
9 |
<class> |
|
10 |
org.geotools.validation.spatial.relate.IntersectsIntegrity |
|
11 |
</class> |
|
12 |
</plugin> |
|
13 | 0 |
lib/spatial/geoserver/data/plugIns/LineNoDangles.xml | ||
---|---|---|
1 |
<?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>Line Without Dangles</name> |
|
8 |
<description> Line does not have dangles.</description> |
|
9 |
<class>org.geotools.validation.spatial.LineNoDanglesValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PolygonNotCoveredByPolygon.xml | ||
---|---|---|
1 |
<?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 Not Overlapping Line</name> |
|
8 |
<description>One polygon not covered by the other polygon.</description> |
|
9 |
<class>org.geotools.validation.spatial.PolygonNotCoveredByPolygonValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/Constraint.xml | ||
---|---|---|
1 |
<?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>UniqueFID</name> |
|
8 |
<description>All features must pass the provided filter</description> |
|
9 |
<class>org.geotools.validation.attributes.UniqueFIDValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/plugIns/PolygonNotOverlappingPolygon.xml | ||
---|---|---|
1 |
<?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 Not Overlapping Polygon</name> |
|
8 |
<description>One polygon cannot overlap the other polygon.</description> |
|
9 |
<class>org.geotools.validation.spatial.PolygonNotOverlappingPolygonValidation</class> |
|
10 |
</plugin> |
|
11 | 0 |
lib/spatial/geoserver/data/styles/data_points_style.sld | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<StyledLayerDescriptor version="1.0.0" |
|
3 |
xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" |
|
4 |
xmlns="http://www.opengis.net/sld" |
|
5 |
xmlns:ogc="http://www.opengis.net/ogc" |
|
6 |
xmlns:xlink="http://www.w3.org/1999/xlink" |
|
7 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
8 |
<UserLayer> |
|
9 |
<Name>metacat:data_points</Name> |
|
10 |
<UserStyle> |
|
11 |
<Name>Default Styler</Name> |
|
12 |
<Title>Default Styler</Title> |
|
13 |
<Abstract /> |
|
14 |
<FeatureTypeStyle> |
|
15 |
<FeatureTypeName>Feature</FeatureTypeName> |
|
16 |
<Rule> |
|
17 |
<Name>name</Name> |
|
18 |
<Abstract>Abstract</Abstract> |
|
19 |
<Title>title</Title> |
|
20 |
<PointSymbolizer> |
|
21 |
<Graphic> |
|
22 |
<Size> |
|
23 |
<ogc:Literal>6</ogc:Literal> |
|
24 |
</Size> |
|
25 |
<Opacity> |
|
26 |
<ogc:Literal>1.0</ogc:Literal> |
|
27 |
</Opacity> |
|
28 |
<Mark> |
|
29 |
<WellKnownName> |
|
30 |
<ogc:Literal>circle</ogc:Literal> |
|
31 |
</WellKnownName> |
|
32 |
<Fill> |
|
33 |
<CssParameter name="fill"> |
|
34 |
<ogc:Literal>#FFFFFF</ogc:Literal> |
|
35 |
</CssParameter> |
|
36 |
</Fill> |
|
37 |
</Mark> |
|
38 |
</Graphic> |
|
39 |
</PointSymbolizer> |
|
40 |
<PointSymbolizer> |
|
41 |
<Graphic> |
|
42 |
<Size> |
|
43 |
<ogc:Literal>4</ogc:Literal> |
|
44 |
</Size> |
|
45 |
<Opacity> |
|
46 |
<ogc:Literal>1.0</ogc:Literal> |
|
47 |
</Opacity> |
|
48 |
<Mark> |
|
49 |
<WellKnownName> |
|
50 |
<ogc:Literal>circle</ogc:Literal> |
|
51 |
</WellKnownName> |
|
52 |
<Fill> |
|
53 |
<CssParameter name="fill"> |
|
54 |
<ogc:Literal>#000000</ogc:Literal> |
|
55 |
</CssParameter> |
|
56 |
</Fill> |
|
57 |
</Mark> |
|
58 |
</Graphic> |
|
59 |
</PointSymbolizer> |
|
60 |
</Rule> |
|
61 |
</FeatureTypeStyle> |
|
62 |
</UserStyle> |
|
63 |
</UserLayer> |
|
64 |
</StyledLayerDescriptor> |
|
65 | 0 |
lib/spatial/geoserver/data/styles/poi.sld | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<StyledLayerDescriptor version="1.0.0" |
|
3 |
xsi:schemaLocation="http://www.opengis.net/sld StyledLayerDescriptor.xsd" |
|
4 |
xmlns="http://www.opengis.net/sld" xmlns:ogc="http://www.opengis.net/ogc" |
|
5 |
xmlns:xlink="http://www.w3.org/1999/xlink" |
|
6 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
7 |
<NamedLayer> <Name> poi </Name> |
|
8 |
<UserStyle> |
|
9 |
|
|
10 |
|
|
11 |
<FeatureTypeStyle> |
|
12 |
|
|
13 |
|
|
14 |
<!-- all the same --> |
|
15 |
|
|
16 |
<Rule> |
|
17 |
|
|
18 |
|
|
19 |
<PointSymbolizer> |
|
20 |
<Graphic> |
|
21 |
<Mark> |
|
22 |
<WellKnownName>circle</WellKnownName> |
|
23 |
<Fill> |
|
24 |
<CssParameter name="fill">#FF0000</CssParameter> |
|
25 |
<CssParameter name="fill-opacity">1.0</CssParameter> |
|
26 |
</Fill> |
|
27 |
</Mark> |
|
28 |
<Size>11</Size> |
|
29 |
</Graphic> |
|
30 |
|
|
31 |
</PointSymbolizer> |
|
32 |
|
|
33 |
<PointSymbolizer> |
|
34 |
<Graphic> |
|
35 |
<Mark> |
|
36 |
<WellKnownName>circle</WellKnownName> |
|
37 |
<Fill> |
|
38 |
<CssParameter name="fill">#EDE513</CssParameter> |
|
39 |
<CssParameter name="fill-opacity">1.0</CssParameter> |
|
40 |
</Fill> |
|
41 |
</Mark> |
Also available in: Unified diff
remove old data contents