Click or drag to resize
XDL

XPBEProviderExporterSetSource Method (XDMBand, Int32, Double, Double, Double, Double)

Source로 XDMBand객체를 설정한다

Namespace:  Pixoneer.NXDL.NDFS
Assembly:  NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntax
C#
public bool SetSource(
	ref XDMBand bandDEM,
	ref int maxLevel,
	ref double lllat,
	ref double lllon,
	ref double urlat,
	ref double urlon
)

Parameters

bandDEM
Type: Pixoneer.NXDL.NRSXDMBand
[In] XDMBand 객체.
maxLevel
Type: SystemInt32
[Out] 최대 Max level 정보.
lllat
Type: SystemDouble
[Out] Source XDMBand의 Lower left 위도.
lllon
Type: SystemDouble
[Out] Source XDMBand의 Lower left 경도.
urlat
Type: SystemDouble
[Out] Source XDMBand의 Upper right 위도.
urlon
Type: SystemDouble
[Out] Source XDMBand의 Upper right 경도.

Return Value

Type: Boolean
성공이면 true, 실패면 false를 리턴
See Also