Click or drag to resize
XDL

XscXvcBase2Scene Method

Xvc의 벡터 객체를 Scene 객체로 변환한다. Xvc 벡터 객체는 WGS84 위경도 좌표계로 자동변환하여 scene 객체로 생성된다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
public static XScene XvcBase2Scene(
	XvcBase vectorBase,
	bool loadPropertyIfExist,
	XThread thd
)

Parameters

vectorBase
Type: Pixoneer.NXDL.NVCXvcBase
XvcBase 객체
loadPropertyIfExist
Type: SystemBoolean
XvcBase의 객체에 속성정보(ex: shape 파일의 dbf 정보 등)가 있는 경우 로딩할지 여부
thd
Type: Pixoneer.NXDLXThread
진행상황을 확인하고 중단할 수 있는 thread

Return Value

Type: XScene
대상 관리 scene 객체를 반환한다.
See Also