GradientMap Object

 

The GradientMap object contains the properties of a gradient map. Gradient maps are created with the CreateGradientMap method.

 

Derived from: Map object (All methods and properties of Map apply to this object.)

 

Properties

AngleDegrees

AngleDegreesInSearch

BoundaryTensionForMinCurvature

ColorSpectrum

CornerColor

DataMetricsType

FunctionForRadialBasis

GlobalData

GridColSize

GridMethod

GridRowSize

IncludeAllLayers

InternalTensionForMinCurvature

KrigingDrift

KrigingType

LimitImageToArea

LocalPolynomialOrder

MaxEmptySectorsInSearch

MaxIterationForMinCurvature

MaxPerSectorInSearch

MaxResidualForMinCurvature

MaxTotalDataInSearch

MaxTotalOrderForRegression

MaxXOrderForRegression

MaxYOrderForRegression

MinTotalDataInSearch

NoAreaFill

NumSectorsInSearch

ParameterForRadialBasis

PIDCol

Power

QuadNeighborsForShepard

Radius1InSearch

Radius2InSearch

Range1

Range2

Ratio

RelaxationFactorForMinCurvature

SectorSearch

Smooth

UserLimitMaxVal

UserLimitMinVal

UserLimits

VarCol

WeightNeighborsForShepard

 

Methods

SetGridSize

SetSearchValues

SetUserLimits

 

Example

'Create an instance of the MapViewer Application Object and assign it to the variable named "mvApp"

Set mvApp = CreateObject("MapViewer.Application")

 

'Make the application main window visible

mvApp.Visible = True

 

'Create a map document object, and assign it to the variable named "Plot"

Set Plot = mvApp.Documents.Add(DocType:=mvDocPlot)

Set GradientMap = Plot.CreateGradientMap(BoundaryFileName:=mvApp.ModuleFolder() + "\Samples\us48ll.gsb", _

        DataFileName:= mvApp.ModuleFolder() + "\Samples\us502010.dat", _

        PIDCol:=1, VarCol:=4)