WMTS 레이어 객체.
WMTS 서비스를 표현할 수 있는 레이어 객체.
| Name | Type | Description | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opt_options |
Object |
|
Example
var uWmtsLayer = new ugmp.layer.uGisWMTSLayer( {
useProxy : false,
serviceURL : 'http://mapstudio.uitgis.com/ms/wmts?KEY=key',
layer : 'LAYER',
matrixSet : 'MATRIXSET',
projection : 'EPSG:3857',
version : '1.0.0',
wmtsCapabilities : null,
originExtent : []
} );
Extends
Methods
-
레이어를 destroy한다.
-
레이어 키를 가져온다.
Returns:
layerKey 레이어 키.
-
레이어 타입을 가져온다.
Returns:
layerType 레이어 타입.
-
레이어의 MaxZoom 값을 가져온다.
Returns:
maxZoom MaxZoom 값.
-
레이어의 MinZoom 값을 가져온다.
Returns:
minZoom MinZoom 값.
-
OpenLayers의
ol.layer객체를 가져온다.Returns:
olLayer OpenLayers의ol.layer객체
-
서비스 URL을 가져온다.
Returns:
serviceURL 서비스 URL.
-
GetFeature 사용 여부를 가져온다.
Returns:
useGetFeature GetFeature 사용 여부.
-
레이어 visible 상태를 가져온다.
오픈레이어스 레이어 상태
레이어 visible상태
TOC visible 상태
스케일 visible 상태
모든 항목의 visible 상태가
true일 경우에만true.Returns:
visible visible 상태.
-
레이어 visible 상태를 설정한다.
Name Type Description visibleBoolean 레이어 visible 상태.
Returns:
각 항목별 visible 상태.
-
레이어의 MaxZoom을 설정한다.
Name Type Description maxZoomInteger MaxZoom 값.
-
레이어의 MinZoom을 설정한다.
Name Type Description minZoomInteger MinZoom 값.
-
스케일 visible 상태를 설정한다.
Name Type Description visibleBoolean 스케일 visible 상태.
Returns:
각 항목별 visible 상태.
-
TOC visible 상태를 설정한다.
Name Type Description visibleBoolean TOC visible 상태.
Returns:
각 항목별 visible 상태.
-
GetFeature 사용 여부를 설정한다.
Name Type Description stateBoolean GetFeature 사용 여부.
-
레이어 visible 상태를 토글한다.
OpenLayers - uGisMapPlatForm API