|
XscXvcBase2Scene Method
|
Xvc의 벡터 객체를 Scene 객체로 변환한다. Xvc 벡터 객체는 WGS84 위경도 좌표계로 자동변환하여 scene 객체로 생성된다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntaxpublic static XScene XvcBase2Scene(
XvcBase vectorBase,
bool loadPropertyIfExist,
XThread thd
)
Parameters
- vectorBase XvcBase
- XvcBase 객체
- loadPropertyIfExist Boolean
- XvcBase의 객체에 속성정보(ex: shape 파일의 dbf 정보 등)가 있는 경우 로딩할지 여부
- thd XThread
- 진행상황을 확인하고 중단할 수 있는 thread
Return Value
XScene대상 관리 scene 객체를 반환한다.
See Also