Re: [Geotools-devel] DTED support

2008-07-08 Thread Anaxa Gore
e on gt-trunk contains also a DTED > plugin, leveraging on GDAL by means of the ImageIO-EXT project. See > http://docs.codehaus.org/display/GEOTOOLS/ImageIO-EXT+GDAL for more > information. > Let me know if you need more info. > > Cheers, > Daniele > > On Tue, Jul 8, 2008 at

[Geotools-devel] DTED support

2008-07-08 Thread Anaxa Gore
Hi, I am about to get the complete Digital Terrain Elevation Data (DTED), and I would like to know if a reader (writer ?) exists for this specific format in GT ? (I think the extension is .dem) I am currently using GT-2.5 trunk. Thanks in advance for your answers ! Thomas

Re: [Geotools-devel] problem displaying a mapcontext with a CRS different of DefaultGeographicCRS.WGS84

2008-05-30 Thread Anaxa Gore
ndrea Aime <[EMAIL PROTECTED]>: > Anaxa Gore ha scritto: > > Hi, >> >> As I said yesterday in another thread, I solved my problem of opening >> geotiff by replacing the crs of the mapContext from >> DefaultGeographicCRS.WGS84 to CRS.decode("EPSG:4326")

[Geotools-devel] problem displaying a mapcontext with a CRS different of DefaultGeographicCRS.WGS84

2008-05-30 Thread Anaxa Gore
Hi, As I said yesterday in another thread, I solved my problem of opening geotiff by replacing the crs of the mapContext from DefaultGeographicCRS.WGS84 to CRS.decode("EPSG:4326"). Now, I can display all my datas, but some new problems appear : - first, the proportions of rasters are not respe

[Geotools-devel] Creating a feature wrapper for Java beans

2008-04-28 Thread Anaxa Gore
Hi! I am currently writing a wrapper; to "convert" java beans to features, throw the SimpleFeature interface... But there are choices to do, and i would be happy to have your suggestions ! The idea is this : In an application, we have a model (MVC pattern for instance), described by some classes

Re: [Geotools-devel] Problem with creating a style from an SLD

2008-04-11 Thread Anaxa Gore
in advance (and thanks for what you already did !) Thomas 2008/4/10, Jody Garnett <[EMAIL PROTECTED]>: > > Anaxa Gore wrote: > > > Hi Jody ! > > Happy to learn that I did not do anything wrong ! ;-) > > > About the only thing people do wrong is not read the

Re: [Geotools-devel] Problem with creating a style from an SLD

2008-04-10 Thread Anaxa Gore
difference ! In the first case (SLD), I got : class java.lang.String In the second one (StyleBuilder), I got : class java.lang.Double So it seems that "0.3", 0.3, 0.3f, 0.3d doesnt exactly the same. ;-) What do you think about that ? Is there a way to fix this problem ? Thomas 200

[Geotools-devel] Problem with creating a style from an SLD

2008-04-09 Thread Anaxa Gore
Hello, I think I found an idea from where is coming my problem of opacity. Maybe from a bad creation of Style, when reading the SLD... First, I wrote this SLD : A Random Layer The title of the layer A longer and some would say less random peice of text that allows you to describe the layer i

[Geotools-devel] How to put datas into a GridCoverage2D

2008-04-07 Thread Anaxa Gore
Hello, I want to reproject a GridCoverage2D. My problem is : when the reprojection is processing, I get an exception because of negative values in my GridCoverage2D. As I don't need them, I would like to put some 0 instead of negative values, but I can't find any information on this topic. I saw i

[Geotools-devel] Problem with rendering features with semi -transparency

2008-04-07 Thread Anaxa Gore
Hello. I posted few days ago for my problem, but nobody answered. So I am going to try to explain in a better way, hoping somebody will be able to answer... I am currently simply trying to enter information into my system. When I click on the map, I add a feature to a MemoryDataStore. This feature

Re: [Geotools-devel] Asking for feedback on SLD RasterSymbolizer support

2008-04-03 Thread Anaxa Gore
Hi Simone, If I understand well your message, you are working on the SLD support for rasters rendering customization. As it is a subject which interests me a lot (as you know ;-)), I would like to answer you, event if I am probably not the best person to do it. I just think that the last solution