Select to view content in your preferred language

VIEWING 3D ARCSCENE - SXD or 3D DATA IN ESRI SILVERLIGHT API BASED APPLICATION

3725
5
03-19-2011 10:22 PM
vipulsoni
Regular Contributor
Hi,

I had gone through several posts, but still unable to find a way to view 3d data on ESRI Silverlight API based application. I came to know after googling, that I need to use isometric projection for viewing 3d. But still wondering why nobody has posted anything related in ESRI Silverlight API forums or I might have missed searching properly for the exact post. Anyways please - I need some good pointers (code samples if there are any...) on how to proceed for viewing my 3d vectors (which look very cool in ArcScene) on ESRI Silverlight API.
0 Kudos
5 Replies
VivekPrasad
Deactivated User
Hi,

I had gone through several posts, but still unable to find a way to view 3d data on ESRI Silverlight API based application. I came to know after googling, that I need to use isometric projection for viewing 3d. But still wondering why nobody has posted anything related in ESRI Silverlight API forums or I might have missed searching properly for the exact post. Anyways please - I need some good pointers (code samples if there are any...) on how to proceed for viewing my 3d vectors (which look very cool in ArcScene) on ESRI Silverlight API.


Hi Sir,

Please have a look at the below links.

http://blogs.esri.com/Dev/blogs/apl/archive/2010/10/08/3D-Terrain-Mapping-in-a-Browser.aspx

http://blogs.esri.com/Dev/blogs/apl/archive/2010/10/07/Elevation-Server-Object-Extension.aspx

I am not sure whether they help you or not..
0 Kudos
vipulsoni
Regular Contributor
Hi Sir,

Please have a look at the below links.

http://blogs.esri.com/Dev/blogs/apl/archive/2010/10/08/3D-Terrain-Mapping-in-a-Browser.aspx

http://blogs.esri.com/Dev/blogs/apl/archive/2010/10/07/Elevation-Server-Object-Extension.aspx

I am not sure whether they help you or not..


Thanks vara, I had already gone through these links.. 😞 they are for raster 3d .I have a shapefile with Z values of the Airport Flight Path. anyways thanks for your time.. atleast someone replied though 🙂
0 Kudos
dotMorten_esri
Esri Notable Contributor
Silverlight does not support 3D, so therefore the API doesn't either. Also ArcGIS Server doesn't return Z values from geometries either.

Microsoft have announced that the next major update of Silverlight (v5) will add support for this. However we are not yet ready to announce whether we will be providing a 3D viewer built on this, but rest assured we are of course looking into what that feature could mean for the Silverlight API down the line.
0 Kudos
vipulsoni
Regular Contributor
Silverlight does not support 3D, so therefore the API doesn't either. Also ArcGIS Server doesn't return Z values from geometries either.

Microsoft have announced that the next major update of Silverlight (v5) will add support for this. However we are not yet ready to announce whether we will be providing a 3D viewer built on this, but rest assured we are of course looking into what that feature could mean for the Silverlight API down the line.


Thanks for the update.
0 Kudos
DmitryKomarov
New Contributor
The latest version of Silverlight does support 3D including hardware acceleration.
Does the latest ESRI Silverlight API support 3D?

Thanks.
0 Kudos