public class GeoBillboard extends Geometry3D
构造器和说明 |
---|
GeoBillboard()
构造一个GeoBillboard的新对象。
|
GeoBillboard(GeoBillboard geoBillboard)
根据指定的参数来构造一个 GeoBillboard 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
int |
add(Geometry geometry,
String tag)
在布告板中增加子对象。
|
Geometry |
clone()
克隆布告板。
|
void |
dispose()
释放几何对象所占有的本地资源。
|
Geometry |
get(int index)
获取指定索引的子对象。
|
int |
getCount()
获取子对象的数量 。
|
double |
getHeight()
获取布告板的高度。
|
GeoBillboardQuality |
getQuality()
获取布告板的质量级别。
|
String |
getTag(int index)
获取指定索引的子对象的标签。
|
double |
getWidth()
获取布告板的宽度。
|
boolean |
remove(int index)
移除指定索引的布告板子对象 。
|
boolean |
set(int index,
Geometry geometry)
将布告板中的指定的索引处的子对象设置为指定的几何对象。
|
void |
setHeight(double height)
设置布告板的高度。
|
void |
setQuality(GeoBillboardQuality quality)
设置布告板的质量级别。
|
boolean |
setTag(int index,
String tag) |
void |
setWidth(double width)
设置布告板的宽度。
|
convertToGeoModel3D, convertToGeoModel3D, convertToGeoModel3D, getBoundingBox, getGeoModel, getInnerPoint3D, getPosition, getRotationX, getRotationY, getRotationZ, getScaleX, getScaleY, getScaleZ, getStyle3D, getVolume, offset, setPosition, setRotationX, setRotationY, setRotationZ, setScaleX, setScaleY, setScaleZ, setStyle3D
public GeoBillboard()
public GeoBillboard(GeoBillboard geoBillboard)
geoBillboard
- 指定的布告板。public void dispose()
dispose
在接口中 IDisposable
dispose
在类中 Geometry
public double getWidth()
public void setWidth(double width)
width
- 指定的宽度。public double getHeight()
public void setHeight(double height)
height
- 指定的高度。public GeoBillboardQuality getQuality()
public void setQuality(GeoBillboardQuality quality)
quality
- 指定的质量级别。public int getCount()
public int add(Geometry geometry, String tag)
geometry
- 添加到布告板的子对象,目前支持GeoPicture3D和GeoText3D类型。tag
- 子对象的标签。public boolean remove(int index)
index
- 指定的索引。public Geometry get(int index)
index
- 指定的索引。public boolean set(int index, Geometry geometry)
index
- 指定的索引。geometry
- 指定的几何对象。public String getTag(int index)
index
- 指定的索引。public boolean setTag(int index, String tag)
Copyright © 2021–2024 SuperMap. All rights reserved.