Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Article about geotools and uDig

Hi uDiggers,

though I am not the Matthias you were asking for ;-) I can at least help a bit with this article's content. Our company has the same Java magazine subscribed. The Java magazine has occasionally articles about geospatial Java applications, just recently a new series.

This older article describes uDig and its structure from a technical POV. Starting with the structure of GeoTools (mentioning GeoApi and JTS). They continue with a sample code constructing an SLD style and the differences between Raster and vector data, mentining the WMS/WFS standards and other supported formats like GML. After describing the meaning of filters they change over to uDig.

The Map Info view in the screenshot is just an "overview" map showing where your viewport is located globally. They mention that it is easy to implement using a ViewportModelListener (see code example) but has the caveat that it only works well with certain map projections, because with others the bounding box would not be a rectangle  but some distorted shape when shown on the global map. So Matthias Lendholt explains how to modify the Source code to disable the update of the map CRS in order to fix it to WGS84. (Sounds like a quick and dirty method to me, but anyway.)

In the fifth part they focus on the layers and their data sources and why connecting to a database can be useful for a spatial application.

I hope this helps.

Andrea wrote:
> ...
> > What is that "MapInfo" screen and do you think they would donate it back
> to uDig core?
> 
> I was wondering about the exactly same thing when I saw it :)
> Matthias, ping! :)
> 

-- 
Matthias Basler
matthiasbasler@xxxxxxxxxxxxxxx



Back to the top