[JPP-Devel] how open OpenJump with a default data set

2010-11-16 Thread Sankar Mondal
Hi All! I have an AWT Application, on a button click i need to open OpenJump application with a default vector data set(e.g. shp files) into the default project i.e. default taskFrame. To open OpenJump I am using into my application JUMPWorkbench.main(arg) So I have an array of data set. Str

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

2010-10-08 Thread Sankar Mondal
52" 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 men

[JPP-Devel] how to read WFS layers into custom application

2010-10-07 Thread Sankar Mondal
Hi, Using OpenJump APIs I want to open WFS layers from a WFS url into a custom application. I found that there are some plugins available like de.latlon.deejump.wfs for WFS layers. Can anybody please give some idea how to use those Plug-ins or any API into custom application. Is there any WFS

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

[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