[Geotools-gt2-users] ColorMap.setType(int) has no effect?

2007-07-20 Thread Stefan Krüger
Hi Am i right, that in GT 2.3.2 the ColorMap.setType( int ) doesn't have any effect? ColorMap.TYPE_RAMP, ColorMap.TYPE_INTERVALS and ColorMap.TYPE_VALUES are constants reserved for it, but i can't see any difference when i play with them. Looks like the only behaviour implemented is an inter

Re: [Geotools-gt2-users] Transformation question

2007-07-20 Thread Martin Desruisseaux
Martin Schmitz a écrit : > PROJCS["Lambert_IMPETUS_Marokko", > GEOGCS["GCS_Merchich_Degree", > DATUM["D_Merchich",SPHEROID["Clarke_1880_IGN",6378249.2,293.46602]], > (...snip...) > > My main problem is, that I don't know, what "Bursa wolf parameters" are for, > and how to set them... T

[Geotools-gt2-users] (no subject)

2007-07-20 Thread [EMAIL PROTECTED]
Hi everyone. I work with geotools 2.3.2. I must show a giff image and I should make a zoom . Have you got an java example that help me. TISCALI TANDEM FLAT Stacca Telecom: telefono e Adsl 10 MB a € 39.95. GRATIS modem, attivazione e s

Re: [Geotools-gt2-users] Determining if a Schema of an DataStore is ReadOnly

2007-07-20 Thread Tim Englich
Hello Jody, we are using the Oracle Datastore an your solution does not work. We have implemented it as follows: FeatureSource fs = dataStore.getFeatureSource(typeName); if (fs instanceof FeatureStore){ return false; } We connect to the Schema with an user with select-rights only. But