WMS:Convert TINs: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
The ''TIN'' menu in the Terrain Data module provides commands for converting TIN data into other data.
==TIN to DEM==
==TIN to DEM==
A DEM may be created from any TIN using the '''Convert | TIN→DEM''' command in the '''TIN''' menu. A resolution (x and y spacing) must be defined and then an interpolation method specified (linear is the default) to interpolate DEM elevations from the TIN. Since a DEM must be rectangular, elevations that are outside of the TIN boundary are given a NODATA value of -9999.
A DEM may be created from any TIN using the ''Convert'' | '''TIN→DEM''' command in the ''TIN'' menu. A resolution (x and y spacing) must be defined and then an interpolation method specified (linear is the default) to interpolate DEM elevations from the TIN. Since a DEM must be rectangular, elevations that are outside of the TIN boundary are given a NODATA value of -9999.


==TIN to Scatter Points==
==TIN to Scatter Points==
The '''Convert | TIN→Scatter Points''' command creates a [[WMS:Scatter Point Sets|2D scatter point set]] from the TIN. One data point is created for each of the vertices in the TIN. A data set is made of each from the elevations of the TIN vertices. This command can be used as part of the process to create smooth contours by subdividing the TIN and then interpolating from the newly created scatter points.
The ''Convert'' | '''TIN→Scatter Points''' command creates a [[WMS:2D_Scatter_Point_Module#Scatter_Point_Sets|2D scatter point set]] from the TIN. One data point is created for each of the vertices in the TIN. A dataset is made of each from the elevations of the TIN vertices. This command can be used as part of the process to create smooth contours by subdividing the TIN and then interpolating from the newly created scatter points.


==TIN Boundary to Polygon==
==TIN Boundary to Polygon==
The '''Convert | TIN Boundary→Feature''' command in the '''TIN''' menu can be used to create a boundary feature polygon from the vertices on the boundary of the TIN. Such a polygon could then be used to [[WMS:Creating Grids|create a grid]] from a feature polygon using the Create Grid command found in the '''Feature Objects''' menu (Map module).
The '''Convert | TIN Boundary→Feature''' command in the ''TIN'' menu can be used to create a boundary feature polygon from the vertices on the boundary of the TIN. Such a polygon could then be used to [[WMS:Feature Objects Menu#Create Grid|create a grid]] from a feature polygon using the '''Create Grid''' command found in the ''Feature Objects'' menu (Map module).


==TIN Contours to Feature Objects==
==TIN Contours to Feature Objects==
The''' TIN Contours to Feature Objects''' command ('''Convert | TIN Contours→Feature''') converts the current linear contours from the TIN to a series of Feature Arcs which could then be exported as a shapefile. Feature arcs carry an elevation attribute and the elevation of the contour is stored in this attribute. When exporting the arcs as a shapefile the elevation attribute field will be saved automatically.
The '''TIN Contours to Feature Objects''' command (''Convert'' | '''TIN Contours→Feature''') converts the current linear contours from the TIN to a series of feature arcs which could then be exported as a shapefile. Feature arcs carry an elevation attribute and the elevation of the contour is stored in this attribute. When exporting the arcs as a shapefile the elevation attribute field will be saved automatically.
 


==Related Topics==
==Related Topics==
* [[WMS:Interpolation Options|Interpolation Options]]
* [[WMS:Interpolation Options|Interpolation Options]]
* [[WMS:Scatter Point Sets|Scatter Point Sets]]
* [[WMS:2D_Scatter_Point_Module#Scatter_Point_Sets|Scatter Point Sets]]
* [[WMS:Creating Grids|Creating Grids]]
* [[WMS:Feature Objects Menu#Create Grid|Creating Grids]]
* [[WMS:Drainage Data to Feature Objects|Drainage Data to Feature Objects]]
* [[WMS:Drainage Data to Feature Objects|Drainage Data to Feature Objects]]
* [[WMS:Save As|Saving a Shapefile]]
* [[WMS:File Menu#Save As|Saving a Shapefile]]
* [[WMS:Converting DEMs|DEM Contours to Feature Objects]]
* [[WMS:Converting DEMs|DEM Contours to Feature Objects]]




{{WMSMain}}
{{WMSMain}}
[[Category:TINs|C]]

Latest revision as of 23:02, 30 December 2019

The TIN menu in the Terrain Data module provides commands for converting TIN data into other data.

TIN to DEM

A DEM may be created from any TIN using the Convert | TIN→DEM command in the TIN menu. A resolution (x and y spacing) must be defined and then an interpolation method specified (linear is the default) to interpolate DEM elevations from the TIN. Since a DEM must be rectangular, elevations that are outside of the TIN boundary are given a NODATA value of -9999.

TIN to Scatter Points

The Convert | TIN→Scatter Points command creates a 2D scatter point set from the TIN. One data point is created for each of the vertices in the TIN. A dataset is made of each from the elevations of the TIN vertices. This command can be used as part of the process to create smooth contours by subdividing the TIN and then interpolating from the newly created scatter points.

TIN Boundary to Polygon

The Convert | TIN Boundary→Feature command in the TIN menu can be used to create a boundary feature polygon from the vertices on the boundary of the TIN. Such a polygon could then be used to create a grid from a feature polygon using the Create Grid command found in the Feature Objects menu (Map module).

TIN Contours to Feature Objects

The TIN Contours to Feature Objects command (Convert | TIN Contours→Feature) converts the current linear contours from the TIN to a series of feature arcs which could then be exported as a shapefile. Feature arcs carry an elevation attribute and the elevation of the contour is stored in this attribute. When exporting the arcs as a shapefile the elevation attribute field will be saved automatically.

Related Topics