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
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
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
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
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