[Geotools-gt2-users] Hi all

2016-06-07 Thread Mihaja raji
Will you help me , I am trying to set up a GIS application (with GeoTools ) and I use the following direct application in postgis "SELECT * FROM WHERE NOT bord_route st_isvalid ( the_geom ) " it works but with CQL the request with GeoTools , what is the equivalence of this request ? thank in advanc

[Geotools-gt2-users] Query CQL in GeoTools

2016-06-08 Thread Mihaja raji
Hi all, my function like this to detect error geometry in a shapefile but the query is not found private void errorTopology() throws Exception { String typeName = (String) featureTypeCBox.getSelectedItem(); SimpleFeatureSource source = dataStore.getFeatureSource(typeName);

[Geotools-gt2-users] Querying Postgis data store and load on JMapFrame

2016-10-12 Thread Mihaja raji
Hi all, how to load postgis data store and load it on JMapFrame using SQL query. this is my code but i'm not know where I put the request like "SELECT * from table WHERE st_isvalid(the_geom)": Map outputParams = new HashMap(); outputParams.put(PostgisNGDataStoreFactory.DBTYPE.key, "postgis

[Geotools-gt2-users] Load and query feature postgis datastore

2016-10-15 Thread Mihaja raji
Hello. How to query feature postgis data store and load it on mapcontent using SQL Query?. Thanks -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashd

[Geotools-gt2-users] Load and query postgis feature data

2016-10-20 Thread Mihaja raji
Hi. is there a documentation to query feature postgis data and load result on mapContent using SQL? -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slas

[Geotools-gt2-users] Check geometry error using CQL filter

2016-11-18 Thread Mihaja raji
Hi all, i want to check geometry error using CQL filter in one shp file. how to do that. Thanks in advance -- ___ GeoTools-GT2-Users mailing list GeoTools-GT2-Users@lists.sourcef

[Geotools-gt2-users] Check all error geometry in a layer using ECQL filter

2016-11-21 Thread Mihaja raji
Hello all, can you help me, how to check error geometry using ECQL filter. thanks in advance for your help -- ___ GeoTools-GT2-Users mailing list GeoTools-GT2-Users@lists.sourcef

[Geotools-gt2-users] Import feature shapefile into Postgis

2016-11-24 Thread Mihaja raji
Hi all,is there a tutorial to import .shp file into Postgis. I'm using Geotools 12.0. Thanks a lot for your help -- ___ GeoTools-GT2-Users mailing list GeoTools-GT2-Users@lists.s

Re: [Geotools-gt2-users] Check all error geometry in a layer using ECQL filter

2016-12-26 Thread Mihaja raji
Hi all, How to check for overlapping check with tolerance using GeoTools. thanks in advance 2016-11-22 6:56 GMT+01:00 Mihaja raji : > Hello all, can you help me, how to check error geometry using ECQL > filter. thanks in advance for you

[Geotools-gt2-users] FeatureCompare using geotools

2017-08-30 Thread Mihaja raji
Hi all, how to compare feautre polygon only in 2 shapefile with tolerance using geotools. Thanks -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashd