Skip to content

Commit

Permalink
#64447 Fix GeoTools imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ndwlocatieservices committed Dec 12, 2023
1 parent e381c0c commit 7420a5b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package nu.ndw.nls.accessibilitymap.jobs.nwb.mappers;

import org.geotools.api.referencing.FactoryException;
import org.geotools.api.referencing.crs.CoordinateReferenceSystem;
import org.geotools.api.referencing.operation.MathTransform;
import org.geotools.api.referencing.operation.TransformException;
import org.geotools.geometry.jts.JTS;
import org.geotools.referencing.CRS;
import org.locationtech.jts.geom.LineString;
import org.opengis.referencing.FactoryException;
import org.opengis.referencing.crs.CoordinateReferenceSystem;
import org.opengis.referencing.operation.MathTransform;
import org.opengis.referencing.operation.TransformException;
import org.springframework.stereotype.Component;

@Component
Expand Down

0 comments on commit 7420a5b

Please sign in to comment.