[JPP-Devel] get a point feature

2010-12-18 Thread Mohammed Rashad
How to get a point feature for the given attribute name? What I mean is search for the point feature which has attribute name = myattributename. -- Rashad -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how

[JPP-Devel] OpenJUMP IO adding file extension or not ?

2010-12-18 Thread Michaël Michaud
Hi all, A few questions about OpenJUMP IO 1) - Most of time, if I save a dataset as a shapefile, openjump will append .shp extension if I forget to include it in file name. - sometime, it will refuse to save and will ask to add the extension. Yesterday, I noticed the same thing happens on a dri

[JPP-Devel] vertex from vector data

2010-12-18 Thread Mohammed Rashad
How to get a list of all vertices and edges from a vector layer? -- Rashad -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and

Re: [JPP-Devel] jump-grapht

2010-12-18 Thread Benjamin Gudehus
Hi Mohammed, org.gdms.jgrapht.INode contains a com.vividsolutions.jts.geom.Geometry. I wrote this method quickly but without testing it (code is in Groovy): void addNodesAsNewLayer(List nodes, LayerManager layerManager) { def schema = new FeatureSchema() schema.addAttribute("geometry", A

Re: [JPP-Devel] jump-grapht

2010-12-18 Thread Michaël Michaud
Le 18/12/2010 11:32, Mohammed Rashad a écrit : How to create a layer using a list of INode Values in OpenJUMP using jgrapht? Why do you want to create a layer with INode values ? Currently, INode values are built from first and last coordinate of each linear feature to "connect" the network.

Re: [JPP-Devel] raster layer

2010-12-18 Thread Michaël Michaud
Hi Mohammed, To toggle visibility of a Sextante Raster Layer, you have to right click on the layer and change its visibility from the context menu. I don't know why it has been done like this. May be to make them different from old Raster Layers. If someone else know, it would be interesting t

[JPP-Devel] jump-grapht

2010-12-18 Thread Mohammed Rashad
How to create a layer using a list of INode Values in OpenJUMP using jgrapht? -- Rashad -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next