[udig-devel] [jira] Created: (UDIG-995) UDIG on geotools 2.3

Aleksander Bandelj (JIRA) jira at codehaus.org
Fri Sep 15 02:45:52 PDT 2006


UDIG on geotools 2.3
--------------------

                 Key: UDIG-995
                 URL: http://jira.codehaus.org/browse/UDIG-995
             Project: uDIG
          Issue Type: Task
          Components: API catalog, API libs, API map, API printing, API project, API render, catalog, layer, map, printing, shapefile, style, Tiling Renderer, tool, ui, validation, wfs, wms, world image
    Affects Versions: UDIG 1.2
            Reporter: Aleksander Bandelj


I patched UDIG to Geotools 2.3 trunk in order to play with 2.3. grid coverages. Necessary changes are:

- geotools packages are changed, e.g. org.geotools.filter.Expression is now org.geotools.filter.expression.Expression.
- some implemented geotools interfaces have additional methods (e.g. Filter)
- instead of FeatureStore s; FeatureCollection c; s.addFeatures(c), you have to write s.addFeatures(c.reader())
- CRS.decode now throws FactoryException, so additional catch block is necessary

There is also

http://jira.codehaus.org/browse/GEOT-942

By the way, wouldn't it be better to use:

diagonalGroundDistance = DefaultGeographicCRS.WGS84.distance(new double[] {restrictedBounds
    .getMinX(), restrictedBounds.getMinY()}, new double[] {restrictedBounds
    .getMaxX(), restrictedBounds.getMaxY()}).doubleValue();

instead of GeodeticCalculator in ViewPortModelImpl which is more performant and also fixes this issue ?



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the udig-devel mailing list