[udig-devel] Problem in ReprojectingFeatureCollection
Jesse Eichar
jeichar at refractions.net
Tue Feb 12 09:10:25 PST 2008
Thank you Ugo.
I am actually assigned to work on this section so this will most
likely help me fix the issue.
Jesse
Le 12-Feb-08 à 2:06 AM, Ugo Taddei a écrit :
> Hello,
>
> ReprojectingFeatureCollection has a little problem:
>
> public ReprojectingFeatureCollection( FeatureCollection delegate,
> IProgressMonitor monitor,
> SimpleFeatureType SimplefeatureType, MathTransform mt ) {
> super(delegate, monitor);
> this.mt=mt;
> this.featureType=featureType;
> }
>
> should read
>
> public ReprojectingFeatureCollection( FeatureCollection delegate,
> IProgressMonitor monitor,
> SimpleFeatureType simpleFeatureType, MathTransform mt ) {
> super(delegate, monitor);
> this.mt=mt;
> this.featureType=simpleFeatureType;
> }
>
> (Got this one with Eclipse's Preferences -> Java -> Compiler ->
> Errors/Warnings, Potential programming problems, *Assignment has no
> effect*. I set such things to be an error, rather than a warning or
> than
> to be ignored.)
>
> Cheers,
>
> Ugo
>
> --
> Ugo Taddei
>
> Fraunhofer Institut Intelligente Analyse- und Informationssysteme
> (FhG IAIS)
> http://www.iais.fraunhofer.de
> Department Knowledge Discovery - IAIS.KD -
> Working Group Spatial Decision Support
> http://www.iais.fraunhofer.de/kd.html
> phone (+49)2241-14-2184 fax (+49)2241-14-2072
> Schloss Birlinghoven, D-53754 Sankt Augustin, Germany
> ------------------------------------------------------
> Visit our thematic mapping tool CommonGIS: http://www.commongis.de
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
More information about the udig-devel
mailing list