Click or drag to resize
XDL

XDMBandPointsToGridSearchBoundInfo Method

입력 파일 경로의 데이터를 읽어 데이터의 공간 좌표값 중 최대값과 최소값을 계산한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public static bool SearchBoundInfo(
	string strFilename,
	int skipLines,
	XBandParamPointsToGrideDelimType delimType,
	ref double minx,
	ref double maxx,
	ref double miny,
	ref double maxy,
	ref string strError,
	XThread thd
)

Parameters

strFilename  String
[In] 점좌표 데이터 파일 경로.
skipLines  Int32
[In] 입력 파일에서 데이터 처리에서 건너뛰는 줄 수
delimType  XBandParamPointsToGrideDelimType
[In] 데이터 구분자
minx  Double
[In] X축 방향 최소 경계값
maxx  Double
[In] X축 방향 최대 경계값
miny  Double
[In] Y축 방향 최소 경계값
maxy  Double
[In] Y축 방향 최대 경계값
strError  String
[In] 내부 에러 발생시 Error값을 얻는다.
thd  XThread
[In] XThread 객체.

Return Value

Boolean
성공이면 true, 실패이면 false.
See Also