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
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
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
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