public class Marker extends Billboard
swigCMemOwn
构造器和说明 |
---|
Marker(Billboard baseBillboard,
MarkerStyle style)
用指定的样式构造一个标记对象并将其添加加到Billboard元素上。
|
Marker(Geometry geometry,
MarkerStyle style)
从空间对象和样式构造标记对象。
|
Marker(long cPtr,
boolean cMemoryOwn) |
Marker(MapPos pos,
MarkerStyle style)
从位置和样式构建对象的地图标记。
|
限定符和类型 | 方法和说明 |
---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(Marker obj) |
MarkerStyle |
getStyle()
返回标记的样式。
|
void |
setStyle(MarkerStyle style)
设置标记的样式。
|
static Marker |
swigCreatePolymorphicInstance(long cPtr,
boolean cMemoryOwn)
Creates a polymorphic instance of the given native object.
|
java.lang.String |
swigGetClassName()
Returns the actual class name of this object.
|
java.lang.Object |
swigGetDirectorObject()
Returns the connected director object.
|
getBaseBillboard, getBounds, getCPtr, getGeometry, getRootGeometry, getRotation, setBaseBillboard, setGeometry, setPos, setRotation
attachTerrain, attachTerrain, autoNotifyElementChanged, equals, getCPtr, getId, getInternalElevation, getMetaData, getMetaDataElement, hashCode, hasInternalElevation, isVisible, notifyElementChanged, setId, setMetaData, setMetaDataElement, setVisible
public Marker(long cPtr, boolean cMemoryOwn)
public Marker(Billboard baseBillboard, MarkerStyle style)
baseBillboard
- 此Billboard需要添加的Billboardstyle
- 定义这个标记的样式。public Marker(Geometry geometry, MarkerStyle style)
geometry
- 定义此标记位置的空间对象。style
- 定义这个标记的样式。public Marker(MapPos pos, MarkerStyle style)
pos
- 标记的地图坐标。style
- 定义这个标记的样式。public static long getCPtr(Marker obj)
public static Marker swigCreatePolymorphicInstance(long cPtr, boolean cMemoryOwn)
cPtr
- The native pointer of the instance.cMemoryOwn
- The ownership flag.public MarkerStyle getStyle()
public void setStyle(MarkerStyle style)
style
- 新的标记样式。public java.lang.String swigGetClassName()
swigGetClassName
在类中 Billboard
public java.lang.Object swigGetDirectorObject()
swigGetDirectorObject
在类中 Billboard