SMS:GIS Data Workflow: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
To work with [[SMS:GIS Module|GIS]] data into SMS, use the following steps:
To work with [[SMS:GIS Module|GIS]] data into SMS, use the following steps:


==Using GIS without ArcObjects®==
==Using the GIS module in SMS==


{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
Line 8: Line 8:
|-
|-
|
|
{{SMS Import GIS Data}}
{{SMS Import GIS Data Workflow}}
|}
|}
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
|-
|-
!style="text-align:left;"|2. Add properties.
!style="text-align:left;"|2. Add GIS properties.
|-
|-
|
|
:#Add database files (*.dbf) to GIS layers using the [[SMS:GIS_Module_Menus#Data|'''Join Table to Layer''']] command.
:#Right-click on the GIS object and select the [[SMS:GIS_Module_Menus#Join Table|'''Join Table to Layer''']] command.
:#Define mapping properties.
:#Use the ''Select Table File'' dialog to specify table information to add to the GIS object.
:#Manage GIS layers.
:#Use the ''Join Table'' dialog to specify the table data should be added to the GIS object.
|}
|}
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
|-
|-
!style="text-align:left;"|3. Convert data.
!style="text-align:left;"|3. Convert GIS data.
|-
|-
|
|
:#Interpolate data to scatter module, grid module, mesh module, or map coverage.
:This is for converting GIS data, such as shapefiles. For converting raster data, see the article [[SMS:Raster Data Workflow|Raster Data Workflow]].
:#Convert GIS data to feature contours, TINs, scatter set, or 2D grid.
<blockquote>
|}
 
==Using GIS with ArcObjects®==
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
|-
|-
!style="text-align:left;"|1. Enable ArcObjects®.
!style="text-align:left;"|1. Convert shapefile to feature objects.
|-
|-
|
|
:# Switch to the [[SMS:GIS Module|GIS module]].
:#Select the [[SMS:GIS_Module_Menus#GIS_Mapping_Menu_Commands|''Mapping'' | '''Shapes &rarr; Feature Objects''']] command.
:# Select the [[SMS:GIS_Module_Menus#GIS_Data_Menu_Commands|''Data'' | '''Enable ArcObjects''']] command.
:#Use the [[SMS:GIS to Feature Objects Wizard|''GIS to Feature Objects Wizard'']] to create feature objects on a map coverage.
|}
|}
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
{|class="mw-collapsible mw-collapsed" style="width:100%; border:1px solid #D0E0FF; margin-bottom:0.4em;"
|-
|-
!style="text-align:left;"|2. Import GIS data using ArcObjects®.
!style="text-align:left;"|2. Convert polygons to TIN.
|-
|-
|
|
:# Select the [[SMS:GIS_Module_Menus#Add Data|''Data'' | '''Add Data''']] command.
:#Select the [[SMS:GIS_Module_Menus#GIS_Mapping_Menu_Commands|''Mapping'' | '''Polygon &rarr; TIN''']] command.
:#The TIN will appear in the [[SMS:Scatter Module|scatter module]].
|}
</blockquote>
|}
|}
<!--
==Using the GIS module with ArcObjects® in SMS==
Requires having a valid ArGIS® license.
{{SMS GIS with ArcObjects Workflow}}
-->
==Related Workflows==
* [[SMS:Raster Data Workflow|Raster Data Workflow]]




Line 51: Line 58:
[[Category:SMS Workflows]]
[[Category:SMS Workflows]]
[[Category:General Workflows]]
[[Category:General Workflows]]
[[Category:GIS|Data]]

Latest revision as of 18:52, 28 March 2019

To work with GIS data into SMS, use the following steps:

Using the GIS module in SMS

1. Import GIS data.
  1. Use the File | Open... command to import GIS data files such as Shapefiles, MIF/MID files, Lidar files, or raster files.
  2. Alternatively, drag and drop the file into the Graphics Window in SMS.
2. Add GIS properties.
  1. Right-click on the GIS object and select the Join Table to Layer command.
  2. Use the Select Table File dialog to specify table information to add to the GIS object.
  3. Use the Join Table dialog to specify the table data should be added to the GIS object.
3. Convert GIS data.
This is for converting GIS data, such as shapefiles. For converting raster data, see the article Raster Data Workflow.
1. Convert shapefile to feature objects.
  1. Select the Mapping | Shapes → Feature Objects command.
  2. Use the GIS to Feature Objects Wizard to create feature objects on a map coverage.
2. Convert polygons to TIN.
  1. Select the Mapping | Polygon → TIN command.
  2. The TIN will appear in the scatter module.

Related Workflows