Re: [Geotools-gt2-users] ImagePyramidReader, Level selection

2007-06-18 Thread Helge Koch
Hi Alessio, SORRY! I meant ZOOM OUT! Aargh. Pleace replace zoom in in my orginal post with zoom out. The root cause seems to be that ImagePyramidReader only uses one axis to determine the resolution level (the actual mosaic to use). It may happen that in one zoom step the first axis is used for

[Geotools-gt2-users] Information on org.geotools.gce.imageio.asciigrid

2007-06-18 Thread René Estrella
What about the classes in package org.geotools.gce.imageio.asciigrid? What is the relation between this package and org.geotools.gce.arcgrid? Where can I found information about org.geotools.gce.imageio.asciigrid. It seems like there are no javadocs for it. Thanks. -- View this message in

[Geotools-gt2-users] convert shapefile to other format

2007-06-18 Thread nvluyen
Hi all, I would like to read the data from a shapefile and convert it to other format. Here is my code: int ii = 0; Iterator iterator = collection.iterator(); try { while (iterator.hasNext()) { Feature feature = (Feature) iterator.next();

Re: [Geotools-gt2-users] gt2 streaming parser

2007-06-18 Thread Justin Deoliveira
Hi Laura, The parser configured like this is better suited for parsing straight gml, and not gml from wfs. The reason being that wfs has dependencies on other schemas like filter, which gml does not. However to fix this you can just change from GMLConfiguration to OGCConfiguration in the