 | XDMBandReadProfile Method (XGrid, Int32, Int32, Int32, Int32, Int32, Int32, Boolean) |
2차원 영상 영역에서 두 점 사이 Profile을 읽는다.
Namespace:
Pixoneer.NXDL.NRS
Assembly:
NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntaxpublic bool ReadProfile(
ref XGrid grid,
int X1LZ,
int Y1LZ,
int X2LZ,
int Y2LZ,
int NumPoints,
int nDataType,
bool bInterpolate
)
Parameters
- grid
- Type: Pixoneer.NXDLXGrid
[Out] 사용자가 설정한 시작지점(X1LZ,Y1LZ)으로부터 종료지점(X2LZ, Y2LZ)까지의 Profile을 복사하여 저장한다. - X1LZ
- Type: SystemInt32
[In] Level 0 기준의 X축 방향 시작 지점. - Y1LZ
- Type: SystemInt32
[In] Level 0 기준의 Y축 방향 시작 지점. - X2LZ
- Type: SystemInt32
[In] Level 0 기준의 X축 방향 종료 지점. - Y2LZ
- Type: SystemInt32
[In] Level 0 기준의 Y축 방향 종료 지점. - NumPoints
- Type: SystemInt32
[In] 시작과 종료지점 사이의 Profile 생성시 샘플링 점의 수를 지정. - nDataType
- Type: SystemInt32
[In] 출력 데이터 타입을 지정 - bInterpolate
- Type: SystemBoolean
[In] 시작과 종료지점 사이의 Profile 생성시 인터폴레이션 수행 여부를 지정.
Return Value
Type:
Boolean 성공이면 true, 실패하면 false
See Also