Class: uGisWMTSToc

ugmp.toc.uGisWMTSToc

new ugmp.toc.uGisWMTSToc(opt_options)

WMTS TOC 객체.

WMTS 서비스의 TOC를 표현하는 객체.

Name Type Description
opt_options Object
Name Type Description
tocKey String

TOC Key.

tocTitle String

TOC 타이틀.

uGisMap ugmp.uGisMap

ugmp.uGisMap 객체.

uGisLayer ugmp.layer.uGisWMTSLayer

ugmp.layer.uGisWMTSLayer 객체.

tocListDivId String

TOC가 생성될 DIV ID.

matrixSet String

matrixSet 이름.

layerName String

레이어 이름.

legendURL String

범례 URL.

Example
var uGWmtsToc = new ugmp.toc.uGisWMTSToc( {
	uGisMap : new ugmp.uGisMap({...}),
	uGisLayer : new ugmp.layer.uGisWMSLayer({...}),
	capabilities : new ugmp.service.uGisGetCapabilitiesWMS({...}).data,
	tocKey : 'wms_key',
	tocTitle : 'WMS TOC Title',
	tocListDivId : 'toc',
	layerName : 'LAYER_NAME',
	matrixSet : 'MATRIXSET'
} );

Extends

Methods

TOC DIV ID를 가져온다.

Returns:
tocDivId TOC DIV ID.

TOC를 삭제한다.

inherited tocCheckAllNodes(state)

TOC 전체 체크.

Name Type Description
state Boolean

체크 상태.

TOC 전체 펼치기.

Name Type Description
state Boolean

펼치기 상태.