Click or drag to resize

CSEGYREADERCheckSaneInlineCrossline Method

Checks if the currently-configured inline and crossline fields seem sensible.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CheckSaneInlineCrossline(
	ref int is_sane,
	ref int possibly_swapped,
	ref int only_one_line
)

public void CheckSaneInlineCrossline(
	ref int is_sane,
	ref int possibly_swapped,
	ref int only_one_line
)

Parameters

is_sane
Type: SystemInt32
True is inline/crossline values seem sensible.
possibly_swapped
Type: SystemInt32
True if it looks like the inline and crossline fields are swapped.
only_one_line
Type: SystemInt32
True if it looks like the file only contains one line. This may mean the file is 2D.
See Also