Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] GeoTools confusion when upgrading from 1.1.1 to 1.2M6SDK

Thanks Tony for helping out; and I also recommend either of you update that page with your own notes if you learn stuff when migrating.

GeoTools 2.2 is what we are upgrading from.

Jody


On 25/08/2009, at 7:16 PM, Tony Roth wrote:

hi jürgen,

have a look at these pages:

http://udig.refractions.net/confluence/display/DEV/GeoTools+2.5+for+uDig+Dev
elopers

http://docs.codehaus.org/display/GEOTDOC/09+Main

don't hesitate to ask me for migration. i've done this a few weeks ago.
tony

-----Original Message-----
From: udig-devel-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:udig-devel-
bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Jürgen Jacob
Sent: Tuesday, August 25, 2009 10:47 AM
To: User-friendly Desktop Internet GIS
Subject: [udig-devel] GeoTools confusion when upgrading from 1.1.1 to
1.2M6SDK

Hi list,

my project is using uDig 1.1.1 SDK and I'm starting to check if we can upgrade to 1.2. I've downloaded 1.2M6SDK and the only thing I still have
to fix is my code where I directly work with GeoTools. Creating
temporary layers, filters, SLD, .. Since the 'old' uDig uses GeoTools
2.3 or 2.4 (?) and the API has changed I have some hundreds compile
errors but this shouldn't be a problem. Nevertheless the confusion
starts here: Is uDig 1.2 using stable GeoTools 2.5 or relying on
GeoTools 2.6 that is itself still in development?

For example I have to replace code fragments where I create new feature
types:

FeatureTypeBuilder featureBuilder =
FeatureTypeBuilder.newInstance(featureName);
featureBuilder .addType(AttributeTypeFactory.newAttributeType(GEOMETRY_IDEN
TIFIER,
typeContributor.getPhenomenonType().getGeometry(),
true,Integer.MAX_VALUE, null,DefaultGeographicCRS.WGS84));

The GeoTools 2.5.7 guide [1] describes as one solution the usage of
SimpleTypeBuilder but the api documentation [2] doesnt' contain a
SimpleTypeBuilder. Weird. Is there a help page for developers upgrading to the new uDig version and having trouble with the changes of GeoTools?

Thank you,
Jürgen


[1] http://downloads.sourceforge.net/geotools/geotools-2.5.7- guide.zip
[2] http://downloads.sourceforge.net/geotools/geotools-2.5.7-doc.zip
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top