InterpolatingConverterSetupGrid Method

Setup manually region and buffer grid size

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetupGrid(
	double x0,
	double y0,
	double dx,
	double dy,
	int xCount,
	int yCount
)

Parameters

x0  Double
Start offset of buffer grid in x direction
y0  Double
Start offset of buffer grid in y direction
dx  Double
Grid spacing of buffer grid in x direction
dy  Double
Grid spacing of buffer grid in y direction
xCount  Int32
Number of grid points in buffer grid x direction
yCount  Int32
Number of grid points in buffer grid y direction

See Also