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