[Geotools-gt2-users] Displaying an image attribute as a point symbolizer

2005-12-12 Thread Erdem Gunay
) object as a parameter. Is it possible to do what I need in GeoTools 2.1, if so how can I do that? thanks in advance, -- Erdem Gunay __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[Geotools-gt2-users] setting dynamic line tickness

2006-07-28 Thread Erdem Gunay
Hello, I am trying to set the tickness of a line dynamically based on the zoom factor. For example, when the user zooms in the map, the lines should be drawn ticker, when zooming out, thinner. I use styledMapPane. Can i do this in GeoTools? Does anybody have an idea? thanks regards Erdem Gunay

Re: [Geotools-gt2-users] setting dynamic line tickness

2006-07-31 Thread Erdem Gunay
Hi Andrea, This is quite a suitable solution to my problem, thanks a lot, -- Erdem Gunay --- Andrea Aime [EMAIL PROTECTED] wrote: Erdem Gunay ha scritto: Hello, I am trying to set the tickness of a line dynamically based on the zoom factor. For example, when the user zooms

[Geotools-gt2-users] setting character encoding for StreamingRenderer

2006-09-05 Thread Erdem Gunay
Hi, I am using StreamingRenderer as my renderer. How can I set the character encoding to a language specific value; for example, 8859-9 (for Turkish) so that the Turkish characters get rendered properly? thanks regards, -- Erdem Gunay __ Do

Re: [Geotools-gt2-users] setting character encoding for StreamingRenderer

2006-09-05 Thread Erdem Gunay
Hi Jody, I use ShapefileDataStore. then should I do something with the ShapefileDataStore object? if so what can I do? I do not see any candidate methods having charset encoding parameter, etc. thanks regards, Erdem Gunay --- Jody Garnett [EMAIL PROTECTED] wrote: I think it depends on your

Re: [Geotools-gt2-users] setting character encoding for StreamingRenderer

2006-09-11 Thread Erdem Gunay
java.nio.charset.CharsetDecoder object to decode the original bytes to specific language charset. Do you think I am on the right track? or can I find an alternative way to read data properly from shapefiles? best regards, -- Erdem Gunay --- Jesse Eichar [EMAIL PROTECTED] wrote: As far as I know shapefile rendering depends

Re: [Geotools-gt2-users] setting character encoding for StreamingRenderer

2006-10-17 Thread Erdem Gunay
regards, -- Erdem Gunay - Original Message From: Jesse Eichar [EMAIL PROTECTED] To: Erdem Gunay [EMAIL PROTECTED] Cc: Jody Garnett [EMAIL PROTECTED]; geotools-gt2-users@lists.sourceforge.net Sent: Monday, September 11, 2006 7:24:29 PM Subject: Re: [Geotools-gt2-users] setting character

[Geotools-gt2-users] Finding the address of a position in a map - poor performance

2007-07-27 Thread Erdem Gunay
Hi all, Given a coordinate, I need to find the features which contain the coordinate. The fetaure types can be line and polygon. For example, I am working on a vehicle tracking system. The coordinate messages are received from vehciles. Given a coordinate from a vehicle, I need to find the

[Geotools-gt2-users] My ZoomPane implementation - scale denominator does not change

2007-08-13 Thread Erdem Gunay
Hello, I have been trying to find a useful Swing implementation of a map pane which has zoom in/out and scroll functionalities. As many others find out, I have seen that StyledMapPane is deprecated and not supported anymore. I have used JMapPane but it does not meet what I need. Therefore I