Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Dashboards
ArcGIS Field Maps
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Telecommunications
Natural Resources
Electric
Imagery and Remote Sensing Insights (IRIS) COP
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Europe
Esri India
Americas
Asia Pacific
Comunidad GEOTEC
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
ArcObjects SDK
:
ArcObjects SDK Questions
:
Re: Beta 10: WFS connector (java)
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
WFS connector (java)
Subscribe
1188
7
03-26-2010 04:37 AM
by
TomSchuller
Frequent Contributor
03-26-2010
04:37 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Tags
(5)
Tags:
_arcobjects
_engine
_server
desktop
gis_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
7 Replies
by
PeterSouth
Emerging Contributor
04-12-2010
03:59 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi Tom,
I'm facing the very same situation. Have you got a solution?
thanks
Reply
0
Kudos
by
TomSchuller
Frequent Contributor
04-13-2010
10:11 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hy,
I'm actually using some GeoTools code (
http://www.geotools.org
) for making my WFS communications.
Tom
Reply
0
Kudos
by
ShaunMartin
Emerging Contributor
02-02-2011
03:43 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Reply
0
Kudos
by
TomSchuller
Frequent Contributor
02-02-2011
10:17 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Reply
0
Kudos
by
ShaunMartin
Emerging Contributor
02-03-2011
05:28 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Thanks for the reply.
So does that mean you are not pushing the results back into say ArcMap?
Shaun
Reply
0
Kudos
by
TomSchuller
Frequent Contributor
02-03-2011
10:56 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
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
Reply
0
Kudos
by
TomSchuller
Frequent Contributor
02-03-2011
10:57 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
For connecting in ArcMAP to WFS data, you can use the DataInteroperability extension (I think it's free).
Reply
0
Kudos
Post Reply