Hi all ,

i import all the jar in 12.3 bin to in my project..

first i read shape file , secondly conveert vector to raster and then
raster reclassify operation accordingly ..

*.... read shape file feature *
FeatureCollection collection =  source.getFeatures();
FeatureIterator<SimpleFeature> results = collection.features();

*...... vector to raster operation *
GridCoverage2D raster =
VectorToRasterProcess.process((SimpleFeatureCollection) collection,
"PLAKANO", new Dimension(100,100), collection.getBounds(), "deneme123",
null);

*.. start to raster recalssify *
 RangeLookupProcess gg = new RangeLookupProcess();

when i use gt-main and gt-raster-processs jar together i get a

*Exception in thread "main" java.lang.IllegalArgumentException: Default
value InterpolationNearest could not be converted to target type class
javax.media.jai.Interpolation*

*ERROR*
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to