Select to view content in your preferred language

WFS connector (java)

1188
7
03-26-2010 04:37 AM
TomSchuller
Frequent Contributor
Hy,
Does there exist a WFS connector in the ArcObjects-Api (java).

I wan't to connect me to a WFSserver.

For the WMS, I'm using the "WMSMapLayer". Is there somewhere the equivalent for WFS services?

Thanks,
Tom
0 Kudos
7 Replies
PeterSouth
Emerging Contributor
Hi Tom,
I'm facing the very same situation. Have you got a solution?

thanks
0 Kudos
TomSchuller
Frequent Contributor
Hy,
I'm actually using some GeoTools code (http://www.geotools.org) for making my WFS communications.

Tom
0 Kudos
ShaunMartin
Emerging Contributor
Hi Tom,

I'm trying to do a similar thing using geotools and adding the resulting image to a layer in ArcMap do you have any code solution to do this.

Cheers,
Shaun
0 Kudos
TomSchuller
Frequent Contributor
Hy,
are you looking for WMS (image) or WFS (vector).
The WFS does return vectors, not images.

My WFS code is not running in ArcMAP. I'ts a pure GeoTools application without ESRI code.

Tom
0 Kudos
ShaunMartin
Emerging Contributor
Thanks for the reply.

So does that mean you are not pushing the results back into say ArcMap?

Shaun
0 Kudos
TomSchuller
Frequent Contributor
Hy,
I'm exporting in GetTools the data in a shapefile.
In ArcMAP, I'm working with the generated shapefile.

I don't have a direct interaction between GeoTools objects and ArcObject objects.

Tom
0 Kudos
TomSchuller
Frequent Contributor
For connecting in ArcMAP to WFS data, you can use the DataInteroperability extension (I think it's free).
0 Kudos