 | 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
Syntaxpublic 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
)
Public Sub CheckSaneInlineCrossline (
ByRef is_sane As Integer,
ByRef possibly_swapped As Integer,
ByRef only_one_line As Integer
)
Public Sub CheckSaneInlineCrossline (
ByRef is_sane As Integer,
ByRef possibly_swapped As Integer,
ByRef only_one_line As Integer
)
public:
void CheckSaneInlineCrossline(
int% is_sane,
int% possibly_swapped,
int% only_one_line
)
public:
void CheckSaneInlineCrossline(
int% is_sane,
int% possibly_swapped,
int% only_one_line
)
member CheckSaneInlineCrossline :
is_sane : int byref *
possibly_swapped : int byref *
only_one_line : int byref -> unit
member CheckSaneInlineCrossline :
is_sane : int byref *
possibly_swapped : int byref *
only_one_line : int byref -> unit
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