Package org.geotools.validation.spatial

Examples of org.geotools.validation.spatial.PolygonNoGapsValidation


* @author chorner
* @since 1.0.1
*/
public class ValidatePolygonNoGaps extends FeatureValidationOp {
    public FeatureValidation getValidator() {
        return new PolygonNoGapsValidation();
    }
View Full Code Here

TOP

Related Classes of org.geotools.validation.spatial.PolygonNoGapsValidation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.