2009/12/7 andrea antonello wrote: > DataBuffer buffer = new DataBufferInt(data, data.length); > > should be > > DataBuffer buffer = new DataBufferInt(data, data.length*data[0].length); >
Good catch :-) Michael ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
