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()
构造函数。 
 | 
public java.lang.String infoFormat
要素信息的返回格式。
默认格式是 application/vnd.ogc.wms_xml。
public Rectangle2D bounds
地理范围
public int width
切片宽
public int height
切片高
public int featureCount
要返回信息的要素的数量。
默认值为 1。
public int x
以像素表示的要素 X 坐标。
最左侧为0,向右递增。
public int y
以像素表示的要素 Y 坐标。
最上侧为0,向下递增。
public java.util.Map<?,?> customParameters
用户自定义参数信息。