Re: [JPP-Devel] how to manage layer control (Sunburned Surveyor)

2010-10-08 Thread Sankar Mondal
ase tell me required APIs or classes -- Message: 4 Date: Wed, 29 Sep 2010 07:51:56 -0700 From: Sunburned Surveyor Subject: Re: [JPP-Devel] how to manage layer control To: OpenJump develop and use Message-ID: Content-Type: text/plain; charset="windows-12

Re: [JPP-Devel] how to manage layer control

2010-09-29 Thread Sunburned Surveyor
You want to add your shapefile to a pair of LayerViewPanels? SS On Mon, Sep 27, 2010 at 9:39 PM, Sankar Mondal wrote: > Thanks for your reply. > > Yeah I am required to write a custom application. below I am sharing small > piece of code regarding shape file loading as mentioned below: > > > >

Re: [JPP-Devel] how to manage layer control

2010-09-27 Thread Sankar Mondal
Thanks for your reply. Yeah I am required to write a custom application. below I am sharing small piece of code regarding shape file loading as mentioned below: public static final String[] SHAPEFILES = new String[] { "","","" }; main(){ //getting LayerViewPanel for custom view fi

Re: [JPP-Devel] how to manage layer control

2010-09-27 Thread Sunburned Surveyor
It is tough to provide answers without more details. Why can't you just use OpenJUMP? Do you really need a custom application? If you want to load shapefiles, you will need more than just the classes you mentioned in your e-mail. You will also need the code to load shapefiles. The Sunburned Surve

[JPP-Devel] how to manage layer control

2010-09-27 Thread Sankar Mondal
Hi As a beginner to OpenJump, I am required some help. I have an array of shape(*.shp) files. Using OpenJump APIs I want write one application to display those layers as well as control those layers like check/uncheck listeners as already implemented in OpenJump. can anyone please guide me how