X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.app.geo%2Fsrc%2Forg%2Fargeo%2Fapp%2Fgeo%2FGeoToolsTest.java;h=e6f9c19c919f8ce33288d7378d7919e36fd31716;hb=03c171b5d502b461c534816c3c11cae889aef3c1;hp=a7711960483919d73e7db0aa9b97a73a32eea5d1;hpb=2b20863563e9e6ddc9b421b4f5202248e0638f60;p=gpl%2Fargeo-suite.git diff --git a/org.argeo.app.geo/src/org/argeo/app/geo/GeoToolsTest.java b/org.argeo.app.geo/src/org/argeo/app/geo/GeoToolsTest.java index a771196..e6f9c19 100644 --- a/org.argeo.app.geo/src/org/argeo/app/geo/GeoToolsTest.java +++ b/org.argeo.app.geo/src/org/argeo/app/geo/GeoToolsTest.java @@ -10,15 +10,17 @@ import java.util.HashMap; import java.util.List; import java.util.Map; +import org.geotools.api.data.SimpleFeatureSource; +import org.geotools.api.data.SimpleFeatureStore; +import org.geotools.api.data.Transaction; +import org.geotools.api.feature.simple.SimpleFeature; +import org.geotools.api.feature.simple.SimpleFeatureType; import org.geotools.data.DataUtilities; import org.geotools.data.DefaultTransaction; -import org.geotools.data.Transaction; import org.geotools.data.collection.ListFeatureCollection; import org.geotools.data.shapefile.ShapefileDataStore; import org.geotools.data.shapefile.ShapefileDataStoreFactory; import org.geotools.data.simple.SimpleFeatureCollection; -import org.geotools.data.simple.SimpleFeatureSource; -import org.geotools.data.simple.SimpleFeatureStore; import org.geotools.feature.simple.SimpleFeatureBuilder; import org.geotools.geometry.jts.JTSFactoryFinder; import org.geotools.swing.data.JFileDataStoreChooser; @@ -27,8 +29,6 @@ import org.locationtech.jts.geom.Geometry; import org.locationtech.jts.geom.GeometryFactory; import org.locationtech.jts.geom.LineString; import org.locationtech.jts.geom.Point; -import org.opengis.feature.simple.SimpleFeature; -import org.opengis.feature.simple.SimpleFeatureType; public class GeoToolsTest { public GeoToolsTest() {