RidgeOperator.RidgeOperator Constructors
Initializes a new instance of the RidgeOperator class.
Overload List
Name | Description | |
---|---|---|
Public method | RidgeOperator() | Initializes a new instance of the RidgeOperator class. |
Public method | RidgeOperator(Operator input) | Initializes a new instance of the RidgeOperator class with the specified input operator used for elevation data. |
RidgeOperator()
Initializes a new instance of the RidgeOperator class.Syntax
public RidgeOperator ()
RidgeOperator(Operator input)
Initializes a new instance of the RidgeOperator class with the specified input operator used for elevation data.Syntax
public RidgeOperator (
Operator input
)
Parameters
The next input operator in the operator chain from which elevation data is obtained.
Remarks
Input must be an operator providing numeric raster data. Other input will throw an exception.
Platforms
Windows, Linux, Android