new GeoportalWMTS(options)
            OpenLayers/Layers/LayerWMTS.js, line 29
        
        
    | Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| options | Object | 
                
                 options for function call. 
  | 
        
Example
var layerWMTS = new ol.layer.GeoportalWMTS({
     layer  : "ORTHOIMAGERY.ORTHOPHOTOS"
});
    
    
Extends
- ol.layer.Tile
 
