Commit 24ea0bbe authored by Matthias Betz's avatar Matthias Betz
Browse files

fixed solid self intersection writing not working

parent 524a1e2c
Pipeline #1936 passed with stage
in 5 seconds
...@@ -27,7 +27,7 @@ import net.opengis.gml.AbstractFeatureType; ...@@ -27,7 +27,7 @@ import net.opengis.gml.AbstractFeatureType;
NonPlanarNormalsDeviationType.class, OrientationRingsSameType.class, AllPolygonsWrongOrientationType.class, NonPlanarNormalsDeviationType.class, OrientationRingsSameType.class, AllPolygonsWrongOrientationType.class,
PolygonWrongOrientationType.class, NonManifoldVertexType.class, NonManifoldEdgeType.class, PolygonWrongOrientationType.class, NonManifoldVertexType.class, NonManifoldEdgeType.class,
SolidNotClosedType.class, TooFewPolygonsType.class, MultipleConnectedComponentsType.class, SolidNotClosedType.class, TooFewPolygonsType.class, MultipleConnectedComponentsType.class,
AttributeWrongValueType.class, AttributeMissingType.class }) AttributeWrongValueType.class, AttributeMissingType.class, SolidSelfIntersectionType.class })
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public abstract class ValidationErrorType extends AbstractFeatureType { public abstract class ValidationErrorType extends AbstractFeatureType {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment