Select to view content in your preferred language

How to upload a dxf file and dynamic publish it with Flex APIs ?

832
2
06-06-2012 10:00 PM
pweishen
New Contributor
hi all,
My team is devoleping an agriculture appplication, based on Oracle 10g, ArcSDE 9.3, ArcGIS Server 9.3 and ArcGIS API 3.0 for Flex.
One requirement is that  end user need to  upload  a dxf file to ArcGIS Server from client, then dynamically view it.
How to do so? Are there any sample codes like these functions?

Thanks.
Tags (2)
0 Kudos
2 Replies
ThomasMcCracken
Deactivated User
Pwei,

Haven't seen anyone convert CAD to GIS through a web application before.  You might want to look into publishing a geoprocessing service that converts a DXF to GIS in a specifc format that would then be published as a layer to ArcGIS Server, but I'm not sure that it's possible.  If you do it, let us know as that would be very cool to see.

Thomas McCracken
GIS Analyst
Georgia Power Company
0 Kudos
pweishen
New Contributor
Thank you, Thomas!
My team immplement it in  another way. The main mind  is to parse a .dxf file at client, and save edit results by adding new features on Featurelayer.
Percy SHEN
Beijing Qidamen Tecknology Co.Ltd
Pwei,

Haven't seen anyone convert CAD to GIS through a web application before.  You might want to look into publishing a geoprocessing service that converts a DXF to GIS in a specifc format that would then be published as a layer to ArcGIS Server, but I'm not sure that it's possible.  If you do it, let us know as that would be very cool to see.

Thomas McCracken
GIS Analyst
Georgia Power Company
0 Kudos