We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5addb43 commit 74e6fa7Copy full SHA for 74e6fa7
1 file changed
xyz-jobs/xyz-job-steps/src/main/java/com/here/xyz/jobs/steps/impl/transport/ExportSpaceToFiles.java
@@ -304,6 +304,9 @@ public boolean validate() throws ValidationException {
304
305
//Validate input Geometry
306
if (this.spatialFilter != null) {
307
+ if(spatialFilter.getGeometry() == null)
308
+ throw new ValidationException("Invalid arguments! Geometry cant be null!");
309
+
310
Geometry jtsGeometry = spatialFilter.getGeometry().getJTSGeometry();
311
spatialFilter.validateSpatialFilter();
312
0 commit comments