Ahmad 0 Posted May 25, 2009 Report Share Posted May 25, 2009 PLEASE ADVICE ME IF THERE IS WAY TO CONVERT SHAPE FILE .*shp file to .DEM FILEto use in WMS Quote Link to post Share on other sites
Clark Barlow 1 Posted May 25, 2009 Report Share Posted May 25, 2009 Not directly, but you can in a round about sort of way. You'll first need to convert the shapefile to feature objects in the map module. You can use a generic coverage for this. Next, you'll need to convert your feature objects to a TIN. This will take all the nodes and vertices from the feature objects and convert them to TIN vertices. Lastly, you'll want to convert the TIN to a DEM and then you can save the file as a .dem file. Clark Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.