Click or drag to resize
XDL

XDMBandGetPixelSize Method

영상에 대한 한 픽셀의 공간 크기를 얻는다. 즉, 하나의 픽셀에 대한 픽셀 거리를 얻는다.

좌표계가 있는 파일에 대해 위경도 좌표계인 경우 단위는 degree이고, 그렇지 않은 경우에는 meter이다. 좌표계가 없는 파일은 픽셀 단위이다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public void GetPixelSize(
	ref double psx,
	ref double psy
)

Parameters

psx
Type: SystemDouble
[Out] x축 픽셀 공간 크기.
psy
Type: SystemDouble
[Out] y축 픽셀 공간 크기.
See Also