Controls the adaptive step size of swath computation and ensures that neighboring samples adequately capture the curvature of the swath line.
Read-write property
[Visual Basic .NET] |
---|
Public Property CurvatureTolerance() As Double |
[C#] |
---|
public double CurvatureTolerance {get; set;} |
[Managed C++] |
---|
public: __property double get_CurvatureTolerance(); |
[Unmanaged C++] |
---|
public: HRESULT get_CurvatureTolerance( double * pVal ); public: HRESULT put_CurvatureTolerance( double CurvatureTolerance ); |
[Java] |
---|
public double getCurvatureTolerance(); public void setCurvatureTolerance( double ); |