Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
QualityADE
Commits
c35f2cd6
Commit
c35f2cd6
authored
Apr 07, 2022
by
Matthias Betz
Browse files
Merge branch 'fix-model' into 'citygml3'
Adapt model classes See merge request
!2
parents
9b970421
a349d45c
Changes
48
Hide whitespace changes
Inline
Side-by-side
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/AllPolygonsOrientedWrongErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.AllPolygonsOrientedWrongError
;
public
class
AllPolygonsOrientedWrongErrorProperty
extends
AbstractInlineProperty
<
AllPolygonsOrientedWrongError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
441706560214349475L
;
public
AllPolygonsOrientedWrongErrorProperty
()
{
super
();
}
public
AllPolygonsOrientedWrongErrorProperty
(
AllPolygonsOrientedWrongError
apowe
)
{
super
(
apowe
);
}
@Override
public
Class
<
AllPolygonsOrientedWrongError
>
getTargetType
()
{
return
AllPolygonsOrientedWrongError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/ConsecutivePointsSameErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.ConsecutivePointsSameError
;
public
class
ConsecutivePointsSameErrorProperty
extends
AbstractInlineProperty
<
ConsecutivePointsSameError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
3869036308848839709L
;
public
ConsecutivePointsSameErrorProperty
()
{
super
();
}
public
ConsecutivePointsSameErrorProperty
(
ConsecutivePointsSameError
cpse
)
{
super
(
cpse
);
}
@Override
public
Class
<
ConsecutivePointsSameError
>
getTargetType
()
{
return
ConsecutivePointsSameError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/HoleOutsideErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.HoleOutsideError
;
public
class
HoleOutsideErrorProperty
extends
AbstractInlineProperty
<
HoleOutsideError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
4196743912365692331L
;
public
HoleOutsideErrorProperty
()
{
super
();
}
public
HoleOutsideErrorProperty
(
HoleOutsideError
gepholeoutside
)
{
super
(
gepholeoutside
);
}
@Override
public
Class
<
HoleOutsideError
>
getTargetType
()
{
return
HoleOutsideError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/InnerRingsNestedErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.InnerRingsNestedError
;
public
class
InnerRingsNestedErrorProperty
extends
AbstractInlineProperty
<
InnerRingsNestedError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
3036689276151551958L
;
public
InnerRingsNestedErrorProperty
()
{
super
();
}
public
InnerRingsNestedErrorProperty
(
InnerRingsNestedError
irne
)
{
super
(
irne
);
}
@Override
public
Class
<
InnerRingsNestedError
>
getTargetType
()
{
return
InnerRingsNestedError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/InteriorDisconnectedErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.InteriorDisconnectedError
;
public
class
InteriorDisconnectedErrorProperty
extends
AbstractInlineProperty
<
InteriorDisconnectedError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
84761615612278576L
;
public
InteriorDisconnectedErrorProperty
()
{
super
();
}
public
InteriorDisconnectedErrorProperty
(
InteriorDisconnectedError
ide
)
{
super
(
ide
);
}
@Override
public
Class
<
InteriorDisconnectedError
>
getTargetType
()
{
return
InteriorDisconnectedError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/IntersectingRingsErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.IntersectingRingsError
;
public
class
IntersectingRingsErrorProperty
extends
AbstractInlineProperty
<
IntersectingRingsError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
1608106125509503698L
;
public
IntersectingRingsErrorProperty
()
{
super
();
}
public
IntersectingRingsErrorProperty
(
IntersectingRingsError
ire
)
{
super
(
ire
);
}
@Override
public
Class
<
IntersectingRingsError
>
getTargetType
()
{
return
IntersectingRingsError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/MultipleComponentsErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.MultipleComponentsError
;
public
class
MultipleComponentsErrorProperty
extends
AbstractInlineProperty
<
MultipleComponentsError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
5294284044767336204L
;
public
MultipleComponentsErrorProperty
()
{
super
();
}
public
MultipleComponentsErrorProperty
(
MultipleComponentsError
mce
)
{
super
(
mce
);
}
@Override
public
Class
<
MultipleComponentsError
>
getTargetType
()
{
return
MultipleComponentsError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/NonManifoldEdgeErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.NonManifoldEdgeError
;
public
class
NonManifoldEdgeErrorProperty
extends
AbstractInlineProperty
<
NonManifoldEdgeError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
8331219256576062664L
;
public
NonManifoldEdgeErrorProperty
()
{
super
();
}
public
NonManifoldEdgeErrorProperty
(
NonManifoldEdgeError
nmee
)
{
super
(
nmee
);
}
@Override
public
Class
<
NonManifoldEdgeError
>
getTargetType
()
{
return
NonManifoldEdgeError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/NonManifoldVertexErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.NonManifoldVertexError
;
public
class
NonManifoldVertexErrorProperty
extends
AbstractInlineProperty
<
NonManifoldVertexError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
3582401333822811835L
;
public
NonManifoldVertexErrorProperty
()
{
super
();
}
public
NonManifoldVertexErrorProperty
(
NonManifoldVertexError
nmve
)
{
super
(
nmve
);
}
@Override
public
Class
<
NonManifoldVertexError
>
getTargetType
()
{
return
NonManifoldVertexError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/OrientationRingsSameErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.OrientationRingsSameError
;
public
class
OrientationRingsSameErrorProperty
extends
AbstractInlineProperty
<
OrientationRingsSameError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
7924476601392934115L
;
public
OrientationRingsSameErrorProperty
()
{
super
();
}
public
OrientationRingsSameErrorProperty
(
OrientationRingsSameError
orse
)
{
super
(
orse
);
}
@Override
public
Class
<
OrientationRingsSameError
>
getTargetType
()
{
return
OrientationRingsSameError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/PlanarDistancePlaneErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.PlanarDistancePlaneError
;
public
class
PlanarDistancePlaneErrorProperty
extends
AbstractInlineProperty
<
PlanarDistancePlaneError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
805859214704441973L
;
public
PlanarDistancePlaneErrorProperty
()
{
super
();
}
public
PlanarDistancePlaneErrorProperty
(
PlanarDistancePlaneError
pdpe
)
{
super
(
pdpe
);
}
@Override
public
Class
<
PlanarDistancePlaneError
>
getTargetType
()
{
return
PlanarDistancePlaneError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/PlanarNormalsDeviationErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;
import
de.hft.stuttgart.quality.model.types.PlanarNormalsDeviationError
;
public
class
PlanarNormalsDeviationErrorProperty
extends
AbstractInlineProperty
<
PlanarNormalsDeviationError
>
implements
ADEObject
{
@Serial
private
static
final
long
serialVersionUID
=
2464000011383104477L
;
public
PlanarNormalsDeviationErrorProperty
()
{
super
();
}
public
PlanarNormalsDeviationErrorProperty
(
PlanarNormalsDeviationError
pnde
)
{
super
(
pnde
);
}
@Override
public
Class
<
PlanarNormalsDeviationError
>
getTargetType
()
{
return
PlanarNormalsDeviationError
.
class
;
}
}
citygml4j-quality-ade/src/main/java/de/hft/stuttgart/quality/model/properties/PolygonWrongOrientationErrorProperty.java
deleted
100644 → 0
View file @
9b970421
/*-
* Copyright 2022 Hochschule für Technik Stuttgart
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
de.hft.stuttgart.quality.model.properties
;
import
java.io.Serial
;
import
org.citygml4j.core.model.ade.ADEObject
;
import
org.xmlobjects.gml.model.base.AbstractInlineProperty
;