|
XDMBandGetHighestLevelForTarget Method
|
Target 영역에 특정 영역의 영상을 도시하기 위한 최대 레벨을 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic int GetHighestLevelForTarget(
int nX1LZ,
int nX2LZ,
int nY1LZ,
int nY2LZ,
int nTarW,
int nTarH
)
Parameters
- nX1LZ Int32
- [In] Level 0 기준의 X축 방향 시작 지점.
- nX2LZ Int32
- [In] Level 0 기준의 X축 방향 종료 지점.
- nY1LZ Int32
- [In] Level 0 기준의 Y축 방향 시작 지점.
- nY2LZ Int32
- [In] Level 0 기준의 Y축 방향 종료 지점.
- nTarW Int32
- [In] 영상이 도시될 Target 의 Width.
- nTarH Int32
- [In] 영상이 도시될 Target 의 Height.
Return Value
Int32 해당 영상에 영상을 도시하기 위한 최대 LOD 레벨.
See Also