Class: uGisWFSToc

ugmp.toc.uGisWFSToc

new ugmp.toc.uGisWFSToc(opt_options)

WFS TOC 객체.

WFS 서비스의 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.uGisWFSLayer

ugmp.layer.uGisWFSLayer 객체.

tocListDivId String

TOC가 생성될 DIV ID.

layerTitle String

레이어 이름.

layerName String

레이어 원본 이름.

Example
var uGWfsToc = new ugmp.toc.uGisWFSToc( {
	uGisMap : new ugmp.uGisMap({...}),
	uGisLayer : new ugmp.layer.uGisWFSLayer({...}),
	tocKey : 'wfs_key',
	tocTitle : 'WFS TOC Title',
	tocListDivId : 'toc',
	layerName : 'world_country',
	layerTitle : 'world_country Title'
} );

Extends

Methods

_createWFSToc()

TOC 생성

TOC DIV ID를 가져온다.

Returns:
tocDivId TOC DIV ID.

TOC를 삭제한다.

inherited tocCheckAllNodes(state)

TOC 전체 체크.

Name Type Description
state Boolean

체크 상태.

TOC 전체 펼치기.

Name Type Description
state Boolean

펼치기 상태.