contourMap
The contourMap object enables creation of a contour map and control over how the map is displayed. The following member and method are available:
§ mode
§ show()
static mode : ContourMode
Gets and sets a ContourMode object that determines how a contour map is displayed. The following are the possible values:
§ COLORS_AND_LINES = 0
Displays both contour lines and contour colors
§ COLORS = 1
Represents varying altitudes in different colors according to the color scheme.
§ LINES = 2
Displays contour lines at set elevation values.
Example
TerraExplorer.analysis.contourMap.mode = TerraExplorer.ContourMode.COLORS_AND_LINES;
static show : Boolean
Gets and sets a Boolean that indicates whether the contourMap is visible in the 3D Window.