[Geotools-gt2-users] shapefile query

2010-08-29 Thread lauriici_4
Hello to you all! I've just started working with geotools and I managed to create an application in java that opens one or more layers, send data intro a jtable and then exports it to excel. But now I'm stuck and I can't find an answer to my problem: I want to search values in the shapefile datab

Re: [Geotools-gt2-users] Shapefile query

2008-05-13 Thread Gabriel Roldán
use a Filter: cheers, Gabriel On Monday 12 May 2008 06:20:10 am Steven Fines wrote: > Dear users, > > I'm a skilled java developer, but a novice to Spatial development, so > this may be quite noobish. I have a DBF file with land parcels >

[Geotools-gt2-users] Shapefile query

2008-05-11 Thread Steven Fines
Dear users, I'm a skilled java developer, but a novice to Spatial development, so this may be quite noobish. I have a DBF file with land parcels uniquely identified by a parcel number, and I have a shapefile supposedly queryable by these numbers to extract only the matching shape. I can r

Re: [Geotools-gt2-users] Shapefile query!!

2007-10-11 Thread Jesse Eichar
I would have to say no to that. The reason is that one way to efficiently edit is to null the data then append the new updated data to the end of the shapefile. So often it will work but there is no guarantee. However if you use the IndexedShapefile datastore looking up features by ID is

[Geotools-gt2-users] Shapefile query!!

2007-10-11 Thread Christian Weaves
Hi folks, I have a question for you, I'm new to Geotools so I hope you can help. If I have a shapefile which is of type MULTIPOLYGON that contains a number of polygons with the following attribute data: Feature ID, Name field.1,Calabon field.2,Gartez ... Here's the scenario:

[Geotools-gt2-users] Shapefile query!

2007-10-10 Thread Christian Weaves
Hi folks, I have a question for you, I'm new to Geotools so I hope you can help. If I have a shapefile which is of type MULTIPOLYGON that contains a number of polygons with the following attribute data: Feature ID, Name field.1,Calabon field.2,Gartez ... Here's the scenario: