com.supermap.web.ogc.wmts
public class WMTSLayerInfo
继承 WMTSLayerInfo Inheritance Object

WMTS 服务图层信息类.

该类用于封装 WMTS 服务中的可操作图层信息。包括图层坐标系、地理范围、样式等等。



公共属性
  属性 定义方
    bounds : Rectangle2D
图层地理范围。
WMTSLayerInfo
    imageFormat : String
图层格式。
WMTSLayerInfo
    name : String
图层唯一标符。
WMTSLayerInfo
    style : String
图层样式。
WMTSLayerInfo
    tileMatrixSetLinks : Array
WMTSLayerInfo
公共方法
  方法 定义方
   
实例化 WMTSLayerInfo 对象。
WMTSLayerInfo
属性详细信息
bounds 属性
bounds:Rectangle2D

图层地理范围。


Implementation
    public function get bounds():Rectangle2D
    public function set bounds(value:Rectangle2D):void
imageFormat 属性  
imageFormat:String

图层格式。


Implementation
    public function get imageFormat():String
    public function set imageFormat(value:String):void
name 属性  
name:String

图层唯一标符。


Implementation
    public function get name():String
    public function set name(value:String):void
style 属性  
style:String

图层样式。


Implementation
    public function get style():String
    public function set style(value:String):void
tileMatrixSetLinks 属性  
tileMatrixSetLinks:Array


Implementation
    public function get tileMatrixSetLinks():Array
    public function set tileMatrixSetLinks(value:Array):void
构造函数详细信息
WMTSLayerInfo () 构造函数
public function WMTSLayerInfo()

实例化 WMTSLayerInfo 对象。