限定符和类型 | 字段和说明 |
---|---|
boolean |
transparent
图层是否透明。
|
Color |
transparentColor
透明色 ,当transparent 为true, 该颜色的区域透明显示。
|
int |
transparentColorTolerance
透明色容限,当设置了该值后,当transparent 为true ,那么透明色及其容限范围内的颜色透明显示
|
alwaysRender, cachePassword, dataConfigPath, dataName, editable, extendXML, hasLocalCache, isWebDatasource, layer3DType, level, maxVisibleAltitude, minVisibleAltitude, oldCache, parentLayerName, useTwoDimenCache, visibleDistance
构造器和说明 |
---|
Layer3DImageFile()
构造函数。
|
Layer3DImageFile(Layer3DImageFile layer3D)
拷贝构造函数。
|
限定符和类型 | 方法和说明 |
---|---|
Layer3DImageFile |
copy()
拷贝副本。
|
boolean |
equals(java.lang.Object obj)
比较指定对象与当前
Layer3DImageFile 对象是否相等。 |
int |
hashCode()
获取当前三维影像图层对象的哈希码。
|
doEquals, doHashCode, toString
public boolean transparent
public int transparentColorTolerance
public Color transparentColor
public Layer3DImageFile()
public Layer3DImageFile(Layer3DImageFile layer3D)
拷贝构造函数。
layer3D
- 三维影像图层对象。public Layer3DImageFile copy()
拷贝副本。生成一个跟本对象一样的新的 Layer3DImageFile 对象。
public boolean equals(java.lang.Object obj)
比较指定对象与当前 Layer3DImageFile
对象是否相等。
equals
在类中 Layer3D
obj
- 与当前 Layer3DImageFile
对象进行比较的对象。