Class: uGisRender3D

ugmp.etc.uGisRender3D

new ugmp.etc.uGisRender3D(opt_options)

Vector 3D 렌더링 객체.

Name Type Description
opt_options Object
Name Type Description
style ol.style.Style

스타일.

easing ol.easing

ol.easing 타입.

layer ol.layer.Vector

벡터레이어 객체.

initBuild Boolean

초기 3D 렌더링 사용 여부.

labelColumn String

피처에 표시할 라벨 컬럼명.

heightColumn String

피처의 높이를 참조할 컬럼명.

animateDuration Number

3D 렌더링 지연 시간. Default is 1000.

maxResolution Number

3D 렌더링 최대 Resolution. Default is 0.6.

Example
var ugRender3D = new ugmp.etc.uGisRender3D( {
	style : new ol.style.Style({...}),
	layer : new ol.layer.Vector({...}),
	initBuild : true,
	labelColumn : 'BUILD_NAME',
	heightColumn : 'BUILD_HEIGHT',
	maxResolution : 0.5
} );

Members

buildToggle

3D 렌더링 ON/OFF 상태를 토글한다.

isBuild3D

3D 렌더링 ON/OFF 상태를 가져온다.

setBuild3D

3D 렌더링 ON/OFF 설정을 한다.