Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Field Maps
ArcGIS Dashboards
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Natural Resources
Telecommunications
Imagery and Remote Sensing Insights (IRIS) COP
Electric
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
Asia Pacific
Americas
Comunidad GEOTEC
Esri India
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
:
Consume GP service on ArcMap 10.0; how 2 send ArcM...
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
Consume GP service on ArcMap 10.0; how 2 send ArcMap extent ?
Subscribe
881
1
04-11-2014 02:00 PM
by
Ravichandran_M_
Kaushika
Regular Contributor
04-11-2014
02:00 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
dear Readers,
I was looking for examples to do the following:
1. using arcmap 10.0 using geoprocessor function call a webservice in a GP server:
[h=2]DataExtract (GPServer)
Service Description:
Data extraction tool
Tasks:
Data extract
Execution Type:
esriExecutionTypeAsynchronous
Result Map Server Name:
MaximumRecords:
1000
The Data Extract contains an input param of current extent:
Parameters:
Parameter:
aoi
Data Type:
GPFeatureRecordSetLayer
Display Name
aoi
Description:
aoi
Direction:
esriGPParameterDirectionInput
Default Value:
Geometry Type:
esriGeometryPolygon
HasZ: false
HasM: false
Spatial Reference:
4326 (4326)
Fields:
FID
( type: esriFieldTypeOID , alias: FID )
Id
( type: esriFieldTypeInteger , alias: Id )
Shape_Length
( type: esriFieldTypeDouble , alias: Shape_Length )
Shape_Area
( type: esriFieldTypeDouble , alias: Shape_Area )
Features:
None.
Parameter Type:
esriGPParameterTypeRequired
Category:
How do I get my current extent and send them as a feature recordset layer to this service
the other input to this service is a table name as present in the feature service in the same arc gis server.
sample code in .net for arcobjects arcmap 10.0 would be great; the gp service is on a 10.21 arc gis server.
regards
ravi.
Tags
(5)
Tags:
_arcobjects
_engine
_server
desktop
gis_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Reply
by
AhmedEl-Sisi
Deactivated User
04-12-2014
07:32 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi ravi,
Check this sample for using published geoprocessing services in Arcobjects:
http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000001qn000000
Regards,
Reply
0
Kudos
Post Reply