📄 validationresults.html
字号:
</TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>ContainsIntegrity.</B><B><A HREF="../../../../org/geotools/validation/relate/ContainsIntegrity.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>IntersectsIntegrity.</B><B><A HREF="../../../../org/geotools/validation/relate/IntersectsIntegrity.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>DisjointIntegrity.</B><B><A HREF="../../../../org/geotools/validation/relate/DisjointIntegrity.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> </TD></TR></TABLE> <P><A NAME="org.geotools.validation.spatial"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Uses of <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> in <A HREF="../../../../org/geotools/validation/spatial/package-summary.html">org.geotools.validation.spatial</A></FONT></TD></TR></TABLE> <P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"><TD COLSPAN=2>Methods in <A HREF="../../../../org/geotools/validation/spatial/package-summary.html">org.geotools.validation.spatial</A> with parameters of type <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>LineNotTouchingPolygonInteriorValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/LineNotTouchingPolygonInteriorValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Check that the line is not touching the interior of the polygon.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PointCoveredByEndPointOfLineValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/PointCoveredByEndPointOfLineValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Point is covered by a Line end point. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PointInsidePolygonValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/PointInsidePolygonValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Point is inside the Polygon (not on boundary). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PointCoveredByPolygonValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/PointCoveredByPolygonValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Point is covered by the Polygon. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>IsValidGeometryValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/IsValidGeometryValidation.html#validate(org.geotools.feature.Feature, org.geotools.feature.FeatureType, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="../../../../org/geotools/feature/Feature.html" title="interface in org.geotools.feature">Feature</A> feature, <A HREF="../../../../org/geotools/feature/FeatureType.html" title="interface in org.geotools.feature">FeatureType</A> type, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Tests to see if a geometry is valid by calling Geometry.isValid(). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PolygonCoveredByPolygonValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/PolygonCoveredByPolygonValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Polygon is covered by the Polygon. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PolygonNotOverlappingPolygonValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/PolygonNotOverlappingPolygonValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Polygon Boundary is not covered by the Polygon. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>LinesNotIntersectValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/LinesNotIntersectValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Lines do not intersect. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>LinesNotOverlapValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/LinesNotOverlapValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Lines do not overlap.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PolygonCoveredByFeaturePolygonValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/PolygonCoveredByFeaturePolygonValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR> Ensure Polygon is covered by the Polygon. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> boolean</CODE></FONT></TD><TD><CODE><B>PolygonNotCoveredByPolygonValidation.</B><B><A HREF="../../../../org/geotools/validation/spatial/PolygonNotCoveredByPolygonValidation.html#validate(java.util.Map, com.vividsolutions.jts.geom.Envelope, org.geotools.validation.ValidationResults)">validate</A></B>(<A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A> layers, <A HREF="http://www.jump-project.org/docs/jts/1.7/api/com/vividsolutions/jts/geom/Envelope.html" title="class or interface in com.vividsolutions.jts.geom">Envelope</A> envelope, <A HREF="../../../../org/geotools/validation/ValidationResults.html" title="interface in org.geotools.validation">ValidationResults</A> results)</CODE><BR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -