-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b2ccc2
commit d731d23
Showing
55 changed files
with
609 additions
and
78 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/QualityADEContext.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality; | ||
|
||
import org.citygml4j.ade.quality.bind.QualityADEMarshaller; | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/QualityADEModule.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality; | ||
|
||
import org.citygml4j.ade.quality.model.Validation; | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/bind/QualityADEMarshaller.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.bind; | ||
|
||
import de.hft.stuttgart.qualityade._0_1_4.ErrorType; | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/bind/QualityADEUnmarshaller.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.bind; | ||
|
||
import de.hft.stuttgart.qualityade._0_1_4.ErrorType; | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/model/AbstractDataType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
import org.citygml4j.model.citygml.ade.binding.ADEModelObject; | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/model/AbstractError.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
public abstract class AbstractError extends AbstractDataType { | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/model/AbstractGeometryError.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
public abstract class AbstractGeometryError extends AbstractError { | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/model/AbstractPolygonError.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
import org.citygml4j.builder.copy.CopyBuilder; | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/model/AbstractRingError.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
import org.citygml4j.builder.copy.CopyBuilder; | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/model/AbstractSemanticError.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
public abstract class AbstractSemanticError extends AbstractError { | ||
|
21 changes: 21 additions & 0 deletions
21
src/main/java/org/citygml4j/ade/quality/model/AbstractSolidError.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
import org.citygml4j.builder.copy.CopyBuilder; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
import org.citygml4j.builder.copy.CopyBuilder; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
/* | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 org.citygml4j.ade.quality.model; | ||
|
||
import org.citygml4j.builder.copy.CopyBuilder; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
/* | ||
* Copyright 2021 Hochschule für Technik Stuttgart | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 | ||
* 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, | ||
|
9 changes: 7 additions & 2 deletions
9
src/main/java/org/citygml4j/ade/quality/model/FeatureStatistics.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
/* | ||
* Copyright 2021 Hochschule für Technik Stuttgart | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 | ||
* 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, | ||
|
9 changes: 7 additions & 2 deletions
9
src/main/java/org/citygml4j/ade/quality/model/FeatureType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
/* | ||
* Copyright 2021 Hochschule für Technik Stuttgart | ||
* quality-ade-citygml4j - Quality ADE module for citygml4j | ||
* https://github.com/citygml4j/quality-ade-citygml4j | ||
* | ||
* quality-ade-citygml4j is part of the citygml4j project | ||
* | ||
* Copyright 2019-2024 Claus Nagel <[email protected]> | ||
* | ||
* 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 | ||
* 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, | ||
|
Oops, something went wrong.