WFS TOC 객체.
WFS 서비스의 TOC를 표현하는 객체.
| Name | Type | Description | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opt_options |
Object |
|
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
-
TOC 생성
-
TOC DIV ID를 가져온다.
Returns:
tocDivId TOC DIV ID.
-
TOC를 삭제한다.
-
TOC 전체 체크.
Name Type Description stateBoolean 체크 상태.
-
TOC 전체 펼치기.
Name Type Description stateBoolean 펼치기 상태.
OpenLayers - uGisMapPlatForm API