I want to retrieve the feature Collection from a wfs server with the java library GeoTools. I tried this code, but unfortunately the program fails to execute...
Code on Stackoverflow <http://gis.stackexchange.com/questions/121103/geotools-wfs-getfeature> By running this code, i get an IllegalArgumentException at line 33. Exception in thread "main" java.lang.IllegalArgumentException: Server does not support 'text/xml; subtype=gml/3.1.1' output format: [text/xml; subType=gml/3.1.1/profiles/gmlsf/1.0.0/0] The output also says that it can't decode CRS EPSG:25832 for Gruen:Gruenflaechen and that I would create a location and a shape with null CoordinateReferenceSystem I have no idea how to solve this problem and as you might have noticed I am not really a GIS expert. All I want to do is to receive the Geodata from the WFS and save it into an own Java Object. Would be very gratefull for help! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Geotools-wfs-getfeature-tp5171672.html Sent from the geotools-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
