Sorry, That I vent been active for long Time, But I was having my final
college year exams, so I had to stop working on my project...
I tried the codes written , in the links ...the line ListFeatureCollection i
get it I replaced the line 

final FeatureCollection<SimpleFeatureType, SimpleFeature> fc = new
ListFeatureCollection(gridFeatureBuilder.getType());
        HexagonGridBuilder gridBuilder = new HexagonGridBuilder(bounds,
sideLen, orientation);
        gridBuilder.buildGrid(fc, gridFeatureBuilder, vertexSpacing);
        return DataUtilities.source(fc);

//of course the FeatureCollection<SimpleFeatureType, SimpleFeature> instead
of SimpleFeatureCollection


with
final FeatureCollection<SimpleFeatureType, SimpleFeature> fc =
FeatureCollections.newCollection();

should it work or not since I mnot familiar with the ListFeatureCollection
?? Maybe i did something wrong


I will try to update to 2.7 soon 

Also, I got another question ??does itt affect the speed of Run if i used
this grid instead of the work arround we talked about earlier ( I mean
drawing polygons (hexagons) , adding Geometric Features ....I mnot familiar
with the backend of the Gridcoverage , the element ..Gridelement
.........etc)

Is there any Grid tutorial arround thanks!!! ALot
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/How-to-create-my-own-GridCoverage-Not-from-an-input-img-tp5067942p5221957.html
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to