 | XPBIProviderAddXDMCompManager Method |
Planet에 지형 영상 서비스를 위하여 XDMCompManager를 추가한다.
XDMCompManager객체는 주로 MapView에서 영상을 도시하기 위해서 사용하며 XDMComposite객체를 포함하고 있어서 해당영역에 해당하는 지형자료를 서비스 가능하다.
Namespace:
Pixoneer.NXDL.NDFS
Assembly:
NXDLdfs (in NXDLdfs.dll) Version: 1.2.817.72
Syntaxpublic bool AddXDMCompManager(
string strProviderName,
ref XDMCompManager CompMan
)
Parameters
- strProviderName
- Type: SystemString
Provider 그룹 이름. 입력된 strProviderName은 그룹의 Map과 같은 데이터 구조의 Key역할을 수행한다. - CompMan
- Type: Pixoneer.NXDL.NRSXDMCompManager
XDMCompManager 객체.
Return Value
Type:
Boolean성공이면 true, 실패면 false를 리턴
See Also