File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
src/main/groovy/geoscript/layer Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 283
283
</exclusion >
284
284
</exclusions >
285
285
</dependency >
286
- <dependency >
287
- <groupId >org.jaitools</groupId >
288
- <artifactId >jt-jiffleop</artifactId >
289
- <version >0.2.0</version >
290
- </dependency >
291
- <dependency >
292
- <groupId >org.jaitools</groupId >
293
- <artifactId >jt-jiffle-language</artifactId >
294
- <version >0.2.0</version >
295
- </dependency >
296
286
<dependency >
297
287
<groupId >org.codehaus.groovy</groupId >
298
288
<artifactId >groovy-all</artifactId >
Original file line number Diff line number Diff line change 1
1
package geoscript.layer
2
2
3
3
import geoscript.geom.Bounds
4
+ import it.geosolutions.jaiext.jiffle.JiffleBuilder
4
5
import java.awt.image.RenderedImage
5
- import org.jaitools.jiffle.JiffleBuilder
6
6
import org.geotools.coverage.grid.GridCoverage2D
7
7
import org.geotools.coverage.grid.GridCoverageFactory
8
8
You can’t perform that action at this time.
0 commit comments