public class VectorTileParameter extends TileParameter implements java.io.Serializable
限定符和类型 | 字段和说明 |
---|---|
boolean |
cacheEnabled
是否启用缓存。
|
int |
compressTolerance
抽稀容限。
|
CoordinateType |
coordinateType
返回的坐标类型。
|
java.lang.String |
expands
已过时。
|
VectorTileLayer[] |
layers
包含的图层。
|
boolean |
returnAttributes
是否返回属性信息。
|
boolean |
returnCutEdges
是否返回裁剪边缘信息。
|
TileOutputType |
tileOutputType
瓦片出图方式,默认以viewBounds的方式
|
java.lang.String |
x
瓦片列号
|
java.lang.String |
y
瓦片行号
|
java.lang.String |
z
瓦片层级
|
bounds, format, name, originPoint, prjCoordSys, scale, tileType, transparent, viewBounds, viewer
构造器和说明 |
---|
VectorTileParameter() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object obj)
判断指定对象跟当前
VectorTileParameter 对象是否相等。 |
int |
hashCode()
获取此矢量地图切片参数对象的哈希码。
|
public TileOutputType tileOutputType
public java.lang.String x
public java.lang.String y
public java.lang.String z
public VectorTileLayer[] layers
public boolean cacheEnabled
public java.lang.String expands
各图层扩展的像素值。
在图层编码(tileImage资源的layersID编码方法 )基础上定义了每个图层所扩展的像素。 具体方法是在图层ID后加“_{pixel}”,以标识该图层需要扩展的像素;若不加“_{pixel}”则会按照默认的图层样式计算图层样式。
例:使用layers
替代。
public boolean returnAttributes
public boolean returnCutEdges
public int compressTolerance
抽稀容限。
单位为像素,合并容限范围内的坐标序列。
public CoordinateType coordinateType
public int hashCode()
获取此矢量地图切片参数对象的哈希码。
hashCode
在类中 java.lang.Object
public boolean equals(java.lang.Object obj)
判断指定对象跟当前 VectorTileParameter
对象是否相等。
equals
在类中 java.lang.Object
obj
- 跟当前 VectorTileParameter
对象进行比较的对象。