com.supermap.realspace
类 Layer3DMap
- java.lang.Object
-
- com.supermap.realspace.Layer3D
-
- com.supermap.realspace.Layer3DMap
-
public class Layer3DMap extends Layer3D
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 long
getCacheCapacity()
java.lang.String
getCacheDirectory()
Map
getMap()
int
getTransparentColorTolerance()
boolean
isBackgroundTransparent()
boolean
isCacheAutoCleared()
boolean
isCacheEnabled()
boolean
isRenderingWithMultiResolution()
boolean
isTransparent()
void
setBackgroundTransparent(boolean value)
void
setCacheAutoCleared(boolean value)
void
setCacheCapacity(long value)
void
setCacheDirectory(java.lang.String value)
void
setCacheEnabled(boolean value)
void
setRenderingWithMultiResolution(boolean renderingWithMultiResolution)
void
setTransparent(boolean value)
void
setTransparentColorTolerance(int value)
-
从类继承的方法 com.supermap.realspace.Layer3D
clearCustomClipPlane, clipByBox, getBounds, getCaption, getDataName, getFeatures, getFieldInfos, getName, getSelection, getSwipeRegion, getType, getVisibleInViewport, isReleaseWhenInvisible, isSelectable, isSwipeEnable, isVisible, setClipLineColor, setCustomClipCross, setCustomClipPlane, setMaxObjectVisibleDistance, setReleaseWhenInvisible, setSelectable, setSwipeEnable, setSwipeRegion, setVisible, setVisibleInViewport
-
-
-
-
方法详细资料
-
getMap
public Map getMap()
- 返回:
-
getCacheDirectory
public java.lang.String getCacheDirectory()
- 返回:
-
setCacheDirectory
public void setCacheDirectory(java.lang.String value)
- 参数:
value
-
-
getCacheCapacity
public long getCacheCapacity()
- 返回:
-
setCacheCapacity
public void setCacheCapacity(long value)
- 参数:
value
-
-
isCacheAutoCleared
public boolean isCacheAutoCleared()
- 返回:
-
setCacheAutoCleared
public void setCacheAutoCleared(boolean value)
- 参数:
value
-
-
isCacheEnabled
public boolean isCacheEnabled()
- 返回:
-
setCacheEnabled
public void setCacheEnabled(boolean value)
- 参数:
value
-
-
isTransparent
public boolean isTransparent()
- 返回:
-
setTransparent
public void setTransparent(boolean value)
- 参数:
value
-
-
getTransparentColorTolerance
public int getTransparentColorTolerance()
- 返回:
-
setTransparentColorTolerance
public void setTransparentColorTolerance(int value)
- 参数:
value
-
-
isRenderingWithMultiResolution
public boolean isRenderingWithMultiResolution()
- 返回:
-
setRenderingWithMultiResolution
public void setRenderingWithMultiResolution(boolean renderingWithMultiResolution)
- 参数:
renderingWithMultiResolution
-
-
isBackgroundTransparent
public boolean isBackgroundTransparent()
- 返回:
-
setBackgroundTransparent
public void setBackgroundTransparent(boolean value)
- 参数:
value
-
-
-