On 20 June 2012 07:40, ChenFred wrote:
> Thank you Michael for your suggestion. That is correct. an Overview docking
> inside the MainView is definitely what we want. I think a pair of linked
> MapViewports might be the way to go. I will dig into it.
>
> Fred
>
Fred, Jody,
Let's keep this threa
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
On 19 June 2012 17:26, Jody Garnett wrote:
> I have used the geotools rendering engine to draw under SWT before; the best
> technique is to render into a buffered image with the ARGB byte order; and
> then hijack that as the contents of your SWT Image (which you can then draw
> into the correct lo
The documentation includes examples of how to use the gt-render module
directly; including how to use it to write out a PNG file.
-http://docs.geotools.org/latest/userguide/library/render/gtrenderer.html#image
I have used the geotools rendering engine to draw under SWT before; the best
techniqu
Hi there, I am new to GEOTOOLS library. i am asked to add an overview to gt-swt
package. The overview is very similar to the Google Maps' overview, which is
located in the bottom left corner. I am really appreciate if anybody can tell
me how I can start this task with. Is there any material/