Changeset 35125 in osm for applications/editors/josm/plugins/ImportImagePlugin/src/org
- Timestamp:
- 2019-09-26T13:46:59+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/src/org/openstreetmap/josm/plugins/ImportImagePlugin/PluginOperations.java
r33028 r35125 23 23 import org.geotools.data.DataSourceException; 24 24 import org.geotools.data.WorldFileReader; 25 import org.geotools.factory.Hints;26 25 import org.geotools.gce.geotiff.GeoTiffReader; 27 26 import org.geotools.geometry.Envelope2D; 28 27 import org.geotools.referencing.CRS; 28 import org.geotools.util.factory.Hints; 29 29 import org.opengis.parameter.ParameterValueGroup; 30 30 import org.opengis.referencing.FactoryException;
Note:
See TracChangeset
for help on using the changeset viewer.