Hei Leandro,
I can't realy answer on your question as I am not sure as well what
would belong into the classes. Just start with one example (Buffer of
features) and program all the stuff you need for it. If that is done,
you go on with the next example (i.e. intersect two polygon layers).
Then.. y
Paul,
That is a good tip. I'll add this information to my section of the
wiki on loading files in OpenJUMP. Thanks for implementing the
AbstractFileLayerLoader.
The Sunburned Surveyor
On Wed, Jun 11, 2008 at 11:12 AM, Paul Austin <[EMAIL PROTECTED]> wrote:
> Christopher,
>
> Have a look at the o
Hei,
I just discovered, that if I turn on the display of vertices for a line
layer, then the lines are not displayed anymore and only the vertices.
Did somebody accidently changed that? or was that a feature of deeStyling?
I would rathe have the option to see both: lines + vertices at the same t
Christopher,
Have a look at the org.openjump.core.ui.io.file.AbstractFileLayerLoader
class for implementing a complete custom file loader.
You just have to implement the open(TaskMonitor monitor, URI uri,
Map options) method to do the actual Layerable creation.
If there are options the user
--- Sunburned Surveyor <[EMAIL PROTECTED]>
wrote:
> Let me know if you have more questions. I can help
> you with
> implementing a DataSource for TIN files if that's
> what you are
> currently working on.
>
> The Sunburned Surveyor
Hmmm, it looks like since I've gone the Layerable
route and byp
Christopher,
I just spent a couple of hours going through the code and Javadoc for
this part of OpenJUMP in response to a question asked on the mailing
list. I summarized the results of my research on the OpenJUMP wiki:
http://openjump.org/wiki/show/File+DataSource+Notes
If I understand the code
Jukka,
I'm afraid that I can't answer your question. Hopefully the programmer
or programmers that implemented the cloned window functionality will
have time to comment in the next day or two.
You can always add a feature request to our sourceforge tracker.
The Sunburned Surveyor
On Tue, Jun 10,