com.supermap.services.wmts
类 WMTSQueryParameter
- java.lang.Object
-
- com.supermap.services.wmts.WMTSQueryParameter
-
- 所有已实现的接口:
- java.io.Serializable
public class WMTSQueryParameter extends java.lang.Object implements java.io.Serializable
WMTS 查询参数。
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 限定符和类型 字段和说明 Rectangle2D
bounds
地理范围java.util.Map<?,?>
customParameters
用户自定义参数信息。int
featureCount
要返回信息的要素的数量。int
height
切片高java.lang.String
infoFormat
要素信息的返回格式。int
width
切片宽int
x
以像素表示的要素 X 坐标。int
y
以像素表示的要素 Y 坐标。
-
构造器概要
构造器 构造器和说明 WMTSQueryParameter()
构造函数。
-
-
-
字段详细资料
-
infoFormat
public java.lang.String infoFormat
要素信息的返回格式。
默认格式是 application/vnd.ogc.wms_xml。
-
bounds
public Rectangle2D bounds
地理范围
-
width
public int width
切片宽
-
height
public int height
切片高
-
featureCount
public int featureCount
要返回信息的要素的数量。
默认值为 1。
-
x
public int x
以像素表示的要素 X 坐标。
最左侧为0,向右递增。
-
y
public int y
以像素表示的要素 Y 坐标。
最上侧为0,向下递增。
-
customParameters
public java.util.Map<?,?> customParameters
用户自定义参数信息。
-
-