程序包 | 说明 |
---|---|
com.supermap.mobjects.situationmonitor | |
com.supermap.mobjects.situationsimulation |
限定符和类型 | 方法和说明 |
---|---|
SignPro |
SignStyle.getSignPro()
获取标牌
|
限定符和类型 | 方法和说明 |
---|---|
void |
SignStyle.setSignPro(SignPro signPro)
设置标牌
|
限定符和类型 | 类和说明 |
---|---|
class |
InternalSignPro
标牌
|
限定符和类型 | 方法和说明 |
---|---|
static SignPro |
InternalSignPro.createInstance(long handle)
创建实例
|
SignPro |
GeoEntityEffectSign.getSignPro()
获取标牌属性。
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
GeoEntitySimulation.addSign(GeoEntity pGeoEntity,
SignPro pSignPro,
Point3D ptOffset)
给指定地理实体添加标牌
|
void |
GeoEntityEffectSign.setSignPro(SignPro signPro)
设置标牌属性。
|
boolean |
GeoEntitySimulation.targetAttack(GeoEntity pShellGeoEntity,
GeoEntity pAttrackerGeoEntity,
GeoEntity pSuffererGeoEntity,
Point2Ds ptsRatioPath,
int nFlyTime,
int nDelayTime,
boolean bReset,
double dModelScale,
String strSuffererFinishModelPath,
double dBlastRadius,
int nBlastDuringTime,
double dFireRadius,
int nFireDuringTime,
GeoStyle3D pTrackLineStyle3D,
long nShowPointCount,
SignPro pSignPro)
目标攻击(路径为比例点(起点和终点比例,相对高度))。
|
boolean |
GeoEntitySimulation.targetAttack(GeoEntity pShellGeoEntity,
GeoEntity pAttrackerGeoEntity,
GeoEntity pSuffererGeoEntity,
Point3Ds ptsPath,
int nFlyTime,
int nDelayTime,
boolean bReset,
double dModelScale,
String strSuffererFinishModelPath,
double dBlastRadius,
int nBlastDuringTime,
double dFireRadius,
int nFireDuringTime,
GeoStyle3D pTrackLineStyle3D,
long nShowPointCount,
SignPro pSignPro)
目标攻击(路径点为坐标点)。
|
Copyright © 2021–2024 SuperMap. All rights reserved.