WMTS TOC 객체.
WMTS 서비스의 TOC를 표현하는 객체.
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opt_options |
Object |
|
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를 삭제한다.
-
TOC 전체 체크.
Name Type Description state
Boolean 체크 상태.
-
TOC 전체 펼치기.
Name Type Description state
Boolean 펼치기 상태.